The Commonplace
Home Papers Evidence Explore Trends Syntheses Digests About 🎲 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 →

A single firm's AI coding push coincided with a doubling of developers' merged pull requests to 2.09x pre-mandate levels by April 2026; evidence links most of the gain to voluntary adoption and accumulated use, and code-review work shifted heavily toward automation without higher revert rates.

AI Writes Faster Than Humans Can Review: A Longitudinal Study of an Enterprise 2x Mandate
H. He, Shyam Agarwal, Yegor Denisov-Blanch, Pavel Azaletskiy, Sanmi Koyejo, Bogdan Vasilescu · July 02, 2026 · arXiv (Cornell University)
openalex quasi_experimental medium evidence 8/10 relevance Full text usable extracted full text Source PDF
In a mid-sized AI-forward firm, a mandate plus heterogeneous voluntary adoption of AI coding tools coincided with per-developer merged-pull-request throughput rising to 2.09x baseline by April 2026, with gains tied to adoption and cumulative use and accompanied by a shift toward automated code review while merge and revert rates stayed stable.

Enterprises increasingly mandate AI coding tools and report large productivity gains, yet longitudinal evidence on how such a mandate unfolds is scarce. In this paper, we present a quantitative case study of a documented enterprise "2x" mandate at a mid-sized, AI-forward company that has been committed to doubling merged pull requests per engineer since mid-2025. In a panel of 802 developers and 196,212 pull requests (January 2024-April 2026), per-capita throughput eventually doubled, reaching 2.09x the pre-mandate baseline in April 2026, among the largest gains reported from a field deployment of AI coding tools to our knowledge. A staggered difference-in-differences design links the within-developer share of this gain to AI adoption and to a further gain that grows with accumulated use, with the mandate acting as a catalyst rather than a direct driver. Because adoption and usage intensity were not randomly assigned, we read this evidence as strongly implicating an adoption-and-use channel rather than as exact causal attribution. The gain is broadly shared across seniority yet concentrated in newer code and not separable across model generations. Adoption also restructured code review around automation: per-reviewer load roughly doubled and automated review overtook human review, while merge and revert rates held steady.

Summary

Main Finding

In a longitudinal, instrumented case study of a documented enterprise “2×” AI mandate (mid-2025) at a mid-sized, AI-forward software firm, per-capita merged pull-request (PR) throughput roughly doubled by April 2026 (2.09× the pre-mandate baseline). A staggered difference‑in‑differences analysis attributes most of that within‑developer gain to AI tool adoption and a dose‑response that grows with accumulated use (about a 1.5× within‑developer gain attributable to adoption+use, reaching ~2× after ≈9 months of tool use). The mandate acted mainly as a catalyst for adoption rather than an instantaneous productivity boost. Adoption also restructured review: per-reviewer load roughly doubled and automated review became dominant, while coarse short‑horizon quality indicators (merge and revert rates) remained roughly stable.

Key Points

  • Sample and outcome
    • Developer-month panel: 802 developers (January 2024–April 2026).
    • PR-level data: 196,212 non-bot PRs across 364 repositories.
    • Primary metric: merged PRs per engineer per month (the firm’s own “progress” metric).
  • Magnitude & timing
    • Organization-level per-capita PR throughput ≈2.09× pre-mandate by Apr 2026.
    • Within-developer decomposition: an immediate adoption jump plus a growing accumulated-use effect → combined ≈1.5× (robust to organization-wide monthly shocks); reaches ~2× by nine months on the tool.
  • Heterogeneity
    • Gains were broadly shared across seniority (from ICs to principals).
    • Gains concentrated in newer repositories; legacy repositories saw little effect.
    • The observed gain could not be cleanly separated by model-generation (Sonnet 4.5, Opus 4.5, Opus 4.6) within the rollout.
  • Organizational/process effects
    • Automated review (bots, CI, policy tools) accounted for a large and rising share of review events (~38% of review rows).
    • Per-reviewer human review load roughly doubled as AI-authored PR volume increased.
    • Merge and revert rates showed little systematic change over the study window.
  • Cautions/limitations
    • Adoption and usage intensity were not randomized; early adopters already had higher pre-adoption throughput.
    • The firm is a near‑ideal, permissive environment (unlimited seats/spend), so results represent an upper-envelope case rather than an industry average.
    • The “created-by-ai” PR label is an internal convention and not independently validated; per-PR comparisons are treated as correlational.

