In Eliyahu M. Goldratt's "Theory of Constraints", you can't increase the throughput of a factory by making each step in the manufacturing process faster [1,2].
That only results in building up inventory which actually decreases the efficiency of the entire process.
Instead, identify and fix the biggest bottleneck. Even if you do that inefficiently, with more labor, or with a sub-optimal machine, fixing the biggest bottleneck increases total throughput.
Once that's done, then focus on the biggest bottleneck of the newly revised process.
The counterintuitive result is that by focusing only on constraints, the process steps that are unconstrained will be idle much of the time.
Inexperienced factory managers see people standing around doing nothing and think this is inefficiency to be eliminated. Experienced managers realize that idleness is essential at unconstrained stations, and trying to eliminate it will actually decrease total output. Optimize for throughout (of the system), not latency (of every component).
In Eliyahu M. Goldratt's "Theory of Constraints", you can't increase the throughput of a factory by making each step in the manufacturing process faster [1,2].
from ycombinator.com
Filed under:
Related Notes
- This reminds me of the story where a Houston airport kept getting c...from ycombinator.com
- Nathan's four Laws of Software: Software is a gas Soft...from Jeff Atwood
- Software with fewer concepts composes, scales, and evolves more eas...from oilshell
- few days ago I did something that I never thought I’d do again, and...from brandur.org
- Amdahl's law is often used in parallel computing to predict the...from en.wikipedia.org
- But the thing about state-sponsored attacks is that they’re a bit l...from Matt Webb
- CAP theorem is perhaps the best-known statement of the tradeoffs in...from apenwarr.ca
- as devices get extremely fast, interrupt-driven work is no longer a...from Glauber Costa