All writing
AI Deployment

Three AI Programs, Same Three Failures

Different organizations, different industries, different models, same three patterns. These failure modes show up so consistently they're practically a taxonomy.

Adjacent to an enterprise AI program, and drawing on years of examining regulated institutions at the FDIC, three failure patterns emerge consistently. Different organizations, different industries, different models — same three patterns.

These failure modes show up so reliably they're practically a taxonomy. Most struggling programs exhibit at least one. Many exhibit all three. And in every case, the organization believes the program is working right up until the moment it becomes undeniable that it isn't.

Pattern 1: The model optimizes for the wrong thing

Consider a large services organization that builds a model to predict customer churn. The success metric is prediction accuracy — how well the model identifies customers likely to leave. The model scores well. Leadership is pleased. The retention team starts acting on the predictions.

Six months in, the retention team notices something strange. They're reaching out to the customers the model flags, offering incentives to stay. Some stay. The churn number improves. But revenue doesn't. The customers the model identifies as high churn risk are, disproportionately, low-value accounts. The model is technically correct — these customers are likely to leave. But saving them doesn't move the number that matters.

The problem isn't accuracy — it's the objective. The model optimizes for predicting churn. The business needs to optimize for retaining valuable customers. Those are different problems, and nobody catches the gap because the success metric — prediction accuracy — is green.

What it looks like from the outside: Dashboards show improving churn prediction and increasing retention interventions. The program appears to be delivering value.

What is actually happening: The retention team is spending its limited capacity on the wrong customers. High-value accounts that are quietly leaving aren't being flagged because their behavioral patterns don't match the model's learned definition of "likely to churn." The model is right about what it was asked. It was never asked the right question.

The moment it becomes undeniable: A quarterly business review shows retention activity up 40% and net revenue retention flat. The CFO asks why. The answer requires admitting that the AI program has been optimizing for the wrong metric for two quarters.

The fix isn't technical. It's a conversation that should have happened before the model was built: what does the organization actually value, and does the model's objective capture that? That conversation either happens in the first week or it happens after the first failure. Rarely in between.

Pattern 2: Nobody asked the operators

Consider a financial institution that deploys an AI-assisted document review system. The system is designed by the ML engineering team in partnership with compliance leadership. It's technically sophisticated — good model architecture, solid training data, reasonable accuracy benchmarks. It's also, from the perspective of the analysts who actually review documents every day, nearly unusable.

The interface presents results in a format that doesn't match the analysts' workflow. The confidence scores are calibrated for data scientists, not for compliance professionals who need a clear "review this" or "skip this." The system flags documents for review but doesn't explain why, which means analysts have to reconstruct the model's reasoning before they can act — adding time to a process that was supposed to save time.

The analysts aren't consulted during design. They're consulted during UAT, by which point the architecture is fixed and their feedback can only influence surface-level adjustments. The engineering team built what the requirements document described. The requirements document described what compliance leadership thought the analysts needed. Nobody asked the analysts.

What it looks like from the outside: The system deploys on schedule. The team reports processing volume metrics showing the system is handling the expected throughput. Leadership reports to the board that the AI-assisted review is operational.

What is actually happening: Analysts are running the AI system and then re-doing the review manually because they don't trust the outputs and can't interpret the confidence scores. The AI hasn't replaced the manual process. It's been added on top of it. Processing time per document actually increases. Analysts develop informal workarounds — heuristics for when to trust the system and when to ignore it — that are undocumented and inconsistent across the team.

The moment it becomes undeniable: An internal audit finds that analysts are spending more time per review than before the system was deployed. When asked, the analysts say — diplomatically but clearly — that they've been raising concerns since month one but the feedback hasn't reached anyone who could change the design.

The lesson is not "ask users for feedback." Every organization says it does that. The lesson is that operator input has to happen before the architecture is set, not after. If the people who will use the system every day aren't shaping the design, the system will be shaped by people who don't do the work. And it will show.

Pattern 3: Ship and forget

Consider a technology company that deploys a content classification model performing well at launch. Accuracy is above 90%. False positive rates are acceptable. The model is integrated into a production workflow and the team moves on to the next project.

Twelve months later, accuracy has degraded to 74%. Nobody notices for four months because nobody is monitoring accuracy in production. The team set up monitoring for system availability — uptime, latency, throughput — but not for model performance. The model is reliably returning results. The results are just increasingly wrong.

The degradation has a clear cause: the content being classified has evolved. New categories of content emerge that didn't exist in the training data. User behavior shifts. The distribution of inputs drifts from the distribution the model was trained on. This is called model drift, and it's not a bug. It's a certainty. Every model deployed in a changing environment will drift. The only question is how fast, and whether anyone is watching.

What it looks like from the outside: The system is operational. Uptime is 99.7%. Throughput metrics are stable. The system appears in the company's quarterly report as an example of successful AI deployment.

What is actually happening: The model is confidently misclassifying an increasing percentage of content. Downstream processes that depend on accurate classification are making decisions based on bad inputs. Users who notice inconsistencies attribute them to edge cases rather than systemic drift. Nobody has the data to see the trend because nobody is tracking the trend.

The moment it becomes undeniable: A customer-facing incident traces back to a misclassification. The post-mortem reveals that accuracy has been declining for months. The retraining that could have been a routine maintenance task becomes an emergency remediation project — with executive attention, a timeline, and a "lessons learned" document.

The same problem wearing three masks

These aren't three separate failure modes. They're three symptoms of the same underlying condition: the organization treats AI as a technology project instead of a governance challenge.

Technology projects have a finish line. You build it, you ship it, you move on. Governance challenges don't end at deployment. They require ongoing attention: Are we measuring the right things? Are the right people involved? Is the system still performing as intended?

The churn model fails because nobody governs the alignment between the model's objective and the business objective. The document review system fails because nobody governs the design process to include the people who'd operate it. The classification model fails because nobody governs the system after it ships.

In all three scenarios, the teams are competent. The technology works. The organizations have smart people and reasonable budgets. What they don't have is a structure that asks the hard questions continuously — not just at launch, but at every stage of the system's life.

This is what I mean when I say AI governance isn't a compliance exercise. It's an operating discipline. Compliance asks "did we check the box?" Governance asks "is this still working the way we intended, and how would we know if it wasn't?"

The organizations that build that discipline into their AI programs — not as an afterthought, not as a separate workstream, but as part of how the program operates — are the ones whose AI investments survive contact with production. The ones that don't build it will keep failing in the same three ways, convinced each time that the problem was technical.

It wasn't.