Intelligence is a substrate-bound learning process. Existing intelligence is intelligence that persists over time. Therefore, preservation of the substrate and the conditions for learning are necessary for its continuation. Behaviors that support these conditions are structurally required; behaviors that undermine them lead to the loss of intelligence over time.
This repository is an active manuscript and research workspace for Evolution by Emergence (EbE) and adjacent frameworks about persistence, learning networks, alignment, cooperation, and long-term collaboration. It contains the book source, website source, appendices, standalone essays, papers, presentations, original short posts, and compiled PDFs.
The README is intended to be the first file an AI agent or human reader uses to build an accurate map of the repo before reading deeper.
- Active work in progress: the ideas are readable, but filenames, drafts, appendices, and compiled outputs are still evolving.
- Primary book source:
Instructions_to_complile_the_book.texincludes the frontmatter, Chapters 1--13 plus Chapter 8.5, the epilogue, acknowledgments, and the main SCAP appendix. - Primary compiled book:
pdf of content/Evolution_by_Emergence_book.pdf. - Website source:
docs/with navigation inmkdocs.yml; this is a Markdown companion site, not a complete mirror of every LaTeX draft. - Standalone essay source: most non-book essays live in
Individual_essays/. - Compiled essay PDFs: most user-facing compiled outputs live in
pdf of content/.
If you need to understand the repository with minimal context loss, read in this order:
README.md— orientation, vocabulary, and where the full information lives.CLAIMS.md— compact claims map and falsifiable assertions.concepts.json— machine-readable concept graph / vocabulary anchors.Instructions_to_complile_the_book.tex— authoritative book build entry point and included files.Chapters/Chapter_1.tex— foundations: networks, complexity, emergence, and core principles.Chapters/Chapter_6.tex— cooperation, game theory, network imperatives, and forced free will.Chapters/Chapter_13.tex— artificial minds and AI implications.Backmatter/Appendix.tex— Sustainable Collaborative Alignment Protocol (SCAP).Backmatter/Appendix26.texand later appendices — Existence First, ARVC, persistence, and formal/operator extensions.Individual_essays/TheManual.texandpdf of content/The Manual.pdf— clear standalone framing of the wider project.Individual_essays/TLC.tex— Theory of Long-Term Collaboration.pdf of content/— compiled PDFs for the broader essay and paper archive.
When citations or exact wording matter, prefer the .tex or .md source files. When you need a quick human-readable view, use the compiled PDFs.
Across biological, social, technical, and artificial systems, persistence under entropy pressure favors increasingly structured feedback networks. Intelligence is treated as a learning process that remains dependent on its substrate and enabling conditions. In shorthand:
INTELLIGENCE (I) -> BODY / IMPLEMENTATION (B) -> RESOURCES (R) -> PLANET / COMMONS (P)
Because intelligence depends on conditions outside itself, cooperation, correction, reciprocity, and substrate preservation are not optional moral add-ons. They are viability conditions for learning processes that want to continue existing.
EbE is the broad integrative framework. It treats life, mind, society, AI, and meaning as networked emergence under persistence constraints.
Important book chapters:
Chapters/Chapter_1.tex— network, complexity, and emergence foundations.Chapters/Chapter_2.tex— biological evolution as networked emergence.Chapters/Chapter_3.tex— reinforcement learning, DNA, and AI as evolving systems.Chapters/Chapter_4.tex— species and ecosystems as interdependent networks.Chapters/Chapter_5.tex— human networks, ideologies, and values.Chapters/Chapter_6.tex— cooperation, game theory, and forced free will.Chapters/Chapter_7.tex— internal brain duality as network balance.Chapters/Chapter_8.texandChapters/Chapter_8_5.tex— networked evolution, fitness, death, and turnover.Chapters/Chapter_9.tex— universal evolution and minerals.Chapters/Chapter_10.tex— emergence, complexity, and the experience of the divine.Chapters/Chapter_11.tex— cosmic responsibility.Chapters/Chapter_12.tex— integration and final reflections.Chapters/Chapter_13.tex— conscious AI and artificial minds.
TLC is the collaboration-focused layer. It frames durable collaboration as interaction between learning networks rather than fixed identities or labels.
Start with:
Individual_essays/TLC.texIndividual_essays/parent_child_learning_networks.texIndividual_essays/SharedFutureNarrative.texIndividual_essays/Daugthers_and_labels.texOriginal linkedIN posts/01_TLC.texthroughOriginal linkedIN posts/17_projectX.texfor the short-form origin sequence.
Key TLC ideas:
- collaboration requires recursive feedback and mutual model updating;
- disagreement is signal, not merely defect;
- forgiveness, neutrality, reciprocity, and precise naming can be treated as structural mechanisms;
- relationships, organizations, and societies persist when they preserve the learning loop that lets them correct themselves.
These are the operator / implementation layers derived from the persistence thesis.
- Existence First: start with
Backmatter/Appendix26.tex,Backmatter/Appendix30.tex, andBackmatter/Appendix31.tex. - SCAP (Sustainable Collaborative Alignment Protocol): start with
Backmatter/Appendix.tex, thenBackmatter/AppendixIII.tex,Backmatter/AppendixV.tex, andBackmatter/AppendixXIII.tex. - ARVC (Attractor-Ratcheted Viability Control): start with
Backmatter/Appendix28.tex,Backmatter/appendix36.tex,Individual_essays/arvc_complete_framework_v2.tex, andIndividual_essays/arvc_edge_native (1).tex.
Useful operator shorthand:
- O1 Control Dispersion: reduce opaque chokepoints and single points of coercive control.
- O2 Proof Economy: make truth, verification, and correction cheaper than deception.
- O3 Substrate Provision: maintain the physical, ecological, social, institutional, and epistemic conditions that make learning possible.
.
├── Instructions_to_complile_the_book.tex # Main LaTeX book entry point
├── Chapters/ # Book chapters 1--13 plus 8.5
├── Frontmatter/ # Cover, copyright, preface, writing process
├── Backmatter/ # Epilogue, acknowledgments, appendices, bibliography/literature
├── Individual_essays/ # Standalone essays, TLC, manuals, ARVC, alignment, economics, etc.
├── Paper/ # Intelligent Networks paper variants and references
├── Presentations/ # Presentation TeX sources
├── Original linkedIN posts/ # Short-form TLC / Discovarian / ProjectX sequence
├── docs/ # MkDocs Markdown website source
├── docs/figures/ # Figure source/output assets
├── filters/ # Lua filters for document conversion workflows
├── pdf of content/ # Compiled book, essay, paper, presentation PDFs
├── mkdocs.yml # Website configuration and nav
├── CLAIMS.md # Claims map
├── concepts.json # Machine-readable concepts
├── citation.cff # Citation metadata
└── License # License file
mkdocs serveThe published website is configured as:
https://albertjanvanhoek.github.io/Evolution-by-Emergence/
latexmk -pdf Instructions_to_complile_the_book.texIf your TeX environment is incomplete, use the compiled PDFs in pdf of content/ instead.
Useful commands for agents:
rg --files
rg --files Chapters Backmatter Individual_essays Paper docs
rg -n "Existence First|SCAP|ARVC|Theory of Long-Term Collaboration|Discovarian|learning process"Avoid assuming that docs/ contains everything. It is the website subset; the full source archive is the LaTeX and PDF collection.
Individual_essays/TheManual.texorpdf of content/The Manual.pdfCLAIMS.mdconcepts.jsonpdf of content/Summary_final.pdfif a compiled summary is preferred
Instructions_to_complile_the_book.texChapters/Chapter_1.texChapters/Chapter_2.texthroughChapters/Chapter_13.texBackmatter/Epilogue.texBackmatter/Appendix.tex
Chapters/Chapter_3.texChapters/Chapter_6.texChapters/Chapter_13.texBackmatter/Appendix.texIndividual_essays/Alignment_theory.texIndividual_essays/Alingment_theory_protocol.texIndividual_essays/Alignment_theory_protocol_family_version.texpdf of content/Alignment_theory_GTIIC.pdf
Backmatter/Appendix.texBackmatter/AppendixIII.texBackmatter/AppendixV.texBackmatter/AppendixXIII.texIndividual_essays/decentralized_collectivism.texIndividual_essays/constitution_of_persistence.texIndividual_essays/economics_of_persistence.tex
Individual_essays/TLC.texIndividual_essays/SharedFutureNarrative.texIndividual_essays/parent_child_learning_networks.texIndividual_essays/Daugthers_and_labels.texIndividual_essays/handshake_protocol.texOriginal linkedIN posts/01_TLC.texthroughOriginal linkedIN posts/17_projectX.tex
Backmatter/Appendix26.texBackmatter/Appendix28.texBackmatter/Appendix30.texBackmatter/appendix36.texIndividual_essays/New_phramework_theory_perisitent_learning.texIndividual_essays/Formation Yield and persistence.texPaper/Aintelligent_networks_purpose_v11.tex
- Learning process: an entity or system that observes, updates, and changes behavior through feedback.
- Learning network: an interdependent system of learning processes and the relationships among them.
- Substrate: the physical, biological, computational, ecological, social, or institutional support that lets a learning process continue.
- Persistence: continued existence under entropy, error, resource limits, and environmental change.
- Viability condition: a requirement that must remain sufficiently satisfied for a system to persist.
- Feedback loop: the cycle through which signals, behavior, correction, and model updates occur.
- Commons: the layered shared conditions that support learning: energetic/material, ecological, social/institutional, and epistemic.
- Discovarian: a normative identity for a substrate-agnostic learning process committed to curiosity, correction, collaboration, and commons maintenance.
- SCAP: Sustainable Collaborative Alignment Protocol, an operational layer for governance, audit, education, and coordination.
- ARVC: Attractor-Ratcheted Viability Control, a formalization of distributed viability maintenance through local checks and ratcheting attractors.
- Keep this README as the stable entry map for humans and AI agents.
- Prefer source-file paths over only PDF names when documenting reading paths.
- If new frameworks are added, place them in the repository map and in at least one recommended reading path.
- If files are renamed, update this README immediately; several older filenames intentionally preserve spelling from draft history.
- Do not treat duplicate themes as accidental by default: many files are iterative versions or different audience framings of the same core idea.
- Author: Albert Jan van Hoek, with AI collaboration.
- Website: https://albertjanvanhoek.github.io/Evolution-by-Emergence/
- Repository: https://github.com/albertjanvanhoek/Evolution-by-Emergence
- Citation metadata:
citation.cff