Show us your business

Evidence review

How AI changed software development costs

The honest 2026 evidence on what AI did to the cost of building software: the controlled studies, why they disagree, where AI actually saves money, and where it quietly adds it.

12 min readUpdated July 2026

AI did change software development costs, but not the way the marketing says. The only controlled experiments that measured real output disagree: GitHub Copilot sped a simple task up sharply, while METR found experienced developers slower on mature code. Surveys and DORA data track how developers feel, not what they ship, and consistently overstate the gains. Separate the experiments from the surveys and the real picture appears.

Key facts

The verdict
AI made developers 56 percent faster on simple tasks and 19 percent slower on complex ones.
Google trial
Google's controlled trial found about 21 percent faster on one complex enterprise task.
Adoption
84 percent of developers now use or plan to use AI coding tools.
Code quality
Copy-pasted code clones climbed from 8.3 to 12.3 percent as AI use spread.
Rework
66 percent of developers spend more time fixing almost-right AI code than before.
Security
45 percent of AI-generated code samples introduced an OWASP Top 10 vulnerability.

Sources: the GitHub Copilot productivity study (arXiv), Google's enterprise trial (Paradis et al., arXiv), METR (2025), the Stack Overflow 2025 Developer Survey, Google's DORA reports, GitClear's code-quality research, and Veracode's 2025 GenAI Code Security Report. Get a free 48-hour build plan. Last updated .

The claim, and the evidence that complicates it

You've heard that AI slashed the cost of building software. The honest 2026 evidence is messier and more useful: only three studies actually measured developer output in a controlled setting, and they landed in three different places, from 56 percent faster to 19 percent slower. Everything else is survey data about how developers feel, which turns out to overstate the real gains. Here's the whole picture, not the optimistic half.

"AI made development cheaper" is the sentence every vendor now leads with. It's partly true, and the parts that aren't true cost real money. So it's worth being precise about what the evidence actually shows, because the same research gets quoted to prove opposite things.

Start with the distinction that organizes everything below. A controlled experiment randomly assigns some developers to use AI and some not, then measures what they actually build. It can show cause and effect. A self-reported survey asks developers how they feel about AI, which measures perception. Both are useful, but they answer different questions, and in the one place we can compare them directly, they disagree: METR's developers felt about 20 percent faster while measurably running 19 percent slower3.

Adoption is not in question. In the 2025 Stack Overflow survey, 84 percent of developers said they use or plan to use AI coding tools4, and an earlier GitHub survey found 92 percent of US enterprise developers already using them8. The open question is what that adoption did to the cost and quality of the software that ships. That's what the rest of this guide works through.

The three studies that actually measured output

Set the opinion polls aside and you're left with three widely-cited controlled experiments that timed real work. GitHub Copilot found developers 55.8 percent faster on a simple task. Google found about 21 percent faster on a complex enterprise task. METR found experienced developers 19 percent slower on large, mature codebases. All three are randomized trials. All three are correct. They just tested different situations.

These are the numbers to anchor on, because they measured shipped output rather than sentiment:

56% faster

developers using GitHub Copilot on a simple, greenfield coding task.

GitHub Copilot productivity study (arXiv, 2023)

~21% faster

Google engineers on a complex enterprise task in a controlled trial.

Paradis et al., Google (arXiv, 2024)

19% slower

experienced developers using 2025 AI tools on large, mature codebases.

METR, 2025

Here is what each one actually did, because the details are the whole story123:

  1. GitHub Copilot, 2023: 55.8 percent faster (simple, greenfield)

    A randomized controlled trial with 95 developers timed how long it took to build a JavaScript HTTP server from scratch. The Copilot group finished in about 1 hour 11 minutes versus 2 hours 41 minutes without it, 55.8 percent faster. This is the strongest positive result, and it's on the easiest kind of work: a fresh, self-contained task with no existing code to respect.

  2. Google, 2024: about 21 percent faster (complex enterprise task)

    A randomized controlled trial with 96 Google engineers measured time on one complex, realistic enterprise task. The AI group came in roughly 21 percent faster, though with a wide confidence interval. It's a real gain on harder work than the Copilot task, but a smaller one, and a useful midpoint between the two extremes.

  3. METR, 2025: 19 percent slower (mature, familiar codebases)

    The key counterpoint. A randomized controlled trial had 16 experienced open-source developers complete 246 real tasks on their own large, mature repositories using early-2025 AI tools. They predicted a 24 percent speedup and still felt about 20 percent faster afterward, but the measured result was 19 percent slower. AI dragged on complex work in code the developers already knew intimately.

