The Commonplace
Home Papers Evidence Explore Trends Syntheses Digests References Docs 🎲 Workforce Futures
← Papers
Direction, evidence grade, and study type are AI-generated labels (gpt-5-mini), not human-verified. Syntheses are LLM-written. "Tensions" are machine-detected candidates, not confirmed contradictions. A research-acceleration tool, not peer review. How this is built →

Open-source AI-infrastructure projects experienced order-of-magnitude rises in pull-request volume and contributor counts since agentic tools emerged—driven almost entirely by humans—while review comments surged even as PR size stayed constant, signaling changing human–AI collaboration rather than automated takeover.

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
Jiada Li, Xuesong Ye, Olamide Olowoniyi · August 14, 2026
arxiv descriptive medium evidence 7/10 relevance Full text usable extracted full text Source PDF

Structured author observations

Linked only from stored provider relations; the raw author line above is never matched by name.

Arxiv

Latest observation:

  1. Jiada Li unresolved corpus identity
  2. Xuesong Ye unresolved corpus identity
  3. Olamide Olowoniyi unresolved corpus identity

Semantic Scholar

Latest observation:

  1. Jiada Li provider ID
  2. Xuesong Ye provider ID
  3. Olamide Olowoniyi provider ID
In two high-velocity open-source AI-infrastructure projects, merged PR throughput and unique contributors rose by an order of magnitude across defined AI-tooling eras, comment density increased several-fold while PR size remained stable, and bot activity accounted for a negligible share of the growth, indicating evolving human–AI collaboration patterns rather than simple automation-driven volume.

Citation observations

Cumulative provider counts captured on specific dates; providers are never combined.

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.

Summary

Main Finding

Across 33,228 merged pull requests (PRs) from two high-velocity AI-infrastructure repositories (vLLM and SGLang) spanning Feb 2023–Jun 2026, the authors document large, human-driven increases in development velocity and changing human–AI collaboration signals as agentic coding tools emerge. PR throughput and contributor counts rose dramatically, comment density rose sharply, cycle-time medians remained low while review-tail latency widened, and PR scope (lines/files changed) remained stable. Bot-authored PRs are negligible (<0.2%), so the surge is overwhelmingly human-driven rather than automated PR generation.

Key Points

  • Data scope: full merged-PR populations — vLLM: 18,290 merged PRs (Feb 2023–Jun 2026); SGLang: 14,938 merged PRs (Jan 2024–Jun 2026).
  • Era segmentation: four development eras aligned to AI-tooling milestones (Pre-Agentic → Early AI expansion → AI mainstream → Agentic emergence).
  • PR throughput:
    • vLLM increased 21× from Era 0 → Era 3 (38 → 797 merged PRs/month); peak 1,156 merged PRs/month (Jun 2026).
    • SGLang increased 17.9× from Era 1 → Era 3 (42 → 743 merged PRs/month); peak 1,413 merged PRs/month (Jun 2026).
  • Bot contribution:
    • Bot-authored merged PRs negligible: vLLM 31/18,213 (0.17%), SGLang 1/14,830 (0.01%).
    • Bot PRs contribute ≈0.0–0.17% of throughput growth — surge is human-driven.
  • Cycle time:
    • Era-3 median: vLLM 1.04 days, SGLang 0.62 days.
    • Era-3 P90: vLLM 16.8 days, SGLang 14.3 days — large tail indicates heterogeneity; median alone hides long-review cases.
  • Contributor dynamics:
    • Unique authors/month grew monotonically: vLLM +10.1 authors/month (r2=0.94), SGLang +11.2/month (r2=0.93); Era‑3 averages ~274 (vLLM) and 186 (SGLang).
    • New-author share in Era 3 ≈ 40% (per-month fraction of authors who are first-time contributors).
  • Comment density:
    • Increased 4.2× (vLLM) and 3.8× (SGLang) across eras (issue comments per merged PR).
    • Estimated bot comments account for ~15–20% of this increase (era-specific estimates: 0%, 5%, 10%, 15%).
    • Note: comment counts exclude inline review comments and formal review events.
  • PR size:
    • Median lines added in Era 3: vLLM 19, SGLang 22; median files changed ~2 — PR scope remained stable even as comment density rose.
  • Methods highlights:
    • Data via GitHub Search API (opened/merged PR queries by month) and git log --shortstat from full clones.
    • Bot detection: GitHub user.type metadata + username substring checks; comment bot-share estimated via stratified and targeted sampling.
    • Statistical analysis: OLS for unique-author trends; era-level means; full-population metrics (no sampling for merged PRs).

