Load Leveling / Demand Smoothing¶
Redistribute demand or work over time to smooth destabilizing peaks and preserve stable utilization.
The Diagnostic Story¶
Symptom: The system is regularly overwhelmed at predictable intervals even though the same total work across a wider window would be manageable. Monday mornings create chaos, the end of the month burns the team out, and everyone submits at the deadline so the system saturates. Average capacity is fine; the timing is the problem.
Pivot: Distinguish shiftable from urgent work, then reshape when demand arrives, is admitted, or is processed. Use scheduling, pacing, staggered starts, batching, reservation windows, or off-peak incentives to redistribute load from high-pressure intervals into lower-pressure ones. This changes the time profile of demand, not the total amount.
Resolution: Peaks are reduced, capacity utilization becomes more even, and the cycle of overload and recovery is broken. Urgent work is protected from smoothing, deferred work is still served through a defined path, and backlog does not grow invisibly. The policy is monitored for secondary peaks and fairness effects.
Reach for this when you hear…¶
[manufacturing operations] “We run heijunka precisely so we never have a Monday with forty percent of the week's orders and a Thursday with almost nothing.”
[cloud infrastructure] “We move the non-urgent batch jobs to the overnight window so the daytime compute cluster is not constantly peaking.”
[public health clinic] “If we switch to appointment slots instead of walk-in only, we can spread the Monday surge across the whole week and actually staff to it.”
Related Abstractions¶
Abstractions this archetype builds on — directly (a source ingredient) or as a related pattern. Links follow the typed catalog namespace.
Built directly on (9)
- Capacity Signal
- Demand Shaping: The supply-chain practice of applying pricing, promotion, substitution, and channel levers to the consumer side of a capacity mismatch — moving realized demand toward feasible supply rather than scaling supply to meet it — by steering the marginal consumer's selection.
- Feedback: Outputs influence inputs.
- Incentive Or Signal Adjustment
- Pacing
- Prioritization: Ordering competing claims on finite resources by a value or urgency metric to produce a ranked sequence of action under constraint, making explicit what gets done first and what does not get done at all.
- Queueing: Organizes tasks into a waiting line based on arrival and service rates.
- Scheduling: Organizing tasks over time.
- Temporal Distribution Policy
Also references 12 related abstractions
- Constraint: Limits possibilities to guide outcomes.
- Flow: Structured movement of energy, matter, or information.
- Intermittency: Irregular bursts.
- Margin of Safety: Buffer capacity.
- Observability: Infer internal state externally.
- Periodicity: Regular cycles.
- Resource Management: Allocation of finite assets.
- Scalability: Handle growth.
- Threshold: Safe vs harmful levels.
- Time Preference (Discounting Future): Present vs future value.
Variants¶
Narrower or domain-specific specializations that share this archetype's core structure. Recognized variants are established; candidate variants are provisional.
Peak Shaving · temporal variant · recognized
Reduce or shift peak demand so capacity is not overwhelmed during high-load intervals.