Files
supply/book/ch04_practitioner_perspective.md
T

22 lines
1.9 KiB
Markdown
Raw Normal View History

2026-05-18 21:31:58 -07:00
# Practitioner's Perspective
Modern SCM is viewed as a series of integrated material, information, and financial flows.
## Core Methodologies
- **Demand Planning:** Shifting from historical data to AI-driven predictive forecasting.
- **Inventory Management:** Utilizing Just-in-Time (JIT) and Safety Stock optimization to balance cost and availability.
- **Lean vs. Agile:** Reducing waste (Lean) while maintaining the ability to pivot rapidly (Agile).
## The Modern Shift: Agility and Resilience
Professionals are moving away from purely cost-optimized, "just-in-time" chains toward **Resilience**.
- **Diversification:** Reducing reliance on single suppliers to avoid catastrophic failures.
- **Digital Service Agility:** In the context of digital services, resilience means the ability to handle massive, unpredictable spikes in demand without service degradation.
- **Sustainability:** Integration of circular supply chains and carbon footprint reduction.
2026-05-19 08:38:31 -07:00
## Navigating Trade-offs with MIP Solvers
In a real-world cloud environment, the "optimal" solution is rarely a single point, but a choice along the Pareto frontier. Practitioners use Mixed-Integer Programming (MIP) solvers to navigate these trade-offs.
Rather than optimizing for a single metric (like minimum servers), they employ techniques such as **Scalarization** (creating a weighted sum of utilization and SLA risk) or the **$\epsilon$-constraint method** (optimizing for utilization while keeping the probability of an SLA violation below a threshold $\epsilon$).
By iteratively adjusting these constraints, operators can generate a set of non-dominated placement strategies. This allows them to make a conscious business decision: "How much additional hardware utilization are we willing to trade for a 0.1% increase in SLA stability?" This transforms a technical placement problem into a strategic business decision.