From Human-Centric to Agentic Code Review: The Impact of Different Generations of Generative AI Technology on Review Quality
Summary
This paper studies 1.02 million pull requests to analyze the transition from human-centric to AI agentic code review, finding that agent-involved patterns improve efficiency but not quality.
View Cached Full Text
Cached at: 07/20/26, 09:40 AM
Paper page - From Human-Centric to Agentic Code Review: The Impact of Different Generations of Generative AI Technology on Review Quality
Source: https://huggingface.co/papers/2607.13196
Abstract
Codereviewhelpsmaintainsoftwarequalitybeforecodeintegration,butitalsoimposesasubstantialworkloadonhumanreviewers.Asgenerativeartificialintelligencebecomespartofsoftwaredevelopment,codereviewisshiftingfromaprimarilyhumanreviewprocesstowardAI-supportedreviewprocessesinwhichlargelanguagemodel(LLM)reviewersandAIagentreviewersparticipatealongsidehumanreviewers.However,westilllackempiricalevidenceonhowthistransitionaffectsreviewefficiencyandreviewquality.Inthispaper,westudy1.02millionreviewedpullrequestsfrom207GitHubprojectsthattransitionacrossthreecoderevieweras:human-centricreview,LLM-assistedreview,andagenticcodereview.WeidentifythreeAIrevieweradoptionpractices:GradualAIAdoption,RapidLLMAdoption,andRapidAIAgentAdoption.Wefurthermodelpullrequestreviewdiscussionsasreviewerinteractionsequencestocharacterizehowhuman,LLM,andAIagentreviewerscollaborateduringthereviewprocess.Ourresultsshowthatagent-involvedcollaborationpatterns,especiallyreviewsinitiatedbyAIagentsorinvolvingmultipleAIagents,areassociatedwithfasterreviewdecisionsunderGradualAIAdoptionandRapidAIAgentAdoption.However,theseefficiencygainsdonottranslateintobetterreviewquality.Wealsofindthatreviewactivityandpullrequesttyperemainimportantacrosseras,whilehuman-AIcollaborationpatternsbecomethestrongestexplanatoryfactorforreviewefficiencyonceLLMandAIagentreviewersparticipate.ThesefindingsprovideempiricalguidancefordesigningAI-supportedcodereviewprocessesthatimproveefficiencywithoutweakeningreviewquality.
View arXiv pageView PDFAdd to collection
Get this paper in your agent:
hf papers read 2607\.13196
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper0
No model linking this paper
Cite arxiv.org/abs/2607.13196 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2607.13196 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2607.13196 in a Space README.md to link it from this page.
Collections including this paper0
No Collection including this paper
Add this paper to acollectionto link it from this page.
Similar Articles
Agentic Code Review (15 minute read)
An analysis of how AI coding agents have shifted the bottleneck from writing code to reviewing it, with data showing a 861% increase in code churn and a rise in defect rates, making code review the most leveraged skill in software engineering.
AI coding agent output verification in 2026: read the diff, vibe check it, merge
A reflection on current practices for verifying AI coding agent output, noting that developers often skim diffs and merge without fully auditing the agent's session activity, raising concerns about code review culture in the age of AI.
AI Generated Code Quality
The article discusses concerns that as AI tools generate increasing amounts of code, future models trained on this synthetic code may suffer from reduced quality and originality, and asks how major AI labs like OpenAI, Anthropic, and GitHub plan to address this issue.
Are coding agents creating a new review problem?
The article discusses how while coding agents can effectively generate code, they introduce a new bottleneck in reviewing and trusting the changes, questioning whether agents reduce or shift the review workload.
Agentic coding in a large production codebase: wins, failure modes, and guardrails
Engineers across database, iOS, frontend, data engineering, and backend domains discuss how AI code generation shifts the hard part to verification and integration, requiring human judgment for subtle risks and architectural fit.