🧪 This platform is in early beta. Features may change and you might encounter bugs. We appreciate your patience!
gamblers_fallacy
The gambler's fallacy is the mistaken belief that if a particular event occurs more frequently than normal during a given period, it will occur less frequently in the future (or vice versa) for statistically independent events. It reflects a fundamental misunderstanding of probability: the belief that random processes have a 'memory' and must balance out in the short run.
At a roulette table, the ball has landed on black seven times in a row. A gambler bets heavily on red, convinced that red is 'due' — even though each spin is independent and the probability remains exactly 50/50.
After having three daughters, a couple is convinced their next child 'must' be a boy, as if nature needs to balance things out — ignoring that each conception has roughly equal probability.
A lottery player avoids numbers that won recently, believing they are less likely to appear again, even though each draw is completely independent of previous ones.
∀e(Independent(e) ∧ Random(e) → ¬(P(e,t+1) ≠ P(e,t) | Outcome(e,t)))
Binary (yes/no) questions an LLM must answer to identify this aspect:
Does the person believe that past random outcomes influence future independent events?
Type: binaryIs the expectation that a streak must 'correct itself' or that an outcome is 'due'?
Type: binaryAre the events in question actually statistically independent?
Type: binaryThe gambler's fallacy is the mistaken belief that if a particular event occurs more frequently than normal during a given period, it will occur less frequently in the future (or vice versa) for statistically independent events. It reflects a fundamental misunderstanding of probability: the belief that random processes have a 'memory' and must balance out in the short run.
Humans are pattern-seeking creatures who expect sequences to be representative of underlying probabilities even in small samples. The 'law of small numbers' — the mistaken belief that small samples should mirror the properties of large populations — drives this fallacy.
Remind yourself that independent events have no memory. Each coin flip, dice roll, or roulette spin is a fresh start. Study basic probability. Use the question: 'Does this event know what happened before it?'
On August 18, 1913, at the Monte Carlo Casino, the roulette ball landed on black 26 times in a row. Gamblers lost millions betting on red, convinced the streak had to end. The fallacy also affects judges who may grant asylum at higher rates after a string of denials.
Use these tools to detect, analyze, or train this aspect.