Cover: Civilizational Metamaterials — phase transition between ordered blue voxels and turbulent red voxels

Civilizational Metamaterials

Engineering Coordination Under Capability Gradients and Structural Turbulence

David Orban  ·  ORCID 0009-0004-4954-1147  ·  Independent Researcher AGI-26

Submission version (no cover): civilizational-metamaterials-agi26.pdf

Abstract

We argue that governance must transition from a normative discipline to an engineering discipline, and develop a formal framework — inspired by the physics of metamaterials — to make this transition quantitative and testable. Artificial General Intelligence affects civilization primarily by increasing decision velocity while human verification capacity remains bounded. When the cost of validating AI-generated outputs exceeds the expected utility of acting on them, rational agents default to inaction: a stable but catastrophic Nash equilibrium we term the Freezing Equilibrium.

Drawing on metamaterials, where emergent macro-properties arise from designed microstructure, we develop a phenomenological constitutive law for institutional coordination, predict a sharp phase transition between self-healing and self-destabilizing regimes, introduce a three-class provenance taxonomy including context binding, and derive four falsifiable hypotheses with a proposed 12-week stepped-wedge cluster-randomized trial in government grant review panels.

The constitutive law

The core result is a phenomenological equation for the effective reproduction number of unverified decisions flowing through an institution:

\[ R_{\text{eff}} = \beta \cdot (1-\rho) \cdot (1-\tau) \cdot (1 - \gamma\rho\tau) \]

where:

When $R_{\text{eff}} < 1$, unverified decisions decay — the institution is in the self-healing regime. When $R_{\text{eff}} > 1$, they cascade — the self-destabilizing regime. The phase boundary $R_{\text{eff}} = 1$ is the critical threshold, and the sub-critical condition can be engineered by institutional design of ρ and τ.

Phase diagram

Figure 2 shows $R_{\text{eff}}$ as a function of ρ and τ for $\beta = 10$, $\gamma = 1$. The bold contour marks the phase boundary. The blue region is self-healing; the red region is turbulent.

Phase transition diagram: R_eff as a function of provenance fidelity ρ and verification rate τ

Interactive R_eff explorer

Drag the sliders to see whether your institutional parameters place the system in the damped or turbulent regime.

10.0
0.50
0.50
1.00

Four contributions

Contribution 1

Constitutive Law

A phenomenological equation for institutional coordination parameterized by designable features, with a sharp phase transition derivable from branching-process theory.

Contribution 2

Three-Class Provenance Taxonomy

Cryptographic (Class A), institutional (Class B), and context binding (Class C — the novel third class). Maps onto NIST AI RMF and ISO 42001.

Contribution 3

Synthetic Principals

AI agents treated as distinct governance primitives — synthetic principals that require calibrated delegation depth and explicit visibility, not human-principal proxies.

Contribution 4

Falsifiable Trial Design

Four falsifiable hypotheses with a concrete 12-week stepped-wedge cluster-randomized trial in government grant review panels, with pre-specified statistical analysis plan and OSF preregistration template.

Four falsifiable hypotheses

ID Prediction Falsifier
H1 Panels crossing $R_{\text{eff}} = 1$ exhibit a sharp regime change — exponential-tail cutoff rather than power-law tails in cascade size. No regime change at threshold; power-law tails persist across the boundary.
H2 Coordination response is anisotropic: within-unit (intra) and cross-boundary (cross) effective reproduction numbers differ. A system can satisfy $R_{\text{eff}}^{\text{intra}} < 1$ while $R_{\text{eff}}^{\text{cross}} > 1$ — locally healthy yet failing at interfaces. Isotropic response; no directional difference between intra- and cross-boundary cascades.
H3 Combined ρ and τ interventions cross the critical boundary $R_{\text{eff}} = 1$ at parameter combinations where neither single intervention does. In a factorial (low/high ρ) × (low/high τ) design, only the high–high condition produces self-healing cascade behaviour. This is a threshold-crossing claim, not a sum-of-reductions claim. A single-intervention condition also crosses into self-healing, or the high–high condition fails to.
H4 Withdrawal of interventions is asymmetrically costly — recovery requires a larger push than the original transition (hysteresis). Symmetric recovery on withdrawal.

Proposed experiment

The paper proposes a 12-week stepped-wedge cluster-randomized trial in government grant review panels. Cohorts of panels are sequentially crossed from control to the intervention — a Class A/B/C provenance scaffolding system — with the primary endpoint being whether a panel's decision process crosses $R_{\text{eff}} = 1$.

The full protocol, statistical analysis plan, power analysis, OSF preregistration template, and synthetic data generator are in the experiments/ directory. This is a proposed, not yet registered trial. Institutions interested in running the protocol should see COLLABORATION.md.

Cite this work

@misc{orban2026civilizationalmetamaterials,
  author        = {David Orban},
  title         = {Civilizational Metamaterials:
                   Engineering Coordination Under Capability
                   Gradients and Structural Turbulence},
  year          = {2026},
  eprint        = {2606.00235},
  archivePrefix = {arXiv},
  primaryClass  = {physics.soc-ph},
  doi           = {10.5281/zenodo.19710482},
  note          = {Accepted for presentation at AGI-26
                   (Springer LNAI, forthcoming)},
  url           = {https://arxiv.org/abs/2606.00235}
}

arXiv: 2606.00235  ·  DOI: 10.5281/zenodo.19710482. Machine-readable citation in CITATION.cff.

Reproduce

Requires Python 3.11+, a TeXLive distribution, and make.

git clone https://github.com/davidorban/civilizationalmetamaterials.git
cd civilizationalmetamaterials
make -C paper paper        # rebuild the PDF
python -m pytest code/     # run the reference-implementation tests
make -C paper figures      # regenerate all 10 figures from source

Encountered a discrepancy? Open a replication issue.