Engineering Signals of Human-AI Collaboration in the Agentic Coding Era: A Longitudinal Analysis of 33,228 Pull Requests from vLLM and SGLang with Implications for Biomedical AI Agents and Bioinformatics Pipeline Developmen
Longitudinal analysis of 33,228 PRs from vLLM and SGLang shows AI-assisted development boosts throughput, contributor diversity, and collaboration signals.
Key Findings
Methodology
Analyzed merged PR data from vLLM and SGLang across four development eras, extracting metrics like throughput, cycle time, contributor diversity, comment density, merge rate, new contributor share, PR size. Data was collected via GitHub API and git logs, with account-type metadata used to distinguish bots. Employed regression analysis to identify trends, validated metrics robustness, and segmented development phases aligned with AI tooling milestones, ensuring comprehensive longitudinal insights into human-AI collaboration dynamics.
Key Results
- PR throughput increased 21-fold in vLLM (from 38 to 797/month) and 17.9-fold in SGLang (from 42 to 743/month), with bot contributions less than 0.2%, indicating human-driven growth.
- Median cycle times in the latest era were 1.04 days (vLLM) and 0.62 days (SGLang), with P90 values exceeding 14 days, revealing heterogeneity in review latency.
- Unique authors per month grew steadily (OLS slopes: +10.1/month for vLLM, +11.2/month for SGLang), demonstrating expanding contributor bases unaffected by AI concentration.
- PR comment density rose over four times, with bot comments accounting for 15-20%, while PR size remained stable, suggesting increased engagement rather than scope expansion.
Significance
This study offers empirical, multi-dimensional signals of evolving human-AI collaboration in high-velocity open-source projects. The findings inform AI integration strategies in biomedical AI agents and bioinformatics pipelines, emphasizing increased productivity, broader participation, and deeper collaboration. These insights support designing more effective AI-assisted scientific software workflows, crucial for accelerating research in life sciences.
Technical Contribution
Developed a comprehensive framework combining multi-metric analysis with bot/human attribution, leveraging regression models and data segmentation to quantify AI's impact on development dynamics. The approach advances understanding of contribution patterns, collaboration depth, and project velocity, providing a replicable methodology for longitudinal software engineering studies. It also introduces a novel way to measure AI-human synergy through detailed PR metrics and account-type validation.
Novelty
First longitudinal, multi-metric analysis of AI-assisted open-source development, integrating bot attribution with detailed engineering signals across four eras. Unlike prior short-term or single-metric studies, this work captures the complex evolution of contribution behaviors, collaboration patterns, and project velocity, offering a holistic view of AI's role in scientific software engineering.
Limitations
- The analysis relies on account-type metadata and comment content to infer AI contributions, which may misclassify some automated activities. Direct code attribution remains challenging.
- Limited to two projects, so findings may not generalize across different domains or project types.
- Does not incorporate code quality or performance metrics, which are vital for assessing software robustness and scientific validity.
- Future work should include multi-project validation, deeper code analysis, and integration with quality metrics.
Future Work
Future research will explore integrating code quality assessments, automated testing results, and developer behavior analytics. Expanding to diverse project types and languages will validate the generality of findings. Additionally, developing real-time monitoring tools based on these metrics can guide AI-human collaboration strategies, optimizing scientific software workflows and bioinformatics pipeline automation.
AI Executive Summary
The rapid integration of AI coding assistants has transformed open-source software development, accelerating workflows and broadening participation. This study conducts a detailed longitudinal analysis of 33,228 pull requests from two foundational AI infrastructure projects, vLLM and SGLang, spanning from early AI-assisted coding to autonomous agentic development.
Results reveal that development velocity has surged, with PR throughput increasing over twentyfold, driven predominantly by human contributors, as bot activity remains negligible (<0.2%). The median review cycle time, although slightly longer in the latest era, still maintains rapid turnaround, but with significant heterogeneity indicating complex review processes for substantial changes. Contributor diversity has expanded steadily, contradicting concerns that AI tools might concentrate contributions among a few experts. Comment density has increased fourfold, reflecting deeper engagement and collaborative discussion, while PR sizes have remained stable, suggesting increased interaction rather than scope.
These insights highlight the evolving landscape of human-AI collaboration, emphasizing that AI tools are augmenting rather than replacing human effort, fostering broader participation and richer interactions. Such findings are crucial for designing future biomedical AI agents and bioinformatics pipelines, where maintaining contextual continuity and collaborative robustness is vital. The study underscores the importance of multi-metric longitudinal analysis in understanding and guiding AI-enabled scientific software development, paving the way for more resilient, inclusive, and efficient research ecosystems.
Deep Analysis
Background
Over the past decade, AI-assisted coding tools like GitHub Copilot and OpenAI Codex have revolutionized software development. Early studies demonstrated productivity gains at the individual level, but comprehensive understanding of team-level impacts, especially in open-source contexts, remains limited. As autonomous AI agents capable of submitting, reviewing, and merging code emerge, the dynamics of contribution, collaboration, and quality assurance are fundamentally shifting. Prior research has focused on short-term experiments or specific metrics, lacking a longitudinal perspective. Open-source repositories such as vLLM and SGLang, with their transparent PR histories, provide ideal datasets to explore these changes systematically. This study builds on prior work by integrating multiple engineering metrics over an extended timeline, capturing the evolution of human-AI collaboration in real-world, high-velocity environments, with implications for scientific software engineering and bioinformatics workflows.
Core Problem
The core challenge lies in quantifying how AI tools influence development velocity, contributor diversity, and collaboration quality over time. Existing metrics often focus on isolated aspects, failing to capture the complex, dynamic interplay between human effort and AI assistance. Additionally, the rise of autonomous agents raises questions about contribution attribution, team cohesion, and review processes. Understanding these shifts is critical for optimizing AI integration in scientific research, where maintaining data-contextual continuity and collaborative robustness is vital. The difficulty in distinguishing AI-generated code from human contributions complicates analysis, necessitating sophisticated attribution methods and multi-metric approaches to accurately reflect the evolving landscape.
Innovation
This work introduces a multi-dimensional, longitudinal framework combining PR-level metrics with account-type-based bot attribution, enabling precise tracking of AI's impact on development dynamics. It innovates by segmenting development into eras aligned with AI tooling milestones, applying regression models to quantify contributor growth, and analyzing comment activity to gauge collaboration depth. Unlike prior studies limited to short-term or single-metric analyses, this approach offers a comprehensive, temporal view of how AI assistance reshapes open-source workflows, providing actionable insights for optimizing AI-human synergy in scientific software engineering.
Methodology
- �� Select two open-source AI infrastructure projects (vLLM and SGLang) with publicly accessible PR histories. • Collect monthly PR data via GitHub API, including creation, merge times, comments, and code changes. • Segment development into four eras based on AI tool release milestones, aligning metrics with technological shifts. • Use GitHub account-type metadata to identify bot contributions, validating with comment content sampling. • Calculate seven engineering metrics per month: PR throughput, cycle time (median and P90), contributor count, comment density, merge rate, new contributor share, and PR size. • Apply Ordinary Least Squares (OLS) regression to analyze contributor growth trends over time. • Generate heatmaps of normalized metrics to visualize multi-dimensional evolution, and perform sensitivity analysis to confirm robustness against automated activity.
Experiments
The analysis involved full PR datasets from both projects, segmented into eras reflecting AI tooling milestones. Metrics were computed monthly, with bot contributions identified via account metadata and comment sampling. Regression analysis quantified contributor growth, while heatmaps illustrated multi-metric patterns. Validation included comparing bot vs. human contribution ratios and assessing the stability of PR sizes. The experiments aimed to establish causal links between AI tooling adoption and changes in development dynamics, ensuring metrics accurately reflect real collaboration shifts. Sensitivity tests confirmed that the observed trends are not artifacts of automated activity, providing a reliable basis for interpretation.
Results
The data demonstrate a dramatic increase in development velocity, with PR throughput soaring over 20 times, driven mainly by human effort. Contributor diversity expanded steadily, with monthly unique authors rising significantly, indicating broader engagement. Comment density increased fourfold, suggesting deeper collaboration, while PR sizes remained stable, ruling out scope expansion as a cause. Cycle times, although slightly longer in the latest era, still support rapid review processes. These findings collectively reveal that AI tools facilitate faster, more inclusive, and more interactive development workflows, challenging assumptions that automation leads to contribution concentration or reduced participation.
Applications
In the short term, these metrics can guide the optimization of open-source scientific software workflows, especially in bioinformatics, by identifying bottlenecks and fostering inclusive collaboration. Long-term, they support the design of AI-enhanced pipelines that maintain contextual integrity, improve reproducibility, and accelerate biomedical research. The insights can inform policy for AI integration in scientific teams, ensuring balanced human-AI synergy, and fostering sustainable, innovative research ecosystems.
Limitations & Outlook
The attribution of contributions to AI remains indirect, relying on account types and comment analysis, which may misclassify some activities. The study's focus on two projects limits generalizability; different domains or project sizes may exhibit distinct patterns. The analysis does not incorporate code quality or performance metrics, which are critical for scientific validity. Further research should include multi-project validation, direct code attribution, and integration of quality indicators to deepen understanding of AI's impact on scientific software development.
Plain Language Accessible to non-experts
想象一个厨房里,厨师们用各种工具做菜。以前,他们自己用刀、锅慢慢做饭,效率有限。后来,厨房引入了智能机器人助手,不仅帮忙切菜、炒菜,还能自己学习厨师的偏好,提出新菜谱。刚开始,厨师们担心机器人会抢走工作,但实际上,机器人帮他们节省了很多时间,让他们可以专注于创新和改良。随着时间推移,越来越多厨师开始用这个机器人,厨房变得更快、更热闹,也做出更多美味的菜肴。这就像软件开发中的AI工具,从最初的辅助到现在能自主提交代码,极大提升了效率和合作。
ELI14 Explained like you're 14
想象你在学校做项目,写代码很慢,还得老师帮忙检查。后来,学校引入了超级智能的机器人助手,它可以帮你写代码、找错误,甚至帮你想点子。一开始,你担心机器人会抢走你的工作,但其实,它帮你节省了很多时间,让你可以专注在更酷的部分。越来越多的同学也用这个机器人,大家一起合作,项目变得更快更棒。就像软件开发中的AI助手,从最开始的帮忙写代码,到现在能自己提交、审查,改变了我们的学习和工作方式。
Abstract
The rapid adoption of AI coding assistants and autonomous agentic development systems has coincided with major changes in the pace and structure of open-source software engineering. Yet empirical longitudinal evidence of these changes at the team level remains limited. We present a descriptive longitudinal analysis of seven engineering metrics: pull request (PR) throughput, cycle time, contributor diversity, PR comment density, merge rate, new-author participation, and PR size. Metrics were computed from all merged PRs in two high-velocity AI infrastructure repositories, vLLM (February 2023-June 2026; 18,290 PRs) and SGLang (January 2024-June 2026; 14,938 PRs). We segment development into four eras aligned with major changes in AI-assisted software development and examine human- and bot-authored activities. Both projects show substantial increases in development velocity and AI-developer collaboration signals. PR throughput increased 21x in vLLM and 17.9x in SGLang, while bot-authored PRs accounted for less than 0.2% of this growth, indicating that the increase was overwhelmingly human-driven. In the latest era, median cycle time was 1.04 days for vLLM and 0.62 days for SGLang, while P90 cycle times reached 16.8 and 14.3 days, respectively. Monthly unique authors increased steadily in both projects, suggesting broader contributor participation. PR comment density increased 4.2x in vLLM and 3.8x in SGLang, with bot comments contributing an estimated 15-20% of the increase. In contrast, PR size remained relatively stable across eras. Overall, AI-assisted development is associated with higher throughput, broader contributor participation, and increased AI-developer collaboration signals in high-velocity open-source software development.