The ROI Math We Actually Use Before Recommending Automation

Not every repetitive task is worth automating. Here's the simple framework we run through before scoping any AI automation project.

Usama Malik3 min read
Share

Clients often come to us with a task in mind they want automated — "can you build a bot for this?" — before anyone has checked whether it's actually worth automating. Sometimes the honest answer is: leave it alone. Here's the framework we use to figure out which is which.

Step 1: Measure the real cost of the manual process

Not a guess — an actual number. Time per instance, times frequency, times fully-loaded hourly cost. A task that "feels" annoying but happens twice a month rarely clears the bar; a five-minute task done 200 times a day almost always does.

Monthly cost of manual process =
  (minutes per instance / 60) × hourly cost × instances per month

Step 2: Estimate the automation's real success rate

No automation is 100% reliable. A realistic estimate — usually 80–95% depending on task complexity — matters because the remaining cases still need a human, and that exception-handling cost has to be built into the math, not ignored.

We've seen automations get scoped as if the failure cases don't exist. They do, and if there's no clear path for a human to catch them, the automation quietly erodes trust until someone turns it off.

Step 3: Add the ongoing cost of the system itself

Automation isn't free to run. Factor in:

  • API/model costs at your actual volume
  • Monitoring and occasional maintenance
  • The cost of the initial build, amortized over a realistic lifespan (we typically use 18–24 months)

Step 4: Compare, honestly

Manual processAutomated process
Monthly costLabor cost onlyAPI costs + amortized build cost + exception handling
ConsistencyVaries by person/dayConsistent, auditable
Scales with volume?No — requires hiringYes, usually

If the automated column doesn't clearly beat the manual one within a reasonable payback window — we tell clients that directly, even when it costs us the project. A task that's borderline today is often worth revisiting in six months once volume grows, and we'd rather earn that follow-up conversation than oversell an automation now.

The tasks that actually clear the bar

In practice, the automations with the clearest ROI share three traits: high frequency, low ambiguity (clear rules, not constant judgment calls), and a cost of error that's tolerable if something occasionally needs human review. Document intake, data entry between systems, and routine customer questions hit all three consistently. Highly judgment-heavy decisions — the ones with real consequences for getting it wrong — usually stay human-led, with AI assisting rather than deciding.

Share

Usama Malik

Founder & Lead AI Engineer

Usama writes about what actually works when shipping AI systems into production — the engineering, not the hype.

8 articles
Comments aren't open yet. Reach out directly if you have thoughts on this article.

Related articles

Company

Why We Only Do Fixed-Scope Pricing

Open-ended hourly retainers sound flexible. In practice, they misalign incentives between an agency and its client. Here's why we don't offer them.

Usama Malik2 min read

Enjoyed this one?

Get the next article the moment it's published.