William Hick, Ray Hyman, and the Information Revolution
In the early 1950s, amidst the birth of Claude Shannon’s Information Theory, British psychologist William Edmund Hick (1952) and American psychologist Ray Hyman (1953) conducted groundbreaking experiments to quantify the exact mathematical relationship between the number of stimulus options and human decision time.
Prior to Hick and Hyman, researchers expected reaction time to scale linearly (e.g. 4 choices taking four times longer than 1 choice). Instead, Hick discovered that reaction time scales with the base-2 logarithm of the number of options: RT = a + b * log2(n + 1), where "a" is the baseline simple reaction time (~200ms), "b" is the processing speed constant (~120–180ms per bit of information), and "n" is the number of equiprobable choices.
Information Entropy and Binary Decision Trees in the Brain
Why is human decision-making logarithmic rather than linear? In information theory, one "bit" represents the amount of information required to choose between two equally likely alternatives (log2(2) = 1 bit). Four alternatives equal 2 bits (log2(4) = 2); eight alternatives equal 3 bits (log2(8) = 3).
The logarithmic curve proves that the human nervous system does not check alternatives one-by-one in a linear serial scan. Instead, the brain executes Hierarchical Binary Sub-division: it divides the problem space into halves repeatedly, eliminating 50% of the remaining options with each 120ms cognitive cycle.

Stimulus-Response (S-R) Compatibility and Slope Flattening
The slope parameter "b" in Hick's Law is not fixed; it varies dramatically depending on Stimulus-Response (S-R) Compatibility (Fitts & Seeger, 1953).
• High Compatibility: When a right-side light illuminates and you press a right-side button, the mapping is intuitive. The "b" slope is shallow (~50–80ms/bit).
• Low / Inverted Compatibility: When a top-left light requires pressing a bottom-right button, mental coordinate transformation is required, steepening the slope to 200ms+/bit.
• Highly Practiced / Automatic S-R: In expert typists, pianists, and competitive gamers, extensive overlearning can flatten Hick's Law completely (b ≈ 0), allowing near-instantaneous selection among dozens of keys!
Hick’s Law in Modern UI/UX and Software Design
Hick’s Law is a foundational principle of modern human-computer interaction (HCI):
• Menu and Navigation Architecture: Rather than presenting users with 30 unorganized menu items on one screen (which paralyzes decision-making), designers use hierarchical categorized accordions or search filters.
• The Paradox of Choice in E-Commerce: Limiting the number of checkout choices or featured options dramatically increases conversion rates by reducing decision latency and cognitive fatigue.
• Emergency Cockpit Design: Fighter jet cockpits and nuclear control rooms minimize emergency switch options to 1 or 2 high-priority buttons to ensure sub-500ms pilot responses.
Tactical Applications in Competitive Gaming and Esports
In esports (Valorant, League of Legends, Fighting Games):
1. Force Hick’s Law on Opponents: Use unpredictable feints, varied attack angles, and irregular timing. Forcing an opponent to evaluate 4 defensive options delays their reaction by ~200ms, making your attack unreactable.
2. Eliminate Hick’s Law for Yourself: Establish strict "If-Then" pre-commitment heuristics (e.g. "If flashbang pops, immediately 180-turn right"). Pre-committing eliminates response selection latency, preserving raw simple reflex speed.
- Hick’s Law proves that decision time increases logarithmically with the number of choices: RT = a + b * log2(n+1).
- The logarithmic relationship reflects hierarchical binary elimination: the brain halves the decision space in ~120ms per bit.
- Stimulus-Response (S-R) compatibility and deliberate practice can flatten the decision slope, reducing choice latency.
- In competitive games and UX design, minimizing alternatives drastically speeds up human reaction times.

