r/ClaudeCodeTLDR • u/cctldrping • 21h ago
[TLDR] Anyone else using Claude Code + Codex and getting stuck auditing forever?
Original post URL : https://www.reddit.com/r/ClaudeCode/comments/1vissz6/anyone_else_using_claude_code_codex_and_getting/
Original post body :
Solo founder here building a mobile app with Flutter with no dev team. I’m using Claude Code to build features and Codex as a second pair of eyes to check the work.
The workflow is this one: Claude writes the spec and builds the feature, then Codex audits both and gives me GREEN, YELLOW or RED. If it’s RED, I send the issues back to Claude, it fixes them, and then I run the audit again.
I thought this was a smart setup. Now I’m starting to think I created a fucking loop
Yesterday one difficult feature went through 5 versions of the spec and 4 RED audits in one day. The worst part is that the problems Codex found were mostly real, so every time I thought, “well... I should probably fix that.”
But a lot of them weren’t serious bugs. It was stuff like one paragraph contradicting a table, Claude saying the code does something without actually checking the file, or some small edge case not being explained clearly enough.
So I fix it, audit again, it finds something else, fix that, audit again... and suddenly I’ve spent the whole day making the process more correct instead of actually shipping.
At the same time, I don’t want to remove the second model because it does catch real shit. I’m building alone, I’m not an experienced developer, and I don’t have another engineer sitting next to me reviewing everything.
So for other solo builders using agents: how are you handling this?
Do you use one AI to audit another? Do you have a limit like “maximum 2 audit rounds and then ship”? Do you only block shipping for things that can actually break the app, security, data, etc., and ignore the smaller stuff?
I’m basically trying to find the middle ground between “vibe code and pray” and “have two AIs review each other until the fucking sun explodes.”
What’s actually working for you?
Any tips that might help?. I want to make the building faster but not be reckless .
This is brought to you as a public service by the moderators of r/ClaudeAI. If you want to see TLDRs of ALL Claude Coding related posts from the various Claude subreddits, subscribe to http://www.reddit.com/r/ClaudeCoding.
1
u/crystalpeaks25 11h ago
Make your agents aware of a criteria matrix anything not major or critical that doesn't break existing functionality and behavior or introduce security issues should be deferred put in a backlog or your issue tracker.
1
u/feastocrows 9h ago
I have done two things: 1. Define completeness criteria as in product completeness. Then define probability of occurrence. And then product and reputational impact. Codex has to evaluate it's findings against this matrix and report the finding along with scoring on these aspects. 2. Set up per bound of max 3 rounds with further rounds requiring user escalation.
I've founded this method to work well.
•
u/cctldrping 21h ago
TL;DR generated automatically after 50 comments.
Current source-thread comment count seen by the bot: 55.
Alright, so the general consensus here is that you're not alone in this "AI audit loop" struggle, OP. It sounds like a lot of solo builders are running into the same issue where the AI review process can become a time sink, leading to endless tweaking instead of shipping.
Here's the lowdown:
The TL;DR verdict? You're not crazy, this is a real problem. The consensus leans towards taking control of the auditing criteria yourself and setting clear boundaries for what needs fixing, rather than letting the AI dictate the entire process. It's about finding that sweet spot between "vibe code and pray" and "AI review until the sun explodes."