AboutHow we built thisSponsorshipShop
SearchSubscribeDecision ToolsBusiness ModelsFrameworksReading Lists
Privacy PolicyTerms of UseCookie PolicyRefund PolicyAccessibilityDisclaimer

© 2026 Faster Than Normal. All rights reserved.

Faster Than Normal
DecisionsPeopleBusinessesNewsletterSubscribe
Start reading →
  1. Home
  2. Mental models
  3. Automation
Systems & Complexity

Automation

Model #0547Category: Systems & ComplexityDepth to apply:
11 min read

On this page

  • The Core Idea
  • How to See It
  • How to Use It
  • The Mechanism
  • Founders & Leaders in Action
  • Visual Explanation
  • Connected Models
  • One Key Quote
  • Analyst's Take
  • Test Yourself
  • Top Resources

Contents

  1. 1. The Core Idea
  2. 2. How to See It
  3. 3. How to Use It
  4. 4. The Mechanism
  5. 5. Founders & Leaders in Action
  6. 6. Visual Explanation
  7. 7. Connected Models
  8. 8. One Key Quote
  9. 9. Analyst's Take
  10. 10. Test Yourself
  11. 11. Top Resources
·Systems & Complexity
Section 1

The Core Idea

Automation is the use of technology to perform tasks with minimal human intervention. The goal is to increase throughput, reduce cost, and remove variability — but automation changes the system it touches. It shifts bottlenecks, creates new failure modes, and changes the role of the human from operator to monitor. The strategic question is not "should we automate?" but "what do we automate, in what order, and how do we handle what's left?"
The automation hierarchy is familiar: mechanisation (tools), then automation (machines run without constant human control), then autonomy (machines decide). Each step reduces human labour and increases dependence on the system. The paradox of automation: the more reliable the system, the less practice humans get; when the system fails, the human may be unable to take over. So automation can reduce errors in normal operation while increasing the cost of rare failures.
The discipline is to automate where the task is well-defined, repeatable, and costly to do by hand — and to keep humans in the loop where judgment, adaptation, or accountability matter. Map the system first: what are the bottlenecks? What fails when the automated part fails? What do humans need to do when the machine doesn't?
Section 2

How to See It

Automation appears when machines or software perform tasks that humans once did, when human roles shift from doing to monitoring or exception-handling, and when throughput or cost improves but new failure modes emerge.
Business
You're seeing Automation when a company replaces manual order entry with an API and dashboard. Volume goes up, errors go down — until the API fails or the integration breaks. Then the humans who used to do the work may no longer have the skills or headcount to fall back. The automation changed the system; the backup plan is weaker.
Technology
You're seeing Automation when CI/CD pipelines build, test, and deploy without manual steps. Shipping is faster and more consistent. The risk: when the pipeline breaks or produces a bad release, the team may have lost the muscle memory to deploy or roll back by hand. Automation increased dependence on the pipeline.
Investing
You're seeing Automation when trading or portfolio rebalancing is algorithmic. Execution is faster and cheaper. The risk: when the algorithm behaves unexpectedly (flash crash, correlated selling), humans may not be able to intervene in time. The automation changed the risk profile.
Markets
You're seeing Automation when customer support is handled by chatbots and ticket routing. Resolution times for standard issues drop; complex or emotional issues may be mishandled. The automation shifted the mix of what humans see — and may have reduced the capacity to handle the hard cases.
Section 3

How to Use It

