Home/Blog /AI delivery

Why AI pilots fail to reach production

The striking thing about failed AI pilots is not that they fail. It is that they usually work, and stop anyway, somewhere between the demo and Tuesday.

The striking thing about failed AI pilots is not that they fail. It is that they usually work. The model does roughly what it was asked to do, the demo goes well, the sponsor is pleased, and then the project stops anyway, somewhere between the pilot and the thing people use on a Tuesday.

That gap has a small number of recurring causes, and none of them are about model quality. Here is what actually kills these projects and what the ones that survive did differently.

What percentage of AI pilots fail?

The number in circulation is 95 per cent, from a 2025 MIT study of enterprise generative AI deployments which reported that the large majority produced no measurable profit-and-loss impact. Gartner has separately published figures in the 85 per cent range for AI projects failing to deliver, and similar numbers have circulated for a decade about data science and analytics work.

Treat all of these as directionally useful and precisely unreliable. The studies define "failure" differently, sample different populations, and mostly measure whether a pilot produced attributable financial return within a short window, which is a demanding bar that plenty of genuinely successful internal tooling would also miss. The honest statement is that most enterprise AI pilots do not reach production, and the ones that do often cannot prove their value. That is a real problem, and it does not need a contested percentage attached to be worth fixing.

What is more useful than the headline number is the observation underneath it: failures cluster. The same five patterns account for most of them.

Why do AI pilots fail to scale?

1. There was no definition of correct

The most common cause, and the one that makes every other problem unfixable. The pilot was judged by whether the output looked impressive in a review meeting. Nobody wrote down what a good output is, on what inputs, at what accuracy, so there is no way to tell whether a change made it better and no way to answer the question that ends the project: "is it reliable enough to turn on?"

An AI deployment without an evaluation set is a demo with a deployment date attached. Fifty to two hundred real inputs with known-good outputs, agreed before the build starts, converts an argument about vibes into an engineering problem.

2. It was piloted on clean data and deployed into mess

Pilot inputs get curated, usually unconsciously. Someone picks representative documents, which means legible ones. Production then delivers scans at an angle, three formats nobody mentioned, records with the key field empty, and the category that accounts for 20 per cent of volume and was excluded from the pilot because it is complicated.

Accuracy that was 92 per cent in the pilot becomes 71 per cent in production, and nobody can explain the drop because the pilot inputs were never a sample of anything.

3. The workflow was never changed

The system works and no one uses it, because using it means opening another tab, copying a result, and pasting it into the tool where the actual work happens. Adoption is a design problem, not a training problem. If the AI output does not arrive inside the system of record where the task already lives, usage decays to the enthusiasts within a month.

This is why pilots run as innovation projects, at arm's length from the operational team, so rarely graduate. The integration work they deferred was the project.

4. Nobody owned the errors

Every probabilistic system is wrong sometimes. Production requires an answer to: who notices, who fixes it, what the customer experiences meanwhile, and who is accountable when it is wrong in an expensive way. Pilots skip this because the pilot's errors were absorbed by the person running the pilot.

When the question is finally asked, usually in a risk review a week before launch, there is no answer, and the safest available decision is to not launch. The pilot does not get cancelled. It just never gets scheduled.

5. The economics only worked at pilot scale

A pilot with a hundred requests a day tolerates an expensive per-request model, generous context, and a human checking every output. At ten thousand requests a day, the model bill is material and the human review queue needs staff. If nobody modelled cost per successful outcome at production volume, the business case evaporates precisely when the technology starts working.

What do the successful ones do differently?

The pattern across projects that graduate is unglamorous and fairly consistent.

Pilots that stallPilots that ship
Broad scope, impressive demo One narrow task, chosen because it is measurable
Judged by how the output looks Judged against an evaluation set agreed in advance
Curated pilot inputs A random sample of real production inputs, mess included
Run by an innovation team Run with the people who do the work daily
Standalone tool Output delivered inside the existing system of record
Errors handled informally Named owner, escalation path, monitoring from day one
Success defined after the fact A baseline measured before anything was built

