Decision Making
Lovelace textbook · CC BY-SA 4.0 · computationalcognitivescience.github.io/lovelace/home
Rational agents maximize expected utility. Real humans don't. Kahneman and Tversky's prospect theory explains the gap: people weight losses more than gains, overweight small probabilities, and evaluate outcomes relative to a reference point. Bounded rationality reframes the question: given limited time and information, satisficing often beats optimizing.
Expected utility
The normative theory: choose the option with the highest expected utility. EU = sum of probability times utility for each outcome. This works when you have perfect information, unlimited computation, and stable preferences. Violations of EU theory are not mistakes to be corrected. They are data about how human cognition actually works.
Prospect theory
Prospect theory replaces utility with a value function that is concave for gains, convex for losses, and steeper for losses than gains (loss aversion). It also replaces probabilities with decision weights that overweight small probabilities and underweight large ones. The reference point makes the same outcome feel like a gain or a loss depending on framing.
Bounded rationality and satisficing
Herbert Simon argued that real decision-makers face limited time, limited information, and limited computation. Bounded rationality asks: given these constraints, what decision procedures perform well? Satisficing means searching until you find an option that meets a threshold, then stopping. This is structurally similar to
competitive inhibition: a winner-take-all gate that passes the first signal above threshold and suppresses the rest. It often outperforms optimization in uncertain environments because it avoids overfitting to noisy estimates.
Notation reference
| Term | Meaning |
|---|---|
| EU | Expected utility: sum of p * u(outcome) |
| v(x) | Prospect theory value function |
| Loss aversion | Losses loom ~2.25x larger than equivalent gains |
| Satisficing | Accept first option above threshold |
| N/e rule | Optimal stopping: observe 37%, then decide |
Neighbors
- Lovelace Ch.5 โ reinforcement learning as sequential decision making
- Game theory pages โ strategic decision making with multiple agents
Prospect theory
Bounded rationality
Translation notes
The Lovelace textbook covers prospect theory's probability weighting function in addition to the value function, and discusses framing effects, the endowment effect, and the status quo bias as downstream consequences. This page focuses on the three main ideas: EU as normative baseline, prospect theory as descriptive alternative, and bounded rationality as a different framing of the question. The textbook also covers multi-attribute decision making and decision under uncertainty.