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

32 Simulations

7 Book Chapters

4 ODE Paradigms

1 Empirical Audit


The Core Claim

!!! success "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 Biological 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 prove this not with philosophy alone, but with runnable Python simulations spanning cellular automata, evolutionary game theory, nonlinear dynamics, and thermodynamic control theory β€” all unified under a single mathematical framework: the Thermodynamics of Emergent Orchestration (TEO).


The Book

The 7-part narrative thesis. From local emergence to civilizational dynamics, every claim backed by runnable code.

Start reading β†’

Core Theories

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

Explore theories β†’

Simulations

32 Python simulations: Boids, Kuramoto, SOC, Lenia, 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 β†’


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/teo-civilization/teo_simulation.py

# Run the Black Swan Resilience Simulation
python simulation-models/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.