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
@@ -50,9 +51,7 @@ Once you've got access, you start by enabling multi-factor authentication, which
50
51
51
52
Codex then clones your repositories into its own sandboxes so it can run commands and create branches on your behalf.
52
53
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.
56
55
57
56
## Things I like about Codex
58
57
@@ -75,6 +74,7 @@ By the time I start work, I tend to have a laundry list of items I want to compl
75
74
76
75
### I think this will eventually support my dream untethered workflow
77
76
77
+
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,
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
@@ -125,7 +125,7 @@ than 12 programming languages.
125
125
126
126
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
127
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.
129
129
130
130
### Multi-turn updates on a branch
131
131
@@ -143,7 +143,7 @@ resolving annoying dependency issues by installing a more recent version of a pa
143
143
144
144
Codex can't reach the internet right now, but it does have your repo freshly cloned and made available to its execution environment.
145
145
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
147
147
commenting `@dependabot rebase` on PRs that support it.
148
148
149
149
## Did it unlock insane productivity gains for me?
0 commit comments