VC
Value Add VC
โšกHomePulseโšกHelpful Apps๐Ÿ“Blog
Home/Blog/AI Coding Productivity Study Data: What METR, McKinsey, and GitHub Found in 2026
AI & TechnologyJuly 10, 2026ยท10 min read readยท

AI Coding Productivity Study Data: What METR, McKinsey, and GitHub Found in 2026

METR's own study flipped from a 19% AI slowdown in early 2025 to an 18% speedup a year later, while McKinsey found routine-task savings of 46% but under 10% on complex work.

TC
Trace Cohen
Co-Founder & GP at Six Point Ventures ยท 3x founder (BrandYourself, Launch.it, SPOT) ยท 65+ investments ยท Based in Boca Raton, FL
@Trace_Cohenยทt@nyvp.comยทSouth Florida Advisory
65+Investments3xFounder$200M+Funds Tracked
ShareXLinkedInEmailQuote card

Quick Answer

18% is the productivity speedup METR now estimates for experienced developers using AI coding tools in early 2026, reversing a 19% slowdown the same study found a year earlier. McKinsey's 4,500-developer study found 46% time savings on routine tasks but under 10% on complex work, and AI-generated code carries up to 2.74x more security vulnerabilities.

METR's own randomized controlled trial found experienced developers were 19% slower using AI coding tools in early 2025 โ€” and the same research group now estimates those developers are 18% faster a year later.

That's the short answer. The longer answer is more interesting: the productivity data on AI coding isn't one number, it's a moving target that depends on task complexity, developer seniority, and how long a team has actually been using the tools. McKinsey's study of 4,500 developers across 150 enterprises found AI cuts routine task time by 46% but under 10% on high-complexity work. Opsera's analysis of over 250,000 developers found AI reduces time-to-PR by up to 58% โ€” but those same AI-authored pull requests wait 4.6x longer in code review, and AI-generated code carries security vulnerabilities at up to 2.74x the rate of human-written code. The gains are real. So are the tradeoffs. Almost nobody reports both.

+18%
vs. -19% in early 2025
METR speedup, early 2026
46%
vs. <10% on complex tasks
McKinsey routine-task savings
2.74x
vs. human-written code
AI code security vulnerability rate
51%
of 84% who use or plan to
Developers using AI tools daily

What does the AI coding productivity study data actually show in 2026?

The AI coding productivity study data shows a wide, task-dependent range rather than one clean number: METR's controlled trial found a 19% slowdown in early 2025 that flipped to an estimated 18% speedup by early 2026, McKinsey found 46% time savings on routine tasks but under 10% on complex tasks, and Opsera's 250,000-developer dataset found up to 58% faster time-to-PR alongside 4.6x longer AI pull-request review times.

Every one of these numbers is technically correct, and every one of them is incomplete on its own. The reason the headline stat swings so wildly between studies is that they're measuring different things: raw task-completion time, PR cycle time, self-reported developer sentiment, or downstream code quality. A team that only tracks time-to-merge will look like it's winning even while GitClear's data shows code churn โ€” code rewritten or deleted within two weeks of being committed โ€” nearly doubled from 3.1% to 5.7% between 2020 and 2024 as AI-assisted coding scaled.

The METR reversal: from 19% slower to 18% faster in twelve months

METR's July 2025 study is the most rigorous piece of AI coding productivity study data published to date, and it's also the most misquoted. Sixteen experienced open-source developers, working on real tasks in repositories they'd maintained for an average of five years, were randomly assigned to use AI tools or not. The developers using AI took 19% longer to complete their work โ€” despite predicting beforehand that AI would make them 24% faster, and believing afterward that it had sped them up by 20%. Their perception and the measured reality were pointed in opposite directions.

By early 2026, METR revisited a subset of that same developer cohort and now estimates a speedup of roughly 18% (confidence interval: -38% to +9%, so the uncertainty band is still wide). That's a 37-percentage-point swing in a single year, and METR's own explanation is straightforward: the tools got better, and โ€” more importantly โ€” the developers learned how to use them. The lesson for anyone reading a single AI-productivity headline number: ask how long the study's participants had been using the tools before the clock started.

