AUTOMATION · 07 Sept 2026 · 8 MIN READ

Automation Bias: When Trusting the System Costs You

Automation bias is the tendency to over-trust automated output. Here is how it costs businesses, and how to design workflows that catch it early.

Joshua Schubert Joshua Schubert

Automation bias is the human tendency to trust an automated system’s output over your own judgement, even when the system is wrong. It is well documented in medicine and aviation, and it quietly follows automation into business. The fix is not less automation. It is designing workflows that fail loudly, keep a human at the few points where errors are expensive, and make checking cheap.

The trust being placed in automated output is growing fast. Roy Morgan counts 13.6 million people, 58 per cent of Australians aged 14 and over, using AI tools in an average four weeks (Roy Morgan); we track that figure alongside the rest of the adoption picture in the Australian SMB AI & Digital Index. Every one of those tools, and every workflow behind them, produces output somebody has stopped double-checking. The discipline of checking has not scaled with the adoption. That gap has a name, and it has been measured for decades.

What is automation bias?

Automation bias is the tendency to over-rely on automation: once a system usually gets things right, people stop checking whether it is right this time. Researchers have measured it for decades in cockpits and clinics, two places where over-trusting a machine can kill. The same reflex now sits in every business that runs on automated workflows.

The best summary of the evidence is a systematic review published in the Journal of the American Medical Informatics Association, which examined how clinicians use decision support software. The reviewers note that most of these systems are 80–90 per cent accurate (JAMIA), which sounds reassuring until you see what that reliability does to the people using them:

“users tend to over-accept computer output ‘as a heuristic replacement of vigilant information seeking and processing.’”

Kate Goddard, Abdul Roudsari and Jeremy Wyatt (JAMIA)

“Heuristic replacement” is the phrase worth sitting with. The machine’s answer does not just inform the decision; it replaces the act of looking. A system that is right nine times out of ten trains its users to stop verifying, which means the tenth time sails through unexamined. The better the system, the stronger the training effect. That is the trap: reliability itself erodes vigilance.

How does automation bias actually cost a business?

It costs you through two failure types. Omission errors: the system missed something and nobody noticed, because nobody was looking. Commission errors: the system did the wrong thing and a person accepted it, because the system is usually right. Both accumulate quietly, run after run, until the damage surfaces in a customer complaint or a bank balance.

The measured numbers are sobering. In one study the review examined, clinicians overrode their own correct decisions in favour of wrong machine advice in 6 per cent of cases (JAMIA). A pooled analysis in the same review found that when the software’s advice was wrong, using it raised the risk of an incorrect decision by 26 per cent. Aviation research shows the other half of the pattern: one flight study recorded 55 per cent omission rates, where pilots failed to act because the automation never prompted them.

Swap the cockpit for a back office and the pattern is familiar. An invoice sync that silently skipped a batch is an omission error; it costs you in the weeks nobody reconciles the ledger. A lead router that files an enquiry under the wrong service is a commission error; it costs you a client who never got a reply. In both cases the expensive part is not the failed run. It is the trust that kept anyone from noticing.

Do AI agents make automation bias worse?

Yes, in one specific way: an AI agent fails plausibly. A rule-based workflow that breaks usually stops, throws an error, or produces something visibly wrong. An agent that goes wrong produces fluent output that looks like every other day’s output, which is precisely the kind of failure automation bias is worst at catching.

This is why the researchers building agentic systems keep pointing responsibility back at the humans deploying them:

“Technology doesn’t think. It can’t be responsible.”

Marina Danilevsky, senior research scientist, IBM (IBM Think)

Accountability for an automated decision stays with the business that made it, whatever made it. That changes the design question. With deterministic automation, the main risk is a rule that no longer matches reality. With an agent, the risk is a confident answer nobody was positioned to doubt. We have written a plain test for choosing between an agent and a rule-based workflow, and mapped where agentic automation pays off and where it breaks; the short version is that judgement steps deserve agents rarely, and unchecked agents never.

How do you design workflows that survive being trusted?

Assume nobody will check the output, because within a month of clean runs nobody will. Build the checking into the workflow itself: deterministic steps that fail loudly, an exception queue for anything unusual, counts that must reconcile at the end of each run, and one human review point wherever an error costs real money.

In practice, this is how we build automation work that stays dependable after the novelty wears off:

  1. Prefer deterministic steps. A fixed rule either works or fails visibly. Keep probabilistic components, agents included, to the narrow steps that genuinely need judgement.
  2. Route the unusual to a person. Anything outside expected bounds lands in an exception queue a human clears, so the system’s blind spots have an owner.
  3. Reconcile counts every run. Records in must equal records out, whether the workflow moves invoices from Xero, contacts from a CRM, or files between systems. A count mismatch is the cheapest tripwire against silent omission.
  4. Put one review point where the money is. Payments, quotes, anything a customer sees. Keep the review small enough that it survives busy weeks, because an oversight step people skip is worse than none: it produces the feeling of checking without the checking.
  5. Log every run. When something does slip through, the log turns a mystery into a ten-minute fix.

None of this is expensive, and most of it is a design habit rather than a line item. If a proposed automation cannot support a reconciliation count or an exception queue, that is a reason to rethink the automation, and if the honest answer is that a process should stay manual, we will say so. Built with the checks inside, each workflow protects the others, and the reliability compounds instead of the errors. If you want a second set of eyes on a workflow you have stopped double-checking, start a conversation or see how automation projects are priced.

Frequently asked questions

What is automation bias in simple terms?

Automation bias is the habit of accepting whatever an automated system says because it is usually right. It shows up as two errors: missing problems the system never flagged, and acting on wrong output without questioning it. The more reliable a system is, the stronger the habit becomes, which is why well-built automation still needs designed-in checks.

Is automation bias a reason to automate less?

No. The documented failures come from removing human checking without replacing it, not from automation itself. A workflow with reconciliation counts, an exception queue and a review point at the expensive step is safer than the manual process it replaced. Automation bias is an argument for building automation properly, not for avoiding it.

Does automation bias apply to AI agents too?

Yes, more sharply. A rule-based workflow usually fails loudly, while an AI agent fails plausibly: wrong output reads just like correct output. That makes unreviewed agent decisions the riskiest place for over-trust in a business. Agents belong on narrow judgement steps inside deterministic workflows, with their output checked, logged and bounded.

What is the simplest guard against automation bias?

A reconciliation count: records in must equal records out on every run, with any mismatch stopping the workflow and alerting a person. It costs almost nothing to build, it catches silent omissions that people never would, and it does not rely on anyone staying vigilant. Add an exception queue for unusual cases and you have covered the two most common failure paths.

Read more

Let's compound

Tell us where growth stalls.

One team that connects your website, marketing and operations, so the results compound. Pick whichever way is easiest to start.

Australian-based · Founder on every project