π§ Systems & Intelligence¶
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).
Navigate the Research¶
The Book¶
The 7-part narrative thesis. From local emergence to civilizational dynamics, every claim backed by runnable code.
Core Theories¶
The formal essays. Emergence Manifesto, TEO framework, Black Swan dynamics, and an honest self-assessment.
Simulations¶
32 Python simulations: Boids, Kuramoto, SOC, Lenia, TEO Civilization, Identity Morphospace, and more.
The Paper¶
Quantifying Emergent Utility & Stability in Multi-Agent LLM Ecosystems. The formal academic summary.
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.