Expand on physical constraints in virtual SCM

Add a new chapter on physical constraints including power, thermal, and
connectivity. Expand Chapter 3 to cover virtual reverse logistics and
hardware decommissioning, and add a section to Chapter 5 regarding
semiconductor lead-time volatility.
This commit is contained in:
2026-05-19 16:43:37 -07:00
parent 6a19012f84
commit e727cd4900
4 changed files with 111 additions and 1 deletions
+19
View File
@@ -32,6 +32,25 @@ To reduce uncertainty, providers use "demand intake" mechanisms that serve as hi
- **Reservations and Committed Use Discounts (CUDs):** These function as "firm orders" in traditional SCM, providing a guaranteed floor of demand that allows for high-confidence hardware commitments.
- **Quotas:** While often seen as restrictions, quota requests act as "leading indicators" of potential growth for specific customers.
## The Semiconductor Bullwhip: Physical Lead-Time Volatility
While virtual resources can be provisioned in milliseconds, the underlying hardware is subject to the **Bullwhip Effect**—a phenomenon where small fluctuations in demand at the consumer level create progressively larger fluctuations at the wholesale, distributor, and manufacturer levels.
In the context of the semiconductor supply chain, this effect is amplified by extreme lead times and high capital intensity.
### The Mechanics of the Virtual-Physical Gap
When a sudden surge in demand for AI capabilities occurs (e.g., the launch of a new LLM), the virtual supply chain reacts instantly through auto-scaling and resource shifting. However, the physical supply chain faces a massive lag:
1. **Demand Signal:** Virtual capacity spikes $\rightarrow$ Cloud providers increase hardware orders.
2. **Procurement Lag:** Orders for high-end GPUs (e.g., H100s) are placed, but production cycles at foundries can take months.
3. **Over-Correction:** To avoid future shortages, providers may over-order based on peak demand, leading to an artificial inflation of the pipeline.
4. **The Correction:** By the time the hardware arrives, the market may have shifted, or efficiency gains (e.g., better model quantization) may have reduced the need for raw compute, leading to sudden inventory surpluses.
### Lead-Time Volatility in Capacity Planning
The mismatch between **Virtual Delivery Time (ms)** and **Physical Lead Time (months)** creates a volatility gap. This forces cloud providers into a precarious balancing act:
- **Under-provisioning:** Leads to "Out of Capacity" errors for customers, resulting in lost revenue and SLA breaches.
- **Over-provisioning:** Leads to millions of dollars in "stranded capital" as expensive hardware sits idle, depreciating rapidly in a fast-moving technological landscape.
This volatility demonstrates that the virtual supply chain is not fully decoupled from the physical one; rather, it is an accelerated layer that intensifies the pressure on the underlying semiconductor pipeline.
## Supply-Demand Matching (SDM) and Fungibility
The matching process in virtual environments differs from physical SCM due to the nature of the "goods" being managed.