Data & Methods

  • Data sources
    • Full internal PR and review history (titles, authors, timestamps, sizes, review events, comments, labels).
    • AI-tool telemetry (per-developer, per-month lines suggested/written, token spend, acceptance rates) from Cursor and Claude Code; additional “Other” tools inferred from PR labels.
    • HR role data for ~91% of developers (mapped to seniority ladder).
  • Constructed datasets
    • Developer-month panel (802 devs; estimation sample restricted to 564 devs with ≥3 active months: 451 adopters, 113 never-adopters).
    • PR dataset with human/automated review classification; ~30.2% of PRs labeled “created-by-ai.”
  • Key measurement choices
    • Human review identified by excluding flagged bot/service accounts and templated bot messages; pickup/review-lead anchored at first non-author human review or PR-thread comment.
    • Time-to-merge decomposed into coding lead, pickup, review lead, and total cycle time.
  • Identification / empirical strategy
    • Staggered difference‑in‑differences (DiD) aligning each developer on their first observed AI-tool use (adoption), with developer fixed effects to compare each developer to their own pre-adoption baseline.
    • Baseline regression: log(PRs_it) = α_i + β1 * Adopted_it + β2 * PostMandate_t + ε_it; preferred specifications replace PostMandate with calendar-month fixed effects to absorb organization-wide shocks.
    • Dose–response analysis for accumulated use (growing returns with experience).
    • Robustness: event studies, clustered SEs by developer, Poisson models (to retain zeros) — conclusions robust across specifications.
  • Major threats addressed
    • Time-varying confounding: never-adopters (113 devs) anchor organization-wide calendar trend; month fixed effects absorb shared shocks.
    • Pre-trend checks show flat pre-adoption trajectories for adopters, supporting parallel trends assumption for within-developer inference.
  • Limitations explicitly noted by authors
    • Non-random adoption/use implies findings “strongly implicate” an adoption-and-use channel but should not be read as exact causal magnitude.
    • Internal PR labeling and tool-rollout timing limit precise separation of model-generation effects.

Implications for AI Economics

  • Mandates can produce large gains, but via adoption + accumulated human investment, not instantaneous model magic
    • The study shows that enterprise-level “doubling” is attainable in a favorable environment, but the primary mechanism is developer adoption and learning (complementary human investment), reinforcing the literature on complementary investments for general-purpose technologies.
    • Policy/management implication: mandates alone are insufficient; organizations must enable adoption, provide time/training, and allow experience accumulation to realize large returns.
  • Redistribution of work and hidden costs matter
    • Productivity gains in output volume shifted work downstream (review) rather than eliminating it: per-reviewer human load rose and automated tooling ate a larger share of review.
    • Short-horizon, coarse quality proxies (merge/revert rates) were unchanged, but longer-term costs—maintenance burden, technical debt, knowledge dilution, and cognitive/intent debt—remain plausible and were not fully captured; economists and firms should value both throughput and downstream/maintenance externalities.
  • Heterogeneous returns emphasize where value accrues
    • Returns concentrated in newer code suggests product-stage and legacy-asset considerations are critical: AI productivity gains may favor greenfield development and accelerate new feature throughput, while leaving legacy maintenance relatively unaffected.
    • Broad sharing by seniority implies mandate effects are not limited to a narrow senior cohort, but evaluators should check for concentration of review/verification burden among experienced engineers.
  • Measurement and evaluation advice
    • Firms and researchers should combine tool-telemetry with repo data and decompose delivery pipelines (coding vs. pickup vs. review) to detect where bottlenecks or backlogs form.
    • Longitudinal designs and within-worker comparisons (staggered DiD) are necessary to separate adoption/experience effects from calendar shocks and hiring/seasonality.
  • External validity and policy caution
    • The studied firm was unusually permissive and resourced; generalizing to firms with seat/token limits, stricter governance, or weaker AI culture is risky. Policymakers and researchers should treat observed doublings as an upper bound achievable under favorable complementarity and governance.
  • Research agendas
    • Better causal identification (randomized rollout of tools or training) could quantify the marginal value of enablement and training.
    • Longer-horizon studies are needed to assess maintenance costs, code quality over time, and whether review burdens produce attrition among reviewers or induce process redesigns that affect innovation capacity.

Summary takeaway: In a near-ideal enterprise environment, a documented AI mandate catalyzed adoption that, with accumulated use, produced very large measured throughput gains and reorganized review toward automation. The core economic mechanism appears to be complementary human adoption and experience—so mandates without enablement and review-capacity planning are unlikely to deliver comparable outcomes or sustainable benefits.

Assessment

