A study of 33,596 pull requests across 2,807 GitHub repositories found that 40.2% of repositories contain multiple AI-authored pull requests submitted at the same time, with the rate rising to 53.4% when allowing a one-week overlap window. When researchers replayed three-way merges on 747 conflicting pull request pairs, cross-agent submissions encountered textual conflicts at a rate of 41.7%, compared to 19.8% for pull requests from the same agent, indicating that different AI agents working on the same codebase create significantly more friction than a single agent submitting multiple changes.
Summaries like this, in your inbox every morning.
Sign up free →What happened
Researchers analyzed 33,596 pull requests across 2,807 repositories and found that 40.2% of repositories contain multiple AI-authored pull requests submitted simultaneously. When examining a one-week window, this rose to 53.4% of repositories. The study replayed 747 three-way git merges and measured textual conflicts: cross-agent pairs encountered 41.7% conflict rates, while same-agent pairs had 19.8%.
Why it matters
As AI coding agents become more prevalent, concurrent submissions to the same codebase create friction. Cross-agent conflicts are significantly higher and occur in approximately 4.3% of repositories examined (122 out of 2,807), suggesting that when different agents work on the same repo, their code changes collide far more often than when one agent submits multiple PRs. This friction could slow development workflows that rely on AI assistance.
What to watch
The study found that 84.4% of conflicted files involved source code modifications rather than dependency files, and nearly 42% of conflicts were structural (modify/delete or add/add operations). These patterns may guide future tooling to detect and prevent agent-to-agent conflicts before submission.
Researchers used the AIDev-pop dataset to conduct the first large-scale empirical study of concurrent pull request submission by AI coding agents. The dataset spans 33,596 pull requests across 2,807 repositories. The study had two main objectives: to measure how often multiple agent-authored pull requests overlap in time, and to characterize the merge conflicts that arise when those overlaps occur.
The team found that 40.2% of repositories contain at least one pair of co-active agent-authored pull requests when considering exact temporal overlap. Notably, these co-active pairs account for 79.4% of all pull requests generated by AI agents in the dataset, suggesting that concurrent submission is not a rare edge case but a normal part of how these agents operate. When the researchers relaxed the definition of overlap to allow a one-week collaboration window, the statistics shifted dramatically: 53.4% of repositories contained co-active pairs, and such pairs represented 95.0% of all agent-authored pull requests.
The composition of these pairs is heavily skewed toward same-agent submissions. Of the co-active pull request pairs, the vast majority were authored by the same agent. Cross-agent pairs—pull requests submitted by different agents to the same repository—accounted for only 0.5% of all co-active pairs and appeared in only 122 of the 2,807 repositories studied (approximately 4.3%). Despite their rarity, cross-agent interactions proved to be the most conflicted. The researchers replayed 747 actual three-way git merges, taking one unique co-active pair per repository, and measured textual conflicts. Cross-agent pairs had a conflict rate of 41.7% (with 95% confidence intervals that did not overlap with the intra-agent rate), compared to 19.8% for same-agent pairs.
Further analysis of the conflicted files revealed that the majority of conflicts occurred in source code files rather than dependency manifests: 84.4% of conflicted files involved source code modifications. Additionally, nearly 42% of conflicts fell into the structural category—modifications where one pull request deletes or modifies code while another adds or modifies the same section, creating semantic rather than purely textual collisions. These patterns point to a potential avenue for future tooling: detecting and flagging agent-to-agent conflicts before they are submitted or merged, and possibly providing agents with awareness of concurrent submissions to the same repository.
The paper addresses a gap in understanding how concurrent AI coding agents interact when working on shared repositories. Prior research on AI-generated code has largely treated agents in isolation, but as these tools become standard in development workflows, the question of what happens when two or more agents submit changes to the same codebase simultaneously becomes urgent. The study's use of the AIDev-pop dataset—a large empirical corpus of agent-authored pull requests—allows for the first systematic measurement of this phenomenon.
The distinction between intra-agent and cross-agent conflicts is striking. When the same AI agent submits multiple pull requests to a repository (accounting for the vast majority of co-active pairs), merge conflicts occur in 19.8% of cases. However, when two different agents submit overlapping pull requests, the conflict rate jumps to 41.7%—more than double. This gap suggests that individual agents tend to work in consistent patterns and modify overlapping code in ways that can be reconciled, whereas different agents may not have compatible approaches to the same code regions. The finding that nearly 42% of observed conflicts were structural (modify/delete or add/add operations) rather than simple textual misalignments indicates that the friction goes beyond simple line-level collision; agents are making incompatible edits to code structure itself.
AI-summarized, only the topics you pick — one digest a day via Email, Slack, or Discord.
Free · takes 30 seconds · unsubscribe anytime
No comments yet. Be the first to share your thoughts!
Log in to join the discussion





Get curated AI news from 200+ sources delivered daily to your inbox. Free to use.
Get Started FreeFree · takes 30 seconds · unsubscribe anytime
1 minute a day. The AI essentials.
200+ sources · Email / LINE / Slack