How to Calculate the ROI of an AI Use Case Before Launch, Not After
Here's how a typical AI use case business case gets built: an employee spends two hours on a task, the tool does it in twenty minutes, the saved time is a hundred minutes, multiply by the number of tasks and by the hourly rate. The number that comes out looks impressive — and it is almost always wrong.
It isn't wrong because the arithmetic is off. It's wrong because of the unit of measurement. A saved hour is not a freed-up resource sitting on a shelf: it gets refilled with other work, part of it goes into checking and correcting the output, and sometimes it simply evaporates into higher throughput expectations nobody billed for. What belongs in a business case is whatever doesn't grow back — eliminated operations and eliminated failures.
The business case for an AI use case rests on three numbers: how many operations disappear from the process, what share of outputs currently fail, and what one failure costs. Time savings enter the calculation only with a discount for verification and rework — independent surveys put that discount at roughly forty percent. A use case with no eliminated operations and no drop in the failure rate doesn't pay for itself, no matter how impressive the speed-up looks in a demo.
Why a Saved Hour Isn't a Financial Benefit
This claim rests on two independent reasons, and you can verify both inside your own company with a week of observation — no vendor pilot required.
The hour goes back into the process. Freed-up time doesn't turn into a cost reduction on its own — it gets absorbed by tasks that used to sit in the backlog. That can genuinely be a good outcome: people get to items they never had time for. But it is not a line on the P&L, and no one should promise the board it will become one.
Part of the hour goes into verification. An output produced quickly still has to be read, checked against the source, and often rewritten. That work is new: it didn't exist before, because the person producing the output was also the one who checked it as they went. It's invisible in a vendor demo, and it shows up precisely in week two of actual use, once someone has to sign their name to the result.
About 40% of the time AI saves flows straight back out as rework: fixing errors, rewriting, and checking what came out. Put differently, out of every ten "saved" hours, roughly four go into getting the result into a usable state.
I'll flag the limitation myself: the study was commissioned by an enterprise software vendor that sells its own embedded AI features and has an obvious interest in making "generic" tools look worse by comparison. The full methodology sits behind a lead-gen form, not in the open. I use the number as an order-of-magnitude discount factor, not as a benchmark to plug into a spreadsheet unquestioned.
Roughly one in six tasks performed with AI now takes longer than it used to. The authors are upfront that they didn't establish why — it could be a genuine increase in scope, or it could be time spent on verification, or both.
This is self-reported time, not a stopwatch measurement, and causality is explicitly not established — the authors say so themselves. What matters for a business case is the shape of the distribution: there's a visible negative tail, and if you build your numbers around the vendor's average promise, that tail never makes it into the calculation.
The Three Numbers a Real Business Case Is Built On
Everything a genuinely honest business case needs can be pulled from the process itself in a day or two, without a pilot and without a vendor in the room.
The number of operations that disappear. Not "this will get faster" — "this step will no longer exist." An operation disappears when its output can be computed by a rule, populated automatically, or stops being required at all. Every eliminated operation buys you two things at once: time, and one less point where the process can fail.
The current failure rate. A failure isn't a typo — it's an event where the work didn't make it to the next stage: a document went out incomplete, a request never reached the person who should have acted on it, a payment went to the wrong account. You get this number by manually pulling the last twenty to fifty outputs and counting.
The cost of a single failure. This is the cost of the fix plus the probability of a downstream loss. The second part is uncomfortable, because it requires an estimate rather than a receipt — but it's usually the part that makes up most of the cost.
| Number | How to measure it | What it contributes to the calculation |
|---|---|---|
| Eliminated operations | Walk the process step by step and mark which ones go away | The durable part of the savings |
| Share of outputs with a failure | Review the last 20–50 outputs | The base for calculating the benefit |
| Cost of a single failure | Cost of the fix plus probability of loss | A multiplier that usually outweighs time savings |
| Time savings | Before-and-after measurement | Counted with a discount factor applied |
| New verification work | Estimate the share of outputs that need correction | Subtracted from the savings |
Look closely at that last row. Verification work is a new cost line that didn't exist in the process before the AI tool arrived, and it is almost never built into the initial calculation. It's exactly what turns a promised percentage into a disappointing month three.
What Companies That Already Measure This Are Finding
72% of surveyed executives said they track returns from generative AI with some kind of metric, and three out of four of those report a positive return. One of the study's authors explicitly asks readers to treat the finding with caution — it's self-reported, not audited company financials.
The caveat came from the authors themselves, and that's rare enough to call out: they ask readers to treat their own numbers "with a degree of skepticism" because the data isn't verified against company financials. The practical takeaway from this study isn't the percentage — it's that close to a third of companies aren't tracking returns at all, which means they also have no baseline for costing their next use case.
When the Right Call Is to Wait
The standard rule — "net present value is positive, so we launch" — breaks down in projects with high uncertainty. This has been worked out in the academic literature on IT investment, and the conclusion is counterintuitive.
For an IT investment with high uncertainty and the option to delay entry, the traditional positive-NPV rule can point to the wrong decision. In the case the authors work through, waiting three years to enter produced more value than committing immediately: $152,955 more than the "start now" option.
The paper is over a quarter century old, and the underlying case — banking infrastructure from the late 1980s — is a limitation I'll name outright rather than gloss over. What does carry over exactly is the methodological frame: when the cost of a tool is falling fast and uncertainty is high, the right to wait has a measurable deferral value of its own. That's especially true for AI use cases, because compute pricing and model capability are moving faster than most integrations take to pay for themselves.
The Order the Calculation Follows
Node five holds the option most people never consider: solving the problem with rules instead of a model. If the breakdown shows the eliminated operations are deterministic and computable, you don't need a language model at all — I cover that choice separately. Run the calculation this way and it points to that conclusion more often than the person requesting the budget expects.
Four Questions to Ask Before Approving the Budget
Which steps disappear completely
Not "will get faster" — will stop existing. If there are no such steps, the entire savings case is built on time, and time flows back into the process.
What share of current outputs already fail
Pull the last twenty outputs and go through them by hand. This is the one number you cannot get from a vendor's slide deck.
Who checks the output, and how much of it
Build the new verification workload into the calculation from day one, rather than discovering it in month three.
What we lose by waiting six months
If the honest answer is "nothing but the savings we'd have captured earlier," deferral can cost less than an integration you'll end up rebuilding anyway.
A business case built entirely out of saved hours isn't a calculation — it's a promise with no one left to hold to it a year from now.
Frequently Asked Questions
How do I calculate the ROI of an AI rollout before launch?
Through three numbers: how many operations disappear from the process, the current share of outputs that fail, and the cost of a single failure. Time savings get added as a separate line with a discount for verification and rework — independent surveys put that discount at roughly forty percent. Costs cover more than the license fee: integration, run cost, and the new verification work all belong in the calculation.
What counts as a failure in a process?
An event where the work is technically done but the output never made it to the next stage: a document went out incomplete, a request never reached the person meant to act on it, an answer never got logged in the system. A failure differs from a plain error in that its consequences land somewhere other than where it originated — which is exactly why it rarely shows up in the reporting of the team where it happened.
Do I need a pilot to calculate the effect?
Not for the calculation itself. All three numbers can be pulled from the current process without any tool in the loop: the steps get written down, failures get counted from recent outputs, and the cost of a failure gets estimated together with finance. A pilot is useful for a different question — what share of outputs will need correction — and it should be aimed squarely at that question, not at demonstrating what the tool can do.
Why doesn't the promised savings show up in the P&L?
Because saved time doesn't leave the company on its own. It only converts into money through one of three decisions: buying fewer outside services, not making a hire you would otherwise have made, or producing more output with the same headcount. If none of those three decisions gets made, the savings stays a descriptive number — real to the people doing the work, invisible on the financial statements.
The order of the calculation (eliminated operations, failure rate, cost of failure, time savings with a discount factor) is a proprietary method that grew out of workload-estimation practice at Alego.Digital and investment-project appraisal in the portfolio of the China-Russia Investment Fund. There is no formalized write-up of this method in either company's internal documents; this article is its first public statement. No internal numeric metrics appear in this piece — every figure comes from an external source with its method stated.
- Workday, Hanover Research. Beyond Productivity: Measuring the Real Value of AI, January 2026 (survey of 3,200 respondents, November 2025). newsroom.workday.com
- Epoch AI, Ipsos. One in Five Workers Delegate Work to AI, August 2026 (survey of 1,106 working adults, July 2026). epoch.ai
- Wharton, GBK Collective. 2025 AI Adoption Report, November 2025 (survey of 800+ executives). knowledge.wharton.upenn.edu
- Benaroch M., Kauffman R. J. A Case for Using Real Options Pricing Analysis to Evaluate Information Technology Project Investments. Information Systems Research, 1999. steveambler.uqam.ca