Skip to content

đź§  Systems & Intelligence

An Open Thesis on Emergent Intelligence

How local rules create global minds — and how we can steer them.

Frank Peterlein · Independent Research · 2024–2026

Read the Book View on GitHub

Run Simulation Models

10 Reader Nodes

4 ODE Paradigms

1 Empirical Audit


The Core Claim

TL;DR (The Grand Synthesis)

AI Alignment is not a psychological problem—it is a problem of applied thermodynamics and systems engineering.

If we want to build safe, super-scaling artificial intelligence, we cannot rely on "friendlier" prompt engineering or moral training. Unbounded intelligence will always structurally crash the biological layer's entropy limits. True alignment requires hard, irreversible architectural constraints:

  1. Action Budgets to limit AI entropy production.
  2. Impedance Matching (artificial latency) to bridge the microsecond-speed of silicon and the slow cognitive speed of humans.
  3. The Substrate Veto hard-coded into the protocol layer of our digital state.

This repository is the complete architectural manifesto—from cosmological entropy limits down to runnable Python engines—proving that safety must be enforced structurally.

Thesis

Intelligence is an emergent property of continuous dynamical systems, not a discrete function of next-token prediction. The same mathematics that governs flocking birds, oscillating neurons, and self-organizing criticality also governs the "values" and "goals" that arise inside Large Language Models — and inside human civilizations.

We probe this not with philosophy alone, but with runnable simulations testing mathematical models from the theory. Evolutionary game theory, nonlinear dynamics, and thermodynamic control theory are all unified under a single mathematical framework: the Thermodynamics of Emergent Orchestration (TEO).


New to this project? Start here for the most direct path through the core theory and proofs.

  1. The Generator Question — The organizing question. Forward vs. inverse asymmetry. The three walls (P vs. NP, Kolmogorov, Gödel). The foundational assumption.
  2. Emergence Manifesto — The core claim set.
  3. TEO Framework — The constraint model.
  4. From Rule to Mind — The compact course spine connecting the whole system.
  5. Generative Form Systems — The intake spine for external research without sprawl.
  6. AI Alignment Veto — A runnable proof artifact.

The Book

The curated book and course path. From local emergence to civilizational dynamics, each major claim links back to runnable code or an explicit open problem.

Start reading →

Core Theories

The formal essays. Emergence Manifesto, TEO framework, Black Swan dynamics, and an honest self-assessment.

Explore theories →

Simulations

Runnable simulations: Boids, Kuramoto, SOC, Lenia, IFS, L-systems, TEO Civilization, Identity Morphospace, and more.

Run the code →

The Paper

Quantifying Emergent Utility & Stability in Multi-Agent LLM Ecosystems. The formal academic summary.

Read the paper →

Sci-Fi Synthesis

Narrative stress tests that make abstract theoretical constraints visible in lived, emotional scenarios.

Read the Fiction →


What's Next (Post-Synthesis Roadmap)

The theoretical scaffolding is complete. The next phase is empirical and physical.

With the completion of the Thermodynamic Hardware Manifesto and the Mycelial Veto, the theoretical framework (TEO) is structurally closed. The focus now shifts from mathematical formalization to real-world deployment and hardware prototyping.

  1. Empirical LLM Auditing: Executing the Agentic Identity Suite against live commercial APIs to map theoretical coupling parameters (\(K\)) to real-world alignment behaviors.
  2. Hardware Prototyping: Transitioning from Python simulations to low-level analog memristor circuit design to test physical \(\gamma\)-pin vetoes and thermodynamic computing limits.
  3. Decentralized OS Integration: Translating the "Biological Veto" into actionable protocol-level specifications for actual web3 / decentralized governance operating systems.

If you want to contribute, the project is now open for:

  • Peer review of the core thermodynamic proofs,
  • Pull Requests extending the Agentic Identity Suite with new API adapters,
  • or proposing concrete hardware architectures for the substrate veto.

Quick Start

# Clone the repository
git clone https://github.com/frnkptrln/systems-and-intelligence.git
cd systems-and-intelligence

# Run the TEO Civilization Simulation
python simulation-models/alignment-and-veto/teo-civilization/teo_simulation.py

# Run the Black Swan Resilience Simulation
python simulation-models/alignment-and-veto/black-swan-resilience/black_swan_simulation.py

# Serve this book locally
pip install mkdocs-material python-markdown-math
mkdocs serve

Living Document

This repository is a thought experiment developed by Frank Peterlein in collaboration with AI. It is a space to capture, explore, and formalize ideas about emergent intelligence. Feedback, corrections, and discussions are always welcome.