Automation Bias
Synonyms: algorithmic complacency, over-reliance on automation, system trust bias, AI over-reliance, machine trust bias
Definition
Use cases
- Clinical decision support: a doctor accepts an AI triage recommendation without re-reading the chart, and misses a contraindication.
- AI coding assistants: developers merge auto-suggested code that compiles but introduces a subtle SQL injection.
- Navigation apps: drivers follow GPS into a closed road or river because the map "felt" authoritative.
How it's used in practice
- Add review steps: Require users to confirm important decisions before automated actions are finalized.
- Explain recommendations clearly: Show the signals or data points behind a suggestion when possible.
- Support easy rejection: Rejecting or editing a recommendation should feel as easy as accepting it.
- Label system-generated content: Clearly separate AI-generated outputs from human input or verified information.
Challenges & limitations
- The efficiency paradox: Friction reduces bias but also slows down the user, which can frustrate power users.
- The trust gap: If you make users double-check everything, they may eventually view the automation as useless.
Free resources
- CSET Georgetown — AI Safety and Automation Bias — Case studies on over-reliance in aviation, military systems, and autonomous driving.
- AI & SOCIETY (Springer) — Exploring Automation Bias in Human–AI Collaboration — review of research on how explanations, engagement, and interface design affect automation bias.