Paper Typequasi_experimental Evidence Strengthmedium — Large panel (802 developers, 196,212 pull requests) and temporal variation provide compelling within-firm evidence linking AI adoption and accumulated use to a 2.09x increase in merged pull requests, but adoption was endogenous, the study is a single-enterprise case, and remaining time-varying confounders, spillovers and selection effects limit causal claims and external validity. Methods Rigormedium — The authors use a staggered DiD on rich panel data and exploit dose (usage) and timing heterogeneity, which is an appropriate and relatively rigorous approach for observational policy-like changes; however, lack of random assignment, potential violations of parallel-trends, limited ability to separate model-generation effects, and single-firm scope reduce methodological strength. SamplePanel of 802 software developers at a mid-sized, AI-forward company, covering 196,212 pull requests from January 2024 through April 2026, during which the firm instituted a mid-2025 '2x' mandate to double merged pull requests per engineer; analysis includes measures of adoption, usage intensity, merge and revert rates, and reviewer load. Themesproductivity adoption IdentificationStaggered difference-in-differences using within-developer variation in timing and intensity of AI-tool adoption in a panel of 802 engineers (Jan 2024–Apr 2026), with developer fixed effects and time controls; the mandate provides a common catalyst but adoption and usage were not randomized, so identification rests on parallel trends assumptions conditional on controls and on interpreting adoption/use variation as the main driver. GeneralizabilitySingle-firm case study limits external validity to other firms, sectors, or country contexts, Company is an early/AI-forward adopter; results may not generalize to late adopters or non-tech industries, Adoption was voluntary within the mandate and therefore subject to selection bias (highly productive or receptive developers may adopt earlier), Productivity is measured by merged pull requests—a narrow operational proxy that may not capture broader productivity or quality dimensions, Mandate-specific institutional features (explicit 2x target, internal incentives, tooling ecosystem) may be uncommon

Claims (12)

ClaimDirectionOutcomeConfidence & EvidenceDetails
We study a documented enterprise "2x" mandate at a mid-sized, AI-forward company that has been committed to doubling merged pull requests per engineer since mid-2025. Adoption Rate positive existence of a firm-level mandate to double merged pull requests per engineer
Reading fidelity high
Study strength high
n=1
0.8
The analysis panel comprises 802 developers and 196,212 pull requests spanning January 2024–April 2026. Other null_result sample size and time coverage
Reading fidelity high
Study strength high
n=802
0.8
Per-capita throughput eventually doubled, reaching 2.09x the pre-mandate baseline in April 2026. Developer Productivity positive per-capita throughput (merged pull requests per engineer)
Reading fidelity high
Study strength medium
n=802
2.09x the pre-mandate baseline
0.48
A staggered difference-in-differences design links the within-developer share of this gain to AI adoption and to a further gain that grows with accumulated use. Developer Productivity positive within-developer contribution of AI adoption and cumulative use to productivity gains
Reading fidelity high
Study strength medium
n=802
0.48
The mandate acted as a catalyst rather than a direct driver: because adoption and usage intensity were not randomly assigned, the evidence strongly implicates an adoption-and-use channel rather than exact causal attribution. Governance And Regulation mixed degree to which observed gains can be causally attributed to the mandate versus adoption/use
Reading fidelity high
Study strength medium
n=802
0.48
The productivity gain is broadly shared across seniority. Developer Productivity positive distribution of productivity gains across developer seniority levels
Reading fidelity medium
Study strength medium
n=802
0.29
The productivity gain is concentrated in newer code. Developer Productivity positive productivity gains by code age (new vs. legacy code)
Reading fidelity medium
Study strength medium
n=196212
0.29
The productivity gain is not separable across model generations. Developer Productivity null_result separability of productivity gains across AI model generations
Reading fidelity medium
Study strength medium
n=802
0.29
Adoption restructured code review around automation: per-reviewer load roughly doubled. Task Allocation positive per-reviewer load (review actions per reviewer)
Reading fidelity high
Study strength medium
n=196212
roughly doubled
0.48
Automated review overtook human review. Task Allocation positive share of code review performed by automated tools versus humans
Reading fidelity medium
Study strength medium
n=196212
0.29
Merge and revert rates held steady. Output Quality null_result merge rate and revert rate on pull requests
Reading fidelity high
Study strength medium
n=196212
0.48
These per-capita productivity gains (2.09x) are among the largest gains reported from a field deployment of AI coding tools to our knowledge. Developer Productivity positive relative magnitude of field-deployment productivity gains
Reading fidelity medium
Study strength speculative
n=802
2.09x the pre-mandate baseline
0.05

Notes