Dependency Distribution Concentration¶
Core Idea¶
When a system relies on an upstream network of providers, the shape of how its dependency weight is spread across them — concentrated on a few or spread broadly — bounds its fragility. Two systems with identical total dependency can be robust or brittle purely as a function of this distribution, not the binary fact of dependency.
How would you explain it like I'm…
One Cow or Ten Cows
How Your Needing Is Spread
The Shape of Dependence
Broad Use¶
- Supply chains: supplier concentration risk and single-sourcing trade-offs, with documented single-facility chokepoints.
- Information technology: single-vendor lock-in, single-CDN dependency, cloud-region concentration, OS monoculture.
- Ecology: keystone-species dependence and single-pollinator reliance concentrate ecosystem function on a few nodes.
- Agriculture: monoculture — the Cavendish banana, the 1840s potato — concentrates a crop's survival on one genome.
- Physiology: single-pathway metabolic dependence and single-receptor signaling concentrate function.
- Finance: single-counterparty concentration, single-CCP clearing, and too-big-to-fail banks as concentrated upstream nodes.
- Energy: single-fuel reliance and single-pipeline imports concentrate supply.
Clarity¶
Separates three fused questions — is there a dependency?, is the provider reliable?, and how is weight distributed? — and distinguishes concentration (the failure mode) from redundancy (the remediation), surfacing the efficiency-versus-tail-exposure trade.
Manages Complexity¶
Reduces a wide failure family to one diagnostic — what fraction depends on the top-k nodes, and what is their joint failure probability? — captured by a portable scalar (Herfindahl, top-k share, Gini).
Abstract Reasoning¶
Concentration is a system property, not a provider property; tail risk dominates expected loss; the "two of everything" heuristic is wrong by default (duplication that shares a common mode does not deconcentrate); and concentration drifts upward endogenously unless actively maintained.
Knowledge Transfer¶
- Finance: a firm clearing through twelve brokerages all routed to one CCP has apparent diversity, real single-node concentration.
- Ecology: an agricultural region with twelve crops all pollinated by one bee population is the same hidden common mode.
- Site reliability: twelve regional deployments all on one DNS provider recapitulate the procurement officer's playbook.
Example¶
A firm sourcing from twelve suppliers (Herfindahl ~0.08 by count) that all buy from one upstream plant has a true concentration of 1 at the hidden node — so the diagnostic is to compute the concentration scalar at the deepest shared layer, not the visible provider tally.
Relationships to Other Primes¶
Parents (1) — more general patterns this builds on
- Dependency Distribution Concentration presupposes Dependency — How a system's dependency WEIGHT is distributed across providers; it presupposes a dependency structure and characterizes the shape of that reliance (a graph-weight property).
Path to root: Dependency Distribution Concentration → Dependency
Not to Be Confused With¶
- Dependency Distribution Concentration is not a Single Point of Failure because this prime is the continuous distribution-shape measure (of which an SPOF is the extreme case at concentration = 1), capturing the graded middle that the binary predicate misses.
- Dependency Distribution Concentration is not Risk Pooling because risk pooling is a strategy assuming independent failures, whereas this prime is the structural property — plus the common-mode check — that determines whether the pooling actually worked.
- Dependency Distribution Concentration is not a Margin of Safety because this prime is about where the dependency weight sits, whereas a margin is how much buffer is held — generous headroom does not help if weight is concentrated on one node.