Claude CLI vs API for Code Review: Same Model, Wildly Different Results
typescript
dev.to
I stopped writing code by hand a while ago. Claude writes it, I review it, it ships. It works, so why should I? But here's the thing -- if AI writes all the code, who reviews it? Another AI, obviously. So I built brunt, an adversarial code review tool that throws LLMs at your diffs to find bugs and security issues. The problem is: which AI do you point it at? I have a Claude subscription (CLI access), and I have an API key. Same company, same models. Should give the same results, right? I als