The Ostrich Algorithm
Version 1.0.0 · Updated 2026-07-30
CORE DEFINITION
In computer systems, for problems with extremely low occurrence probability but extremely high resolution cost (such as deadlock detection), system designers choose to 'pretend it won't happen' (like an ostrich burying its head in the sand). In engineering, this is often the optimal solution.
SCAFFOLDING EFFECT
Reduce cognitive load
Rational ignorance. Perfectionism is the enemy of engineering. For bugs or risks that are 'rare and have controllable consequences', explicitly choose 'not to fix', reserving resources for the core path. Acknowledge that 'not solving' is also a solution strategy.
Anchor fast decisions
In operating systems and concurrent programming, for exceptions with extremely low occurrence probability but extremely high detection and resolution cost (typically deadlock), designers choose to ignore their occurrence and not invest in detection mechanisms. The rationale is that the overhead of handling the problem (performance loss, complexity) may be greater than the loss caused by occasional occurrence, so 'pretending it doesn't happen' is overall better.
MINIMUM ACTION
In progress 0/4Practice this model in one real situation:
account_treeGenealogyexpand_more
menu_bookReferencesexpand_more
Source support: Explicit
- zh.wikipedia.orghttps://zh.wikipedia.org/wiki/%E9%B8%B5%E9%B8%9F%E7%AE%97%E6%B3%95verified
PRIVATE NOTES · Only visible to you
SAVED Q&A
ENTRY Q&A · Private saving available
Ask with a clear boundary
thinkingmodels answers from published entry context only.
Your question is sent to thinkingmodels. The answer uses public entry context only.
RELATED MODELS