Skip to content

Commit f800a39

Browse files
committed
Update post
1 parent 04d5c0d commit f800a39

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed

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

Lines changed: 17 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.
@@ -111,6 +126,8 @@ It's not clear when or if changes will be pushed on an existing branch, and righ
111126

112127
### Lack of network connectivity in execution sandboxes
113128

129+
To be clear, I understand this is an intentional design choice. It mitigates remote code execution vulnerabilities amongst others.
130+
114131
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
115132
resolving annoying dependency issues by installing a more recent version of a package and regenerating the relevant lockfiles in the process.
116133

src/images/codex-phone-2.webp

89.2 KB
Loading

src/images/codex-phone.webp

88.3 KB
Loading

0 commit comments

Comments
 (0)