Skip to content

Satisficing Threshold Rule

Procedure — instantiates Bounded-Rationality Decision Design

Closes search when a candidate meets explicit minimum criteria and continued search has lower expected value.

A Satisficing Threshold Rule stops the search the moment a candidate clears a pre-declared bar of "good enough," rather than continuing in pursuit of the best possible option. The idea that makes it this mechanism and not a sibling is that its stopping condition is the quality of what you have found, tested against an aspiration set in advance. It does not watch a clock and it does not run a pool through filters; it holds up each candidate against an explicit minimum and takes the first one that passes — because once a candidate meets the bar, the expected gain from searching on is judged smaller than the cost of continuing. The word, and the concept, come from Herbert Simon.[n1]

Example

Someone relocating for a new job has three weeks to find an apartment in an unfamiliar city, with thousands of listings and no way to see them all. A Satisficing Threshold Rule turns an impossible optimization into a closeable search. Before touring anything, they write down the bar: rent under a set figure, a commute under forty minutes, in-unit laundry, and a lease that starts by the move date. That is the aspiration — the minimum that makes an apartment acceptable. Then they view places in whatever order they come up and take the first one that clears every line, without agonizing over whether unit number twelve might have been marginally nicer. The rule's honesty is in the bar being set before the search, so "good enough" can't quietly slide to fit whatever they happened to see last. They don't get the theoretically best apartment in the city; they get a demonstrably acceptable one, on time, and stop.

How it works

The procedure works by (1) specifying the acceptance criteria in advance — the concrete, checkable minimums a candidate must meet — before any option is examined; (2) evaluating candidates one at a time against that bar; (3) accepting the first candidate that satisfies all of it and halting the search; and (4) treating the aspiration as adjustable only by an explicit, logged revision if the environment proves the bar unreachable, never by quiet drift. Its distinctive move is the first-acceptable stop: search terminates on a quality condition being met, so the effort spent is whatever it took to find one adequate option — not a fixed budget, and not a full sweep of the field.

Tuning parameters

  • Aspiration level — how demanding the bar is. A higher bar yields better outcomes but takes longer to satisfy and risks never being met; a lower bar closes fast but may accept too little.
  • Criteria conjunction — whether every minimum must pass (strict AND) or a weighted set suffices; strict conjunction is clearer but can be unsatisfiable if the bars conflict.
  • Aspiration adaptation — whether, and how, the bar lowers after a run of rejections; adaptive aspiration prevents endless search but can rationalize settling.
  • Marginal-value stop — how the "not worth searching on" judgment is made explicit, so the stop is a reasoned call rather than fatigue.

When it helps, and when it misleads

Its strength is that it makes stopping an explicit, defensible act. Where an unbounded search ends only when the searcher is exhausted, satisficing ends when a stated bar is cleared — faster, more consistent, and immune to the sunk-cost pull of "I've looked this long, I should look more."

Its characteristic failure is false sufficiency: the bar is set too low, or is set (or quietly lowered) after seeing the options so that the convenient candidate passes, and "good enough" becomes a rationalization for the first thing to hand. That is the archetype's own false-sufficiency failure mode in miniature. A related misuse is applying a satisficing rule to a high-stakes, irreversible choice where the gap between "acceptable" and "best" carries real cost. The guarding discipline is to fix the criteria before search, keep them out of reach of the options being evaluated, and validate the bar against realized outcomes rather than trusting that whatever passed was truly enough.

How it implements the components

  • aspiration_and_sufficiency_criterion — this is the mechanism's heart: it is the explicit good-enough bar, declared up front and used as the acceptance test.
  • uncertainty_and_error_budget — the "continued search has lower expected value" judgment weighs the residual chance of a better option against its cost, spending the error budget deliberately rather than chasing an unreachable optimum.

It does NOT run candidates through successive cheap-then-costly filter stages via search_and_option_budget — that is Progressive Option Screening — and it does NOT stop on an elapsed-time cap via resource_limit_profile — that is Timeboxed Search. Satisficing stops on a quality bar being met, not on a filter pipeline or a clock.

Editorial Notes

Form Classification

Form family: Decision, Gate & Allocation

Rationale: Satisficing Threshold Rule operates as a case-specific gate, selection, routing, prioritization, or resource disposition because it closes search when a candidate meets explicit minimum criteria and continued search has lower expected value.

Independent corroboration: The frozen evidence defines Satisficing Threshold Rule as 'Closes search when a candidate meets explicit minimum criteria and continued search has lower expected value', so its operative form is Decision, Gate & Allocation.

Nearest alternative: Rule, Policy & Commitment — Satisficing Threshold Rule includes features of a standing rule, threshold, contractual commitment, or policy constraint governing future conduct, but its defining operation is a case-specific gate, selection, routing, prioritization, or resource disposition.

Review outcome: Independent reviewer agreement; medium confidence.

Origin Attribution

Primary origin: Economics & Finance

Origin pattern: Convergent development

Present-day reach: Universal

Rationale: Stopping search at an aspiration level is canonical bounded-rationality and decision economics.

Related originating lineages:

  • Operations Research — Optimal stopping materially formalizes search-value tradeoffs.
  • Organizational & Management Science — Organizational design, management, and operational governance supplies a parallel or contributing lineage for the mechanism's defining operation: closes search when a candidate meets explicit minimum criteria and continued search has lower expected value.
  • Psychology — Human decision research independently studies aspiration thresholds.

Review resolution: Both blind reviewers agree that economics_finance is the primary historical origin. Explicit reconciliation of alternate_origin_disagreement, origin_mode_disagreement starts from reviewer_a's mechanism-specific evidence: Stopping search at an aspiration level is canonical bounded-rationality and decision economics. Reviewer A proposed alternates=operations_research, psychology, origin_mode=convergent, domain_reach=universal, and encyclopedia_synthesis=false; reviewer B proposed alternates=organizational_management, origin_mode=single_lineage, domain_reach=universal, and encyclopedia_synthesis=false. The final record retains every independently supported alternate from either review (operations_research, psychology, organizational_management) without an arbitrary cap, selects origin_mode=convergent to represent the combined lineage evidence, and records domain_reach=universal and encyclopedia_synthesis=false. Present-day transfer is recorded as reach and is not treated as proof of historical origin.

Review outcome: Reconciled after independent review; high confidence.

Notes

[n1] Satisficing — Herbert Simon's coinage (blending "satisfy" and "suffice") for choosing an option that meets an aspiration level rather than searching for the optimum. It is the founding idea of bounded rationality: a decision maker with finite time and attention sets a "good enough" bar and stops when it is met.