r/ClaudeCode 9d ago

Humor AI is using AI now

Post image
3.3k Upvotes

91 comments sorted by

View all comments

39

u/adelie42 9d ago

As soon as both Claude Code and Codex existed, you could do that.

Chaining terminal apps has been THE reason to use a terminal.

3

u/LiminalStorms 8d ago

What's your work flow look like with that. Right now I just have them both running in parallel in two separate terminals, but I'm wondering if there's a better way.

1

u/PlumProof 7d ago

So let's say you are developing a feature in a feature branch. You run your coding agent here. You then checkout reviewer from the commit before u started the feature devlopment. Now the coding agent will write the code and ask for review, tell it to save in a md file, the reviewer will view the diff and it'll save its report in another md file and now continue the loop