A newly published study by researchers at Rochester Institute of Technology analyzed 25,264 pull requests generated by code agents—GitHub Copilot, OpenAI Codex, and Claude Code—in GitHub repositories with more than 100 stars. The central finding:78.9% of those PRs go through a single human reviewer, who reads the diff, fixes what needs fixing, and merges solo. Agents scaled code production. Review is still one person's job. And that matters today, because at Geek Vibes we see daily how teams adopt these tools faster than they adjust their process around them.
What the study found
Maliha Noushin Raida and Daqing Hou, the study's authors, classified each PR by who reviewed it and who made the final commit, in a window from May to July 2025. It's not a survey or an opinion: it's data pulled straight from GitHub.
The key numbers:
- 78.9% of agentic PRs follow a single-reviewer workflow.
- Repositories with1 to 5 collaborators averaged50.2 agentic PRs in the quarter, well above medium and large teams.
- The overall median of agentic PRs per repository in three months was justone or two.
- The merge rate was nearly identical between single-reviewer flows (81.2%) and multi-reviewer flows ().



