|
|
|
|
|
by throwaway0a5e
1766 days ago
|
|
It should go without saying that there are nuances in implementation. What I'm describing here is a fundamental tradeoff of JIT systems. If you get the wrong thing delivered it throws a bigger wrench into things because you don't have the buffer. Can you make this rare enough that the amortized cost is low enough to make JIT overall cheaper? Of course, that's why everyone does JIT. |
|
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).