Skip to content

Commit 2188720

Browse files
authored
Merge pull request #764 from zackproser/add-post-codex-review
Update Codex review
2 parents 5d540d9 + 04d5c0d commit 2188720

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

src/content/blog/openai-codex-review/page.mdx

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ import resolveMergeIssue from'@/images/resolve-merge-issue.webp'
1212
import chatThread from '@/images/chat-thread.webp'
1313
import launchNewEnv from '@/images/codex-launch-new-environment.webp'
1414
import codexFinal from '@/images/codex-final.webp'
15+
import poorErrorHandling from '@/images/codex-poor-error-handling.webp'
1516

1617
import ConsultingCTA from '@/components/ConsultingCTA'
1718

@@ -85,6 +86,16 @@ in order to make changes.
8586

8687
## Things I'm waiting on to improve
8788

89+
### Poor error handling
90+
91+
Starting tasks fails. Opening pull requests fails.
92+
93+
Why?
94+
95+
<Image src={poorErrorHandling} alt="Codex currently shows evidence of poor or incomplete error handling" />
96+
97+
Who knows.
98+
8899
### Code quality and one-shot task execution
89100

90101
I've been experimenting with Codex for about 3 days at the time of writing. I haven't yet noticed a marked difference in the performance of the Codex model, which OpenAI explains is a descendant of GPT-3 and is proficient in more
82.9 KB
Loading

0 commit comments

Comments
 (0)