Home / Companies / Aviator / Blog / Post Details
Content Deep Dive

The AI Code Verification Bottleneck: Why Faster Code Generation Means Slower Reviews

Blog post from Aviator

Post Details
Company
Date Published
Author
Dejan Lukić
Word Count
1,403
Language
English
Hacker News Points
-
Summary

AI-generated code now constitutes 42% of committed code, but contrary to expectations, review times have increased rather than decreased, as AI accelerates code production but not the review process. Faros AI's analysis of 10,000 developers showed that while teams with high AI adoption merge significantly more pull requests, the review time has increased by 91%, suggesting that the bottleneck lies in the human review process. The problem is not merely a matter of scaling by adding more reviewers, as this does not address the context required to catch intent issues with AI-generated code. Instead, a shift towards intent-driven verification is recommended, where code is checked against a pre-approved specification before implementation begins. This approach can be programmatically executed and has been demonstrated to be effective in experiments where AI-generated code was efficiently verified against human-specified acceptance criteria. Moving human judgment upstream and allowing tools to handle the verification process can help manage the increased load without compromising code quality, emphasizing the need for a structured approach to specification and verification in AI-assisted development.