Psychological Mechanisms of Decision under Pressure
The brain facing choice: three scarce resources
Hick's Law describes an observable phenomenon. To apply it intelligently, you have to understand what happens inside when a human makes a decision. Three cognitive resources are recruited at the same time — and all three are scarce, fragile and exhaustible.
1. Working memory (Baddeley, 1974)
This is the mental scratchpad on which the brain lays out the options it has to compare. Its capacity is limited to 4 ± 1 chunks of information in an adult under optimal conditions (Cowan, 2001 — the modern revision of Miller's 7 ± 2).
In practice, the moment more than 4 complex options or more than 7 simple options are presented, working memory overflows. The user is then forced to:
- Arbitrarily eliminate some options
- Defer the decision ("I'll come back to it later")
- Give up entirely
2. Selective attention
Each option attracts a bit of attention. But attention is a shared pot: every open option consumes a fraction of the available resource. The more diluted the pot, the lower the signal-to-noise ratio for each option.
That is why a website with 12 navigation sections generates fewer clicks per section than the same site with 4 — not because the sections are less interesting, but because the user's attention has been pulverized.
3. Willpower
Roy Baumeister (1998) showed that decision-making consumes willpower the way a muscle burns glucose. This is the famous decision fatigue. The more decisions you have made over the day, the more likely you are to:
- Choose the default option
- Defer
- Capitulate
- Choose at random
A famous study (Danziger, 2011) showed that judges grant 65% of parole hearings in the morning, versus near 0% just before the lunch break. The dossier content mattered less than the hearing time.
Analysis paralysis
When the number of options exceeds cognitive capacity, the user enters analysis paralysis. Symptoms:
- The user goes back
- They open 5 tabs in parallel
- They ask for someone else's opinion
- They put the project on hold "to think it over"
- They give up and buy later… or never
This is precisely what Hick-Hyman predicts: beyond the logarithmic zone, T tends to infinity. And an infinite T in e-commerce is an abandoned cart.
graph LR
A[1 option] -->|T very short| B[Fast decision]
C[3-5 options] -->|T reasonable| D[Considered decision]
E[7-9 options] -->|T high| F[Strong hesitation]
G[10+ options] -->|T → ∞| H[Abandonment]
Cognitive load: intrinsic, extraneous, germane
Sweller (1988) distinguishes three sources of cognitive load:
| Type | Origin | How to reduce it |
|---|---|---|
| Intrinsic | Inherent complexity of the topic | Break down into steps |
| Extraneous | Poor design, unnecessary overload | Remove, simplify |
| Germane | Productive learning effort | Preserve it |
The designer's (and the salesperson's) job is to butcher extraneous load without touching germane load. Hick's Law mainly acts on extraneous load: every extra option is unproductive cognitive debt.
The saturation effect: why 7 is the wall
Past 7 simultaneously visible options, several phenomena pile up:
- Working memory overflows
- The user loses their sense of control
- Fear of choosing poorly (anticipated regret) climbs
- Perceived opportunity cost explodes
This 7-9 options band is a rupture line observed empirically in almost every context: restaurant menus, SaaS pricing pages, e-commerce catalogues, system settings. For that reason, modern primary web navigations stay at 5 main entries maximum.
The role of heuristics
When T becomes uncomfortable, the brain switches to heuristics — decision shortcuts. The most frequent:
- Default heuristic: "I'll take what's pre-selected"
- Median price heuristic: "I'll take the middle one"
- Brand heuristic: "I'll take the one I recognize"
- Social heuristic: "I'll take what the majority took"
- Recency heuristic: "I'll take what was last recommended"
Not to be confused: using these heuristics to help the user is ethical. Using them to manipulate is what Brignull (2010) called dark patterns. This course teaches the former.
The emotional cost of choice
Schwartz (2004, The Paradox of Choice) showed that the wider the range of choices, the stronger the post-decision regret that sets in. The customer who picked from 24 options stays haunted by the 23 they did not take.
Measurable consequences:
- Higher return rate
- Lower NPS
- Reduced repurchase probability
- Less enthusiastic recommendations
Hick's Law and the paradox of choice are two sides of the same coin: too many options degrade both decision time (Hick) and post-decision satisfaction (Schwartz).
How AI can neutralize these mechanisms
Here is a prompt to audit your own offer with a LLM:
You are a choice-architecture consultant.
Here is the current pricing page of a B2B SaaS product:
[PASTE THE FULL LIST OF PLANS + FEATURES HERE]
Analyze it according to Hick's Law:
1. How many primary options are presented?
2. How many secondary options (add-ons, toggles)?
3. Estimate decision time T using b = 0.17.
4. Identify the 3 options with high cognitive cost and low perceived value.
5. Propose a stripped-down version with no more than 3 plans,
justifying each removal by: (a) probable low usage, (b) overlap
with another plan, (c) confusion it introduces.
6. Estimate the expected conversion gain (low / high range).
Reply in structured Markdown.
This prompt produces a professional audit in 30 seconds. It is refined in chapter 5.
Use case: a simplified closing script
A B2B salesperson usually says at the end of a call:
"We can go with the Starter at €49, or the Pro at €149, or the Business at €399, or do a custom plan with an annual commitment, or try the 30-day trial, or wait for your next budget."
Six options, spoken aloud, in under ten seconds. Theoretical T: 0.17 × log₂(7) ≈ 0.48 sec in lab — but in real life the prospect asks for another call "to discuss it". That is T = +7 days.
Hick-compatible version:
"Given what we discussed, the Pro plan at €149 is what fits your needs. We start with a 30-day no-commitment trial. Do we sign now, or shall I send you the quote by email in 5 minutes so we can sign on video tomorrow?"
Two options. A decision is possible in under 5 seconds. Observable closing-rate uplift: +25 to +40%.
Summary
Hick's Law only works because three scarce resources — working memory, attention, willpower — are recruited simultaneously on every decision. Past 7 options, analysis paralysis sets in and the user either flees or falls back on heuristics. Extraneous cognitive load must be attacked without mercy, while germane load is protected. AI lets you audit an offer in seconds today and predict the conversion gain of simplification. The next chapter tests your mastery of these foundations before we move on to concrete commercial applications.