Skip to content

Commit ddb0ee0

Browse files
authored
Merge pull request #766 from zackproser/tweak-codex-post
Update codex review
2 parents 77046ca + 37d5b74 commit ddb0ee0

File tree

1 file changed

+11
-4
lines changed
  • src/content/blog/openai-codex-review

1 file changed

+11
-4
lines changed

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

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import { Button } from '@/components/Button'
22
import Image from 'next/image'
3+
import Link from 'next/link'
34

45
import codexHero from '@/images/codex-hero.webp'
56
import codexChat from '@/images/codex-main-chat-interface.webp'
@@ -45,7 +46,13 @@ Codex is currently a chat-first experience. You gain access by being invited or
4546

4647
<Image src={codexChat} alt="Codex is a chat-first experience now" />
4748

48-
Once you've got access, you start by enabling multi-factor authentication, which is required to use Codex. Next, you authorize the Codex GitHub app for each organization you want it to work with. Codex then clones your repositories into its own sandboxes so it can run commands and create branches on your behalf. If you maintain dozens of public and private repositories, this setup is fantastic because you can jump between projects and queue up tasks for each of them without leaving the interface. If you only keep a single repo or two, the overhead may feel heavier than just asking an LLM for help or working in an AI-powered editor like Cursor.
49+
Once you've got access, you start by enabling multi-factor authentication, which is required to use Codex. Next, you authorize the Codex GitHub app for each organization you want it to work with.
50+
51+
Codex then clones your repositories into its own sandboxes so it can run commands and create branches on your behalf.
52+
53+
If you maintain dozens of public and private repositories, this setup is fantastic because you can jump between projects and queue up tasks for each of them without leaving the interface.
54+
55+
If you only keep a single repo or two, the overhead may feel heavier than just asking an LLM for help or working in an AI-powered editor like Cursor.
4956

5057
## Things I like about Codex
5158

@@ -68,7 +75,7 @@ By the time I start work, I tend to have a laundry list of items I want to compl
6875

6976
### I think this will eventually support my dream untethered workflow
7077

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,
78+
As I wrote about in <Link href="/blog/walking-and-talking-with-ai">Walking and talking with AI in the woods</Link>, ideally I'd like to start my morning in an office, launch a bunch of tasks,
7279
get some planning out of the way, and then step out for a long walk in nature.
7380

7481
<Image src={phone} alt="Codex is even usable on mobile" />
@@ -118,7 +125,7 @@ than 12 programming languages.
118125

119126
Right now, it feels like I can spin up multiple tasks in parallel with a 40-60% chance that I'll be content enough with the result to hit the Open PR button instead of requesting changes.
120127

121-
So far Codex has been perfect for firing off a bunch of maintenance-level updates: dependency bumps, minor copy tweaks and other small chores. I've tried asking it to tackle larger refactors and the experience quickly becomes cumbersome. The current workflow wants to open a fresh pull request for every iteration, which means pushing follow-up commits to an existing branch is awkward at best.
128+
So far Codex has been perfect for firing off a bunch of maintenance-level updates: minor copy tweaks, stylistic changes, and other small chores. I've tried asking it to tackle larger refactors and the experience quickly becomes cumbersome. The current workflow wants to open a fresh pull request for every iteration, which means pushing follow-up commits to an existing branch is awkward at best.
122129

123130
### Multi-turn updates on a branch
124131

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

151-
At the moment, Codex is useful for flushing the low priority yet numerous and tedious maintenance tasks and small updates.
158+
At the moment, Codex is useful for flushing the low priority yet numerous and tedious maintenance tasks and small updates at the beginning of the day.
152159

153160
For significant refactoring or feature-building, I'm still better served doing that myself in an IDE with optional LLM support.
154161

0 commit comments

Comments
 (0)