Who coined the term premature optimization?
Donald Knuth famously wrote that premature optimization is the root of all evil, meaning you should measure before you optimize.
Mental Models
The act of spending resources to improve efficiency or performance in areas that have not yet been confirmed as important.
Premature optimization traps teams into polishing details before validating that the overall direction is correct.
Are we optimizing something we have confirmed matters, or are we guessing where performance matters most?
An engineer spends weeks optimizing database queries for a feature that user testing later reveals nobody wants. The optimization was technically correct but strategically premature.
Donald Knuth famously wrote that premature optimization is the root of all evil, meaning you should measure before you optimize.
When you have evidence that a specific bottleneck is constraining a validated outcome. Measurement turns optimization from premature to strategic.
The narrowest constraint sets the throughput of the entire system.
The best nearby option may not be the best overall option.
Each additional unit of effort eventually yields less incremental value.