What I usually do is I would have Claude Code build a plan, Codex find flaws in it, iterating until i get something that looks good. I’d give direction and make sure it follows my overall idea.
Implementation is working well on its own.
But this takes a lot of focus to get right for me, I can’t see myself doing it on the same project, multiple features.
Am I missing something?
rvz•9h ago
These agents work best when you know what you want done, specifically on implementation and if you know what you are doing, some code (such as frontend) can be one-shotted >90% of the time with minimal checks.
Anything lower than that must be checked over by a human + agent, otherwise you will risk introducing a critical leak, bug or a new security issue.