Show HN: Open Code Review – AI reviewers debate each other before feedback

Hacker News Show AI
Generative AI AI Safety

I got tired of AI code review tools that just run a single LLM pass over a diff and call it a review. So I built something different. Open Code Review spins up multiple AI reviewers from your CLI, each with a different focus. They review independently, then debate each other’s findings, then synthesize into a single review. You get a local dashboard that spins up out of your repo to navigate everything. The debate step is what makes it work. A single-pass reviewer hallucinates issues and misses real ones.