Data & Methods (concise)

  • Repositories: vllm-project/vllm (Feb 2023–Jun 2026), sgl-project/sglang (Jan 2024–Jun 2026).
  • Full merged-PR populations analyzed (no sampling): 18,290 (vLLM) and 14,938 (SGLang).
  • Metrics: monthly merged PR count, cycle time (median & P90), unique authors/month, PR comment density (issue comments only), monthly merge-rate (merged/opened flows), new-author share, PR size (lines/files changed).
  • Era definitions anchored to public rollout dates of major AI coding/agent tools.
  • Bot/human decomposition: user.type metadata + username pattern matching; comment bot-share validated with a 60-PR stratified baseline and a 10-PR targeted recent sample; era-specific bot comment-share percentages used to estimate human-only comment density.
  • Limitations called out by authors: descriptive case analysis (no causal claims), comment-count measure excludes inline/review events, bot detection imperfect, the merged/ opened flow ratio can exceed 1 (different cohorts).

Implications for AI Economics

  • Augmentation, not displacement (in these repos): The throughput surge is human-driven and accompanied by an expanding contributor base, contradicting a simple “concentration of contributions among a few AI-empowered engineers” hypothesis. Agentic tools appear to augment productive capacity and broaden participation in these high-adoption projects.
  • Labor demand and task composition:
    • Rapid increases in merged PRs and comment density imply greater demand for review, coordination, and quality-control labor (human oversight tasks), not merely raw coding output.
    • Stable PR size with rising comment density suggests more coordination per unit of change — potentially raising non-coding labor intensity (reviewing, discussion, specification).
  • Productivity measurement and compensation:
    • Standard productivity signals (median cycle time, PR count) understate tail risks; long P90 tails imply bottlenecks that can limit safe scaling. Economic models and incentives should monitor tail metrics (e.g., P90 review latency) and not only medians.
    • Firms/maintainers adopting agentic tools may capture faster throughput but must invest in reviewer capacity and governance to avoid quality/coordination failures.
  • Returns to organizational capital:
    • Value may shift toward integration, review infrastructure, documentation, and onboarding mechanisms that convert broader contributor pools into sustained productivity—favoring investments in coordination technology and reputation/maintainer capacity.
  • Market structure and platform competition:
    • Rapid adoption of agentic workflows will expand demand for complementary goods: reviewer tooling, provenance/audit utilities, and contributor-onboarding investments. This creates new markets and firms specializing in collaboration governance and safety for agentic workflows.
  • Open-source sustainability and newcomer dynamics:
    • A ~40% new-author share and rising unique-author counts suggest agentic-era projects can attract more newcomers, but sustaining contributions likely requires deliberate onboarding and oversight investments (important for public-good software).
  • Specific to biomedical AI agents and bioinformatics pipelines:
    • The combination of fast throughput and substantial review tails underscores a crucial point for life-sciences applications: automation can accelerate pipeline construction but cannot replace domain-expert validation. For biomedical agents and pipelines, silent errors have high risk; maintaining contextual continuity and strong human-in-the-loop review is essential.
    • Rising comment density (coordination) implies higher cognitive/coordination costs when integrating AI-produced or AI-assisted code into complex scientific workflows; economic value derives not just from automated execution but from human judgment and verification.
    • Policy and procurement in biomedical settings should prioritize auditability, provenance, and reviewer incentives when adopting agentic tools; markets that provide verifiable chain-of-evidence for analyses will be commercially valuable.

Practical recommendations (policy/managerial): - Track multidimensional metrics (throughput, median & P90 cycle time, unique contributors, comment density, PR-size) to capture both speed and review stress. - Audit and tag agentic contributions explicitly to enable causal evaluation and risk management. - Invest in reviewer capacity, onboarding, and provenance tools—especially critical in regulated or safety-sensitive domains like biomedicine. - Encourage reproducible, auditable PRs and toolchains to reduce downstream verification costs in scientific pipelines.

Caveats - Case-study design: two highly AI-adopting infrastructure repos — results may not generalize to other project types or ecosystems. - Some measurements (comment authorship, inline comments, exact AI authorship) are imperfectly observed; estimates rely on metadata and sampling. - Analysis is descriptive and correlational; causal links between tooling milestones and metric changes are not established here.

Assessment

