Interactive simulation

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.

Speed
Steady state
Shock arrives
Response
Cascade or adapt
Recovery
Westphalian Centralized nation-state model
100100100100100100100100100
System stability
100%
Affected nodes: 0/9 Response latency: 14 steps
Polycentric GGF / BAZ distributed model
100100100100100100100100100
System stability
100%
Affected nodes: 0/9 Response latency: 2 steps
t=0 ⚡ t=25 t=130
Stable
Stressed
Critical
Information flow
Resource flow

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.

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.

GitHub Discord E-post RSS Feed

Built with open source and respect for your privacy. No trackers. This is my personal hub for organizing work I hope will outlive me. All frameworks and writings are offered to the commons under open licenses.

© 2026 Björn Kenneth Holmström. Content licensed under CC BY-SA 4.0, code under MIT.