← back to cognitive science

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.

Scheme

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.

gains losses value reference point steeper (loss aversion) diminishing sensitivity
Scheme

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 jkcompetitive 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.

Scheme

Notation reference

Term Meaning
EUExpected utility: sum of p * u(outcome)
v(x)Prospect theory value function
Loss aversionLosses loom ~2.25x larger than equivalent gains
SatisficingAccept first option above threshold
N/e ruleOptimal stopping: observe 37%, then decide
Neighbors

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.

Read the original: Lovelace, Chapter 6.