The baseline deserves emphasis. If you do not know how long the task takes today, how often humans get it wrong today, and what that costs, you cannot demonstrate improvement later. Measuring the current process is a week of work that decides whether the project can ever prove its worth, and it is skipped almost every time.

How do you structure a pilot that can graduate?

  1. Pick the narrowest valuable slice. One task, one team, one measurable outcome. Breadth is what you earn after the first thing works, not what you open with.
  2. Measure the baseline first. Current time, current error rate, current cost. A week, before any build.
  3. Build the evaluation set second. Real inputs sampled at random, with known-good outputs, agreed with the people who own the process.
  4. Agree the graduation threshold in advance. The number at which this goes live, and the number at which you stop. Both, in writing, before anyone is invested.
  5. Run on production inputs from week one. Shadow mode if necessary, but real traffic, including the ugly 20 per cent.
  6. Design the error path before launch. Who is told, what the user sees, what the fallback is.
  7. Model production economics before you scale. Cost per outcome at ten times pilot volume, including retries and review.

Why phased scoping beats a fixed statement of work

The deeper reason so many of these projects stall is that they are contracted like conventional software, where requirements are specified up front and then built. AI requirements are discovered: you learn what the system must handle by running it against real inputs and watching where it fails, which by definition happens after work begins.

A fixed-price statement of work written before that discovery locks both sides into a specification that reality will contradict, and the resulting change-request fight consumes the goodwill the project needed. The workable alternative is a time-boxed discovery phase whose deliverable is an evaluation set, a measured baseline and a costed plan, followed by a build phase scoped against what discovery actually found. That is the shape a forward-deployed engagement takes, and the reason it exists.

None of this is a technology problem, which is the genuinely good news. The model is the commodity. The pilots that fail are failing at scoping, measurement and workflow design, all of which are ordinary disciplines that organisations are already competent at everywhere else. They simply stopped applying them the moment the project acquired the word "AI".

Frequently asked questions

What percentage of AI pilots fail?

The figure most often quoted is 95%, from a 2025 MIT study of enterprise generative AI deployments that found the large majority produced no measurable profit-and-loss impact. Gartner has separately published figures around 85% for AI projects failing to deliver. These studies define failure differently and mostly measure attributable financial return within a short window, which is a demanding bar. The defensible statement is that most enterprise AI pilots do not reach production, and many that do cannot prove their value.

Why do AI pilots fail to scale?

Five patterns account for most of it. Nobody defined what a correct output is, so there is no way to judge readiness. The pilot ran on curated inputs and production delivers mess. The workflow was never changed, so the output arrives outside the system where the work actually happens. Nobody owned the errors, so the safest decision at the risk review is not to launch. And the economics only worked at pilot volume, so the business case collapses exactly when the technology starts working.

How do you structure an AI pilot that reaches production?

Pick the narrowest valuable slice, measure the baseline of the current process before building anything, then build an evaluation set of real inputs sampled at random with known-good outputs. Agree the graduation threshold in advance, in writing: the number at which this goes live and the number at which you stop. Run on production inputs from week one, in shadow mode if necessary, design the error path before launch, and model cost per successful outcome at ten times pilot volume.

Why can't AI work be scoped as a fixed-price project?

Because the requirements are discovered rather than specified. You learn what the system must handle by running it against real inputs and watching where it fails, which by definition happens after work begins. A fixed statement of work written before that discovery locks both sides into a specification reality will contradict. The workable alternative is a time-boxed discovery phase producing an evaluation set, a measured baseline and a costed plan, followed by a build phase scoped against what discovery found.

Keep reading

Related articles

AI integration

The forward-deployed engineer, and why AI integration needs one

The hard part of an AI project is never the model. It is everything around it, and that can only be learned from inside the customer's workflow.

12 min read
Procurement

An AI vendor evaluation checklist

AI systems are probabilistic, they change when the vendor updates a model, and your data may travel further than you agreed. A general checklist scores none of that.

10 min read