Research into the use of AI coding agents on GitHub has revealed that small development teams are the most intensive users of these tools, frequently relying on a single developer to review and merge the agent-generated code. The study, conducted by Maliha Noushin Raida and Daqing Hou at Rochester Institute of Technology, analyzed 25,264 "agentic" pull requests from repositories with at least 100 stars between May and July 2025. The agents examined included popular tools like GitHub Copilot, OpenAI Codex, and Claude Code.
The findings indicate that nearly 79% of agentic pull requests are handled by a single developer who reviews, makes necessary corrections, and merges the code. This figure rises to almost 90% when including cases where a single person reviews the agent's work without making changes. While larger teams tend to distribute review tasks more broadly, the solo review process remains prevalent across projects of all sizes.
Most repositories in the dataset showed infrequent use of AI agents, with a median of one to two agentic pull requests over the three-month period. However, a small number of teams demonstrated significantly higher engagement. Repositories with one to five contributors averaged 50.2 agentic pull requests, substantially more than medium or large teams. Even among these highly active small teams, the single-reviewer workflow remained dominant, suggesting that increased agent activity does not necessarily lead to more distributed review practices.
The research highlights code review as a limiting factor in the adoption of AI coding agents. Code review already consumes a significant portion of developers' time, and each agent-generated pull request still requires human scrutiny, testing, and approval. Only 25 projects in the sample matched the output rate of a professional developer, indicating that human review capacity often caps the volume of agent-generated code that can be integrated.
Despite the concentrated review process, pull requests handled by a single person showed a similar merge rate to those reviewed by multiple individuals. Single-reviewer pull requests had an 81.2% merge rate, compared to 80.3% for multi-reviewer/committer pull requests within the study's timeframe.
The study also observed differences in the types of tasks assigned to agents based on the review pattern. Single-reviewer workflows predominantly involved feature-related pull requests, while multi-human workflows more frequently addressed fix-related issues. The research focused on acceptance within the study window and did not track subsequent reverts, bug fixes, or the long-term stability of merged agent code.
The pattern of a single developer reviewing and integrating agent-generated code is a common practice, particularly for small teams. Even when small teams generated dozens of agentic pull requests, a single individual typically remained responsible for the review process throughout. The extent to which this single-reviewer model can scale before encountering limitations remains largely unexplored.






