Files
supply/book/ch02_theories.md
2026-05-19 08:38:31 -07:00

50 lines
5.6 KiB
Markdown

# Anchor Theories
These theories provide the academic and strategic foundation for SCM, offering frameworks to analyze competitive advantage, governance, and adaptability.
## Resource-Based View (RBV)
- **General Purpose:** Proposes that sustained competitive advantage comes from possessing resources that are **Valuable, Rare, Inimitable, and Non-substitutable (VRIN)**.
- **Application to Virtual Resources:**
- **The Physical Layer:** The massive scale of data centers, proprietary custom silicon (e.g., TPUs, Graviton), and global fiber networks are the primary VRIN resources.
- **Virtualization as Capability:** The ability to efficiently slice physical hardware into virtual units (VMs, Containers) is the strategic capability that transforms raw hardware into a service.
- **Competitive Edge:** Derived from the **density** and **utilization efficiency** of the hardware.
## Dynamic Capabilities Theory (DCT)
- **General Purpose:** Focuses on a firm's ability to "integrate, build, and reconfigure" internal and external competencies to address rapidly changing environments.
- **Application to Virtual Resources:** This is the theoretical foundation of **Cloud Elasticity**.
- **Sensing:** Real-time telemetry of CPU/RAM utilization.
- **Seizing:** Automated scaling triggers (Auto-scaling groups) provisioning resources in response to demand.
- **Reconfiguring:** Live migration of VMs across hosts to optimize power or avoid failure.
- **Temporal Shift:** Agility in virtual SCM is measured in milliseconds rather than weeks.
## Transaction Cost Economics (TCE)
- **General Purpose:** Analyzes the "make vs. buy" decision based on transaction costs and asset specificity.
- **Application to Virtual Resources:**
- **The Cloud Shift:** Moving from on-prem (Make) to Cloud (Buy) reduces transaction costs, converting Capital Expenditure (CapEx) into Operational Expenditure (OpEx).
- **Asset Specificity & Lock-in:** Occurs when users adopt provider-specific APIs or proprietary formats (e.g., DynamoDB), increasing "switching costs."
## Agency Theory
- **General Purpose:** Explores the relationship where a **Principal** delegates authority to an **Agent**. The "Principal-Agent Problem" occurs when interests diverge and the principal cannot perfectly monitor the agent. This is driven by **Information Asymmetry**, leading to:
- **Adverse Selection**: Pre-contractual inability to determine agent competence, where an incompetent agent may misrepresent their capabilities to be selected.
- **Moral Hazard**: Post-contractual behavior where the agent acts in their own interest (e.g., shirking or cutting corners) because their actions are not fully observable to the principal.
- **Traditional SCM Application:** Highly prevalent in outsourcing and supplier relationship management where the buyer (Principal) delegates production to a supplier (Agent). To align interests, parties manage **Agency Costs**:
- **Monitoring Costs**: Expenses incurred by the principal to verify agent behavior (e.g., quality audits, on-site inspections).
- **Bonding Costs**: Expenses incurred by the agent to signal reliability and competence (e.g., performance bonds, ISO certifications).
- **Residual Loss**: The loss in value that occurs because agent decisions still deviate from the principal's ideal choice despite monitoring.
- **Application to Virtual Resources:** The **Cloud Customer (Principal)** and the **Cloud Service Provider (Agent)** relationship.
- **The Virtualization Gap**: The CSP has full visibility into physical hardware health and multi-tenancy, while the customer sees only a virtual abstraction. This creates a severe **Information Asymmetry**.
- **Virtual Moral Hazard**: Because the customer cannot see the "physical truth," the CSP may engage in behaviors maximizing their own profit, such as **aggressive overcommitment** (over-provisioning) or silent **resource throttling**.
- **SLA Governance**: Service Level Agreements (SLAs) serve as the primary mechanism to align incentives, using financial penalties (service credits) to shift the risk of moral hazard back to the provider.
- **Key References:**
- Jensen, M. C., & Meckling, W. H. (1976). *Theory of the firm: Managerial behavior, agency costs and ownership structure*. Journal of Financial Economics.
- Eisenhardt, K. M. (1989). *Agency Theory in Organizational Research*. Academy of Management Review.
## Contingency Theory
- **General Purpose:** Suggests there is no single "best way" to manage a supply chain; the optimal approach depends on the internal and external situation.
- **Application to Virtual Resources:** Justifies different orchestration strategies depending on the workload volatility (e.g., steady-state enterprise apps vs. highly volatile viral content).
## Pareto Optimality
- **General Purpose:** A state in multi-objective optimization where it is impossible to make any one objective better without making at least one other objective worse. A solution is **Pareto optimal** if there is no other feasible solution that "dominates" it (i.e., is better in at least one objective and no worse in any other).
- **The Pareto Frontier:** The set of all Pareto optimal solutions. Visually, this represents the boundary of the attainable region; any point on this frontier represents a fundamental trade-off where improving one metric requires a degradation in another.
- **Application to Virtual Resources:** Essential for managing conflicting goals in cloud environments, such as balancing the need for maximum hardware density (to reduce cost) against the need for strict performance isolation (to ensure SLAs).