Skip to content

Heuristic

Prime #
65
Origin domain
Psychology
Also from
Mathematics, Computer Science & Software Engineering, Behavioral Economics
Aliases
Affect as Information, Affect Heuristic, Feelings as Information
Related primes
Approximation, Bounded Rationality, Trade-offs, Algorithm

Core Idea

A mental shortcut or rule-of-thumb that provides a quick, though sometimes imperfect, way to solve problems or make decisions.

How would you explain it like I'm…

Quick Rule of Thumb

A heuristic is a shortcut that helps you decide fast. Like 'if the sky is gray, grab a jacket' — you don't have to check the weather report. It's not always right, but it's usually good enough, and it saves you tons of time. People and animals use these shortcuts all day long.

Rule of Thumb

A heuristic is a simple rule or shortcut that gets you a good-enough answer much faster than working everything out from scratch. The trade-off is honest: you give up some accuracy to gain speed. A heuristic isn't a failed attempt at perfect reasoning — it's a different kind of method, useful because it fits the kinds of problems you actually face. The key question is always: where does it work well, and where does it predictably mess up?

Heuristic

A heuristic is a simplified rule or procedure that gives a good-enough solution or judgment far faster than exhaustive analysis would, at the cost of some accuracy and some systematic errors. Its value is measured by the trade-off between speed, mental or computational effort, and the accuracy it achieves in the environments where it's actually used. Heuristics aren't failed attempts at optimal reasoning — they're a distinct class of methods whose worth comes from ecological fit. A heuristic that performs well on the problems it meets is valuable even when a perfect algorithm would beat it on different problems it doesn't even face.

 

A heuristic is a simplified rule or procedure that yields a good-enough solution or judgment much faster than exhaustive analysis would, at the cost of accuracy in some cases and systematic error in others, whose value is defined by the favorable trade-off between speed, cognitive or computational cost, and achieved accuracy in the environments where it is actually deployed. The essential commitment — emphasized in Gigerenzer's ecological-rationality program and in the contrasting Kahneman-Tversky heuristics-and-biases tradition — is that heuristics are not failed attempts at optimal reasoning but a distinct class of methods whose utility is measured in terms of ecological fit. A heuristic that performs well on the problems it actually encounters is valuable even when an optimal algorithm would do better on problems it doesn't solve. Every heuristic claim specifies four things: (1) the decision or inference task addressed; (2) the simplified rule itself; (3) the environmental regularities the rule exploits (the structure of the world that makes the shortcut work); and (4) the trade-off profile — where it succeeds, where it predictably fails, and what cost it saves relative to fuller analysis.

Broad Use

  • Medical Diagnostics: Clinicians rely on heuristics (e.g., "Occam's razor in diagnosis") for rapid assessments.

  • Engineering: Approximate algorithms or heuristics for complex optimization (e.g., scheduling).

  • Investment: Traders use "heuristics" to filter noise and find plausible opportunities quickly.

  • Consumer Behavior: Shoppers rely on brand familiarity as a heuristic for product quality.

Clarity

Distinguishes fast (heuristic-based) thinking from systematic analysis, shedding light on bias or misjudgment sources.

Manages Complexity

Heuristics allow quick decisions under uncertainty or limited information, sidestepping exhaustive data collection.

Abstract Reasoning

Encourages meta-awareness of the trade-off between speed and accuracy, prompting reflection on biases and potential systematic errors.

Knowledge Transfer

Heuristics like the "80/20 rule" or "anchoring and adjustment" apply across domains, from project management to everyday life.

Example

"Rule of Three" in design: People find compositions aesthetically pleasing or workable when elements are grouped in threes, a heuristic that reduces design complexity.

Relationships to Other Primes

Parents (2) — more general patterns this builds on

  • Heuristic is a kind of Approximation — A heuristic is a specialization of approximation in which a tractable rule of judgment is substituted for exhaustive optimal analysis.
  • Heuristic is a decomposition of Trade-offs — Heuristic is the specific shape trade-offs take in inference, where speed and cognitive cost are gained at the price of accuracy.

Children (6) — more specific cases that build on this

  • Anchoring is a kind of Heuristic — Anchoring is a kind of heuristic: an initial reference point yields a fast judgment that is systematically biased toward the anchor.
  • Confirmation Bias is a kind of Heuristic — Confirmation Bias is a kind of heuristic: a fast rule favoring belief-consistent processing yields systematic error in evidence evaluation.
  • Satisficing is a kind of Heuristic — Satisficing is a specialization of heuristic; it is the rule of accepting the first option that meets an aspiration level rather than searching exhaustively.
  • Simulated Annealing is a kind of Heuristic — Simulated Annealing is a kind of heuristic: probabilistic acceptance with a cooling schedule yields good-enough optima without exhaustive search.
  • Stereotyping is a kind of Heuristic — Stereotyping is a specialization of heuristic in which a category cue triggers a prototype expectation projected onto an individual without detailed assessment.

Path to root: HeuristicTrade-offsConstraint

Not to Be Confused With

  • Heuristic is not Algorithm because an algorithm is a well-defined procedure with guaranteed correctness and termination, while a heuristic is a simplification that trades accuracy for speed without such guarantees; algorithms deliver provably correct answers, heuristics deliver "good enough" answers often.
  • Heuristic is not Satisficing because satisficing is a decision strategy setting an aspiration threshold and terminating search upon acceptable options, while heuristics are computational shortcuts that apply rules to reach judgment quickly; satisficing describes when you stop searching, heuristics describe how you evaluate during that search.
  • Heuristic is not Approximation because approximation substitutes a tractable surrogate with a named error bound, while a heuristic applies a simplified rule whose error depends on environmental regularities, not mathematical proof; approximation is formal error control, heuristics rely on ecological fit.