Most AI Stops at the Pilot. The 80% That Gets It to Production.
Enterprise AI in production is the hard 80%: RAG governance, AI guardrails, audit trails, SLA latency, and closing the pilot-to-production gap.
Most enterprise AI dies in the gap between the pilot and production, and it dies for a reason that is rarely about the model. The demo is the easy twenty percent. A capable team can stand up an impressive proof-of-concept in weeks — it answers questions, it summarises documents, the room is convinced. Then it does not ship, and a year later it is quietly retired, and everyone concludes the technology was not ready. The technology was usually fine. What was missing was the unglamorous eighty percent that turns a demonstration into a system you can put in front of real users and remain accountable for.
This is a breakdown of that eighty percent, because it is the actual engineering problem, and most programmes underestimate it precisely because the demo made the whole thing look easy.
The demo is the easy part
A proof-of-concept runs on a happy path. It uses clean inputs, a forgiving audience, and no consequence attached to a wrong answer. None of those conditions survive contact with production. Real users ask questions the demo never anticipated, feed in documents that are malformed or out of scope, and act on the answers in ways that matter. The work of making a system safe under those conditions is the work that was skipped to make the demo fast.
Breaking down the 80%
Here is what actually stands between a convincing pilot and a production system, in the order it tends to bite.
Retrieval-quality evaluation
A retrieval-augmented system is only as good as what it retrieves. If the grounding is wrong, the model will produce a confident, well-written, wrong answer. Before anything ships, retrieval has to be measured against real queries — not vibes, but an evaluation harness that catches regressions when the corpus changes or the prompt is tuned. RAG governance starts here, because every downstream guarantee depends on the system retrieving the right context.
Guardrails
A production system needs hard constraints on what it can do and say — what it must refuse, what it must never fabricate, where it must defer. Guardrails are not a content filter added at the end. They are designed boundaries that keep the system inside the envelope it was approved to operate in, especially as inputs grow adversarial or simply strange.
Immutable audit trails
In any setting where decisions carry consequence, you have to be able to reconstruct what the system was asked, what it retrieved, and what it answered. An append-only record of every interaction is what makes the system defensible after the fact. Without it, the first serious dispute has no evidence, and the system becomes a liability the moment it is questioned.
Human-in-the-loop checkpoints
Not every decision should be automated, and pretending otherwise is how AI programmes lose trust. The judgement call is where a person belongs in the loop — placed at the points of real consequence so a human stays accountable for the outcome, with the system accelerating their work rather than quietly replacing their responsibility.
Latency that holds an SLA
A pilot can take ten seconds to answer and nobody minds. A production system embedded in a workflow has a budget measured in milliseconds against an SLA. Holding that budget under load — with retrieval, guardrails, and logging all in the path — is an engineering problem in its own right, and it is one the demo never had to solve.
Monitoring and observability
Models drift, corpora change, and usage patterns move. A production AI system needs the same observability as any other critical infrastructure: dashboards on quality, latency, refusal rates, and cost, with alerting that flags degradation before a user reports it. You cannot operate what you cannot see.
Fallback and failure modes
A production AI system will, at some point, be unable to answer well — the retrieval comes back empty, the model is uncertain, the input is out of scope. The question is what happens then. A system engineered for production has a defined fallback: it says it does not know, it routes to a person, or it degrades to a safe default. A pilot simply guesses, confidently, because nobody designed the unhappy path. How the system behaves when it is wrong matters more than how it behaves when it is right, because the wrong case is the one that creates liability.
Versioning and change management
Prompts change, models are upgraded, corpora are re-indexed — and any of those can silently alter behaviour. Treating prompts and model versions as deployable artifacts, with evaluation gates before they ship and the ability to roll back, is what keeps an improvement from quietly becoming a regression. In regulated settings this is not optional: you have to be able to say which version produced a given answer on a given date, and to show that the change was tested before it went live.
Why this matters most in regulated sectors
In a consumer setting, a wrong answer is friction. In a regulated one — a bank, a government authority, a life-sciences operation — a wrong answer that drove a decision is a liability, potentially a reportable event. The eighty percent is not optional there; it is the entire basis on which the system is allowed to exist. Hallucination is not a quirk to tolerate. It is a risk to engineer against, with evaluation, guardrails, and an audit trail that can prove what happened.
We see this most sharply in sectors where an answer becomes part of a record. A model that helps assess a regulatory submission, support a credit decision, or summarise a clinical document is not judged on its average quality. It is judged on its worst output and whether that output can be explained after the fact. That standard is unforgiving, and it is the right one — it is precisely what forces the eighty percent to be built rather than promised. A team that has only ever shipped pilots tends to discover these requirements during a pre-production review, when they are most expensive to add. A team that has delivered into these environments designs for them from the first sprint, because it knows the review is coming.
The real engineering problem
The industry spends its attention on model choice. The pilot-to-production gap is almost never decided there. It is decided by everything around the model — the retrieval, the guardrails, the audit, the human checkpoints, the latency, the observability. That is what AI-native means in practice: the model is one governed component inside a system engineered to be accountable, not the system itself.
Close
We engineer for the eighty percent from day one, because that is the part that determines whether anything reaches production at all. The demo is never the question. What it takes to run safely, accountably, and under load — for years — is the question. That is the work, and it is the work we build for.
RELATED READING
More from the field.
Service practices the article draws on, related programmes, and other pieces on adjacent topics.
Service practices
Related pieces
The AI-Native Architecture Pattern in 2025
AI-native applications have moved from architectural curiosity to mature pattern. A practitioner view of what the architecture looks like when it's done well, and how it differs from AI-augmented conventional applications.
AI-Native vs AI-Bolted-On — A Design Distinction That Matters
Adding an AI feature is not the same thing as building an AI-native application. The distinction shows up in the architecture and in the user experience — sometimes a year after launch.
Your AI Bottleneck Isn't the Model. It's the Integration Layer.
Why enterprise AI projects fail: the bottleneck is rarely the model, the GPUs, or the talent. It is the integration foundation that cannot feed AI clean, governed, real-time data.
Programme · Life Sciences · North America
AI-Ready Event Streaming — Global Life Sciences Enterprise
Production-grade Apache Kafka event streaming platform feeding AI models, ML pipelines, and operational intelligence systems across global operations.
Industry
Financial Services & Banking
Regulated integration, compliance automation, and secure digital banking.
Discuss this work
Bring an enterprise programme.
If anything in this piece resonates with what you're building, talk to us. Senior practitioners engage directly on architecture and delivery.
Work with the practitioners
Bring an enterprise programme.
Architecture audit, new delivery, modernisation, or in-flight rescue — Intellectual engages directly on enterprise programmes with senior practitioners.