Insights
Where applied AI pays back in operations, and where it does not
There is a lot of pressure right now to apply AI to operations, and much of it is framed as a question of capability: can this task be done by a model. That is usually the wrong question. Most operational tasks can be done by a model in a demo. Whether doing so produces a measurable result once you account for the cost of being wrong is a different question, and it is the one that decides whether the project is worth doing. We advise on this work, and the pattern we see repeatedly is that AI pays back where errors are cheap and volume is high, and disappoints where errors are expensive and the work was never the bottleneck.
Start from the cost of an error, not the capability
Every automated task has an error rate and a cost per error. A model that handles a task well most of the time still gets some fraction of cases wrong, and the value of automating the task depends as much on what those wrong cases cost as on how often the right ones occur. This is the calculation that gets skipped in the enthusiasm to deploy, and skipping it is how projects that demo beautifully end up quietly removed a few months later.
The tasks where applied AI reliably pays back share a shape. The volume is high enough that even a modest saving per instance adds up. The cost of an individual error is low, either because errors are caught downstream or because they are easy to correct. And a human stays in a position to catch the errors that matter before they cause harm. Triage that routes work to the right place, drafting that a person reviews before it goes out, extraction of structured information from messy documents where a human verifies anything consequential: these work because the model does the bulk of the effort and the error path is cheap.
The tasks where it disappoints share the opposite shape. The cost of a wrong answer is high, the errors are hard to detect until after they have done damage, and there is no natural point where a human checks the output before it matters. Automating a decision that is expensive to get wrong, with no one positioned to catch the failures, moves risk into a place where it is harder to see and harder to fix. The demo looks the same in both cases. The outcome does not.
Failure modes that do not appear in a demo
A demo shows the system working on cases the builder chose. Operations runs on the cases reality chose, which include the ones the builder did not think of. The gap between those two is where most of the disappointment lives, and it takes a few recognizable forms.
The first is the long tail. A model that handles the common cases well can still fail on the unusual ones, and in operations the unusual cases are often the ones that carry the most cost. A refund process, a compliance step, an escalation: the routine instances are cheap and the exceptions are exactly where a wrong automated decision does damage. A system measured only on the common cases will look far better than it performs.
The second is silent degradation. The inputs to an operational system drift over time. The documents change format, the upstream process changes, the mix of cases shifts. A model that was accurate at launch can become gradually less so without any error being thrown, because nothing about the drift announces itself. Without monitoring that watches the real outcome rather than just the fact that the system ran, this decay is invisible until it has been costing something for a while.
The third is the shape of the errors. People and models fail differently. A human handling a queue makes human mistakes, which the rest of the process is usually built to catch. A model makes different mistakes, sometimes confidently, and a process tuned to human error will not catch them. Dropping automation into an existing workflow without adjusting the checks around it can let a new class of error through precisely because everyone assumes the old safeguards still apply.
What “measurable result” actually means
The phrase measurable result gets used loosely, so it is worth being precise. A measurable result is a change in an operational metric that you were tracking before the automation existed and can still track after, attributable to the change, and net of the cost of the errors the automation introduces. It is not a demo, not a projection, and not a count of tasks the system performed.
Concretely, that means deciding up front what number the project is meant to move, whether that is time to handle a case, cost per transaction, backlog size, or the error rate on the end result rather than on the model’s output in isolation. Then you measure that number before, run the automation against a real slice of the work, and measure again, with the cost of the new errors subtracted rather than assumed away. A project that cannot name the number it is supposed to move is not ready to build, because there will be no honest way to tell afterward whether it worked.
The discipline this imposes is uncomfortable, because it exposes projects that were never going to pay back before the money is spent. That is the point. The value of measuring the result honestly is that it lets you stop the work that will not pay back and concentrate on the work that will, and it replaces a story about capability with evidence about outcomes.
How we approach it
When we take on operations work, we start by finding the tasks with the right shape: high volume, low cost per error, and a natural place for a person to catch what matters. Those are the ones where applied AI tends to earn its keep, and they are often less glamorous than the tasks people first ask about. We name the metric the project is meant to move before we build, we run against real work rather than a curated sample, and we put monitoring on the real outcome so that silent degradation surfaces as a number rather than as a surprise.
The honest version of this work is narrower than the marketing version. Applied AI is a good tool for a specific class of operational problem and a poor one for another, and most of the value we add is in telling the two apart before a client commits to building the wrong one. Judged by outcomes rather than by what is possible in principle, that distinction is where the return actually comes from.