Dual-Process Theory
Overview
Dual-process theory (Kahneman, 2011; Stanovich & West, 2000) distinguishes two modes of cognitive processing: System 1 (fast, automatic, heuristic-driven) and System 2 (slow, deliberate, rule-based). Most judgments default to System 1, which is efficient but prone to systematic biases when heuristics misfire.
When to Use
- Explaining why stakeholders make predictable judgment errors under time pressure or complexity
- Designing decision environments (nudges, checklists) that compensate for System 1 defaults
- Auditing existing processes to identify where heuristic shortcuts introduce risk
- Evaluating when intuitive expertise is reliable vs. when it is misleading
When NOT to Use
- When decisions are already well-structured with algorithmic procedures (bias is engineered out)
- As an excuse to dismiss all intuitive judgment — expert intuition can be accurate in high-validity environments
- When the problem is motivational rather than cognitive (people know the right answer but choose otherwise)
Assumptions
IRON LAW: System 1 operates by DEFAULT — System 2 engagement
requires cognitive effort and is easily depleted. Under time
pressure, cognitive load, or ego depletion, System 1 dominates
and heuristic biases amplify.
Key assumptions:
- System 1 and System 2 are metaphors for processing modes, not discrete brain systems
- Heuristics are generally adaptive — biases emerge at the boundary conditions
- System 2 can override System 1, but only when cued and when cognitive resources are available
Methodology
Step 1 — Identify the Judgment or Decision Context
Characterize the decision: time pressure, complexity, familiarity, stakes, emotional involvement.
Step 2 — Classify Processing Mode
| Feature |
System 1 |
System 2 |
| Speed |
Fast, automatic |
Slow, effortful |
| Awareness |
Unconscious |
Conscious |
| Capacity |
High (parallel) |
Low (serial) |
| Basis |
Heuristics, associations |
Rules, logic |
| Error type |
Systematic biases |
Computational mistakes |
| Triggered by |
Default, familiarity |
Novelty, conflict detection |
Step 3 — Map Relevant Heuristics and Biases
Common System 1 heuristics and their failure modes:
- Availability: judge frequency by ease of recall — biased by salience and recency
- Representativeness: judge probability by similarity — ignores base rates
- Anchoring: estimate by adjusting from initial value — insufficient adjustment
- Affect: judge risk/benefit by emotional reaction — neglects statistical evidence
Step 4 — Design Intervention
- De-bias: slow down decisions, require explicit justification, use pre-mortems
- Nudge: restructure choice architecture to align System 1 defaults with desired outcomes
- Leverage: use System 1 strengths (pattern recognition) in high-validity, rapid-feedback domains
Output Format
## Dual-Process Analysis: [Context]
### Decision Environment
- Time pressure: [High/Medium/Low]
- Complexity: [High/Medium/Low]
- Emotional involvement: [High/Medium/Low]
- Dominant processing: [System 1 / System 2 / Mixed]
### Heuristic-Bias Map
| Heuristic | Bias Triggered | Evidence | Risk Level |
|-----------|---------------|----------|------------|
| [heuristic] | [bias] | [observation] | [High/Med/Low] |
### Intervention Design
1. [De-biasing or nudge strategy]
2. [Process change]
3. [Environmental redesign]
Gotchas
- System 1/System 2 is a useful metaphor, not a literal brain architecture — avoid reifying the distinction
- Expert intuition (System 1) is highly accurate in domains with clear feedback and regular patterns (e.g., chess, firefighting)
- De-biasing training has poor transfer — changing the environment is more effective than training individuals
- Cognitive depletion effects are debated; do not assume a simple "willpower battery" model
- System 2 is not inherently "better" — it is slower, more costly, and still subject to motivated reasoning
- People often confuse confidence with accuracy; high System 1 confidence does not indicate correctness
References
- Kahneman, D. (2011). Thinking, fast and slow. Farrar, Straus and Giroux.
- Stanovich, K. E. & West, R. F. (2000). Individual differences in reasoning: implications for the rationality debate. Behavioral and Brain Sciences, 23(5), 645-665.
- Tversky, A. & Kahneman, D. (1974). Judgment under uncertainty: heuristics and biases. Science, 185(4157), 1124-1131.
1---2name: grad-dual-process3description: Apply dual-process theory to diagnose whether judgments arise from fast intuitive (System 1) or slow analytical (System 2) processing and identify resulting cognitive biases. Use this skill when the user needs to explain why quick decisions go wrong, design choice architectures that account for cognitive defaults, audit decision processes for heuristic errors, or when they ask 'why do people misjudge probability', 'how to reduce snap-judgment errors', or 'when does intuition fail'.4---56# Dual-Process Theory78## Overview910Dual-process theory (Kahneman, 2011; Stanovich & West, 2000) distinguishes two modes of cognitive processing: System 1 (fast, automatic, heuristic-driven) and System 2 (slow, deliberate, rule-based). Most judgments default to System 1, which is efficient but prone to systematic biases when heuristics misfire.1112## When to Use1314- Explaining why stakeholders make predictable judgment errors under time pressure or complexity15- Designing decision environments (nudges, checklists) that compensate for System 1 defaults16- Auditing existing processes to identify where heuristic shortcuts introduce risk17- Evaluating when intuitive expertise is reliable vs. when it is misleading1819## When NOT to Use2021- When decisions are already well-structured with algorithmic procedures (bias is engineered out)22- As an excuse to dismiss all intuitive judgment — expert intuition can be accurate in high-validity environments23- When the problem is motivational rather than cognitive (people know the right answer but choose otherwise)2425## Assumptions2627```28IRON LAW: System 1 operates by DEFAULT — System 2 engagement29requires cognitive effort and is easily depleted. Under time30pressure, cognitive load, or ego depletion, System 1 dominates31and heuristic biases amplify.32```3334Key assumptions:351. System 1 and System 2 are metaphors for processing modes, not discrete brain systems362. Heuristics are generally adaptive — biases emerge at the boundary conditions373. System 2 can override System 1, but only when cued and when cognitive resources are available3839## Methodology4041### Step 1 — Identify the Judgment or Decision Context4243Characterize the decision: time pressure, complexity, familiarity, stakes, emotional involvement.4445### Step 2 — Classify Processing Mode4647| Feature | System 1 | System 2 |48|---------|----------|----------|49| Speed | Fast, automatic | Slow, effortful |50| Awareness | Unconscious | Conscious |51| Capacity | High (parallel) | Low (serial) |52| Basis | Heuristics, associations | Rules, logic |53| Error type | Systematic biases | Computational mistakes |54| Triggered by | Default, familiarity | Novelty, conflict detection |5556### Step 3 — Map Relevant Heuristics and Biases5758Common System 1 heuristics and their failure modes:59- **Availability**: judge frequency by ease of recall — biased by salience and recency60- **Representativeness**: judge probability by similarity — ignores base rates61- **Anchoring**: estimate by adjusting from initial value — insufficient adjustment62- **Affect**: judge risk/benefit by emotional reaction — neglects statistical evidence6364### Step 4 — Design Intervention6566- **De-bias**: slow down decisions, require explicit justification, use pre-mortems67- **Nudge**: restructure choice architecture to align System 1 defaults with desired outcomes68- **Leverage**: use System 1 strengths (pattern recognition) in high-validity, rapid-feedback domains6970## Output Format7172```markdown73## Dual-Process Analysis: [Context]7475### Decision Environment76- Time pressure: [High/Medium/Low]77- Complexity: [High/Medium/Low]78- Emotional involvement: [High/Medium/Low]79- Dominant processing: [System 1 / System 2 / Mixed]8081### Heuristic-Bias Map82| Heuristic | Bias Triggered | Evidence | Risk Level |83|-----------|---------------|----------|------------|84| [heuristic] | [bias] | [observation] | [High/Med/Low] |8586### Intervention Design871. [De-biasing or nudge strategy]882. [Process change]893. [Environmental redesign]90```9192## Gotchas9394- System 1/System 2 is a useful metaphor, not a literal brain architecture — avoid reifying the distinction95- Expert intuition (System 1) is highly accurate in domains with clear feedback and regular patterns (e.g., chess, firefighting)96- De-biasing training has poor transfer — changing the environment is more effective than training individuals97- Cognitive depletion effects are debated; do not assume a simple "willpower battery" model98- System 2 is not inherently "better" — it is slower, more costly, and still subject to motivated reasoning99- People often confuse confidence with accuracy; high System 1 confidence does not indicate correctness100101## References102103- Kahneman, D. (2011). *Thinking, fast and slow*. Farrar, Straus and Giroux.104- Stanovich, K. E. & West, R. F. (2000). Individual differences in reasoning: implications for the rationality debate. *Behavioral and Brain Sciences*, 23(5), 645-665.105- Tversky, A. & Kahneman, D. (1974). Judgment under uncertainty: heuristics and biases. *Science*, 185(4157), 1124-1131.