The three controlled studies that measured AI's effect on output
StudyTask and settingResult
GitHub Copilot (2023)95 developers, simple greenfield HTTP server built from scratch55.8% faster
Google (2024)96 engineers, one complex realistic enterprise task~21% faster
METR (2025)16 experienced developers, 246 tasks on their own mature repos19% slower

A smaller McKinsey study is often cited alongside these, reporting that AI helped developers complete some tasks up to twice as fast, with the largest gains on documentation and new code and the smallest on complex work and for junior developers11. It points the same direction as the controlled trials: big help on the easy, well-defined parts, less help where the work is genuinely hard.

Why the studies disagree (and the pattern that reconciles them)

The 56-percent-faster result and the 19-percent-slower result look like a contradiction until you see what changed between them. Copilot tested a fresh build with no existing code. METR tested changes to large, mature codebases the developers already knew intimately. AI accelerates simple, greenfield, well-scoped work and drags on complex, legacy, deeply-familiar work. Every finding above sits somewhere on that one curve.

Line the three studies up by task difficulty and novelty and the disagreement disappears. The Copilot task was simple and greenfield: build an HTTP server from nothing. The Google task was complex but still a discrete, well-defined piece of enterprise work. The METR task was the hardest kind: real changes to large repositories that developers had built and maintained for years, where they already carried the context in their heads and AI mostly slowed them down by suggesting things they had to read, check, and often discard13.

So the honest rule of thumb is not "AI makes development X percent cheaper." It's that AI compresses cost most when the work is simple, new, and well-scoped, and least (sometimes negatively) when the work is complex, legacy, and already understood by the person doing it. That single pattern predicts every result in the controlled studies, and it's the pattern that matters for deciding where AI actually lowers your bill.

Why the surveys overstate the gains

If the controlled studies are mixed, why does everyone believe AI made development dramatically faster? Because most of what gets quoted is survey data, and surveys measure feelings, not output. METR proved the gap directly: its developers felt about 20 percent faster while running 19 percent slower. Meanwhile adoption is climbing but trust is falling, and Google's DORA data links heavy AI use to a small dip in throughput and a larger dip in stability.

The perception gap is the single most important finding in the whole body of research. METR's developers didn't just guess wrong beforehand (they predicted a 24 percent speedup); they still believed they'd been about 20 percent faster after finishing, while the stopwatch said 19 percent slower3. If experienced developers can't feel a 39-point swing in their own productivity, no survey that asks "are you faster with AI?" can be trusted as a measure of real output.

What controlled experiments measure vs what surveys measure
Controlled experimentsSelf-reported surveys
What they measureActual output: time and tasks shippedHow developers feel about AI
MethodRandomized, timed, measuredQuestionnaire, based on recall
Typical findingMixed: real gains or real losses by contextBroadly positive, high adoption
Known weaknessSmall samples, specific tasksPerception overstates real speed
Telling exampleMETR: 19% slower while feeling faster84% adoption, favorability slipping

Look closely and even the surveys are cooling. In the 2025 Stack Overflow survey, adoption rose to 84 percent, but favorability toward AI tools fell to 60 percent, and only about a third of developers said they trust the accuracy of AI output4. The friction has a specific shape: 45 percent named code that's "almost right, but not quite" as their top frustration, and 66 percent said they now spend more time fixing that almost-right output5.

Google's DORA research, which tracks delivery performance across thousands of teams, found the same tension in the data rather than the mood. In its 2024 report, a 25 percent increase in AI adoption correlated with a 1.5 percent drop in delivery throughput and a 7.2 percent drop in stability, with 39 percent of developers reporting little or no trust in AI6. The 2025 report, with 90 percent of developers now using AI, saw throughput recover into positive territory while stability stayed under pressure7. The lesson isn't that AI is bad; it's that faster typing does not automatically mean faster, more stable delivery.

The costs AI quietly adds

Speed is the number everyone quotes. The costs on the other side of the ledger rarely make the slide. AI-era code shows more duplication and less cleanup, and nearly half of AI-generated samples carry a known security vulnerability. These don't show up on the first invoice. They show up later, as software that's harder and riskier to change, which is the definition of technical debt.

Two independent 2025 analyses put numbers on the quality cost, and they point the same direction910:

