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
@@ -45,7 +46,13 @@ Codex is currently a chat-first experience. You gain access by being invited or
45
46
46
47
<Imagesrc={codexChat}alt="Codex is a chat-first experience now" />
47
48
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.
49
56
50
57
## Things I like about Codex
51
58
@@ -68,7 +75,7 @@ By the time I start work, I tend to have a laundry list of items I want to compl
68
75
69
76
### I think this will eventually support my dream untethered workflow
70
77
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 <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,
72
79
get some planning out of the way, and then step out for a long walk in nature.
73
80
74
81
<Imagesrc={phone}alt="Codex is even usable on mobile" />
@@ -118,7 +125,7 @@ than 12 programming languages.
118
125
119
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.
120
127
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.
122
129
123
130
### Multi-turn updates on a branch
124
131
@@ -148,7 +155,7 @@ Not yet, but I can see how it will once:
148
155
- Codex enables more integrations with additional OpenAI platform capabilities such as generating images.
149
156
- Codex (potentially) becomes more of the high-level orchestration and signaling layer that humans primarily work out of
150
157
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.
152
159
153
160
For significant refactoring or feature-building, I'm still better served doing that myself in an IDE with optional LLM support.
0 commit comments