Skip to content

Commit e9f999e

Browse files
committed
Update Codex review post
1 parent ddb0ee0 commit e9f999e

File tree

1 file changed

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

1 file changed

+5
-5
lines changed

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

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

56
import codexHero from '@/images/codex-hero.webp'
67
import codexChat from '@/images/codex-main-chat-interface.webp'
@@ -50,9 +51,7 @@ Once you've got access, you start by enabling multi-factor authentication, which
5051

5152
Codex then clones your repositories into its own sandboxes so it can run commands and create branches on your behalf.
5253

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.
54+
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.
5655

5756
## Things I like about Codex
5857

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

7675
### I think this will eventually support my dream untethered workflow
7776

77+
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,
7878
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,
7979
get some planning out of the way, and then step out for a long walk in nature.
8080

@@ -125,7 +125,7 @@ than 12 programming languages.
125125

126126
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.
127127

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.
128+
So far Codex has been perfect for firing off a bunch of maintenance-level updates: minor copy tweaks, style 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.
129129

130130
### Multi-turn updates on a branch
131131

@@ -143,7 +143,7 @@ resolving annoying dependency issues by installing a more recent version of a pa
143143

144144
Codex can't reach the internet right now, but it does have your repo freshly cloned and made available to its execution environment.
145145

146-
This means it can't `pnpm add @tar-fs@latest` even if you ask it to. So, for now, I'll still pulling down these branches and fixing them locally or
146+
This means it can't `pnpm add @tar-fs@latest` even if you ask it to. So, for now, I'll still be pulling down these branches and fixing them locally or
147147
commenting `@dependabot rebase` on PRs that support it.
148148

149149
## Did it unlock insane productivity gains for me?

0 commit comments

Comments
 (0)