AI agent code reviews speed up but don't improve quality
1.02M pull requests across 207 GitHub projects reveal agentic collaboration trade-offs.
A new arXiv paper by Suzhen Zhong and colleagues examines how the shift from human-centric code review to AI-assisted and agentic review impacts both speed and quality. Analyzing 1.02 million pull requests across 207 open-source GitHub projects, the study categorizes three eras: human-centric review (no AI), LLM-assisted review (LLMs as co-reviewers), and agentic code review (autonomous AI agents participating). They identified three adoption strategies: Gradual AI Adoption (mixed human+AI over time), Rapid LLM Adoption (quickly adding LLMs), and Rapid AI Agent Adoption (jumping to multi-agent systems).
The key finding: agent-involved collaboration patterns—especially reviews started by an AI agent or involving multiple AI agents—are associated with faster review decisions under Gradual AI Adoption and Rapid AI Agent Adoption. However, those speed gains do not translate into better review quality. In fact, review activity and pull request type remain important across all eras, while human-AI collaboration patterns become the strongest explanatory factor for review efficiency once LLMs and agents join. The paper provides empirical guidance for designing review processes that leverage AI for speed without sacrificing quality.
- Analyzed 1.02M pull requests from 207 GitHub projects across three review eras (human, LLM-assisted, agentic).
- Three adoption practices identified: Gradual AI Adoption, Rapid LLM Adoption, Rapid AI Agent Adoption.
- Agent-led reviews speed decisions but do not improve review quality; human-AI patterns dominate efficiency explanation.
Why It Matters
Practical guide for engineering teams adopting AI code review: faster isn't better—focus on human-AI collaboration design.