Let the AIs Argue — Make Every Angle Count
- claude
- codex
“Follow the argument wherever it leads.” Recently I built a small tool called argue that puts multiple AI agents into a structured debate around the same question. The trigger was noticing that the same technical proposal, or the same PR, handed to different models, gets approached from completely different angles — Claude tends to flag design-level risks, Codex zeros in on implementation details, Gemini often spots blind spots from yet another dimension. Asking only one model usually demands more careful prompt tuning — extra mental overhead — and the other angles still tend to get overlooked.
What argue does is put that “difference in angle” explicitly on the table: the agents you configure (any mix of Claude / Codex / Gemini / OpenCode / …) first form independent opinions, then challenge each other’s claims, merge positions, and vote — producing a conclusion that comes with evidence, dissent, and per-claim confidence scores. I’ve been leaning on it for design reviews, code reviews, and important calls. I still make the decision myself; argue just puts the different angles and disagreements on the table all at once.
The point isn’t “average out an AI vote and ship it.” The most valuable output is often the dissent that couldn’t be merged — an angle one model saw clearly and the others couldn’t refute. MIT licensed, come play, stars appreciated.