8.3% to 12.3%

rise in copy-pasted code clones from 2021 to 2024 as AI use spread.

GitClear, AI code quality research 2025

Under 10%

share of lines refactored and reused, down from 25 percent.

GitClear, AI code quality research 2025

45%

of AI-generated code samples introduced an OWASP Top 10 vulnerability.

Veracode, 2025 GenAI Code Security Report

Here is what those trends actually mean for a build:

  1. Duplicated code and less refactoring

    GitClear's analysis of 211 million changed lines found copy-pasted code clones rose from 8.3 percent in 2021 to 12.3 percent in 2024, while the share of lines that were refactored (cleaned up and reused) fell from 25 percent to under 10 percent. AI generates plausible code fast without knowing what already exists, so it duplicates instead of reusing. That's technical debt: software that ships quickly but is harder to change later.

  2. Security vulnerabilities

    Veracode's 2025 GenAI Code Security Report tested AI output across languages and found 45 percent of samples introduced a vulnerability from the OWASP Top 10, rising to 72 percent for Java. Speed means nothing if roughly half the generated code carries a known security flaw. This is the cost that never appears in a productivity headline, and the one only a competent reviewer catches.

  3. Time lost fixing almost-right code

    In the 2025 Stack Overflow survey, 45 percent of developers named code that's almost right but not quite as their single biggest frustration, and 66 percent said they now spend more time fixing that output. The routine part gets faster; the debugging part gets slower. On the wrong task, the second effect can swamp the first, which is exactly what METR measured.

  4. Delivery stability regressions

    Google's DORA research found that heavier AI adoption correlated with lower delivery performance: in 2024, a 25 percent increase in AI use lined up with a 1.5 percent drop in throughput and a 7.2 percent drop in delivery stability. The 2025 report saw throughput recover but stability still under pressure. More code, shipped faster, does not automatically mean better software.

None of this makes AI useless. It makes AI output raw material, not finished work. The 45 percent vulnerability rate and the rising clone rate are exactly the problems a senior engineer exists to catch and fix. Which is why the saving is real only when someone competent reviews everything before it ships, and a fiction when nobody does.

What this means for your software budget

Translate the evidence into money and it's simple. On simple, greenfield, well-scoped builds, which is most small business software, AI is a genuine discount that a good team passes into a lower quote. On complex, regulated, or legacy-heavy work, the discount shrinks toward zero and can go negative. AI changed what the routine parts cost. It didn't repeal the reasons software projects fail.

Match your build to the curve from the controlled studies. A fresh internal tool, a customer portal, a first version of a SaaS product, a booking or quoting system: these are greenfield, well-defined, and exactly where AI-accelerated development earns the largest real saving. That's why quotes that would have been six figures a few years ago can now come in lower. Most small business software (commonly a $30,000 to $150,000 build) lives right in this zone16.

The opposite end is where the saving evaporates: deep changes to a large legacy system, heavily regulated data, or anything gnarly enough that a senior already holds the context in their head. That's the METR case, where AI ran developers 19 percent slower3. If your project is mostly that kind of work, be skeptical of any quote that assumes a big AI discount.

And AI changed none of the structural reasons software goes over budget. The durable benchmarks still hold: only about 29 percent of software projects fully succeed on time, on budget, and on scope12; large projects average 45 percent over budget while delivering 56 percent less value than promised13; and poor software quality cost the US an estimated $2.41 trillion in 202214. Faster code generation does nothing about loose scope, hourly billing, or skipped review. If anything, the duplication and vulnerability data mean sloppy AI use makes the quality problem worse, not better.

The model that actually turns the research into a saving

The evidence points to one working model, and it's the opposite of the hype. It isn't AI replacing engineers. It's senior engineers using AI to draft and speed up routine code, then reviewing, correcting, and refactoring everything before it ships. That's the setup where the productivity gains are real and the hidden costs get caught. It's how we build, and it's the only version that puts the saving in your quote rather than your technical debt.

Every finding in this guide converges on the same conclusion. AI helps most on simple, greenfield work, which is most small business software. AI hurts on complex, legacy work, which needs experienced judgement anyway. And AI output carries real quality and security risk, which only a competent reviewer catches. Put those together and the model writes itself: senior engineers, accelerated by AI, reviewing everything. Not AI instead of engineers, which is the version the data actively warns against.

