Burden Quote by Larry Tesler
“You cannot reduce the complexity of a given task beyond a certain point. Once you've reached that point, you can only shift the burden around.”
About This Quote
Source Book: The Art of Computer Programming, 2003
Complex tasks have a minimal complexity limit; beyond that you can only redistribute work.
In simple terms: Complexity can’t be reduced forever.
Recognize limits and reallocate resources.
Themes
Mood
Type
When to use this quote
- software design
- project planning
- process optimization
- team allocation
Key Concepts
Questions to Reflect On
- When is it better to simplify rather than redistribute?
- How do you decide which part of a task to offload?
May lead to over‑engineering to avoid confronting limits.