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-r3.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 Combined ρ and τ interventions are superadditive; the joint effect exceeds the sum of individual effects (synergy term γρτ > 0). Additive or sub-additive joint effect.
H3 Coordination improvements are directional — within-unit effects differ from cross-boundary effects (anisotropic tensor). Isotropic response; no directional difference.
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},
  howpublished = {Manuscript under review at AGI-26},
  note         = {Revision 3},
  doi          = {10.5281/zenodo.19710482},
  url          = {https://doi.org/10.5281/zenodo.19710482}
}

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.