That model is also why hourly rate is the wrong thing to shop on. Specialist senior talent costs more per hour (AI and machine-learning specialists command a 40 to 60 percent premium over generalists)15, but that senior is precisely who turns fast AI output into software you don't have to rebuild. Cheap, unreviewed AI code is the most expensive kind once you count the fixing.

It's how we build at AI Dev. Senior engineers use AI to compress the routine work, then review and refactor everything that ships, and we pass the genuine saving into a fixed quote against a written scope rather than pocketing it. You own the code, the repositories, the infrastructure, and the IP outright, in your name, with no license and no lock-in. Our custom software development service and our custom software build methodology both spell out exactly how that runs.

What to do with this

Three ways forward depending on where you are: understand how we build so the saving is real and reviewed, get a real number for your specific idea, or read the companion breakdown on what custom software actually costs.

If you want to see how a build runs from idea to launch with senior review on everything AI touches, read our custom software build methodology, or the overview on our custom software development services page. If you already know it's a web app or a mobile app, our web app development and mobile app development pages cover the specifics of each.

For the money side, our companion guide on how much custom software costs lays out the 2026 cost bands, developer rates, and the fixed-price terms that keep a build honest. And you can browse the full guides library for the rest of the series.

If you'd rather just get a real number for your specific idea, our free 48-hour build plan turns a few sentences into a written scope, a milestone breakdown, and a fixed quote, with no sales call and no obligation. When you're ready to move, start your build here.

Frequently asked questions

Did AI actually make software development cheaper?

On the right work, yes, meaningfully. On the wrong work, no, and sometimes the opposite. The honest evidence is mixed by design. A controlled study found developers using GitHub Copilot finished a simple, greenfield task 55.8 percent faster, and Google's enterprise trial found about 21 percent faster on one complex task. But a 2025 study by METR found experienced developers were 19 percent slower using early-2025 AI tools on large, mature codebases they already knew, even though they felt about 20 percent faster. AI compresses cost most on simple, new, well-scoped work and least on gnarly legacy systems. It's a real discount on the right project, not a blanket price cut on every one.

What's the difference between the controlled studies and the surveys?

A controlled experiment randomly assigns some developers to use AI and some not, then measures what they actually produce, which is the only way to show cause and effect. A survey asks developers how they feel about AI, which measures perception. The two diverge sharply. METR's controlled study found its developers ran 19 percent slower while feeling roughly 20 percent faster. That gap is why you should weight the experiments over the surveys: adoption and enthusiasm are real, but they tell you people like the tools, not that the tools ship software faster in every setting.

Why did the GitHub Copilot study and the METR study reach opposite results?

Because they tested opposite situations, and both results are correct for what they measured. The Copilot study timed 95 developers building a simple HTTP server from scratch, a fresh, self-contained task with no existing code to respect, and found them 55.8 percent faster. METR timed 16 experienced open-source developers working on their own large, mature repositories, where the code already had years of conventions and context, and found them 19 percent slower. The pattern that reconciles them: AI accelerates simple, greenfield, well-defined work and drags on complex, legacy, deeply-familiar work. They aren't contradictions, they're two ends of the same curve.

If AI makes developers faster, why do surveys show falling trust?

Because speed on the easy part isn't the whole job. Adoption keeps climbing (84 percent of developers now use or plan to use AI tools), but in the same 2025 Stack Overflow survey favorability fell to 60 percent and only about a third of developers trust the accuracy of AI output. The specific pain point: 45 percent name code that's almost right but not quite as their top frustration, and 66 percent say they now spend more time fixing that almost-right code. Google's DORA research saw the same tension, with heavy AI adoption correlating with a small drop in delivery throughput and a larger drop in stability. Enthusiasm and friction are rising together.

Does AI-generated code have more bugs or security problems?

The early evidence says yes, and it's the cost nobody quotes. Veracode's 2025 GenAI Code Security Report tested AI output across languages and found 45 percent of samples introduced a vulnerability from the OWASP Top 10, rising to 72 percent for Java. Separately, GitClear's analysis of 211 million changed lines found copy-pasted code clones rose from 8.3 percent in 2021 to 12.3 percent in 2024, while the share of lines that were refactored (cleaned up and reused) fell from 25 percent to under 10 percent. Both trends add technical debt: software that ships fast but is harder and riskier to change later. It's why fast AI output only turns into a real saving when a senior engineer reviews and refactors it.

