Case in one sentence
Sixteen experienced open-source maintainers were randomly assigned to complete some of their own repository issues with AI tools and some without, took 19% longer on the ones where AI was allowed, and still believed afterwards that AI had sped them up by 20%.
Executive summary
Between February and June 2025 the nonprofit METR ran a randomized controlled trial on real software work. Sixteen developers — typically over a decade of experience, an average of five years and 1,500 commits on the specific repository they worked in — supplied lists of genuine issues from their own projects. Each issue was randomized to AI-allowed or AI-disallowed after it had been defined and after the developer had forecast how long it would take under each condition.1
Allowing AI increased completion time by 19%.1 The interval around that estimate runs from +2% to +39%, a number METR published seven months later rather than in the paper.2
The more durable finding is the gap between that measurement and everyone’s belief about it. Before the trial the developers forecast a 24% speedup. After completing it — after months of using the tools on their own code and being slowed down — they estimated a 20% speedup. Economists forecast 39%; machine-learning experts forecast 38%.1 Every group, including the people who lived through the experiment, was wrong about the sign.
The case does not end there, and the ending is the part that generalises. METR started a second, larger experiment in August 2025: 57 developers, 143 repositories, more than 800 tasks. In February 2026 it published the result as a methods failure. Developers had begun refusing to work without AI, and 30% to 50% of participants said they were withholding tasks they did not want to attempt unassisted. METR judged its own central estimate “a bad proxy” and announced it was redesigning the study.2 The measurement instrument had been broken by the thing it was measuring.
Research question
When experienced engineers use AI tools on code they know deeply, does the time they spend actually fall — and if it does not, do they notice?
Organization and operating context
METR is a research nonprofit that measures frontier AI systems’ capacity to perform complex tasks autonomously.1 It is not the deploying organization in this case; the deployments are sixteen individual maintainers’ own working practices, which is why this case sits in a library otherwise made of corporate deployments.
The subjects are the operating context. The repositories average 23,000 stars, 1,100,000 lines of code, 20,000 commits, 710 committers, and roughly ten years of age, and they hold contributions to high review standards.1 The developers were regular contributors to them, averaging five years on the repository — 59% of that repository’s lifetime.1 They were not novices being handed a tool; they were the people who wrote the code the tool was being asked to change.
Their AI experience was real but uneven: 93% had used LLM tools such as ChatGPT, and 44% had used the Cursor IDE the study provided.1
The situation before AI
The pre-AI baseline is simply how these maintainers worked: reading their own codebase, writing code, testing and debugging, and submitting pull requests through their project’s normal review process. The screen-recording labels make the composition visible — in the AI-disallowed condition, a larger share of time goes to actively writing code and to reading or searching for information.1
The relevant prior belief was industry-wide and confident. Earlier controlled experiments had found large speedups: Peng and colleagues measured a 55.8% faster completion with GitHub Copilot, on a task specified as implementing an HTTP server in JavaScript.3 METR’s contribution is not to dispute that number but to change the task: real issues, in a repository the developer maintains, judged by that repository’s own reviewers.
The AI intervention or event
Developers listed real issues they wanted to fix, capped at roughly two hours each, and forecast each one’s duration both with and without AI. Only then was each issue randomized by simulated coin flip.1 That order matters: because the work was fixed before the treatment was known, the trial measures time to do a defined piece of work rather than volume of output, which is what makes it immune to the criticism that AI simply produces more verbose code.1
In the AI-allowed condition developers could use anything, including nothing; most used Cursor Pro with Claude 3.5 or 3.7 Sonnet, and METR provided subscriptions and basic training. In the AI-disallowed condition no generative tooling was permitted, though ordinary search engines remained available.1 Developers recorded their screens, and self-reported time before and after pull-request review.
Then, in August 2025, METR ran it again with 57 developers and over 800 tasks, at $50/hour instead of $150.2
Outcomes and economics
The 2025 trial. Developers completed 136 AI-allowed and 110 AI-disallowed issues.1
| Quantity | Value |
|---|---|
| Measured effect of allowing AI | +19% completion time (slowdown) |
| Confidence interval on that estimate | +2% to +39%2 |
| Developers’ forecast, before randomization | 24% faster |
| Developers’ own estimate, after the study | 20% faster |
| Economics experts’ forecast | 39% faster |
| Machine-learning experts’ forecast | 38% faster |
| Raw ratio of mean times, uncorrected for difficulty | +34% |
| Same effect measured from screen-recording duration | +25% (against +24% self-reported on the same subset) |
All rows are from the paper except the interval.1
Where the time went, on the labelled subset: with AI allowed, developers spent proportionally less time actively coding and less time reading or searching, and more time prompting, waiting on generations, reviewing AI output, and idle.1 Roughly 9% of time went to reviewing and cleaning AI-generated code and about 4% to waiting for generations.1 Developers accepted fewer than 44% of Cursor’s generations; 75% said they read every line of AI output, 56% said they often had to make major changes to clean it up, and 100% said they had to modify it at all.1
The 2026 follow-up. For the ten developers carried over from the original study, the estimate flipped to an 18% speedup, interval −38% to +9%. For newly recruited developers it was a 4% speedup, interval −15% to +9%.2 Both intervals cross zero. METR does not present these as findings.
The 2026 survey. Across 349 technical workers surveyed February to April 2026, the median self-reported change in the value of work due to AI was 1.4x to 2x; the median self-reported change in speed was 3x. Respondents retrospectively put themselves at 1.3x in March 2025 and forecast 2.5x for March 2027. METR staff reported the lowest gains of any subgroup studied.4
No cost figures are reported for any organization. What the trial prices is participant time at $150/hour, which is an experimental cost, not a deployment cost.
Causal assessment and competing explanations
This case is labelled causal, and it is the library’s first. The justification is narrow and worth stating precisely: treatment was randomly assigned to units of work that were fully specified before assignment, so within this sample, the 19% figure is an effect of allowing AI and not a selection artifact. That is a stronger design than anything else in this library.
The label does not travel. It licenses “AI allowed slowed these developers on these issues”, not “AI slows developers”.
Four competing explanations deserve to be named.
Small sample, unusual people. Sixteen developers is few, and they are not a random draw from anywhere. METR’s answer is that treatment was randomized at the issue level, giving 246 units, and that clustered and bias-corrected standard errors give similar results while a hierarchical bootstrap gives wider ones.1 The blog post concedes those clustered errors were “not reported in the released paper, but forthcoming”.5
The experiment made people use AI more than they would. METR finds developers who reported experimenting or maximising AI use were slowed more than those who used it normally — so this inflates the estimate but does not create it.1
Self-reported time is unreliable. Recomputing from screen-recording duration on the same subset gives 25% against 24%.1 This one is answered.
It is about these repositories and these people. METR agrees, and this is the explanation with real force. Developers were slowed more on issues where they had high prior exposure, and developers who forecast a large speedup for a particular issue were not slowed on it.1 One developer with more than 50 hours of Cursor experience showed a speedup. The authors state their results are consistent with greenfield projects or unfamiliar codebases seeing substantial speedup.1
Other trials find a speedup, so one of them must be wrong. They need not be. The most directly comparable one is a randomized trial at Google: 96 full-time engineers, randomly assigned, instrumented time on a single enterprise-grade task inside Google’s own infrastructure in summer 2024. It found the AI arm finished in 96 minutes against 114, a difference significant on an unadjusted test of log time (p = .038), and estimated the adjusted effect at about 21% faster.6 Set beside METR, the two are a near-perfect illustration of the moderator METR names rather than a contradiction of it: Google’s participants worked one designed task — a pre-existing change list of ten files and 474 lines — with a mean completion time of 104 minutes, while METR’s worked real issues they had chosen in repositories they maintain. Unfamiliar, bounded, specified work against familiar, open-ended, self-owned work. METR’s own statement that its results are consistent with substantial speedup on greenfield or unfamiliar code predicts the Google finding.
Two further things about that paper are worth recording rather than passing over, because this case is partly about how productivity numbers are built. The 21% comes from the adjusted model, whose estimate is not significant at the conventional threshold — β₁ = −0.24, 95% CI [−0.51, 0.03], p = 0.086 — while the significant result is the unadjusted t-test, which the paper reports without a percentage attached. The abstract says AI “significantly shortened” time on task and gives “about 21%” in the next sentence. Each statement is defensible alone; together they read as a significant 21%, which is not what the regression table shows.6 And the paper describes itself as a “lab study” in the same abstract whose title calls it “enterprise-based” — a candour that most readers of the headline figure will never reach.
The perception gap is a separate finding with a separate basis: it is a comparison of elicited forecasts against measured times, and it does not depend on the causal design at all.
Failures, limitations, and governance
- Experience did not protect against the misjudgment; it may have caused the slowdown. The developers most likely to be wrong about the tool’s value were the ones who knew the code best.
- The tools were used as intended and still cost time. The mechanism is not misuse. It is review burden: under 44% acceptance, 100% of accepted output requiring modification, and 9% of working time spent cleaning up.1
- Post-hoc estimates did not converge on the truth. Living through the experiment moved the developers’ estimate from 24% faster to 20% faster, in the wrong direction from a measured 19% slower.1
- The measurement broke. By late 2025, 30% to 50% of participants were withholding tasks from randomization because they did not want to do them without AI, and recruitment suffered for the same reason. METR concluded its estimate was likely a lower bound on true speedup and abandoned the design.2
- A pay cut confounds the follow-up. METR reduced participation pay from $150 to $50 an hour and says this likely contributed to the selection problem, so the two datasets differ in more than their dates.2
- The headline uncertainty was published late and elsewhere. A reader of the paper alone cannot state the interval on its central claim.
- Everything here comes from one organization. Two experiments and a survey, three data collections, one team.
What this case demonstrates
- Under randomization, allowing early-2025 AI tools made experienced maintainers of large mature repositories slower at defined issues in their own code, by 19% with an interval of +2% to +39%.
- Self-assessment of AI’s effect on one’s own work can be wrong in sign, not merely in magnitude, and direct experience of the tool does not correct it.
- Expert forecasting was wrong in the same direction and by more than the practitioners’ — economists and ML researchers predicted roughly 38–39% speedups.
- Task realism changes the answer: the contrast between a 55.8% speedup on a specified synthetic task3 and a 19% slowdown on real issues in ten-year-old codebases is a fact about what is being measured.
- The cost of AI assistance is concentrated in review and rework, and it is visible: acceptance under 44%, 9% of time cleaning output, 100% of developers modifying what they accept.
- Familiarity is a moderator. Slowdown was larger where developers had more prior exposure to the task, and the tools help most where the developer knows least.
- Rising adoption can destroy the ability to measure adoption’s effects. A randomized design that requires a no-AI arm becomes unrunnable once participants decline the arm, and the resulting bias runs in a known direction.
- Self-report and measurement diverge systematically, which METR’s own 2026 survey concedes while nonetheless arguing surveys remain useful.4
What this case does not demonstrate
- It does not show that AI tools slow down software developers generally. METR says so explicitly, the moderators it identifies are absent from most software work, and a randomized trial at Google on a bounded enterprise task found the opposite sign.6
- It does not resolve the disagreement in the literature, and neither does the Google trial. The two differ in setting, task design, tools, year, and unit of randomization all at once, so nothing can be attributed to any one of those differences.
- It does not measure AI’s effect on work quality, only on time. The follow-up notes participants reporting quality differences between conditions that the design never captured.2
- It does not describe current tools. The trial ran on Cursor Pro with Claude 3.5 and 3.7 Sonnet, before the agentic tools that reshaped the follow-up.
- It does not show that developers are still slowed down. METR’s own reading in February 2026 is that developers are probably faster now, on evidence it calls very weak.2
- It does not establish the size of any 2026 effect in either direction. Both follow-up intervals cross zero, and METR disowns the estimates.2
- It does not tell an organization whether its AI spend pays back. There are no organizational costs or revenues anywhere in this record.
- It does not settle whether the perception gap persists. The 2026 survey measures perceptions with no counterfactual to check them against.4
Evidence assessment
Grade B — an unusually well-instrumented experiment with no chain outside the organization that ran it.
The 2025 trial is the best-designed piece of evidence in this library. Randomization after task definition removes the output-inflation problem that undermines most field studies of coding tools; the primary outcome was validated against an independent measurement of the same quantity; four alternative estimators and four uncertainty procedures are reported; twenty-one candidate explanations were assessed and the authors state which five they think contributed, which ten are unresolved, and which six they find evidence against.1 The dataset is public. The authors’ conclusions are hedged more carefully than most reporting of them.
Three things hold it at B rather than A.
One institution. This case carries three source families — the 2025 trial, the 2025–26 follow-up, and the 2026 survey — and by the letter of the triangulation rule that is three chains. It is not three independent chains. All three were designed, run, analysed, and published by METR, two of them by overlapping authors, and ten developers appear in both experiments. Counting them as independent corroboration would be a category error, and this case does not. The corroboration that exists is internal: screen recordings against self-report, and estimator against estimator.
No peer review, and an interval published elsewhere. The paper was on arXiv and unreviewed when read. Its central estimate’s confidence interval is drawn in Figure 1 and stated nowhere in the text; the numeric bounds used here come from a blog post seven months later.2 The authors also conceded in the accompanying blog that clustered standard errors were forthcoming rather than published.5 For a result whose whole force is quantitative, that is a real hole.
Recorded discrepancies. METR’s February 2026 post describes its earlier finding as a “20% slowdown” where the paper says 19%.2 The v2 abstract counts 21 candidate factors where METR’s own blog summary says 20. Neither changes any conclusion; both are recorded rather than smoothed.
Conflicts run in both directions and are worth stating plainly. METR’s remit gives it an interest in evidence that in-the-wild capability lags benchmarks, and this result serves that interest. Against that: it published a null-signal follow-up that wrote off an expensive experiment, it reports that its own staff give the lowest AI-uplift estimates of any group it surveyed and offers “METR staff overindex on METR’s previous findings” among the explanations,4 and it released the data. That is not the behaviour of a team protecting a result.
Two sources here are contrasts, not corroborations, and neither moves the grade. The GitHub Copilot trial was read in abstract only, and three of its four authors worked for the vendor of the tool it evaluated.3 The Google enterprise trial was read in full and is the more useful of the two, because its design sits much closer to METR’s: a randomized trial, instrumented time, professional engineers doing work of a kind they actually do. Its conflicts are as structural as they are obvious — Google authors, Google engineers, Google’s own AI features, one season — and it is candid about being a lab study. What it supplies is a bound on how far METR’s finding travels, and a worked example of the same gap this case is about, appearing this time between a paper’s abstract and its own regression table.6 Nothing in this case’s central claims rests on either.
Finally, the causal label applies to the 2025 trial’s internal validity only. Everything about 2026 in this case is Unknown or Attributed, and the ledger below reflects that.
Material claims
| Claim | Label | Evidence | What would change this |
|---|---|---|---|
| Allowing AI increased issue completion time by 19% for these developers. | Verified | Randomized trial, 246 issues, regression estimate reported in the abstract and Section 3, robust across four alternative estimators1 | An independent re-analysis of the released dataset reaching a materially different point estimate, or a coding error found in the published analysis |
| The 95% interval on that estimate runs from +2% to +39%. | Supported | Stated by METR in February 2026; the paper itself gives the interval only graphically2 | The interval being restated numerically in a corrected paper, or the forthcoming clustered standard errors giving different bounds |
| Developers estimated after the study that AI had sped them up by 20%, while it had slowed them by 19%. | Verified | Exit estimates against measured times, both reported in Section 3.11 | Evidence that exit-survey wording elicited something other than a productivity estimate |
| Economics and machine-learning experts forecast speedups of 39% and 38%. | Verified | Forecasts from 34 economics and 54 ML experts, incentivized, reported in Section 3.11 | A correction to the forecast elicitation or its summary statistics |
| The slowdown was not an artifact of self-reported time. | Supported | Screen-recording duration gives 25% against 24% self-reported on the same subset1 | Discovery that recording duration and working time diverge systematically by condition |
| Developers accepted fewer than 44% of AI generations and all reported modifying what they accepted. | Verified | Cursor analytics for 13 of 16 developers, plus exit survey1 | Release of the excluded three developers’ analytics changing the acceptance rate materially |
| The slowdown was larger for developers more familiar with the task. | Supported | Heterogeneous treatment effect on self-reported prior exposure, collected only for the latter half of issues and not powered for multiple comparisons1 | A powered pre-registered test of the familiarity moderator, in either direction |
| AI tools slowed developers generally in early 2025. | Unknown | The trial sampled one narrow setting; the authors state the result is consistent with speedup on greenfield or unfamiliar code1 | Replication of the task-level design across settings with varying repository maturity and developer familiarity |
| Developers were faster with AI by early 2026. | Attributed | METR’s own reading of its follow-up, which it calls very weak evidence with estimates it declines to stand behind2 | A study design that survives the selection problem, or observational data with a credible counterfactual |
| Selection effects made the follow-up experiment uninterpretable. | Attributed | METR’s account: 30–50% of developers withholding tasks, harder recruitment, and a pay cut from $150 to $50 an hour2 | Publication of the follow-up’s participation and dropout data allowing an outside estimate of the bias |
| Technical workers in early 2026 self-report a 1.4x to 2x gain in the value of their work. | Supported | Survey of 349 respondents with internal consistency checks, on a convenience sample with roughly 2% response rate4 | A probability sample reaching a different median, or evidence the value question was misread |
| Those 2026 self-reports reflect actual productivity change. | Unknown | No counterfactual was measured; the author flags that the same population’s self-reports were off by about 40 percentage points in 20254 | A trial that measures the same population’s actual output against their self-reports |
| The contrast with earlier 55.8% speedup findings is explained by task realism rather than by tool differences. | Inference | Drawn from the design difference between a single specified synthetic task3 and real issues in mature repositories, plus METR’s own familiarity and complexity findings | An experiment holding tools constant while varying task realism, or holding realism constant while varying tools |
| A randomized trial of 96 Google engineers on a single enterprise task found the AI arm finished in 96 minutes against 114, significant on an unadjusted test of log time. | Verified | Reported in the results with N, standard errors, and the test statistic: t(83.6) = 2.11, p = .0386 | A correction to the paper, or release of the underlying times showing otherwise |
| That trial’s headline “about 21%” figure is statistically significant. | Disputed | The 21% is derived from the adjusted best-fit model, whose estimate is β₁ = −0.24, 95% CI [−0.51, 0.03], p = 0.086, described in the paper’s own results as not significant at p < 0.05 — while the abstract says AI “significantly shortened” time on task6 | A corrected abstract, or a reader’s argument that the abstract’s “significantly” refers only to the unadjusted test |
| No independent re-analysis or replication of the METR trial has been published. | Supported | A search of arXiv and the wider literature in September 2026 found none, which is absence of evidence rather than evidence of absence1 | Publication of a re-analysis, which both datasets being public makes possible at any time |
Direct quotations
“Surprisingly, we find that allowing AI actually increases completion time by 19%—AI tooling slowed developers down.”
— Becker, Rush, Barnes, and Rein1 · locator: Abstract, sentence 6
“Furthermore, we show that both experts and developers drastically overestimate the usefulness of AI on developer productivity, even after they have spent many hours using the tools.”
— Becker, Rush, Barnes, and Rein1 · locator: Section 4, Discussion, paragraph 2
“We caution readers against overgeneralizing on the basis of our results.”
— Becker, Rush, Barnes, and Rein1 · locator: Section 4.1, Key Caveats, “Setting-specific factors”
“if I am the dedicated maintainer of a very specialized part of the codebase, there is no way agent mode can do better than me.”
— An unnamed participating developer, quoted by the authors1 · locator: Appendix C.1.2, High developer familiarity with repositories
“my head’s going to explode if I try to do too much the old fashioned way because it’s like trying to get across the city walking when all of a sudden I was more used to taking an Uber.”
— A developer in the late-2025 study, explaining why he withheld tasks from randomization2 · locator: Selected developer quotes, third quotation
“Altogether, these issues make it challenging to interpret our central estimate, and we believe it is likely a bad proxy for the real productivity impact of AI tools on these developers.”
— Becker, Rush, Cunningham, Rein, and Mahamud2 · locator: “Wider adoption of AI has made it more difficult to measure task-level productivity”, final paragraph
“our study in early 2025 found that people overestimated AI’s effect on their time spent on tasks by 40 percentage points on average.”
— Joel Becker4 · locator: Summary, paragraph beginning “Importantly, survey results are not necessarily grounded in reality”
“We compute confidence intervals accounting for the number of developers by using clustered standard errors (not reported in the released paper, but forthcoming).”
— METR, answering the anticipated objection that sixteen developers is too few5 · locator: Anticipated objections, “You only had 16 developers”
“However, our confidence intervals are large, and as a result the estimate is not statistically significant at the p < 0.05 level (estimate of experimental condition on best-fit Model 2, β1 = −0.24; 95%CI = [−0.51, 0.03], p = 0.086, NS).”
— Paradis and colleagues, in the results section reporting the adjusted model that the abstract’s “about 21%” is derived from6 · locator: Results, RQ2, page 8
Revision notes
-
2026-09-13 — Source review. The gap this case named — a chain that does not run through METR — is still open, and the review recorded why: a search of arXiv and the wider literature in September 2026 turned up no independent re-analysis of either released dataset and no replication of the task-level design. What it did turn up is a second contrast, added as a fifth source and a fourth source family: a randomized trial of 96 full-time Google engineers on a single enterprise-grade task, finding the AI arm faster, read in full including its regression table. It is a far better contrast than the GitHub Copilot trial already cited, because its design sits closer to METR’s, and it bounds how far METR’s finding travels rather than testing it. Two things inside it are recorded as discrepancies rather than smoothed: its headline “about 21%” comes from the adjusted model its own results call not significant at p < 0.05, while the significant result is the unadjusted t-test with no percentage attached; and the abstract that calls the study “enterprise-based” in its title calls it a “lab study” in its text. Three claims and one quotation added, one “does not demonstrate” bullet split in two. Grade unchanged at B: a contrast is not a corroboration, and nothing here tests METR’s estimate.
-
2026-09-13 — Initial publication at Grade B. First case in the library labelled
causal, and the label is scoped in the causal assessment to the 2025 trial’s internal validity rather than to any general claim about AI and developer productivity. Held at B rather than A despite an exceptional design: all three data collections are METR’s own, so the three source families are not three independent chains, and the case says so rather than letting the count stand. Two discrepancies recorded — METR describing its own 19% finding as 20% in February 2026, and the 21-versus-20 factor count between the v2 abstract and the blog summary. The confidence interval on the headline estimate is cited to the February 2026 post because the paper states it only graphically.peng-copilotis cited from its abstract alone, which its source note states, and carries no claim in this case.
Footnotes
-
Becker, Rush, Barnes, and Rein, “Measuring the Impact of Early-2025 AI on Experienced Open-Source Developer Productivity”, arXiv:2507.09089 [cs.AI], v1 2025-07-12, v2 2025-07-25, CC BY 4.0. ↩ ↩2 ↩3 ↩4 ↩5 ↩6 ↩7 ↩8 ↩9 ↩10 ↩11 ↩12 ↩13 ↩14 ↩15 ↩16 ↩17 ↩18 ↩19 ↩20 ↩21 ↩22 ↩23 ↩24 ↩25 ↩26 ↩27 ↩28 ↩29 ↩30 ↩31 ↩32 ↩33 ↩34 ↩35 ↩36
-
Becker, Rush, Cunningham, Rein, and Mahamud, “We are Changing our Developer Productivity Experiment Design”, METR, 2026-02-24. ↩ ↩2 ↩3 ↩4 ↩5 ↩6 ↩7 ↩8 ↩9 ↩10 ↩11 ↩12 ↩13 ↩14 ↩15 ↩16 ↩17
-
Peng, Kalliamvakou, Cihon, and Demirer, “The Impact of AI on Developer Productivity: Evidence from GitHub Copilot”, arXiv:2302.06590, 2023-02-13. ↩ ↩2 ↩3 ↩4
-
Becker, “Measuring the Self-Reported Impact of Early-2026 AI on Technical Worker Productivity”, METR, 2026-05-11. ↩ ↩2 ↩3 ↩4 ↩5 ↩6 ↩7
-
Becker, Rush, Barnes, and Rein, “Measuring the Impact of Early-2025 AI on Experienced Open-Source Developer Productivity”, METR, 2025-07-10. ↩ ↩2 ↩3
-
Paradis, Grey, Madison, Nam, Macvean, Meimand, Zhang, Ferrari-Church, and Chandra, “How much does AI impact development speed? An enterprise-based randomized controlled trial”, arXiv:2410.12944, 2024-10-16, 12 pages. ↩ ↩2 ↩3 ↩4 ↩5 ↩6 ↩7
Evidence ledger
BWell supported
Credible original evidence supports the central account, but access, corroboration, measurement, completeness, or reproducibility carries a material limitation.
- Material sources
- 6
- Independent chains
- 5
- Archived
- 0 of 6
The 6 sources below trace back to 5 separate origins. Whether those origins corroborate one another on this case's central claims is assessed in the case, not implied by the count. 1 chain carries more than one source; those sources corroborate each other's reporting, not the underlying evidence.
What would strengthen this case
Grade A needs a chain that does not run through METR. A search of arXiv and the wider literature in September 2026 found none: no independent re-analysis of either released dataset has been published, and no group has replicated the task-level randomization in mature repositories. The strongest candidate is an independent re-analysis of the released dataset by a team with no stake in the result, which is possible today because both datasets are public; second-best is a replication of the task-level randomization by a different group, ideally in a setting with the same repository maturity. The 2025 paper's numeric confidence interval reaching print in the paper itself rather than in a later blog post, and peer review of the paper at a venue that scrutinises the regression specification, would each close a specific hole named in the evidence assessment below. What this review did add is a second contrast rather than a corroboration: an enterprise randomized trial at Google finding a speedup, useful for bounding the claim and useless for confirming it.
Chain 1 of 5Shared origin:
metr-early-2025-rctMeasuring the Impact of Early-2025 AI on Experienced Open-Source Developer Productivity
Primary investigationDirect evidenceAnalysis
- Access
- The researchers' own experimental data: 246 issues completed by 16 developers between February and June 2025, self-reported implementation times, 143 hours of screen recordings manually labelled at roughly ten-second resolution, Cursor analytics for 13 developers, entry and exit surveys, and interviews.
- Method
- Randomized controlled trial with treatment assigned per issue by simulated fair coin flip after the issue was defined and after the developer forecast its duration. Effect estimated by log-linear regression of implementation time on the treatment indicator with forecast difficulty as a covariate; HC3 standard errors by default, with clustered, bias-corrected cluster-robust, and hierarchical bootstrap alternatives reported in Figure 15. Twenty-one pre-specified candidate explanations for the result were each assessed against the collected evidence.
- Conflicts
- METR designed the experiment, ran it, analysed it, and published it, with no external peer review at the time of reading. It is a nonprofit whose mission is measuring frontier AI capability, so a finding that capability is overstated in the wild is congenial to its remit — and it is also the finding that its own staff's later survey responses are lowest of any subgroup, which cuts the other way. Developers were paid $150/hour to participate.
- Corroboration
- None from outside METR. The paper's own robustness checks are internal: a 25% slowdown measured from screen-recording duration against 24% from self-reported time on the same subset of issues, and four alternative estimators reported in Figure 13.
- Accountability
- Named authors with a correspondence address, an equal-contribution note, a full author-contributions appendix, CC BY 4.0 licence, versioned on arXiv with v1 and v2 both retrievable, and the underlying dataset released publicly.
- Notes
- Read in full for this case from the arXiv HTML of v2, including Appendices C, D, and E. The v2 abstract says 21 candidate factors; some earlier summaries of the study, including METR's own blog copy, say 20. The paper reports the confidence interval on the headline estimate graphically in Figure 1 and does not state it numerically in the text; the numeric interval used in this case comes from METR's February 2026 post.
Accessed Sep 13, 2026No archive snapshot
Measuring the Impact of Early-2025 AI on Experienced Open-Source Developer Productivity
Primary investigationParticipant account
- Access
- The same experiment as the paper, summarised by its authors, with an anticipated-objections section answering criticisms the authors expected.
- Method
- Summary of the trial described in the paper. Its distinct evidentiary content is the authors' answers to anticipated objections, including their statement on how they handle the small number of developers.
- Conflicts
- Self-published by the research team on its own site, and written to pre-empt criticism, which is a stated persuasive purpose rather than a neutral one.
- Corroboration
- Restates the paper it accompanies; adds no independent evidence.
- Accountability
- Named contributors, a BibTeX citation block, a dated update line pointing to the February 2026 follow-up, and a permanent URL.
- Notes
- Read for this case. It concedes that clustered standard errors were 'not reported in the released paper, but forthcoming', which is the reason this case treats the published uncertainty estimate as incomplete.
Accessed Sep 13, 2026No archive snapshot
Chain 2 of 5Origin:
metr-late-2025-rctWe are Changing our Developer Productivity Experiment Design
Primary investigationDirect evidence
- Access
- A second, separate data collection: 57 developers across 143 repositories and more than 800 tasks from August 2025, of whom 10 also took part in the first study, plus participant surveys and interviews about why people declined to take part.
- Method
- Same task-level randomization as the first study at a reduced $50/hour participation rate. Reported as an abandoned design rather than a result: the authors give point estimates and confidence intervals but state that selection effects make the central estimate 'a bad proxy'. No paper or full write-up accompanies it.
- Conflicts
- Same institution and overlapping authors as the first study, reporting on the reliability of its own prior method. Publishing a null-signal result that undermines the value of an expensive experiment is against interest, which is a point in its favour.
- Corroboration
- None from outside METR. It reports 10 developers carried over from the first study, so the two datasets are not fully independent of each other either.
- Accountability
- Named contributors, dated, BibTeX citation, and links to the public datasets for both studies.
- Notes
- Read in full. This post is the only place the numeric confidence interval for the 2025 headline estimate appears (+2% to +39%), and it describes that estimate as a '20% slowdown' where the paper says 19% — a discrepancy recorded rather than reconciled.
Accessed Sep 13, 2026No archive snapshot
Chain 3 of 5Origin:
metr-2026-surveyMeasuring the Self-Reported Impact of Early-2026 AI on Technical Worker Productivity
Primary investigationAnalysis
- Access
- Survey responses from 349 technical workers collected February to April 2026, including 87 software engineers, 71 researchers, 129 academics and PhD students, and 48 founders and managers, plus qualitative review of public outputs for the highest-claiming respondents.
- Method
- Convenience sample recruited from GitHub, academic directories, METR staff and their networks, and X, with an approximate 2% response rate among emailed contacts and roughly 70% of participants paid. Multiple differently worded questions used as internal consistency checks; 10 respondents filtered for flagged answers. Self-report throughout, with no measured counterfactual.
- Conflicts
- Same institution as the two experiments, and the sample is partly drawn from METR staff and their professional networks — a selection the author discloses and then analyses, reporting that METR employees give the lowest uplift figures of any subgroup.
- Corroboration
- The author places the results alongside public self-report research and states they are consistent with it, while noting survey estimates generally exceed experimental ones.
- Accountability
- Single named author, dated, BibTeX citation, the survey instrument published in full, and an anomalies section describing excluded responses.
- Notes
- Read for this case. Cited here for the self-report side of the perception gap and for METR's own statement that its 2025 study found people overestimating AI's effect on their time by about 40 percentage points.
Accessed Sep 13, 2026No archive snapshot
Chain 4 of 5Origin:
google-enterprise-rctHow much does AI impact development speed? An enterprise-based randomized controlled trial
Primary investigationAnalysis
- Access
- 96 full-time Google software engineers, randomized 48 and 48, each completing one enterprise-grade task inside Google's own proprietary infrastructure in the summer of 2024. Time on task was instrumented rather than self-reported, and ranged from 4.4 to 271.1 minutes with a mean of 104.4.
- Method
- Randomized controlled trial on a single designed task: patch and edit a pre-existing change list of ten files and 474 lines to implement a new logging service. Randomization was at the participant level, not the task level. Analysis by t-test on log time on task, then four linear regressions with developer- and task-level covariates. Balance on covariates across arms is reported and holds.
- Conflicts
- Every author works for Google, the trial measures Google's own internal AI features, and the participants are Google engineers. The paper is candid about two of the three: it calls itself a lab study in its own abstract and limits its claims to internal tooling in one season.
- Corroboration
- None for its own estimate. It stands opposite the METR trial in direction and, more usefully, in design — participant-level randomization on one designed task against task-level randomization on real issues in repositories the developers maintain.
- Accountability
- Named authors with institutional email addresses, a stable arXiv identifier, a full regression table with standard errors and significance markers, and reported covariate balance.
- Notes
- Read in full for this case, including the regression table. Cited here for the design contrast and for a discrepancy inside it: the abstract says AI 'significantly shortened' time on task and gives 'about 21%', but the 21% comes from the adjusted model whose estimate is not significant at p < 0.05, while the significant result is the unadjusted t-test. Both statements are individually defensible; the abstract puts them together.
Accessed Sep 13, 2026No archive snapshot
Chain 5 of 5Origin:
github-copilot-rctThe Impact of AI on Developer Productivity: Evidence from GitHub Copilot
Primary investigationAnalysis
- Access
- A controlled experiment with recruited developers implementing a specified JavaScript HTTP server.
- Method
- Controlled experiment with a treatment group given GitHub Copilot and a control group without it, on a single synthetic task; the treatment group finished 55.8% faster.
- Conflicts
- Three of the four authors were at the time affiliated with GitHub or Microsoft, the vendor of the tool under test.
- Corroboration
- Cited by the METR paper as part of the prior literature its result contradicts.
- Accountability
- Named authors, preprint with a stable arXiv identifier.
- Notes
- Only the abstract and listing metadata were read for this case, not the full paper. It is cited here solely to mark the contrast in task design — a single synthetic task versus real issues in mature repositories — and no claim in this case rests on its internals.
Accessed Sep 13, 2026No archive snapshot