Skip to content
AI adoption

How to run an AI pilot project that earns a real decision

Most AI pilots die because nobody wrote down what success meant. How to pick the workflow, set the threshold before you start, and end with a go or no-go you would defend.

8 min read

An AI pilot project is a time-boxed engagement whose deliverable is a decision, not a demo. To run one properly you need five things written down before any code exists: one workflow rather than a theme, a success threshold expressed as a number against today's baseline, real production data, a named person who will make the go or no-go call, and an end date. If you cannot write all five, you are not ready to pilot, and the honest next step is a week of scoping rather than six weeks of building.

That discipline is rare, which is why the failure numbers are what they are. MIT's NANDA initiative surveyed 153 leaders, ran 52 interviews and reviewed more than 300 public deployments, and found roughly 95 percent of enterprise generative AI pilots produced no measurable P&L impact. S&P Global Market Intelligence, polling over 1,000 enterprises across North America and Europe, found 42 percent of companies abandoned most of their AI initiatives in 2025, up from 17 percent the year before, with the average organization scrapping 46 percent of its proof-of-concepts before production. Gartner had predicted at least 30 percent abandonment after proof of concept, citing poor data quality, weak risk controls, rising costs and unclear business value.

Read those three findings together and the pattern is not that the technology underdelivered. It is that most pilots were never built to produce a decision, so when the demo ended there was nothing to decide with. This page is the practical version: how to choose what to pilot, how to write the threshold, how to run six weeks in production conditions, and how to kill the thing cleanly when the number comes back wrong.

What a pilot is for

The deliverable is a decision, not a demo

A demo proves the model can do the task once. A pilot proves the business should pay for it every day.

Three things get called a pilot and only one is. A demo shows a capability on curated inputs, usually to build internal appetite, and it is genuinely useful for that. A proof of concept answers a technical feasibility question: can this model, on our data, hit acceptable quality at all. A pilot answers a commercial one: run against real volume, with real users, does this beat the current process by enough to justify operating it. Confusing the three is the single most common way six weeks of budget produces nothing anyone can act on.

The tell is what happens at the end. If the output is a meeting where people say the results look promising, you ran a demo. If the output is a number next to a threshold agreed in advance, and a person whose job it is to say yes or no, you ran a pilot. The second version can end in a no and still have been worth every hour, because a documented no stops a much larger spend.

This framing also fixes the budgeting question. You are not buying software during a pilot. You are buying the information required to decide whether to buy software. That reframes what counts as expensive: a pilot that costs a fraction of the eventual build and reliably prevents a bad build is cheap, and one that costs less but produces an ambiguous result is a waste at any price.

Selection

Pick one workflow, not a theme

Customer service is a theme. Drafting the first response to inbound warranty emails is a workflow.

A pilot needs a task with edges. The practical test is whether you can name who does it today, how many times a week it happens, how long one instance takes, and where the output goes next. If any of those four is vague, the scope is still a theme and the pilot will spend its first three weeks discovering what it was supposed to be.

Beyond having edges, the workflow needs four properties. Volume, because a task that runs eleven times a month cannot generate a signal in six weeks. Tolerance for error, because the first version will be wrong sometimes and you want that landing somewhere recoverable rather than in front of a customer or a regulator. A measurable status quo, because improvement is meaningless without a baseline you already trust. And existing data, because a pilot that starts with a data collection project is a data project wearing a pilot's name.

There is also a political property that matters more than teams expect. Somebody in the business has to actually want it. A workflow chosen because it looked good in a strategy deck, handed to a team that never complained about it, gets polite cooperation and no adoption, and the pilot measures the enthusiasm rather than the technology. Pick the task that a specific person is visibly tired of doing.

The strongest candidates tend to be unglamorous: extraction from documents that arrive in inconsistent formats, first-draft responses in a queue where a human still approves, triage and routing, reconciliation between two systems that disagree. They share a shape, which is high volume, low individual stakes, a human checkpoint, and a number that already exists in a dashboard somewhere.

The threshold

Write the number before you start

The rule that prevents most pilot failures: if the success criteria cannot be written down in advance, the project is not ready to be a pilot.

A usable success criterion has four parts: the metric, the baseline it is measured against, the threshold that counts as a win, and the person who owns the measurement. Something like: first-response drafting currently takes an agent nine minutes on average across roughly 400 tickets a week, measured by the support lead from the helpdesk export. The pilot succeeds if median handling time drops below five minutes with approval-rate quality holding at or above the current level. That sentence is boring, and it is the entire difference between a decision and an argument.

Write the failure condition with the same care, because it is the part everyone skips. Name in advance what result would mean stop, and get the decision-maker to agree to it while nobody is invested yet. Without that, a marginal outcome always gets read generously, and a project that should have ended at week six drifts into a second phase on the strength of enthusiasm alone. Most of the abandonment in the S&P Global numbers is that drift eventually hitting a wall, later and more expensively than it needed to.

Two things belong next to the threshold. A cost ceiling, expressed per unit of work rather than as a monthly total, because per-unit is what tells you whether the economics survive ten times the volume. And a quality floor that is separate from the speed target, since almost any latency or cost number can be hit by degrading output, and a pilot that optimizes the metric you wrote while quietly wrecking the one you did not is a familiar and avoidable outcome.

This is also the honest gate on whether to run a pilot at all. Being unable to write the baseline usually means the process is not instrumented, and the correct first project is instrumentation. Being unable to name the decision-maker usually means no one has actually agreed to change how the work is done, which no pilot result will fix.

