Cognitive Scaffold

Preparing your thinking workspace

arrow_back_ios_new
MENTAL MODEL · M0070

Premature Optimization

Premature Optimization
SystemsHigh supportSystems Theory
Included
account_tree

Version 1.0.0 · Updated 2026-07-30

CORE DEFINITION

Premature optimization means investing substantial effort in small performance improvements without adequate requirements or measurements, potentially adding complexity for little benefit. Knuth criticized excessive attention to small efficiencies while emphasizing opportunities in critical parts; this does not prohibit early consideration of algorithms or performance goals.

SCAFFOLDING EFFECT

psychology

Reduce cognitive load

Require a goal, measurement basis, and expected benefit for performance work so effort is directed toward bottlenecks that affect user requirements.

anchor

Anchor fast decisions

Prematurely polishing details when requirements and bottlenecks are unclear wastes resources and is often based on wrong assumptions, making the system harder to modify.

MINIMUM ACTION

In progress 0/1

Practice this model in one real situation:

Check to track your progress (stored locally)
Learning progress0%
account_treeGenealogyexpand_more
menu_bookReferencesexpand_more

Source support: Explicit

  • link
    en.wikipedia.orghttps://en.wikipedia.org/wiki/Program_optimizationEN · Explicit
    verified

RELATED MODELS