I built a tool that pits 9 free LLMs against your code as adversarial reviewers

Dev.to AI
Generative AI Open Source AI

The problem with AI code review You paste your code into ChatGPT. It tells you everything looks fine, maybe flags a missing null check. You feel good. But here's the thing - every model has blind spots. GPT might miss a SQL injection that Claude catches. Llama might flag a race condition that Gemini overlooks. No single model sees everything. So I thought: what if instead of trusting one model, I made them compete? What AIF does AIF (Architecture Impact Framework) sends your code to 9 different LLMs across 6 providers simultaneously.