The AI Code Review Crisis Nobody's Talking About
AI generates 10x more code. GitHub's review UI was built for 5 PRs a day. Something has to give.
The AI Code Review Crisis Nobody's Talking About
AI can generate a thousand lines of code in thirty seconds. Your team still reviews PRs the same way it did in 2015.
The 10x problem
Cursor, Copilot, Claude Code — whatever your team uses, the output is the same: more code, faster. A task that used to produce a 50-line diff now generates 500. A feature that took a week ships in an afternoon.
The bottleneck moved. It's no longer "who can write this?" It's "who's going to review this?"
GitHub wasn't built for this
GitHub's PR review UI was designed when teams opened 3-5 PRs a day. The file list is alphabetical. The diff viewer shows everything at once. There's no way to know which of the 47 changed files actually matters.
So reviewers do what humans do under cognitive overload: they skim. They approve. They move on.
And the bugs that AI introduced — the subtle ones, the ones hiding in a migration file buried between a lock file and a config change — they ship to production.
What triage looks like
Imagine opening a PR and seeing files sorted by risk, not alphabetically. The database migration floats to the top. The auth middleware change is right below it. The lock file and auto-generated types? Collapsed at the bottom where they belong.
That's what AI triage does. It reads the diff the way a senior engineer would — understanding which changes carry risk and which are noise.
The path forward
We're building Graphene to solve this. Not another AI that writes code. An AI that helps you review it.
More soon.