From AI pilot to production application: what actually changes
Most enterprise AI pilots never reach production. The gap is not the model. It is identity, integration, controls, evaluation and ownership.
Part of The Application Factory(4)
There is a question we ask early in almost every conversation:
How many AI use cases have you identified or prototyped that are not yet operating as production applications?
The answer is rarely zero. Often it's a backlog: copilots that impressed a steering committee, agents that worked on sample data, proofs of concept that never got a production owner. The models were fine. Everything around the models was missing.
What a pilot proves, and what it doesn't
A pilot proves that a model can do a task on representative data in a controlled setting. That is worth knowing. It does not prove that:
- real users can reach it through enterprise identity with the right permissions
- it integrates with the systems of record the workflow depends on
- someone owns the output and the decisions made with it
- failures, exceptions and edge cases have somewhere to go
- quality is measured continuously, not once
- the organization can audit what happened last Tuesday
- it can be deployed, monitored and supported in the customer's cloud
Those are the things production is made of.
Seven changes between pilot and production
1. From a notebook to an application. Production AI lives inside a workflow application with a domain model, APIs and a user interface, not in a script or a chat window.
2. From shared keys to enterprise identity. Users authenticate through the organization's identity provider. Authorization decides who can see which data and approve which actions. Multi-tenant deployments isolate data by design.
3. From sample data to integrations. The application reads and writes through adapters to core systems, document stores and data platforms, with error handling, retries and idempotency.
4. From a demo to a human-accountable workflow. AI drafts, summarizes, classifies and recommends. People approve, decide and remain accountable, with clear checkpoints in the workflow.
5. From one-off testing to evaluation as a gate. Automated tests cover the application. AI evaluations cover the model behaviour, and both run on every change. See evaluation and guardrails.
6. From “it worked” to evidence. Every significant action produces an audit event. Controls produce evidence as a by-product of the work.
7. From a laptop to a deployment baseline. Compute, API gateway, data, secrets, identity, AI services, observability and CI/CD are defined for the target cloud.
Why most pilots stall at step two
Pilots are usually built to answer a capability question quickly, which is the right way to run a pilot. The trouble starts when the pilot code becomes the starting point for production. Identity, integration and controls then have to be retrofitted into a structure that never expected them, and that is where timelines collapse.
We take the opposite route. The pilot's learning carries forward: the prompts, the evaluation data, the workflow insight. The pilot's code usually doesn't. The production application starts from a deployment-ready foundation that already has steps 1, 2, 5, 6 and 7 built in, so the engineering effort goes into integration and the customer-specific workflow.
A practical path
- Pick the pilot with a named business owner and a workflow that runs weekly.
- Map it to the closest application foundation in the Atlas.
- Define the delta in a Solution Definition Sprint: integrations, identity, controls, evaluations and data.
- Build it in an AI Production Sprint.
- Once it is running, add the adjacent workflows through an Application Family Program.
If you have a backlog of pilots, bring us the one that matters most.