Decision filter
"Before automating, map the full system: what happens when the automated part works? What happens when it fails? Who monitors, who intervenes, and do they have the skills? Automate the right things in the right order — and preserve human capability where it's the backstop."
As a founder
Automate to scale and to free humans for higher-leverage work. But don't automate the critical path without a fallback. Keep humans trained on the manual process so they can take over when the system fails. Automate in order: start with the highest-volume, most repetitive, least judgment-dependent tasks. Leave exception handling and edge cases to people until the system is robust.
As an investor
When evaluating a company that's automating, ask: what's the failure mode? How often does the automated system fail, and who fixes it? Companies that automate without preserving human capability may have hidden operational risk. The best automation reduces cost and preserves resilience.
As a decision-maker
Use automation to remove bottlenecks and variance — but only where the task is well-defined. Where judgment or context matters, keep humans in the loop. Design for failure: assume the automated system will break and ensure someone can step in. The paradox of automation is real; plan for it.
Common misapplication: Automating everything and then wondering why failures are catastrophic. The more you automate, the more you need humans who can operate without the system. Second misapplication: Assuming automation always reduces cost. It can shift cost (e.g. from labour to capital, from routine errors to rare but severe failures). Model the full system.
Section 4

The Mechanism

Section 5

Founders & Leaders in Action

