The metric everyone checks — and the one they skip
Ask most owners how an automation is going and you'll hear about time. "It used to take three hours, now it takes twenty minutes." That's a real win. But time saved is only half the story, and it's the half that's easiest to fake yourself out on.
The half people skip: did the automation make the work more accurate, or did it just make the same mistakes happen faster?
If you automated a task specifically to reduce errors — data entry, invoicing, compliance steps, inventory sync — speed isn't the point. Consistency is. And consistency has its own number: error rate. Skip it, and you might be celebrating a process that's now fast, cheap, and quietly wrong more often than before.
Why error rate gets ignored
Error rate is harder to track than time. Time is a single number on a clock. Error rate requires you to define what counts as an error, catch it somehow, and count it over a meaningful sample — not just "seems fine so far."
So most people don't bother. They watch the automation run for a week, nothing obviously breaks, and they call it a success. That's not measurement. That's vibes with a deadline.
This matters most for anything you built for risk reduction — the fourth type of tech leverage. If the whole point was fewer mistakes, "it feels faster" isn't evidence. You need the number.
The three metrics that actually matter
You don't need a data team. You need three numbers, tracked consistently, for a defined window before and after the change.
- Error rate. Errors per unit of output — per invoice, per order, per record entered. Not a raw count; counts lie when volume changes.
- Error cost. What does one error actually cost you — in staff time to fix, in customer goodwill, in refunds or penalties? A typo costs less than a missed compliance step. Weight your errors, don't just tally them.
- Catch rate. Of the errors that happen, how many do you catch before they reach a customer or a filing deadline? Automation sometimes improves this even when the raw error count doesn't change much — a validation step that flags problems before they go out the door.
For a broader framing on picking the right metric for the right kind of leverage, Match the Metric to the Leverage walks through that decision in more detail. This post is about one specific lens: risk.
Instrumenting it without overbuilding
You don't need dashboards for this. You need a habit.
- Define "error" concretely before you start. Wrong amount on an invoice. Missing field in a customer record. Duplicate entry. Write the definition down so you and your team agree on what counts — otherwise the number drifts based on who's counting.
- Sample, don't audit everything. For high-volume processes, review a fixed sample each week — the first 20 transactions, or every 10th one. Consistency in sampling matters more than exhaustiveness.
- Log where errors were caught. Internal review, customer complaint, downstream system rejection. This tells you whether your catch rate is improving or whether errors are just slipping further downstream before anyone notices — which is worse, not better.
- Keep a simple error log, even a shared spreadsheet: date, type, where caught, estimated cost to fix. Three months of this is worth more than any fancy tool.
If you skipped a baseline entirely before automating, you're not alone — but fix that going forward. Baseline or Bust covers how to capture a "before" snapshot next time, so you're not guessing at what actually changed.
What good looks like — and what a false win looks like
Here's a simple before/after table from a fictional but typical case — a small logistics company that automated order entry from email to their fulfillment system.
| Metric | Before (manual) | After (automated) | Read |
|---|---|---|---|
| Error rate | 4.2% of orders | 1.1% of orders | Real improvement |
| Error cost (avg) | $18/error | $6/error | Errors caught earlier, cheaper to fix |
| Catch rate (before customer sees it) | 55% | 88% | Validation step is working |
| Time per order | 6 min | 45 sec | Expected efficiency gain |
That's a clean win across the board — efficiency and risk reduction moving together. But it's worth seeing what a false win looks like, because it happens often:
| Metric | Before | After | Read |
|---|---|---|---|
| Error rate | 4.2% | 3.9% | Barely moved |
| Error cost (avg) | $18 | $31 | Errors now caught later, more expensive |
| Catch rate | 55% | 30% | Automation removed a manual check nobody replaced |
| Time per order | 6 min | 45 sec | Looks like a huge win — isn't |
In the second table, the automation looks fantastic if you only glance at time. It's actually made the business more fragile: fewer errors get caught early, and the ones that slip through cost more. This is what happens when speed replaces a manual review step without a substitute check. It's a classic case of automating around the actual problem instead of solving it — the kind of gap covered in Did Your Automation Actually Work? How to Measure It from a broader angle.
The honest audit — then act on it
Before you declare a risk-reduction automation a success, run through this:
- Did we define "error" the same way before and after, or did the definition quietly shift?
- Is our sample size big enough to trust the number, or are we drawing conclusions from a handful of transactions?
- Has the catch point moved earlier, later, or stayed the same?
- Did we remove a manual check when we automated, and if so, did we replace it with something — or just remove the safety net?
- Are we tracking cost per error, or just count? A drop in count with a spike in cost isn't a win.
- Would we be comfortable showing this data to a customer or auditor, not just to ourselves?
If you can't answer most of these with a number rather than a guess, you don't have a measured result — you have a hopeful one.
If the error rate genuinely improved: document it, note the cost savings, and move on to the next item on your list.
If it didn't move, or moved the wrong way: don't rip the automation out reflexively. Look at where the check disappeared and put a lightweight one back — a spot-check, a second approval step, an alert threshold. Often the fix isn't undoing the automation, it's adding back five minutes of human judgment at the one point that mattered.
Either way, you now know something concrete instead of something comfortable. That's the whole point of the check stage — not to confirm you made the right call, but to find out whether you did.