AI coding productivity by task type: where the real gains concentrate

Lay the numbers side by side and a pattern emerges: the closer a task is to boilerplate โ€” scaffolding an HTTP server, writing tests, drafting a PR description โ€” the bigger the reported gain. The closer it is to a real engineering judgment call in an unfamiliar, high-stakes codebase, the closer the gain gets to zero, and in METR's early-2025 snapshot, negative. Opsera's dataset backs this up structurally: senior engineers captured nearly 5x the productivity gains of junior engineers, because seniors have the judgment to know when to trust an AI suggestion and when to override it. Juniors mostly don't yet, which is also why AI-authored pull requests took 4.6x longer to clear code review in the same dataset โ€” someone senior still has to check the work.

The AI coding productivity study data on code quality and security

Speed and quality are not the same measurement, and the studies that only report speed are the ones getting quoted the most. The quality-focused data tells a less flattering story.

CodeRabbit's review of 470 real-world pull requests found AI-generated code produced 1.7x more issues than human-written code. Academic and OWASP-aligned research puts the share of AI-generated snippets containing at least one CWE-class vulnerability at 30-40%. A March 2026 study spanning 304,362 AI-authored commits across 6,275 repositories found that security issues introduced by AI had a 41.1% survival rate โ€” meaning fewer than half get caught before merge. And GitClear's analysis of 211 million lines of code found the average developer checked in 75% more code in 2025 than in 2022, which is exactly the volume increase you'd expect if speed gains are real but review rigor hasn't scaled to match.

Study-by-study comparison: what each AI coding productivity dataset actually measured

StudySampleKey finding
METR (early 2025 RCT)16 experienced OSS developers19% slower with AI tools vs. without
METR (early 2026 update)Subset of original cohort~18% faster (CI: -38% to +9%)
McKinsey4,500 developers, 150 enterprises46% less time on routine tasks; <10% on complex tasks
Opsera250,000+ developersUp to 58% faster time-to-PR; AI PRs wait 4.6x longer in review
GitHub Copilot (enterprise case data)Enterprise dev orgsPR cycle time cut from 9.6 to 2.4 days (75% reduction)
GitClear211 million lines of codeCode churn nearly doubled: 3.1% to 5.7% (2020-2024)
CodeRabbit470 real-world pull requestsAI code produces 1.7x more issues than human code

Figures compiled from METR (metr.org, July 2025 and February 2026 posts), McKinsey enterprise developer research, Opsera's 2026 AI Coding Impact Benchmark Report, GitHub/Copilot enterprise case studies, GitClear's 2026 maintainability research, and CodeRabbit's State of AI vs. Human Code Generation report. Methodologies and sample definitions differ across studies and are not directly comparable.

Why AI coding productivity study data varies so much between reports

Three variables explain almost all of the spread in these numbers. First, task complexity โ€” McKinsey's own 46%-vs-under-10% split within a single study proves this isn't a methodology quirk, it's the actual shape of the effect. Second, tenure with the tools โ€” METR's 37-point swing over twelve months shows the learning curve is not a rounding error, it's the majority of the effect. Third, what gets measured โ€” time-to-PR looks great in isolation, but pair it with 4.6x longer review times and 2.74x more security vulnerabilities and the net picture changes substantially.

For VCs and operators, this matters beyond a curiosity about developer tooling. Engineering velocity claims show up in diligence decks constantly now โ€” "we shipped 3x faster with AI" is the 2026 equivalent of "we're capital efficient." The study data says: ask which task type they're measuring, ask how long the team has used the tools, and ask what their AI-authored code churn and vulnerability rate look like, not just their PR count. We track the downstream effect of engineering velocity on hiring and headcount trends and on SaaS valuation multiples, and the teams that are actually compounding are the ones treating AI coding tools as a skill to be trained, not a switch to be flipped.

How I read the AI coding productivity data as an investor

I've made 65+ investments and operated engineering teams across three startups, and the pattern in this data matches what I see in portfolio companies directly: the founders who got real gains from AI coding tools are six-plus months into deliberate adoption โ€” code review standards adjusted, prompting practices standardized, security scanning tightened โ€” not founders who bolted on Copilot or Cursor last month and are reporting week-one anecdotes as a permanent multiplier.