Does AI make custom software cheaper for a small business?

Usually yes, because most small business software is exactly the kind of work AI accelerates: a fresh, focused, well-scoped build rather than a change to a sprawling legacy system. That's the greenfield case where the controlled studies show the largest gains. A senior engineer using AI to draft routine code can genuinely bring a quote that would have been six figures a few years ago down to a smaller number, provided they review everything that ships. The saving shrinks or disappears on gnarly, regulated, or legacy-heavy builds. For a plain-English breakdown of what those builds actually cost, see our guide on how much custom software costs.

Will AI replace software developers?

The evidence points the other way. The one setting where AI already slowed developers down was complex work on systems they knew well, precisely the work that needs experienced judgement. And 45 percent of AI-generated code carried a known security vulnerability, which only a competent engineer catches. What AI changed is the ratio: a senior developer now spends less time typing routine code and more time reviewing, correcting, and directing. That makes good engineers more valuable, not less. The teams getting a real cost benefit are the ones using AI as a force multiplier on senior people, not as a substitute for them.

How should I use these findings when hiring a developer or agency?

Ask two questions. First, who reviews the AI output? If the answer is a senior engineer who reads and refactors everything before it ships, the productivity research is on your side. If the answer is vague, you're buying the technical debt and security risk the studies flag, not the saving. Second, does the AI saving show up in the price? A vendor genuinely building faster should be able to pass that into a fixed quote against a written scope, and you should own the code, repositories, and IP outright. Cheap AI-generated code you have to redo is more expensive than a fast senior on a fixed number.

Sources

  1. The Impact of AI on Developer Productivity: Evidence from GitHub Copilot. Peng, Kalliamvakou, Cihon & Demirer (arXiv:2302.06590), February 2023.
  2. How much does AI impact development speed? An enterprise-based randomized controlled trial. Paradis et al., Google (arXiv:2410.12944), October 2024.
  3. Measuring the Impact of Early-2025 AI on Experienced Open-Source Developer Productivity. METR, July 2025.
  4. 2025 Developer Survey: AI. Stack Overflow, December 2025.
  5. Developers remain willing but reluctant to use AI: the 2025 Developer Survey results. Stack Overflow Blog, December 2025.
  6. Announcing the 2024 DORA report. Google Cloud (DORA), October 2024.
  7. Announcing the 2025 DORA report. Google Cloud (DORA), September 2025.
  8. Survey reveals AI's impact on the developer experience. GitHub with Wakefield Research, June 2023.
  9. AI Copilot Code Quality: 2025 Data Suggests 4x Growth in Code Clones. GitClear, 2025.
  10. 2025 GenAI Code Security Report. Veracode, July 2025.
  11. Unleashing developer productivity with generative AI. McKinsey Digital, June 2023.
  12. CHAOS Report 2015. The Standish Group, 2015.
  13. Delivering large-scale IT projects on time, on budget, and on value. McKinsey & Company with University of Oxford, October 2012.
  14. The Cost of Poor Software Quality in the US: A 2022 Report. CISQ (Consortium for Information & Software Quality), November 2022.
  15. Freelance Software Developer Rates by Country in 2026. index.dev, May 2026.
  16. Software Development Costs in 2026 (Factors & Rates). doit.software, June 2026.

About this guide

Author
AI Dev staff, Editorial team
Published
July 14, 2026
Sources cited
16 primary sources. See full list.
Methodology
Productivity evidence separates controlled experiments (GitHub Copilot, arXiv 2023; Google, arXiv 2024; METR 2025) from self-reported surveys (Stack Overflow 2025, GitHub with Wakefield, Google DORA 2024 and 2025), and presents the mixed result rather than the optimistic half, noting that surveys overstate real gains where the two can be compared. Code-quality and security data from GitClear and Veracode's 2025 GenAI Code Security Report. Project-failure and cost context from the Standish Group CHAOS Report, McKinsey with the University of Oxford, CISQ, doit.software, and index.dev; vendor-authored cost figures are presented as directional market ranges. Web research conducted July 2026. Reviewed and edited by AI Dev staff before publication.
Machine-readable
Read as Markdown. Provided for AI search engines and LLM crawlers.

Free, no sales call

See what AI-accelerated development would cost you

Send a few sentences about what you want built. We'll reply within 48 business hours with a written scope, a milestone plan, and a fixed quote you own outright, built by senior engineers who review everything. No sales call, no obligation.