Hot take: I think it's still important to understand the code that our agents write!
In this mega thread (based on my AIE talk today), I will explain why that's the case, and show some ideas for how to efficiently understand code. Alright, let's dive in. 1/
Send me your non coding Codex demos!
- 30-50 second video
music production, game development, 3d, automations, anything. anything good we'll shoot over some credits so you can go deeper!
@jxnlco Probably counts as coding, but built a skill-tree TUI that comes bundled with a Codex skill. It has been pretty useful for learning new stuff!
https://t.co/7BWOoFoCW5
I have been using it to refine my AWS fundamentals.
My favorite part is that I can ask questions based on the quizzes the agent generated.
If I want to go deeper on one of the quiz questions, I can ask right there and the quiz becomes part of the lesson.
Introducing: built-in git worktree support for Claude Code
Now, agents can run in parallel without interfering with one other. Each agent gets its own worktree and can work independently.
The Claude Code Desktop app has had built-in support for worktrees for a while, and now we're bringing it to CLI too.
Learn more about worktrees: https://t.co/JFkD2DrAmT
@thsottiaux Hooks feature would be great! It would allow use cases like running custom scripts on session start, attaching Codex sessions to tmux panes, or notifications
i use opencode a ton - it types out all the code for me
but i know how everything in my codebase works
anything that's subpar i'm aware of and i have a sense of how to fix it eventually
when ai fixes something i don't move on until i know it's the best possible fix
anything that requires hacky fixes i slow down and re-evaluate the whole system
For me it seems a more broad knowledge model like GPT 5.2 might be better for chat, but Codex is known to be better at tool calling and running coding tasks for a long time, so I am not 100% sure
Unironically the best AI coding trick I’ve found recently: forcing myself to pass a quiz on how it works before approving agent code 😂
The illusion of false understanding shatters fast
@steipete Yeah even though I want to automate as much as possible with Codex or GPT, it’s just not a good idea for people to people interactions. It ends up looking silly 😅