Guide
Little's Law is one of the most useful, and most overlooked, principles in batch release management. It explains, in one simple relationship, why lead times grow even when a team is working just as hard as before.
Little's Law states that lead time equals work in progress divided by throughput. It comes from queueing theory and applies to any system where work waits before being processed, including QC laboratories and release processes. The relationship is exact, not a rule of thumb, which is what makes it useful for prediction.
If throughput stays roughly constant, and work in progress increases, lead time must increase as well. This is often the hidden reason batches take longer to release even though nobody has slowed down, more work was simply allowed to start in parallel, which mathematically extends how long each item waits.
A lab processing the same number of samples per day, but carrying twice the work in progress, will see lead times roughly double, even with identical throughput. This is why adding more open tasks, more parallel batches, or more simultaneous priorities tends to slow everything down rather than speed anything up.
Since lead time is driven by the ratio of WIP to throughput, the fastest way to shorten lead time is usually to reduce work in progress, not to increase throughput. Throughput is harder to change quickly, since it depends on capacity and staffing. WIP is something a team can control immediately by limiting how much work starts at once.
q_alizer uses Little's Law based lead time logic as part of its WIP driven planning, making the relationship between WIP and lead time visible instead of theoretical. Teams see how current WIP levels are affecting lead time, and can act on it directly rather than discovering the effect only after release is delayed.