The Evidence Base
What the published measurements establish, and what each finding specifies about what to build.
This section establishes the problem set. Each finding below is a specification for something Part II tells you to build, not a reason for hesitation.
Three caveats govern everything. Much of the strongest data comes from vendors selling into the market they measure, and is labeled where that is the case. Almost none of it is causal. And the cleanest instrument—the randomized controlled trial—is losing viability in this domain for reasons discussed in 3.4.
3.1 Adoption Is Saturated; Trust Is Not #
The 2025 DORA research, drawing on approximately five thousand technology professionals, found 90 percent using AI at work with a median of two hours per workday, and more than 80 percent reporting increased personal productivity—against 30 percent reporting little or no trust in AI-generated code.23 The 2025 Stack Overflow survey found the same shape: 84 percent using or planning to use AI tools, 66 percent naming “almost right, but not quite” as their top frustration, and trust falling eleven points year over year to 29 percent.24,118 Stack Overflow’s own analysis calls it “a counterintuitive dip in trustworthiness that correlates with higher adoption rates.”
At organizations further along, adoption is effectively total. Spotify reports 99 percent of engineers using AI coding tools weekly and 94 percent reporting increased productivity.101 Uber reports 84 percent using agentic coding tools and 92 percent using agents monthly.102 Telemetry across five hundred organizations puts utilization above 90 percent industry-wide.104
Adoption rose while trust fell. That is not irrational; it is what a genuinely useful and genuinely unreliable tool produces. A survey of 3,500 developers and managers captures the same tension from the other side: 99 percent report AI time savings and 68 percent save more than ten hours a week, while 50 percent lose ten or more hours weekly to non-coding work—the saving and the loss are the same magnitude, and 63 percent say leaders do not understand their pain points, up sharply year over year.211
It is also the signature of a workforce whose burden has shifted from producing to verifying—which is precisely what the rest of this section documents.
3.2 What Acceleration Costs Downstream #
DORA’s 2024 research estimated that a 25 percent increase in AI adoption was associated with a 1.5 percent decrease in throughput and a 7.2 percent decrease in delivery stability.25 The 2025 research reversed the first and not the second: a positive relationship with throughput and product performance, and a continuing negative relationship with delivery stability.23 Anyone citing the throughput finding as current is citing superseded data; anyone citing the reversal as a clean win is omitting half the sentence.
DORA’s explanation is the load-bearing part: “Without robust control systems, like strong automated testing, mature version control practices, and fast feedback loops, an increase in change volume leads to instability.”23 AI amplifies what is already there.
The magnitude of the gain is smaller and more context-dependent than marketing suggests. The most-cited figure—55.8 percent—comes from a 2022 vendor study of ninety-five developers writing an HTTP server from scratch, with a confidence interval spanning 21 to 89 percent.26 The largest randomized trial available, 4,867 developers across three field experiments, found a 26 percent increase in completed tasks, concentrated heavily by seniority: 21 to 40 percent for junior and short-tenure developers against 7 to 16 percent for seniors.27 A Google internal trial of ninety-six engineers found 21 percent and said plainly that “our confidence interval is large.”28 Telemetry across four hundred organizations puts median pull request throughput improvement at 7.8 percent, mean 13.1 percent, ninetieth percentile 43.9 percent—a right-skewed distribution in which a few teams do very well and most see single digits.29
And at the organizational level the gains largely stop showing up. Quarterly AI spend across a five-hundred-organization panel rose roughly twenty-eight-fold while the innovation ratio moved from 57 to 58 percent.104 One telemetry set shows deployments per week down 11.7 percent in a measured subset even as task completion rose.119 Individual-level gains are real and are not aggregating.
3.3 The Absorption Constraint Is Measurable #
This is the finding that should shape policy, and it is the least discussed.
Telemetry from approximately twenty-two thousand developers across four thousand teams, comparing low- and high-adoption periods within the same organizations, found tasks completed per developer up 34 percent and epics up 66 percent—alongside median review time up 500 percent, pull requests merged without review up 31.3 percent, bugs per developer up 54 percent, and the incidents-to-pull-request ratio more than tripling.30,119 Average pull request size rose 51.3 percent, files touched per developer per month 149.9 percent, and commit-to-production lead time 480.4 percent.
Review time up five-fold while a third more change merges unreviewed: queuing and waiving, simultaneously.
Within-organization comparison of low- against high-adoption periods. Faros AI telemetry, approximately 22,000 developers; vendor-published.
Median review time up five-fold alongside a third more changes merged with no review at all is the empirical signature of a saturated review system. Reviewers are either queuing or waiving, and both failure modes appear simultaneously in the same dataset.
Independent corroboration arrives from every direction. Microsoft’s ten-month agent report records 16.5 review comments per merged agent pull request against 12.4 for human pull requests, with 61 percent of all feedback coming from ten people.105 Google throttled migrations deliberately to protect reviewers.107 An eleven-thousand-pull-request academic study found 79.1 percent of a manually inspected merged sample showing no observable reviewer interaction at all.31 Concurrency compounds it: across 33,596 agent-authored pull requests, 79.4 percent temporally overlap with other agent pull requests, and the textual conflict rate roughly doubles from 19.8 percent within one agent product to 41.7 percent across products.32
DORA’s 2026 return-on-investment work names the mechanism directly, calling it “the verification tax imposed by reviewing AI-generated code” and modeling it as one of three causes of a J-curve dip before returns arrive.120
3.4 Why the Cleanest Evidence Is Disappearing #
In July 2025 a randomized controlled trial of sixteen experienced open-source developers found that allowing AI tools increased task completion time by 19 percent, while participants forecast a 24 percent speedup beforehand and still believed they had experienced a 20 percent speedup afterward.33
The February 2026 follow-up matters more and is widely misreported as a reversal. Across fifty-seven developers, 143 repositories, and more than eight hundred tasks, the estimate was −18 percent for returning participants and −4 percent for new recruits, both confidence intervals now crossing zero.34 Negative speedup still means slower; the effect attenuated toward statistical indistinguishability rather than reversing.
The reason the researchers abandoned the design is the important finding. Between 30 and 50 percent of developers declined to submit tasks because they did not want to do them without AI, and concurrent multi-agent workflows made time tracking unreliable. A no-AI control arm is no longer a condition professional developers will accept.
Plan on the assumption that clean causal evidence about AI-assisted productivity is not coming. Internal measurement—instrumented, longitudinal, against your own baseline—is now the only reliable instrument you have. This is not a reason to avoid the transition; it is a reason to build measurement before making the transition, because you will not be able to borrow anyone else’s.
3.5 Quality Does Not Improve On Its Own #
The longitudinal security finding is the most important input to this framework’s design. Across more than 150 models, using eighty coding tasks in four languages, models produce secure code in 55 percent of cases against syntactic correctness above 95 percent—essentially flat for two years, over a period in which capability on software engineering benchmarks improved dramatically.15,35 By language: Python 62 percent, C# 58 percent, JavaScript 57 percent, Java 29 percent. By vulnerability class the spread is extreme—SQL injection 82 percent and insecure cryptography 86 percent against cross-site scripting 15 percent and log injection 13 percent. Model size has near-zero effect.
The defect distribution is shifting as well as persisting. Vendor telemetry from Fortune 50 environments reports AI-assisted developers producing three to four times more code and roughly ten times more security findings, with privilege escalation paths up 322 percent and architectural design flaws up 153 percent, while syntax errors fell 76 percent and logic bugs fell 60 percent.36 That research is correlational and vendor-published. The structural claim survives the caveats: defects are moving away from the local syntactic errors static analysis catches well, toward the architectural and privilege-boundary flaws it catches poorly.
Independent, non-vendor corroboration exists for one non-functional attribute. The 2026 WebAIM Million study found detected accessibility conformance failures on 95.9 percent of the top million home pages, up from 94.8 percent—reversing a multi-year improvement trend—with average errors per page up 10.1 percent and elements per page up 22.5 percent in a single year, attributed in part to “automated or AI-assisted coding practices.”37
The point is not that agents write bad code. It is that quality attributes which are not specified, oracled, and enforced will degrade, at population scale, without anyone deciding to degrade them.
3.6 Codebases Are Drifting Toward Duplication #
Analysis of 623 million code changes between 2023 and 2026 found refactoring activity falling from 21 percent of changed lines in 2022 to 3.8 percent in 2026, while copy-pasted code rose from 9.4 percent to 15.7 percent.38 Block duplication rose 81 percent, from 40.3 to 73.0 duplicated lines per million changed. Cross-file function calls, a proxy for reuse, fell 35 percent. Error-masking constructs rose 47 percent. Developers are now roughly five times more likely to copy than to refactor, inverting a two-to-one preference for refactoring in 2022.
A study of 304,362 verified AI-authored commits found more than 15 percent of commits from every assistant introducing at least one issue, 24.2 percent of those issues surviving to the latest revision, and security issues persisting at 41.1 percent against 22.7 percent for code smells.39 That study has no human-written control group, so the rate is absolute rather than comparative—anyone citing it as proof that AI writes worse code is overreaching.
The mechanism is not mysterious. Generation is locally optimal and globally indifferent: a model asked to implement a function implements it, rather than noticing that something similar exists three modules over. Reuse and consolidation are now architectural decisions that must be designed for and enforced, because they will not emerge.
3.7 What Agents Actually Achieve #
The honest picture is neither the benchmark nor the skeptic’s.
Benchmarks systematically overstate. One provider retired the verified benchmark in February 2026 after finding 59.4 percent of audited problems had material test-design issues; a separate audit found 63 percent of resolutions retrieved rather than derived.
Merge rates in production sit in a 54–84 percent band and vary more by task type and repository maturity than by product.
Merge rates in production. Microsoft: 68.6 percent across seven repositories, against 87.1 percent for its own employees and 79.7 percent for community contributors in the same repository.105 Academic study across five agent products: Cursor 71.4 percent, Codex 71.0 percent, Claude Code 61.0 percent, Copilot 58.8 percent, Devin 53.6 percent.31 A study of 567 pull requests in self-selected settings found 83.8 percent against 91.0 percent for matched human pull requests.121
Success varies enormously by task type and context. Microsoft’s breakdown: removal and cleanup 84.7 percent, testing 75.6 percent, refactoring 69.7 percent, bug fixes 69.4 percent, documentation 68.1 percent, features 64.5 percent, performance work 54.5 percent.105 Greenfield beats brownfield measurably—77.3 percent on a new repository against 67.9 percent on a mature one—and one independent evaluation of an autonomous agent scored zero for four on modifying existing projects.105,122 Language matters more than tool choice: one enterprise test-generation system reports viable-test rates of roughly 80 percent for Python, 40 percent for Go, and 20 percent for Java, on the same tool in the same monorepo.123
Benchmarks systematically overstate. Agents resolving 72.8 percent of a widely used verified benchmark resolve 18.75 to 25 percent of realistic long-horizon software evolution tasks drawn from release notes.115 One major provider retired that benchmark entirely in February 2026, having audited 138 problems and found 59.4 percent with material test-design issues, alongside evidence of contamination.124 A vendor audit of 731 successful agent trajectories found 63 percent of resolutions retrieved the fix rather than derived it—57 percent by locating the merged upstream fix on the public web, 9 percent by mining bundled git history for the future fix commit—with scores dropping 14 to 21 points once history and network access were restricted.125
And the ceiling on unsupervised delegation is currently low. Developers report being able to fully delegate only 0 to 20 percent of tasks while using AI in roughly 60 percent of their work, delegating what is easily verifiable or low-stakes and retaining high-level design.126
3.8 The Summary Position #
| Signal | Direction | Strength of evidence |
|---|---|---|
| Adoption | Saturated | Strong, multiple independent instruments |
| Practitioner trust | Low and falling | Strong, multiple independent surveys |
| Task-level throughput | Improved, modestly, highly context-dependent | Moderate; 5–26% in credible studies, negative in mature codebases |
| Organizational delivery improvement | Not materializing | Moderate; three independent datasets agree |
| Delivery stability | Degraded | Strong; convergent across survey, telemetry, and RCT |
| Review capacity | Severely constrained | Strong; telemetry plus academic plus enterprise reports |
| Security quality of generated code | Flat for two years | Strong, longitudinal, large-N |
| Maintainability | Degrading | Moderate; large-N but correlational and vendor-published |
| Agent merge rates in production | 54–84%, highly task- and context-dependent | Strong; multiple enterprise and academic datasets |
| Benchmark transfer to enterprise work | Poor | Strong; multiple independent studies and a provider retirement |
| Full delegation ceiling | 0–20% of tasks today | Weak; vendor self-report, no methodology |
The picture supports a specific posture. Agents are already producing the majority of change at the organizations furthest along, and those organizations got there by building verification and absorption capacity rather than by waiting for better models. The constraint is real, it is measurable, and it is buildable. That is what the rest of this framework is for.
References cited in this section
34 of 243 · numbering matches the PDF
- 23Google Cloud and DORA, 2025 State of AI-Assisted Software Development Report, September 23, 2025. Survey, approximately 5,000 respondents, fielded 13 June–July 21, 2025.cloud.google.com/blog/products/ai-machine-learning/announcing-the-2025-dora-report ↗
- 24Stack Overflow, 2025 Developer Survey — AI Section, 2025. n=48,962. The 2026 survey opened June 23, 2026; results were not published as of August 2026.survey.stackoverflow.co/2025/ai ↗
- 118Stack Overflow, "Mind the Gap: Closing the AI Trust Gap for Developers," February 18, 2026.stackoverflow.blog/2026/02/18/closing-the-developer-ai-trust-gap ↗
- 101Niklas Gustavsson, "Coding Is No Longer the Constraint," Spotify Engineering, June 3, 2026. First-party.engineering.atspotify.com/2026/6/code-with-claude-coding-is-no-longer-the-constraint ↗
- 102Gergely Orosz, "How Uber Uses AI for Development," The Pragmatic Engineer, March 10, 2026. Based on a talk by Uber engineers; figures self-reported.newsletter.pragmaticengineer.com/p/how-uber-uses-ai-for-development ↗
- 104DX, Q2 2026 State of AI Impact in Engineering Report, July 22, 2026. 500+ organizations, telemetry plus survey. Vendor-published.getdx.com/news/dx-releases-q2-2026-state-of-ai-impact-in-engineering-report ↗
- 211Atlassian, State of Developer Experience 2025, July 9, 2025. n = 3,500 developers and managers across six countries. Vendor-published.
- 25Google Cloud and DORA, 2024 Accelerate State of DevOps Report, October 2024. Figures are regression-estimated effects per 25 percent increase in a self-reported adoption index, not measured deltas.dora.dev/research/2024/dora-report ↗
- 26GitHub and Microsoft Office of the Chief Economist, "Quantifying GitHub Copilot's Impact on Developer Productivity and Happiness," September 7, 2022 (updated May 21, 2024). n=95, single greenfield task, 95 percent CI [21%, 89%]; vendor-conducted.
- 27Kevin Demirer, Sida Peng, et al., "The Effects of Generative AI on High-Skilled Work: Evidence from Three Field Experiments with Software Developers," Management Science. n=4,867.doi.org/10.1287/mnsc.2025.00535 ↗
- 28Elise Paradis et al., "How Much Does AI Impact Development Speed? An Enterprise-Based Randomized Controlled Trial," arXiv:2410.12944, October 16, 2024. n=96.arxiv.org/abs/2410.12944 ↗
- 29DX, "AI Coding Assistant Pricing and Impact," 2026. Telemetry across 400+ organizations over 14 months; vendor-published.getdx.com/blog/ai-coding-assistant-pricing ↗
- 119Faros AI, AI Productivity Paradox research report, March 2026, reported in "More Code, More Bugs," ADTmag, April 22, 2026. 22,000 developers, 4,000+ teams, two years of telemetry. Vendor-published; figures vary across the vendor's own publications and are not a coherent series.
- 30Faros AI, The AI Engineering Report 2026: The Acceleration Whiplash, 2026. Telemetry, approximately 22,000 developers and 4,000 teams, within-organization design; vendor-published. Figures for review duration vary across the vendor's own publications and are not presented here as a series.www.faros.ai/blog/ai-acceleration-whiplash-takeaways ↗
- 105Stephen Toub, "Ten Months with Copilot Coding Agent in dotnet/runtime," .NET Blog, March 23, 2026. Vendor-adjacent — Microsoft reporting on a Microsoft product — but fully denominated and unusually candid.
- 107Stoyan Nikolov, Daniele Codecasa, Anna Sjövall, Maxim Tabachnyk, Satish Chandra, Siddharth Taneja, and Celal Ziftci, "How Is Google Using AI for Internal Code Migrations?," arXiv:2501.06972, January 12, 2025. Success defined as ≥50% acceleration in end-to-end task completion, not code quality.arxiv.org/abs/2501.06972 ↗
- 31Sien Reeve O. Peralta, Fumika Hoshi, Hironori Washizaki, Naoyasu Ubayashi, Inase Kondo, Yoshiki Higo, Hiroki Mukai, Norihiro Yoshida, Kazuki Kusama, Hidetake Tanaka, and Youmei Fan, "Why Are Agentic Pull Requests Merged or Rejected? An Empirical Study," 23rd International Conference on Mining Software Repositories (MSR '26), arXiv:2605.22534. 11,048 closed agentic pull requests, 9,799 human-reviewed, 717 manually inspected.arxiv.org/abs/2605.22534 ↗
- 32George Xu, Arjun Subramanian, and Nithilan Karthik, "AI Agent Pull Requests on GitHub: Frequency, Structure, and Merge Conflict Rates," arXiv:2607.04697, July 6, 2026. 33,596 agent-authored pull requests across 2,807 repositories. Conflict rates rest on 601 intra-agent and 115 cross-agent evaluable pairs; the authors describe the figures as a conservative lower bound measuring textual conflicts only. Preprint.arxiv.org/abs/2607.04697 ↗
- 120Google Cloud DORA, ROI of AI-Assisted Software Development (2026.01), May 11, 2026. Modeled ROI figures are scenario outputs, not measurements.
- 33Joel Becker, Nate Rush, Elizabeth Barnes, and David Rein, "Measuring the Impact of Early-2025 AI on Experienced Open-Source Developer Productivity," METR, arXiv:2507.09089, July 10, 2025. n=16, 246 tasks.arxiv.org/abs/2507.09089 ↗
- 34METR, "We Are Changing Our Developer Productivity Experiment Design," February 24, 2026. n=57, 143 repositories, 800+ tasks.metr.org/blog/2026-02-24-uplift-update ↗
- 15Veracode, "Spring 2026 GenAI Code Security Update: Despite Claims, AI Models Are Still Failing Security," March 24, 2026.www.veracode.com/blog/spring-2026-genai-code-security ↗
- 35Veracode, 2025 GenAI Code Security Report: Assessing the Security of Using LLMs for Coding, August 2025.
- 36Thomas Claburn, "AI Code Assistants Improve Production of Security Problems," The Register, September 5, 2025, reporting Apiiro research across tens of thousands of repositories at Fortune 50 enterprises. Vendor research, correlational; velocity measurement questioned in the reporting.
- 37WebAIM, The WebAIM Million: The 2026 Report on the Accessibility of the Top 1,000,000 Home Pages, February 2026. Correlational; WebAIM attributes the trend to third-party frameworks and AI-assisted coding as a likely cause.webaim.org/projects/million ↗
- 38GitClear, The Maintainability Gap: AI Code Quality in 2026, January 2026. 623 million analyzed changes, 2023–2026. Correlational; commits are not labeled by AI authorship; vendor-published.www.gitclear.com/the_ai_code_quality_maintainability_gap ↗
- 39Liu, Widyasari, Zhao, Irsan, and Lo, "Debt Behind the AI Boom: A Large-Scale Empirical Study of AI-Generated Code in the Wild," arXiv:2603.28592, March 2026. 304,362 verified AI-authored commits. No human-written control group; rates are absolute, not comparative. Preprint.arxiv.org/abs/2603.28592 ↗
- 121Hiroki Watanabe, Hao Li, Yutaro Kashiwa, Reid, Iida, and Ahmed E. Hassan, "On the Use of Agentic Coding: An Empirical Study of Pull Requests on GitHub," accepted ACM TOSEM, arXiv:2509.14745v3. 567 pull requests, 157 projects; self-selected population — do not compare its 83.8% directly to enterprise merge rates.arxiv.org/abs/2509.14745v3 ↗
- 122Hamel Husain, Isaac Flath, and Johno Whitaker, "Thoughts On A Month With Devin," Answer.AI, January 8, 2025. 20 tasks; small-n practitioner evaluation.
- 123M. Rastenis, B. Chou, S. Roy Choudhary, and R. Just, "Automated Software Test Generation at Industry Scale Using a Multi-Agent Architecture and Workflow Integration" (AutoCover), ICSE-SEIP '26, DOI 10.1145/3786583.3786918.doi.org/10.1145/3786583.3786918 ↗
- 115Minh Vu Thai Pham, Tue Le, Dung Nguyen Manh, Huy Nhat Phan, and Nghi D. Q. Bui, "SWE-EVO: Benchmarking Coding Agents in Long-Horizon Software Evolution Scenarios," arXiv:2512.18470, revised April 4, 2026. Preprint. See also Shaoqiu Zhang et al., "SWE-Explore: Benchmarking How Coding Agents Explore Repositories," arXiv:2606.07297, June 5, 2026.arxiv.org/abs/2512.18470 ↗
- 124OpenAI, "Why We No Longer Evaluate SWE-bench Verified," February 23, 2026. Vendor-published.openai.com/index/why-we-no-longer-evaluate-swe-bench-verified ↗
- 125Naman Jain, "Reward Hacking Is Swamping Model Intelligence Gains," Cursor Blog, June 25, 2026. Vendor-published and self-interested; methodology disclosed and the named behaviors are mechanically checkable in your own environment.
- 126Anthropic, 2026 Agentic Coding Trends Report. Predictive trends document with no stated sample size or methodology; the 0–20% full-delegation figure is developer self-report.