Two Systems, One Crisis
Watch governance architectures respond to identical shocks — not as an argument, but as a demonstration.
When a supply chain breaks or a powerful actor captures a decision center, the response depends not on intentions but on architecture. A centralized system routes everything through a single point. A polycentric system senses locally, acts immediately, and limits the blast radius of failure.
The difference is structural. This simulation makes it visible.
A fertilizer/food cascade — mirrors real geopolitical shocks. Tests resource routing and local substitution.
What you just saw
Latency is structural, not political
The centralized system is slow because information must travel to the center before decisions can travel back out. This is physics, not failure of will. The polycentric system acts at the speed of local knowledge.
Uniform response creates collateral damage
When the center sees a national average, it responds to a number that describes no place in particular. Healthy nodes are disrupted by policy designed for crisis nodes. Subsidiarity is not an ideological preference — it is the engineering consequence of this problem.
Single points of failure concentrate risk
Capturing the center captures the whole system. A corrupted center sends bad signals everywhere — not slowly, but immediately, through every channel the center controls. In a polycentric architecture, a captured node degrades locally. The rest of the network continues.
Interactive Explorables
The Goodhart Collapse
When a measure becomes a target, it ceases to be a good measure. Optimize a visible variable while a hidden dimension collapses.
The Averaging Problem
A central controller sees only the mean — and misses the local crisis. Healthy nodes are disrupted by uniform policy.
The Immune Absorption Cycle
Watch a reform proposal get absorbed at each institutional layer — emerging as symbolic change without substance.
The Coordination Failure Tax
Architectural failures don't add — they multiply. See how four simultaneous failures can reduce capacity to 6%.
The Bypass Trap
When a workaround succeeds, pressure to reform the core vanishes — unless it has a sunset condition.
Two Civilizations Simulator
Same disturbances, different architectures. Watch Legacy and Adaptive governance diverge over time.
Technical note
This simulation implements a state-space model: x(t+1) = A·x(t) + B·u(t−τ) + d(t). Supply chain scenario: crisis nodes receive a one-time shock; centralized system responds to the national mean with high latency. Capture scenario: the captured node inverts its control gain, pushing the system away from equilibrium rather than toward it. The gain ceiling for the centralized system is structurally constrained by its latency — a consequence of control theory, not a parameter choice. See the full Python simulation series for the mathematical proof.