From Human-Centric to Agentic Code Review: The Impact of Different Generations of Generative AI Technology on Review Quality

· Source: cs.SE updates on arXiv.org · Field: Technology & Digital — Software Development & Engineering, Artificial Intelligence & Machine Learning, Data Science & Analytics · Depth: Expert, extended

Summary

This study analyzed 1.02 million reviewed pull requests from 207 GitHub projects between May 2022 and February 2026, examining the evolution of code review across human-centric, LLM-assisted, and agentic eras. Researchers identified three AI reviewer adoption practices: Gradual AI Adoption (46% of projects), Rapid LLM Adoption (22%), and Rapid AI Agent Adoption (32%). Findings indicate that Gradual AI Adoption and Rapid AI Agent Adoption significantly improved review efficiency in the agent era, reducing review time by 2.5 days/KLOC and 4.5 days/KLOC respectively, but without improving review quality. Conversely, Rapid LLM Adoption led to a significant increase in code review smells, such as "Review Buddies," by 8.0% points in the LLM era and 4.4% points in the agent era. While agent-initiated and multi-agent reviews were faster under Gradual AI and Rapid AI Agent Adoption, they also showed higher review smell prevalence than human-only reviews. Human-AI collaboration patterns emerged as a dominant factor explaining review efficiency once LLM and AI agents were involved.

Key takeaway

For software engineering managers designing AI-supported code review processes, you should prioritize gradual AI adoption or rapid AI agent integration to achieve efficiency gains. Avoid rapid, heavy LLM-only adoption, as it significantly increases review quality risks, such as "Review Buddies." Integrate AI agents for initial inspection, but ensure human oversight and diverse reviewer participation to maintain quality standards. Balance AI collaboration with established review practices.

Key insights

AI-supported code review boosts efficiency but often increases quality risks like "Review Buddies."

Principles

Method

The study clustered AI adoption time series using soft-DTW, identified collaboration patterns via Markov chains with expectation-maximization, and modeled review quality using logistic regression with traditional and human-AI factors.

In practice

Topics

Code references

Best for: CTO, VP of Engineering/Data, Director of AI/ML, AI Scientist, Research Scientist, Software Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by cs.SE updates on arXiv.org.