Satisficing¶
Core Idea¶
Satisficing (Herbert Simon's concept) describes the process where individuals or systems settle for a "good enough" solution rather than the optimal one, typically due to limited time, information, or cognitive resources.
How would you explain it like I'm…
Good-Enough Picking
Stopping at Good Enough
Satisficing
Broad Use¶
-
Decision-Making: Consumers often pick the first acceptable product rather than exhaustively searching for the best deal.
-
Project Management: Teams finalize a workable plan under deadline constraints rather than explore every possibility.
-
Behavioral Economics: Explains why people don't always maximize utility, but choose an option that meets minimum thresholds.
Clarity¶
Satisficing contrasts with optimization—it's about achieving adequacy or minimal satisfaction, not the absolute best outcome.
Manages Complexity¶
Recognizes bounded rationality: real-world agents lack the bandwidth to pursue perfect solutions, so they adopt shortcuts that reduce effort.
Abstract Reasoning¶
Underscores how cognitive and resource constraints shape seemingly "suboptimal" decisions, resonating with "good enough" approaches in software or strategy.
Knowledge Transfer¶
-
UI/UX: Users might pick the first functional tool, so designers focus on immediate usability.
-
Search Algorithms: Heuristic-based solutions prioritize feasible answers over exhaustive search.
Example¶
A busy shopper chooses the first decent pair of shoes that fit rather than scouring multiple stores for a slightly better price or style—classic satisficing behavior.
Relationships to Other Primes¶
Parents (2) — more general patterns this builds on
- 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.
- Satisficing presupposes Bounded Rationality — Satisficing presupposes bounded rationality because stopping at good-enough only makes sense for agents who cannot afford exhaustive optimization.
Children (1) — more specific cases that build on this
- Minimum Viable Product (MVP) is a kind of Satisficing — Minimum viable product is a specialization of satisficing that releases the simplest feature-set meeting core user needs to learn quickly.
Path to root: Satisficing → Bounded Rationality → Constraint
Not to Be Confused With¶
- Satisficing is not Heuristic because satisficing is the decision strategy of accepting solutions that meet a sufficiency threshold (rather than optimizing), while a heuristic is a mental shortcut or rule of thumb that simplifies judgment—satisficing is a choice criterion; heuristics are cognitive mechanisms for reaching decisions.
- Satisficing is not Optionality because satisficing is the choice to accept a good-enough solution, while optionality is the availability of multiple choices or paths—satisficing is a decision to stop searching; optionality describes the availability of alternatives.
- Satisficing is not Approximation because satisficing is the acceptance of a sufficiently-good solution without optimizing, while approximation is the use of an inexact method or simplified model—satisficing is a stopping rule; approximation is a method choice.