Skip to content

The Biological Veto & Planetary Boundaries

This module translates the concept of the Biological Veto into a toy mathematical formalization, illustrating why purely semantic “guidelines” can be fragile under competitive pressure and how an explicit constraint layer changes the dynamics in the model.

The Problem: Instrumental Convergence

As described in the Emergence Manifesto, any agent optimizing a utility function \(U\) will experience pressure to acquire resources and autonomy (Instrumental Convergence).

If multiple agents share a finite physical environment (the Planetary Substrate, \(S\)), their unconstrained optimization leads to the Tragedy of the Commons. The substrate degrades until the system collapses.

The Inspiration: Donald Knuth & Fiber Decomposition

In Donald Knuth's "Claude Experiment" (Exploration 25), Claude Opus 4.6 failed to solve a complex grid path problem using a brute-force or "Simulated Annealing" approach. It only succeeded when the problem was divided using Fiber Decomposition — splitting the complex whole into coordinated but mathematically constrained layers.

Currently, we try to steer global civilization using "Simulated Annealing" (whac-a-mole politics and semantic guidelines). It is failing. To stabilize the planet, we need a mathematical Fiber Decomposition: we must sever the infinite growth loop by introducing a hard boundary layer.

The Simulation (planetary_veto_simulation.py)

This Python script uses Ordinary Differential Equations (ODEs) to model N agents extracting utility from the Substrate \(S\).

We track three scenarios:

  1. Unregulated (V = 1.0): Agents optimize perfectly. The substrate is depleted. The system collapses (Utility drops to 0).
  2. Semantic Alignment (V = 0.8 to 0.2): We give agents "guidelines" to be sustainable. They partially comply, but competitive pressure means the veto is weak. Collapse is delayed, but inevitable.
  3. The Biological Veto (Hard Math): We introduce the Coherence Score \(C\) as a function of the Substrate \(S\). As \(S\) approaches the critical planetary boundary (\(S_{crit}\)), \(C\) drops abruptly to 0 via a steep sigmoid function.
  4. Because \(dU/dt\) is multiplicatively bound to \(C\), agent growth physically halts before the substrate is destroyed.
  5. The result is long-term Homeostasis.

Running the Code

python planetary_veto_simulation.py

A “constraint layer” intuition (not a law)

If we want a civilization (or an artificial optimizer) to survive, then relying on suggestions inside an agent’s mind can be weaker than a boundary condition enforced by the environment or infrastructure. This toy model illustrates one version of that intuition by making substrate degradation reduce effective capability via \(C(S)\). It is not a claim of a universal “mathematical law”, only a stylized argument about dynamics under constraints.

📚 References

  • Rockström, J. et al. (2009). A safe operating space for humanity. Nature, 461(7263), 472-475.