You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/blog/openai-codex-review/page.mdx
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,6 +78,8 @@ By the time I start work, I tend to have a laundry list of items I want to compl
78
78
As I wrote about in <Linkhref="/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,
79
79
get some planning out of the way, and then step out for a long walk in nature.
80
80
81
+
Codex is usable from my phone even today:
82
+
81
83
<Imagesrc={phone}alt="Codex is even usable on mobile" />
82
84
83
85
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.
@@ -125,7 +127,7 @@ than 12 programming languages.
125
127
126
128
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.
127
129
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.
130
+
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.
129
131
130
132
### Multi-turn updates on a branch
131
133
@@ -143,7 +145,7 @@ resolving annoying dependency issues by installing a more recent version of a pa
143
145
144
146
Codex can't reach the internet right now, but it does have your repo freshly cloned and made available to its execution environment.
145
147
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
148
+
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
147
149
commenting `@dependabot rebase` on PRs that support it.
148
150
149
151
## Did it unlock insane productivity gains for me?
0 commit comments