All writing
AI Deployment

Your AI Pilot Worked. That's the Dangerous Part.

A successful AI pilot is one of the most dangerous things that can happen to an organization. Not because the technology doesn't work — it does. The danger is in what a successful pilot makes people believe.

The pilot hit every target. Accuracy above threshold. Processing time cut by 60%. The users in the test group said it was "like magic." The executive sponsor forwarded the results to the C-suite with a subject line that started with "Game-changer."

Within six months of production launch, the system was being bypassed by half the intended users, accuracy had dropped to below baseline, and the team that built it had already moved to the next initiative.

I've watched this sequence enough times to recognize it as a pattern, not an accident. A successful AI pilot is one of the most dangerous things that can happen to an organization. Not because the technology doesn't work — it does. The danger is in what a successful pilot makes people believe.

What the pilot actually proved

A pilot proves that a model can produce useful results under controlled conditions. That's not nothing. But the conditions matter more than the results, and nobody puts the conditions in the deck.

Here's what a typical enterprise AI pilot looks like from the inside: A data scientist selects a clean subset of data — maybe 500 to 5,000 records, chosen because they're representative and complete. The team builds custom preprocessing to handle edge cases. The data scientist is personally reviewing outputs, tweaking prompts, and fixing errors in near-real-time. The users are hand-picked — early adopters who are motivated and patient. The scope is narrow: one use case, one department, one workflow.

Under those conditions, of course it works. You've removed every variable that makes production hard.

The pilot proved the model works. It proved nothing about whether the organization can operate it.

The moment of false confidence

There's a specific meeting where the damage happens. The pilot results are presented. The numbers are good. Someone asks, "So we're ready to roll this out?" The answer should be: "We've demonstrated feasibility. Now we need to plan for operationalization, which is a different kind of work." But that answer takes the energy out of the room. So instead, someone says, "We just need to scale it up," and the room nods.

"Scale it up" is doing extraordinary violence to what's actually required.

Scaling means the curated dataset becomes a live pipeline that nobody manually inspects. The data scientist who was cleaning inputs moves on — they were borrowed from another team and their manager wants them back. The hand-picked users become the entire department, including the ones who didn't volunteer and aren't sure why they need to change how they work. The narrow scope becomes "can we add these four other use cases?" before the first one is stable.

Every condition that made the pilot succeed is removed, one at a time, and replaced with the reality of how organizations actually operate.

The five questions nobody asks

When a pilot gets greenlit for production, there are five questions that determine whether it will survive the transition. I've almost never seen all five asked in the same room.

Who monitors the model after the data scientist leaves? The person who built it understood its behavior, its failure modes, and its sensitivity to input changes. That knowledge is leaving with them. Who inherits it? Is there documentation? Is there a runbook? Or does the organization assume the model will just keep working because it worked in the pilot?

What happens when the data changes? The pilot ran on a snapshot. Production runs on a stream. Source schemas change. Business rules evolve. Upstream systems get updated without notifying downstream consumers. The model was trained on last quarter's reality. This quarter's reality is different. Who detects the drift? Who retrains? On what schedule?

How do you know it's wrong? In the pilot, the data scientist reviewed outputs and caught errors. In production, the outputs go directly into a workflow. If the model starts producing subtly wrong results — not catastrophically wrong, just 15% less accurate — how long until someone notices? Is there a feedback loop? Or does the system degrade silently until a business user writes an angry email?

Who handles change management? The pilot users chose to participate. The production users are being told to use a new tool. Those are fundamentally different situations. Has anyone mapped the workflow changes? Trained the users? Addressed the concerns of people who think the AI is going to replace them? Or is the rollout plan "send a Slack message and schedule a 30-minute training?"

What's the operating cost? The pilot cost was absorbed into the AI team's budget. Production requires ongoing compute, monitoring, maintenance, retraining, and support. Who pays for that? Is it in someone's budget? Or does the operating cost become a surprise in Q2 that triggers a "rationalization" exercise?

The organizational gap

The pilot-to-production gap isn't primarily technical. It's organizational. The pilot was a project — it had a start date, an end date, a dedicated team, and clear success criteria. Production is an operation — it requires ongoing ownership, staffing, processes, and accountability structures that most organizations haven't built for AI systems.

This is the same gap that has existed in IT for decades: building a system is one kind of work, running a system is a different kind of work, and most organizations are better at the first than the second. AI makes this gap more consequential because the system's behavior isn't static. A traditional application does the same thing tomorrow that it did today. A model's performance depends on its inputs, its environment, and the world it's trying to represent — all of which change.

An application can be neglected and still function. A model that's neglected degrades.

What to do instead

Run the pilot. Learn from it. But before greenlighting production, run a second assessment — not of the model, but of the organization's readiness to operate it.

Can you name the person who will own this system in production? Not a team. A person, with it in their job description and their performance review.

Can you describe the monitoring plan? Not "we'll monitor it" — what metrics, what thresholds, what happens when a threshold is breached, who gets paged?

Can you describe the retraining plan? What triggers a retrain? Who approves the new model? How do you validate that the retrained model is better, not worse?

Can you describe the degradation plan? When the model's performance drops below an acceptable level, what happens? Is there a fallback? Does the workflow revert to manual? Or does the system just keep running, producing increasingly unreliable outputs while everyone assumes it's still working?

If you can't answer those questions, the pilot didn't fail. The pilot succeeded at exactly what it was designed to do: prove the model works. The organization just hasn't done the harder work of proving it can keep the model working.

That's a different problem. And pretending the pilot solved it is how AI programs die.