|
|
|
|
|
by Jtsummers
1768 days ago
|
|
> If you get the wrong thing delivered it throws a bigger wrench into things because you don't have the buffer. JIT, in Lean, does not mean no buffer, it means as little of a buffer as you can get away with. If you have issues with delivery like this on a regular basis, then you'd increase the buffer size (at least temporarily) and also take your suppliers to task for sending the wrong thing over and over. The buffer size should be increased if any upstream supply issues exist that regularly cause a shortage. Ideally, you should address those issues themselves, but if you have and they can't (or won't) be fixed then you increase your buffer to accommodate reality. However, the shortage is itself a signal. Too high an inventory permits supply issues to persist without being addressed for a long time because you never get the signal about the issues with them (the downstream production slowdowns). |
|
Yeah, spot on. One of my college professors used to compare it to a river with rocks in it. If you want to safely sail on the river, you can either a) keep the water level high enough or b) remove the rocks. In a production system inventories/buffers are the water level and variance is the rocks. The philosophy of JIT is to remove as much variance from your system as possible so you can lower your buffers. If you have identified areas of high variance you're forced to keep buffers until you've removed enough variance to lower your buffers.