Skip to content

Commit 77046ca

Browse files
authored
Merge pull request #765 from zackproser/add-post-codex-review
Add post codex review
2 parents 2188720 + 2194ec0 commit 77046ca

File tree

3 files changed

+21
-0
lines changed

3 files changed

+21
-0
lines changed

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

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ 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'
1515
import poorErrorHandling from '@/images/codex-poor-error-handling.webp'
16+
import phone from '@/images/codex-phone.webp'
17+
import phoneTwo from '@/images/codex-phone-2.webp'
1618

1719
import ConsultingCTA from '@/components/ConsultingCTA'
1820

@@ -28,6 +30,8 @@ export const metadata = createMetadata({
2830

2931
<Image src={codexHero} alt="I got hands-on with OpenAI's Codex research preview. Here's what I thought..." />
3032

33+
<figcaption>The interface I want and the performance I'll have to wait for...</figcaption>
34+
3135
## Table of contents
3236

3337
On May 16th, 2025, I gained access to OpenAI's Codex research preview. I connected Codex to my GitHub organization and spent
@@ -62,6 +66,17 @@ This is one of the things I like most about Codex and that I'm most excited for
6266

6367
By the time I start work, I tend to have a laundry list of items I want to complete, so initiating a ton of them in parallel via natural language feels like a reasonable interface.
6468

69+
### I think this will eventually support my dream untethered workflow
70+
71+
As I wrote about in [/blog/walking-and-talking-with-ai](Walking and talking with AI in the woods), ideally I'd like to start my morning in an office, launch a bunch of tasks,
72+
get some planning out of the way, and then step out for a long walk in nature.
73+
74+
<Image src={phone} alt="Codex is even usable on mobile" />
75+
76+
I think, ultimately, once some of the sharp edges are polished, Codex will support me and others in performing our work effectively away from our desks.
77+
78+
<Image src={phoneTwo} alt="Codex and similar tools will ultimately support workers who want to be effective away from their desks" />
79+
6580
### Follow ups via chat
6681

6782
Once your initial task has had some time to bake, you can click into it to view its progress, see the logs and make follow-up requests via a very familiar chat interface.
@@ -114,6 +129,8 @@ That makes multi-step refactors tricky because you can't reliably iterate on the
114129

115130
### Lack of network connectivity in execution sandboxes
116131

132+
To be clear, I understand this is an intentional design choice. It mitigates remote code execution vulnerabilities amongst others.
133+
117134
This currently blocks the use of Codex for a lot of the tasks that working developers are going to want to use it for, namely
118135
resolving annoying dependency issues by installing a more recent version of a package and regenerating the relevant lockfiles in the process.
119136

@@ -131,6 +148,10 @@ Not yet, but I can see how it will once:
131148
- Codex enables more integrations with additional OpenAI platform capabilities such as generating images.
132149
- Codex (potentially) becomes more of the high-level orchestration and signaling layer that humans primarily work out of
133150

151+
At the moment, Codex is useful for flushing the low priority yet numerous and tedious maintenance tasks and small updates.
152+
153+
For significant refactoring or feature-building, I'm still better served doing that myself in an IDE with optional LLM support.
154+
134155
<Image src={codexFinal} alt="I'm sure that imminent improvements will make Codex even more usable soon" />
135156

136157
I'm confident that shortly I'll be able to use Codex as an indeal interface for starting a day of work and for keeping tabs on what needs attention and what is up next.

src/images/codex-phone-2.webp

89.2 KB
Loading

src/images/codex-phone.webp

88.3 KB
Loading

0 commit comments

Comments
 (0)