Running it

Six weeks in production conditions

A pilot that runs on a sanitized extract in a notebook tells you almost nothing about the system you would be operating.

Production conditions means the real data with its real gaps, the actual users doing their actual jobs, and the integration points that will exist afterwards. The reason is not rigor for its own sake. It is that the interesting failures live exactly there: the malformed records, the edge case that represents four percent of volume and eighty percent of the difficulty, the handoff that turns out to need a permission nobody has. A pilot on clean data finds none of them and reports a number you cannot rely on.

Four things need to exist by the end, and building them during the pilot is the point rather than overhead. An evaluation harness that runs in CI, so quality is a test rather than an impression, and so the number can be reproduced after a model or prompt change. Guardrails on input and output. A hard cost ceiling, so a runaway loop cannot turn into a surprise invoice. And a documented fallback to the old process, which is what makes it safe to put the thing in front of real users at all.

Six weeks is the shape we have settled on for one production feature: long enough to hit real edge cases and get a stable measurement, short enough that the decision stays in front of the people who authorized it. Longer engagements tend to lose their decision-maker to a reorganization or a budget cycle, which is its own quiet way for a pilot to fail.

Keep the code in your repositories from the first commit. It costs nothing during the pilot and decides what a yes is worth: if the work sits in a vendor's environment until an end-of-engagement handover, a positive result buys you a dependency rather than a system, and the handover event fails far more often than a handover process does.

How SDEN runs a pilot

Six weeks, one feature, your repositories

SDEN's Production AI Pilot is a fixed six-week engagement that ships one feature to real users. Senior engineers work inside your stack rather than beside it, and the engagement is scoped so the result is a decision your team can act on without us.

01

One feature, scoped tight

We pick a single workflow with a written success threshold and a named decision-maker before the first commit. If we cannot write the threshold with you, we say so and scope the missing work instead of starting.

02

Code in your repositories from day one

Your repos, your CI, your data. There is no parallel codebase handed over at the end, so a positive result is a system you own rather than a dependency you inherited.

03

Evals and a runbook, not just a result

The pilot ships with an evaluation harness running in your CI and a runbook for the team that will operate it, which is what makes the number reproducible after we step back.

What good looks like

A decision you would defend in a board meeting

The measure of a pilot is not whether it worked. It is whether the result was clear enough to act on either way.

At the end you should be able to state four things in a paragraph: what the baseline was, what the system achieved against it, what it costs per unit at real volume, and what breaks if you triple that volume. A pilot that produces those four sentences has done its job whether the verdict is build, buy or stop.

A clean no is a good outcome and should be treated as one internally, because the alternative was finding out after the full build. What you keep from a negative pilot is real: an instrumented baseline you did not have before, an evaluation harness that outlives the attempt, and a documented reason this particular workflow resists automation, which stops the same idea being re-proposed every two quarters.

The failure mode to watch for is neither yes nor no. It is a result everyone can interpret in their own favour, which happens whenever the threshold was written after the fact or never written at all. That ambiguity is what turns into the abandonment statistics: not a project that failed, but one that was never able to tell anyone it had succeeded.

Questions

AI adoption, answered.

What is an AI pilot project?

A time-boxed engagement that runs one AI-supported workflow under real conditions to decide whether to adopt it at scale. It differs from a demo, which shows a capability on curated inputs, and from a proof of concept, which answers whether the technology can work at all. A pilot answers the commercial question: against real volume and real users, does this beat the current process by enough to justify operating it every day.

How long should an AI pilot last?

Long enough to hit real edge cases and produce a stable measurement, short enough that the people who authorized it are still there to decide. Six weeks for a single production feature is the shape SDEN uses. Engagements that stretch past a quarter tend to lose their decision-maker to a reorganization or a budget cycle, which is its own way to fail.

Why do most AI pilots fail?

Rarely because the model could not do the task. MIT's NANDA research found roughly 95 percent of enterprise generative AI pilots produced no measurable P&L impact, and Gartner attributed abandonment after proof of concept to poor data quality, weak risk controls, rising costs and unclear business value. The common thread is that success was never defined in advance, so the pilot ended with a demo and an argument rather than a number and a decision.

How do we choose which workflow to pilot?

Pick a task with edges rather than a theme: you can name who does it, how often it happens, how long one instance takes, and where the output goes. Then require four properties. Enough volume to generate signal in weeks, tolerance for error so early mistakes land somewhere recoverable, a baseline you already measure, and data that already exists. Add one more: somebody in the business has to genuinely want it, or the pilot measures enthusiasm instead of technology.

What should a pilot cost, and what are we actually buying?

You are buying the information needed to decide whether to build, not the software itself. That makes the right comparison the size of the build you are deciding about, not the size of the pilot. SDEN's Production AI Pilot is a fixed six-week engagement priced on the shop page, covering one production feature with the evaluation harness and runbook included, so the cost is known before it starts rather than discovered as it runs.

What do we keep if the pilot fails?

More than teams expect, if it was scoped properly. An instrumented baseline for a process that was probably not measured before, an evaluation harness that carries over to the next attempt, working code in your own repositories, and a documented reason this workflow resisted automation. A clean no also stops a much larger spend, which is the main thing a pilot is for.

Get started

Want this running in your stack?

Thirty minutes is enough to tell you whether an Engine is worth building for your business, and what the first system would be.

Book a 30-minute call

How to run an AI pilot project that earns a real decision · SDEN