Paper Typedescriptive Evidence Strengthmedium — The paper analyzes the full population of merged PRs from two prominent open-source AI-infrastructure repositories over multi-year windows, uses git data and GitHub API extraction, and performs bot/human decomposition; these provide strong descriptive evidence about those projects' internal dynamics. However, the study is explicitly non-causal (no control/comparison group, era segmentation is correlational), relies on indirect proxies (e.g., account metadata and username heuristics for bot detection, estimated era-specific bot comment shares from small validation samples), and examines only two projects, limiting inference beyond these cases. Methods Rigormedium — Data collection is comprehensive for the target repositories (full merged-PR populations, git-derived PR-size stats, and careful handling of API caps). Analyses are straightforward and appropriate for descriptive aims (monthly aggregations, OLS for trends). Weaknesses include subjective era boundaries tied to external tooling release dates, limited direct measurement of AI-agent authorship (relying on metadata and small validation samples to estimate bot comment shares), omission of inline review comments from the comment-density metric, and lack of robustness checks or alternative specifications. SampleFull merged-pull-request populations from two open-source AI-infrastructure repositories: vllm-project/vllm (Feb 2023–Jun 2026; 41 months; 18,290 merged PRs, PR-size for 18,115 PRs) and sgl-project/sglang (Jan 2024–Jun 2026; 30 months; 14,938 merged PRs, PR-size for 14,563 PRs). Data sources: GitHub Search API for PR metadata and comments (with half-month splitting to avoid 1,000-result caps), git clones and git log --shortstat for lines/files changed, GitHub user metadata and username-based heuristics for bot identification. Era segmentation uses four periods aligned to public AI tooling milestone dates. Bot comment shares estimated from a small stratified and targeted validation sample. Themeshuman_ai_collab productivity adoption GeneralizabilityFindings are limited to two high-velocity, early-adopter AI infrastructure repositories and may not generalize to typical open-source projects or proprietary/enterprise codebases., Era definitions are aligned to public AI-tooling release dates and may not reflect project-level adoption timing, producing potential misalignment between tooling availability and actual usage., Bot/AI authorship and comment attribution are inferred indirectly (account metadata and username heuristics; small validation samples), so AI-generated content may be under- or mis-classified., Metrics omit inline review comments and formal code-review events, limiting completeness of the 'comment density' signal., Cultural, governance, and contributor-composition differences between projects (e.g., corporate-sponsored vs. volunteer) could affect transferability to other contexts such as biomedical pipelines or enterprise engineering teams.

Claims (11)

ClaimDirectionOutcomeConfidence & EvidenceDetails
Merged pull-request throughput increased 21-fold in vLLM, from an Era 0 average of 38 merged PRs per month to an Era 3 average of 797 per month. Developer Productivity positive Merged pull requests per calendar month
Reading fidelity high
Study strength medium
n=18290
21× increase (38 to 797 merged PRs/month)
0.18
Merged pull-request throughput increased 17.9-fold in SGLang, from an Era 1 average of 42 merged PRs per month to an Era 3 average of 743 per month. Developer Productivity positive Merged pull requests per calendar month
Reading fidelity high
Study strength medium
n=14938
17.9× increase (42 to 743 merged PRs/month)
0.18
Bot-authored pull requests accounted for less than 0.2% of merged PRs in both projects, so the observed throughput growth was overwhelmingly human-driven rather than explained by automated PR generation. Task Allocation null_result Share of merged pull requests authored by bots
Reading fidelity high
Study strength medium
n=33043
<0.2% of merged PRs
0.18
In Era 3, the median PR cycle time was 1.04 days in vLLM and 0.62 days in SGLang, while the 90th-percentile cycle times were 16.8 and 14.3 days, respectively. Task Completion Time mixed Time from pull-request creation to merge
Reading fidelity high
Study strength high
n=33228
Median: 1.04 days in vLLM and 0.62 days in SGLang; P90: 16.8 and 14.3 days
0.3
The wide gap between median and P90 cycle times indicates substantial heterogeneity in review latency: approximately half of PRs merged within about one day, while a substantial tail took weeks. Organizational Efficiency mixed Distribution and heterogeneity of pull-request review-to-merge latency
Reading fidelity high
Study strength medium
n=33228
P90 cycle time was 16.8 days versus a 1.04-day median in vLLM, and 14.3 days versus a 0.62-day median in SGLang
0.18
The number of unique contributors per month increased significantly over the study period in both repositories, with OLS slopes of 10.1 additional authors per month for vLLM and 11.2 for SGLang. Developer Productivity positive Unique non-bot pull-request authors per month
Reading fidelity high
Study strength medium
n=71
+10.1 authors/month in vLLM and +11.2 authors/month in SGLang; p < 0.001 for both
0.18
The observed increase in unique authors per month is inconsistent with the expectation that AI tooling concentrates contribution among a small number of high-skill engineers. Inequality negative Contributor concentration versus expansion of the contributor pool
Reading fidelity high
Study strength low
n=71
Unique authors increased from 12 to 274 per month in vLLM and from 14 to 186 per month in SGLang
0.09
PR comment density increased across development eras by 4.2-fold in vLLM and 3.8-fold in SGLang. Team Performance positive Mean number of issue comments per merged pull request
Reading fidelity high
Study strength medium
n=33228
4.2× in vLLM and 3.8× in SGLang
0.18
Bot comments were estimated to account for approximately 15–20% of the increase in PR comment density. Task Allocation positive Contribution of bot comments to the increase in PR comment density
Reading fidelity high
Study strength speculative
n=70
15–20% of the increase
0.03
Median PR size remained stable across eras, with Era 3 median additions of 19 lines in vLLM and 22 lines in SGLang and a median of two files changed in both projects. Output Quality null_result Median lines added and files changed per merged pull request
Reading fidelity high
Study strength medium
n=32678
19 lines added and 2 files changed in vLLM; 22 lines added and 2 files changed in SGLang in Era 3
0.18
The study's observed metric changes are correlated with AI-tooling eras but cannot be causally attributed to AI-tool adoption alone. Governance And Regulation null_result Causal attribution of engineering-metric changes to AI-tool adoption
Reading fidelity high
Study strength high
n=2
0.3

Notes