AI productivity, quality, and governance open questions
- Artificial Intelligence (AI) coding assistant adoption increases individual developer task throughput (21–98% more pull requests (PRs) merged) while leaving organizational delivery velocity unchanged, because downstream PR review time increases 91% and PR size increases 154% in high-AI-adoption teams, absorbing the upstream accelerationAI (2025)DevOps (2024)
- The DORA 2024 report found that each 25% increase in AI adoption correlates with a 7.2% decrease in delivery stability and a 1.5% decrease in throughput at the organizational level, attributing these effects primarily to larger batch sizes enabled by AI rather than to lower per-unit code qualityDevOps (2024)
- GitClear's 2025 analysis of 211 million code changes (2020–2024) found code churn up 84%, copy-pasted lines up 48%, refactoring down 60%, and estimated maintenance costs up 30–41% in AI-adopted repositories, indicating that the primary hidden cost of AI adoption is architectural coherence degradation rather than defect rate aloneOmansky et al. (2025)
- The METR 2025 randomized controlled trial (RCT) found that experienced developers on large open-source repositories completed issues 19% slower when using frontier AI tools, despite expecting a 24% speedup beforehand, revealing a systematic perception bias that makes self-reported AI productivity data unreliable without complementary telemetry measurementMETR (2025)METR (2025)
- Autonomous coding agents produce larger initial velocity gains than suggestion-based copilots but introduce 18% more static-analysis warnings and 39% higher code complexity according to the Agarwal et al. 2026 study, representing a higher-risk profile that requires stronger review controls to maintain acceptable quality outcomesAgarwal et al. (2026)
- DORA 2024 introduced rework rate as its fifth key delivery metric alongside the original four, found it highly correlated with change failure rate, and DORA researchers interpreted this as a proxy for the deferred quality cost of AI-enabled large-batch deploymentsDevOps (2024)
- AI-authored pull requests carried 1.7 times the issue density of non-AI PRs in the GitClear 2025 dataset, and developers in the METR 2025 RCT accepted fewer than 44% of AI-generated code, together indicating that AI output requires substantive human review rather than simple rubber-stamp approval to maintain qualityOmansky et al. (2025)METR (2025)
- Platform engineering with an Internal Developer Platform (IDP) improves individual productivity and team performance but can reduce delivery stability unless accompanied by small-batch-size discipline and robust automated testing, making platform maturity a precondition for net-positive AI outcomes rather than a guarantee of themDevOps (2024)
Research Question
What empirical evidence can distinguish sustainable Artificial Intelligence (AI)-enabled software delivery gains from short-lived throughput effects and hidden quality or governance costs in production engineering organizations over a 12-to-24-month horizon?
Findings
Executive Summary
Empirical evidence from 2024–2026 shows that AI-enabled software delivery produces real individual-level productivity gains that do not reliably convert to sustained organizational-level delivery acceleration, and that the gap is explained by three compounding mechanisms: downstream bottleneck shift, maintenance cost deferral, and systematic perception bias. The DevOps Research and Assessment (DORA) 2024 report found that each 25% increase in AI adoption correlates with a 7.2% decrease in delivery stability and a 1.5% decrease in organizational throughput, while GitClear's analysis of 211 million code changes found code churn up 84%, architectural refactoring down 60%, and estimated maintenance costs up 30–41% in AI-adopted repositories. Organizations can distinguish sustainable gains from transient throughput effects by expanding their measurement systems to include rework rate, code churn trend, and refactoring ratio alongside the standard throughput metrics; throughput alone is insufficient because it does not capture the maintenance cost accumulation that surfaces in the 12-to-24-month horizon. Sustainable gains require lifecycle-wide redesign: small batch sizes, automated testing coverage enforcement, platform engineering investment, and explicit quality Key Performance Indicators (KPIs) alongside throughput KPIs, not AI tool adoption alone.
Key Findings
- Artificial Intelligence (AI) coding assistant adoption increases individual developer task throughput (21–98% more pull requests (PRs) merged) while leaving organizational delivery velocity unchanged, because downstream PR review time increases 91% and PR size increases 154% in high-AI-adoption teams, absorbing the upstream acceleration.
- The DORA 2024 report found that each 25% increase in AI adoption correlates with a 7.2% decrease in delivery stability and a 1.5% decrease in throughput at the organizational level, attributing these effects primarily to larger batch sizes enabled by AI rather than to lower per-unit code quality.
- GitClear's 2025 analysis of 211 million code changes (2020–2024) found code churn up 84%, copy-pasted lines up 48%, refactoring down 60%, and estimated maintenance costs up 30–41% in AI-adopted repositories, indicating that the primary hidden cost of AI adoption is architectural coherence degradation rather than defect rate alone.
- The METR 2025 randomized controlled trial (RCT) found that experienced developers on large open-source repositories completed issues 19% slower when using frontier AI tools, despite expecting a 24% speedup beforehand, revealing a systematic perception bias that makes self-reported AI productivity data unreliable without complementary telemetry measurement.
- Autonomous coding agents produce larger initial velocity gains than suggestion-based copilots but introduce 18% more static-analysis warnings and 39% higher code complexity according to the Agarwal et al. 2026 study, representing a higher-risk profile that requires stronger review controls to maintain acceptable quality outcomes.
- DORA 2024 introduced rework rate as its fifth key delivery metric alongside the original four, found it highly correlated with change failure rate, and DORA researchers interpreted this as a proxy for the deferred quality cost of AI-enabled large-batch deployments.
- AI-authored pull requests carried 1.7 times the issue density of non-AI PRs in the GitClear 2025 dataset, and developers in the METR 2025 RCT accepted fewer than 44% of AI-generated code, together indicating that AI output requires substantive human review rather than simple rubber-stamp approval to maintain quality.
- Platform engineering with an Internal Developer Platform (IDP) improves individual productivity and team performance but can reduce delivery stability unless accompanied by small-batch-size discipline and robust automated testing, making platform maturity a precondition for net-positive AI outcomes rather than a guarantee of them.
- The structural gap between AI-accelerated code generation and human-paced code review creates a systematic displacement risk for junior engineers, whose traditional apprenticeship path through entry-level coding tasks is disrupted before equivalent judgment and mentoring pathways can be redesigned, as documented in prior research on AI skill decay in this repository.
- Organizations can distinguish sustainable AI delivery gains from transient throughput effects by tracking rework rate, code churn trend, refactoring ratio, and bug-per-developer trend alongside throughput metrics, because these lagging quality indicators capture the maintenance cost accumulation that appears in the 12-to-24-month horizon but is invisible in current-period throughput alone.
- No publicly accessible longitudinal randomized controlled trial measuring AI coding tool adoption outcomes specifically over a 12-to-24-month organizational horizon exists; the evidence base combines cross-sectional DevOps Research and Assessment (DORA) surveys, longitudinal code-change analytics (GitClear), a short-duration RCT (METR), and telemetry studies (Faros), each with different scope limitations that must be stated in any organizational planning use.
Assumptions
- Assumption: The GitClear 2025 maintenance cost increase (30–41%) applies to an ungoverned average. Justification: GitClear does not stratify results by governance maturity; the net effect for governed codebases with DRY enforcement, refactoring requirements, and architectural guardrails is likely substantially lower. [source: www.gitclear.com
- Assumption: The METR 2025 RCT slowdown (19%) does not generalize beyond experienced developers on large, mature open-source repositories. Justification: The study methodology explicitly recruited developers with multi-year contributions to specific large repositories; greenfield or low-context tasks show different productivity outcomes in the broader literature. [source: metr.org
- Assumption: Code churn is a valid proxy for mutation-score trajectory in the absence of direct mutation testing population data. Justification: Code churn measures the rate at which recently written code requires revision, which captures a related but not identical quality signal to mutation score; the assumption is conservative because churn likely understates the full quality deficit. [source: www.gitclear.com
- Assumption: Fast-path versus exception-path flow measurement protocols do not yet exist in publicly published form for AI-assisted delivery pipelines. Justification: The governance literature on risk-based routing provides the conceptual framework but not empirical measurement; this gap is structural and not resolvable from public sources in the 2024–2026 evidence window. [source: davidamitchell.github.io
- Assumption: The absence of public postmortems from regulated engineering organizations comparing agentic versus suggestion-based tools reflects non-disclosure norms rather than an absence of such tooling deployments. Justification: Regulated organizations are known to deploy AI coding tools internally but do not typically publish tooling comparison data; this assumption is consistent with the production incidents item's finding that incident details from regulated sectors are rarely published. [source: davidamitchell.github.io
Analysis
The evidence supports a consistent structural diagnosis: AI coding assistants accelerate individual code generation but introduce two classes of hidden cost that only become visible on the 12-to-24-month horizon. The first class is pipeline bottleneck cost: code review and testing absorb the upstream velocity gain, leaving organizational delivery throughput flat. The second class is maintenance debt: reduced refactoring, increased duplication, and higher code churn accumulate as a quality liability that eventually manifests as slower change lead times and higher incident rates.
Amdahl's Law explains the bottleneck pattern: accelerating the code-generation stage (from minutes to seconds with AI completion) does not accelerate the delivery pipeline if the next stage (code review, now consuming 91% more time per PR due to larger PR size) remains human-paced. Addressing this requires either redesigning the code review process (smaller batches enforced by tooling, AI-assisted review as pre-screening, risk-based review routing) or accepting that the primary benefit of AI coding tools is developer experience and individual satisfaction rather than organizational delivery acceleration.
The measurement gap is itself a governance problem. Organizations tracking only throughput metrics will see positive AI adoption signals and miss the hidden quality liabilities. DORA's introduction of rework rate as a fifth metric, and GitClear's churn and refactoring analysis, provide the measurement instruments needed for a dual-sided view. The METR perception-bias finding reinforces this: even experienced developers' subjective impressions diverge significantly from measured outcomes, making telemetry mandatory rather than optional for governance decisions.
The agentic-versus-copilot comparison reveals a risk-profile tradeoff rather than a clear quality winner. Autonomous coding agents provide larger velocity gains for greenfield or well-specified tasks but introduce more static-analysis warnings and code complexity, requiring stronger downstream controls to maintain acceptable quality. Suggestion-based copilots provide more incremental gains with lower quality risk, but the bottleneck dynamics and maintenance debt patterns appear across both tool types as scale increases.
Platform engineering investment (automated Continuous Integration and Continuous Delivery (CI/CD), Internal Developer Platform (IDP), test coverage enforcement) is a precondition, not a guarantee, of net-positive AI outcomes. DORA 2024 shows that platform engineering improves productivity metrics but can reduce stability without batch-size controls; the combination of platform maturity plus small-batch discipline plus quality KPIs is the design that distinguishes sustainable from transient outcomes.
Risks, Gaps, and Uncertainties
- The DORA 2024 correlation between AI adoption and lower throughput/stability is observational: organizations that adopted AI faster may differ systematically from cautious adopters in maturity, codebase complexity, or growth phase. The DORA authors acknowledge this limitation, and the small correlation magnitudes (1.5% throughput, 7.2% stability) are consistent with confounding effects explaining a substantial share of the observed variation.
- The primary evidence gap is the absence of a well-designed longitudinal randomized controlled trial measuring AI coding tool adoption outcomes specifically over a 12-to-24-month organizational horizon. The existing evidence base provides strong convergent signals but not the controlled causal attribution needed for high-confidence organizational planning.
- Governance maturity is an uncontrolled variable in the available large-scale studies (DORA, GitClear, Faros). The counterfactual (governed AI adoption with batch controls, refactoring requirements, and dual-sided KPIs) is not separately measured, making it impossible to precisely quantify how much of the documented quality deficit is avoidable.
- The junior engineer displacement risk is structurally argued but lacks direct longitudinal measurement. The magnitude, reversibility, and distributional effects of the career-path disruption require cohort-level data that is not yet publicly available.
- The Agarwal et al. 2026 finding on agentic code quality (+18% warnings, +39% complexity) is a single study from a pre-publication setting and has not been independently replicated; it should be used as a directional indicator rather than a planning input until replication exists.
- Regulated-environment-specific evidence remains sparse and non-public; extrapolating findings from open-source or less-regulated environments to high-control financial or critical-infrastructure contexts carries significant uncertainty, particularly for autonomous agent deployment.
- The METR 2025 study's finding that developers' perceptions remained incorrect even after the experiment indicates that perception-correction through feedback alone is insufficient; organizations must implement measurement systems rather than relying on developer self-assessment.
Open Questions
- What is the minimum Platform Engineering maturity score (on a model such as DORA's capability assessment) associated with sustained net-positive AI adoption outcomes over 24 months in production engineering organizations?
- Does the DORA 2024 stability penalty (7.2% decrease per 25% AI adoption) attenuate or persist in organizations that enforce small-batch-size discipline and automated test coverage gates as complementary controls?
- How should organizations redesign junior engineer apprenticeship programs to preserve judgment and debugging skill development when entry-level coding tasks are automated before equivalent mentoring pathways are in place?
- What does a fast-path versus exception-path flow measurement protocol look like for AI-assisted delivery pipelines, and what thresholds signal that exception-path volume is growing unsustainably?
- Can organizations in regulated environments (finance, critical infrastructure) access and publish sufficient internal tooling comparison data to close the agentic-versus-copilot empirical gap for high-control contexts?
- Does the maintenance cost increase (up to 4x in year two per GitClear) attenuate when governance controls (DRY enforcement, architectural guardrails, refactoring requirements) are applied consistently from the point of AI adoption?
sources
Starting points: papers, articles, videos, repos, docs.
Every source must include a URL. Use the display name formats below: they feed the Author (Year) citation labels shown on the generated site:
-
[Smith et al. (YYYY) Title of paper](Organisation Title: for papers with named authors -
[Organisation Title](Organisation Title: for documentation, standards, or pages without a named author -
[x] GitHub Issue #621: Many new research questions to answer outstanding questions: seed set of open questions spanning productivity, quality, governance, and agentic adoption.
-
[x] DevOps Research and Assessment (DORA) (2024) Accelerate State of DevOps Report 2024: official annual report; AI adoption increases individual productivity but decreases delivery stability by 7.2% and throughput by 1.5% per 25% AI adoption increase; rework rate added as fifth metric.
-
[x] Omansky et al. (2025) AI Copilot Code Quality Research 2025 – GitClear: analysis of 211 million changed lines of code (2020–2024); code churn rose from 3.1% to 5.7%, copy/pasted lines rose from 8.3% to 12.3%, refactored lines fell from 24.1% to 9.5%.
-
[x] Anthropic and METR (2025) Measuring the Impact of Early-2025 AI on Experienced Open-Source Developer Productivity: randomized controlled trial (RCT) with 16 experienced developers on large open-source repositories; developers took 19% longer to complete issues with frontier AI tools.
-
[x] Anthropic and METR (2025) arXiv preprint 2507.09089: peer-reviewed preprint of the METR RCT study above.
-
[x] Faros AI (2025) AI Productivity Paradox: AI Coding Assistants Increase Developer Output, Not Company Productivity: telemetry from 10,000 developers across 1,255 teams; pull request (PR) review time up 91%, PR size up 154%, bugs per developer up 9%, organizational delivery velocity unchanged.
-
[x] IBM Research (2025) Examining the Use and Impact of an AI Code Assistant on Developer Productivity and Experience in the Enterprise: two-year longitudinal mixed-methods study in a large public-sector organization; Copilot users were more active in commit metrics but measured productivity change was modest.
-
[x] GitHub (2026) 60 Million Copilot Code Reviews and Counting: Copilot code review accounts for more than 20% of all reviews on GitHub; reduces first-feedback latency.
-
[x] Agarwal et al. (2026) AI IDEs or Autonomous Agents? Measuring the Impact of Coding Agents on Software Engineering Velocity and Code Quality – arXiv 2601.13597: study comparing Integrated Development Environment (IDE)-based copilots with autonomous coding agents; agents yield larger velocity gains but introduce 18% more static-analysis warnings and 39% higher code complexity.
-
[x] Mitchell (2026) Artificial Intelligence code entropy and complexity: prior completed repository item on objective metrics for AI-driven entropy in codebases.
-
[x] Mitchell (2026) TDD and fast feedback loops in AI-augmented development: prior completed repository item on Test-Driven Development (TDD) as a quality control in AI-assisted coding.
-
[x] Mitchell (2026) AI skill decay and deskilling measurement interventions: prior completed repository item on skill decay measurement and intervention design.
-
[x] Mitchell (2026) Incentive misalignment, shadow AI, and skill decay controls: prior completed repository item on enterprise-scale failure modes and controls.
-
[x] Mitchell (2026) Production incidents linked to AI systems: prior completed repository item on AI incident taxonomy and mitigation patterns.
-
[x] Mitchell (2026) Scaled human-in-the-loop oversight and quality measurement under productivity mandates: prior completed repository item on tiered oversight design and oversight quality metrics.
-
[x] Mitchell (2026) Matched denominator for build mode failure vs do-mode incident comparison: prior completed repository item on cross-phase failure comparison and matched denominators.
| version | date | commit | summary |
|---|---|---|---|
| 1.0 | 2026-06-10 | 2ca3c90 | Initial completion |