The adoption numbers back this pattern: 84% of developers now use or plan to use AI coding tools and 51% use them daily, but trust in the output has actually fallen โ€” from 40% in 2024 to 29% in 2026. That's not contradictory, it's healthy. Developers are using the tools more while trusting them less blindly, which is exactly the behavior that turns a 19% slowdown into an 18% speedup over twelve months. The teams treating that 29% trust number as a design constraint โ€” heavier code review, tighter security gates on AI-authored PRs โ€” are the ones who will show up as durable productivity gains in next year's study data instead of this year's churn and vulnerability statistics.

The Bottom Line:

The AI coding productivity study data doesn't support a single headline number. METR went from -19% to +18% in a year as developers learned the tools. McKinsey found 46% savings on routine work and under 10% on complex work. And every speed gain in this dataset comes paired with a quality tradeoff โ€” 2.74x more security vulnerabilities, 1.7x more code issues, and code churn that nearly doubled since 2020. The gains are real for teams that train for them; the risk is real for teams that don't measure past time-to-merge.

Track how engineering velocity is showing up in hiring on the Hiring Dashboard and how it flows through to valuations on the SaaS Valuations dashboard at Value Add VC. Originally published in the Trace Cohen newsletter.

Get VC data most people never see โ€” free.

Weekly benchmarks, valuations, and fund data. No spam, unsubscribe anytime.

ShareXLinkedInEmailQuote card

Frequently Asked Questions

What does the AI coding productivity study data actually show in 2026?

The data is split by task type and timeframe. METR's randomized controlled trial found experienced developers were 19% slower using AI tools in early 2025, but the same research group now estimates an 18% speedup for a subset of that cohort in early 2026. McKinsey separately found AI cuts routine coding task time by 46% but under 10% on high-complexity work.

Does AI coding make developers faster or slower?

It depends on task complexity and developer experience with the tools. McKinsey's 4,500-developer study found AI coding tools cut routine task time by 46% but deliver under 10% savings on complex tasks. Opsera's analysis of over 250,000 developers found AI cuts time-to-PR by up to 58%, while GitClear data shows code churn nearly doubled from 3.1% to 5.7% between 2020 and 2024 as AI-assisted commits scaled.

How much time do McKinsey's studies say AI coding tools save?

McKinsey's study of 4,500 developers across 150 enterprises found AI coding tools reduce time spent on routine tasks by 46%, but that figure shrinks to under 10% on high-complexity engineering work. The gap shows why blanket 'AI makes engineers X% faster' claims are misleading without specifying task type.

Are AI coding tools introducing more security vulnerabilities?

Yes, per multiple 2026 studies. Security vulnerabilities appear at up to 2.74x the rate in AI-generated code compared to human-written code, and 30-40% of AI-generated code snippets contain at least one CWE-class vulnerability. A March 2026 analysis of 304,362 AI commits across 6,275 repositories found a 41.1% survival rate for security issues introduced by AI.

How many developers actually use AI coding tools daily in 2026?

84% of developers report using or planning to use AI coding tools in 2026, and 51% use them daily, according to industry adoption surveys. But trust in the output has fallen to 29%, down from 40% in 2024, meaning adoption is outpacing confidence in what the tools actually produce.

Related Tools & Dashboards

๐Ÿ“ŠSaaS Valuations๐Ÿ“ˆVC Performance Dashboard๐Ÿ‘ฅHiring Dashboard

Keep Reading

๐Ÿง‘โ€๐Ÿ’ปAI Coding Tools Ranked 2026: Cursor, Copilot, Windsurf, Devin, and Claude Code Comparedโš”๏ธAffinity vs 4Degrees: Which VC CRM Is Actually Better in 2026?๐Ÿ’ปVibe Coding Explained: How AI Is Changing Software Development in 2026

Explore 45+ free VC tools, dashboards, and recommended startup software.

Explore DashboardsHelpful Apps & Platforms

Trace Cohen is a serial founder, investor and data geek. Please feel free to reach out t@nyvp.com

VC
Value Add VC
Helpful AppsTwitterContact