Jeff BezosFounder & CEO, Amazon
Amazon has automated fulfilment, recommendation, pricing, and infrastructure (AWS). The strategy is to automate everything that can be repeated at scale while keeping humans for judgment (e.g. content policy, complex customer issues). Bezos has emphasised the "two-pizza team" and ownership — automation doesn't mean removing accountability; it means giving small teams ownership of automated systems and their failure modes.
Elon MuskCEO, Tesla & SpaceX
Musk has pushed for automation in manufacturing (Tesla's "alien dreadnought" factory) and in vehicles (Autopilot, FSD). He has also run into the paradox: over-automation at Tesla's Fremont factory contributed to production hell; he later said "humans are underrated." The lesson: automate where it clearly wins; don't automate for its own sake. SpaceX's approach — automate where repeatability matters (e.g. engines), keep humans where judgment matters (e.g. mission control) — reflects a more mature automation strategy.
Section 6

Visual Explanation

AUTOMATION — SYSTEM SHIFTHumandoes taskautomateMachinedoes taskHuman monitors(skill decay?)Throughput up; resilience depends on human backstop.
Automation: replace human labour with machines/software. Throughput and consistency rise; human skill at the task may decay. When the system fails, the human must step in — but may not be able to. Design for failure.
Section 7

Connected Models

Reinforces
Paradox of Automation
The paradox: the more reliable the automation, the less practice humans get; when it fails, they may not be able to recover. Automation is the mechanism; the paradox is the risk. Mitigate by keeping humans in the loop for failure modes.
Leads-to
Redundancy
Automation can reduce redundancy (one machine replaces many humans) or increase it (automated backup systems). The design choice: do you want redundancy in the automated layer or in the human layer when automation fails? Both cost money; the trade-off is which failure mode you're protecting against.
Reinforces
Fail-safes
Fail-safes are designed to handle automation failure: circuit breakers, fallbacks, human escalation. When you automate, you need fail-safes so that when the machine is wrong or down, the system degrades gracefully rather than collapsing.
Leads-to
Bottlenecks
Automation shifts bottlenecks. Automate one step and the bottleneck moves to the next. Map the full system: after automation, where is the new constraint? Often it's the step you didn't automate or the failure-recovery path.
Reinforces
Standard Operating Procedure
SOPs formalise how tasks are done. Automation often encodes an SOP in code or hardware. The SOP is the spec for the automation; when you change the SOP, you must change the automation. The two are coupled.
Reinforces
[Feedback](/mental-models/feedback) Loops
Automation runs in feedback loops: sense → decide → act. The loop can be fast and consistent — but if the feedback is wrong (bad data, wrong model), the automation amplifies the error. Design feedback loops with validation and human override.
Section 8

One Key Quote

"The more advanced a control system is, so the more crucial may be the contribution of the human operator."
— Lisanne Bainbridge, Ironies of Automation (1983)
Advanced automation doesn't make the human irrelevant; it makes the human's role more critical when things go wrong. The operator is the backstop. The practitioner's job is to design so that the backstop is still there when needed.
Section 9

Analyst's Take

Faster Than Normal — Editorial View
Automate the right things first. High-volume, repeatable, low-judgment tasks are the best candidates. Leave exception handling, edge cases, and high-stakes decisions to humans until the core automation is stable. Automating the wrong thing first (e.g. the step that needs constant judgment) creates more problems than it solves.
Preserve the human backstop. When you automate, keep humans who can do the job without the system. Run drills. Don't let the manual process atrophy. When the automation fails — and it will — someone needs to step in. The paradox of automation bites when the human can't.
Map failure modes before you scale. What happens when the API is down? When the model is wrong? When the pipeline breaks? Design for those cases. Automation that works 99% of the time and has no plan for the 1% is a time bomb. The best automated systems have explicit failure paths and human escalation.
Section 10

Test Yourself

Is this mental model at work here?

Scenario 1

A company automates customer onboarding. Volume doubles, errors drop. Six months later, the onboarding system fails for a day. Support is overwhelmed; no one remembers the manual process.

Scenario 2

A team automates its deployment pipeline. Deploys that used to take two hours now take ten minutes. When the pipeline fails, the team can still deploy manually from the repo. They do a manual deploy drill once a quarter.

Section 11

Top Resources

Summary. Automation replaces human labour with technology to increase throughput and reduce error — but it shifts bottlenecks, creates new failure modes, and can erode human capability. Automate the right tasks in the right order; preserve the human backstop; design for failure.
01
Ironies of Automation — Lisanne Bainbridge (1983)
Paper
The classic paper on the paradox: the more automated the system, the more critical the human when it fails. Short and essential.
02
The Design of Everyday Things — Don Norman (2013)
Book
Norman on how automation and design affect human capability. When the system hides complexity, the user may lose the ability to intervene. Relevant to automation design.
03
Thinking, Fast and Slow — Daniel Kahneman (2011)
Book
System 1 (automatic) vs System 2 (effortful). Automation externalises System 1; when it fails, System 2 (the human) must engage — but may be out of practice. Connects to the paradox.

Why this matters next

mental modelsLeverage

Automation applied the Leverage mental model

mental modelsScale

Automation applied the Scale mental model

mental modelsFail-safes

Automation applied the Fail-safes mental model

mental modelsFeedback

Automation applied the Feedback mental model

mental modelsAutomation

Automation applied the Automation mental model

mental modelsParadox of Automation

Automation applied the Paradox of Automation mental model

Frequently asked questions

What is Automation?+

Automation is a mental model used for better thinking and decision-making.

How do you apply Automation?+

To apply Automation, identify situations where this framework is relevant, then use it as a lens to evaluate your options and decisions. The model is most useful when combined with other complementary mental models.

What category does Automation fall under?+

Automation falls under the Systems & Complexity category of mental models. Other models in this category can be found on the Systems & Complexity hub page.

Why is Automation important?+

Automation is important because it provides a structured way to think about problems that would otherwise be approached with intuition alone. Understanding this model helps you avoid common reasoning errors and make better decisions.

Continue exploring

LE

Mental model

Lollapalooza Effects

When multiple cognitive biases or forces act in the same direction simultaneousl

AN

Mental model

Antifragility

Beyond resilience — some systems actually gain from disorder, volatility, and st

EM

Mental model

Emergence

Complex system-level properties that arise from simple interactions between indi

FL

Mental model

Feedback Loops

Circular causal chains where the output of a system feeds back as input — either

GL

Mental model

Gall's Law

A complex system that works is invariably found to have evolved from a simple sy

L(

Mental model

Leverage (Systems)

Places within a complex system where a small shift produces large changes — Mead

More like this, in your inbox

I send a newsletter every week — free, no spam, unsubscribe anytime.

Or open the full subscribe page.

On this page

  • The Core Idea
  • How to See It
  • How to Use It
  • The Mechanism
  • Founders & Leaders in Action
  • Visual Explanation
  • Connected Models
  • One Key Quote
  • Analyst's Take
  • Test Yourself
  • Top Resources

Popular Mental Models

First Principles ThinkingOccam's RazorCircle of CompetenceInversionConfirmation BiasSecond-Order ThinkingDunning-Kruger EffectSurvivorship BiasPareto PrincipleOpportunity Cost