Insights

Where applied AI pays back in operations, and where it does not

There is a lot of pressure right now to put AI into operations, and most of it arrives as a question about capability: can a model do this task. That is usually the wrong question to lead with. Most operational tasks can be done by a model in a demo. What decides whether the project is worth doing is whether it produces a measurable result once you count the cost of the times the model is wrong. We advise on this work, and the pattern is consistent. Applied AI tends to pay back on high-volume work where a wrong answer is cheap to catch and cheap to fix. It tends to disappoint when the errors are expensive, or when the task it took over was never really the bottleneck.

Start from the cost of an error

Every automated task has an error rate and a cost per error. A model that handles the task well most of the time still gets some share of cases wrong, and how much the automation is worth depends heavily on what those wrong cases cost you. A high success rate does not settle the question on its own. This is the arithmetic that gets skipped in the rush to ship, and skipping it is how a system that demos beautifully ends up quietly switched off a few months later.

The tasks where applied AI reliably pays back tend to have a few things in common. The volume is high enough that even a small saving per case adds up to something real. A single error does not cost much, because it gets caught downstream or is easy to undo. And there is a person still in the loop to catch the errors that would actually hurt. Triage that routes work to the right queue, drafting that someone reviews before it goes out, pulling structured data out of messy documents with a human checking anything that matters: these earn their keep because the model does the volume and a mistake is cheap.

Where it disappoints, those conditions are missing. A wrong answer is costly, the mistakes are hard to spot until they have already done damage, and there is no natural moment where a person looks at the output before it counts. Hand a model a decision that is expensive to get wrong, with nobody positioned to catch its failures, and you have moved the risk somewhere harder to see and harder to fix. In a demo, none of that is visible. The difference only turns up later, in what the automation actually costs when it is wrong.

Failure modes that do not appear in a demo

A demo shows the system working on the cases the builder chose to show. Operations does not get that luxury; it runs on whatever reality sends, including the cases nobody thought to build for. The gap between the two is where most of the disappointment lives, and it tends to take a few recognizable forms.

The first is the long tail. A model that handles the common cases well can still come apart on the rare ones, and in operations the rare cases are often the costly ones. Think of a refund process, a compliance step, an escalation: the routine instances are cheap, and the exceptions are exactly where a wrong automated call does real damage. Measure the system only on the common cases and it will look far better than it actually is.

A second failure mode is silent degradation. The inputs to an operational system drift. Documents change format, an upstream process gets rewritten, the mix of cases shifts over a quarter. A model that was accurate at launch can slide without ever throwing an error, because nothing about the drift announces itself. Unless something is watching the real-world outcome, the decay stays invisible until it has been quietly costing money for a while.

The third has to do with the shape of the mistakes. People and models fail in different ways. A person working a queue makes human errors, and the surrounding process has usually grown up to catch exactly those. A model makes its own kind of error, sometimes with complete confidence, and a process tuned to human mistakes will wave those straight through. Drop automation into an existing workflow without retuning the checks around it and a new class of error walks past every safeguard, precisely because everyone assumes the old ones still apply.

What “measurable result” actually means

The phrase measurable result gets thrown around loosely, so it is worth pinning down. A measurable result is a change in an operational metric you were already tracking before the automation existed and can still track afterward, attributable to the change, and net of what the new errors cost. A demo does not qualify, and neither does a projected saving or a tally of how many tasks the system got through.

In practice that means naming, up front, the number the project is supposed to move: time to clear a case, cost per transaction, backlog, the error rate on the finished work. You measure it before, run the automation against a real slice of the work, and measure it again, with the cost of the new mistakes counted against the gain. A project that cannot say which number it is meant to move is not ready to be built, because there will be no honest way afterward to say whether it worked.

That discipline is uncomfortable, because it kills projects that were never going to pay back, and it kills them before the money is spent. That is the entire reason to measure honestly: it lets you walk away from the work that will not pay and put the effort behind the work that will, and it trades a story about what is possible for evidence about what happened.

How we approach it

When we take on operations work, we start by looking for the tasks with the right shape: high volume, a low cost when the model is wrong, 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 usually less exciting than the tasks people ask about first. We name the number the project is meant to move before we build anything, we test against a real slice of live work, and we watch the real outcome so that any silent degradation shows up as a figure on a dashboard while it is still small.

The honest version of this work is narrower than the sales version. Applied AI earns its place on a specific class of operational problem and quietly fails on others, and most of what we bring to a project is the judgment to tell which is which before a client spends real money building the wrong one.

Back to Insights