Question
What goes wrong when you ignore that process bottlenecks?
Quick Answer
Automating a bad process instead of eliminating it. You notice that the seven-step report takes too long, so you write a script to auto-pull the dashboard data and auto-format the template. Now the waste is faster, but it is still waste. The review step still adds zero value. The formatting.
The most common reason fails: Automating a bad process instead of eliminating it. You notice that the seven-step report takes too long, so you write a script to auto-pull the dashboard data and auto-format the template. Now the waste is faster, but it is still waste. The review step still adds zero value. The formatting template still references dead metrics. The approval step still rubber-stamps without reading. You spent engineering effort to make a broken process execute more efficiently, when the correct intervention was to delete five of the seven steps entirely. Michael Hammer called this 'paving the cow paths' — using technology to accelerate processes that should not exist. The second failure mode is eliminating steps that appear wasteful but actually serve a latent function you did not understand, breaking the system in a way that only becomes visible weeks later.
The fix: Pick one recurring process in your work or personal life — something you do at least weekly. Map every step from trigger to completion. For each step, classify it as one of three types: (1) value-adding — this step directly produces the output or moves it meaningfully forward, (2) necessary non-value-adding — this step does not produce output but is genuinely required by a real constraint (legal, safety, coordination), or (3) pure waste — this step exists because of habit, legacy, or assumption and could be eliminated without consequence. Count the steps in each category. Calculate the time spent on each category. Then ask: if I eliminated every pure-waste step and streamlined every necessary-non-value-adding step, how much faster would this process be? Write down the redesigned process with only the value-adding and genuinely necessary steps. Try running the redesigned version next week.
The underlying principle is straightforward: Inefficient processes create artificial constraints that can be designed away.
Learn more in these lessons