Free education for every family, every orphanage, every community on earth.
No tuition. No paperwork. No gatekeepers. No special hardware.
Your degree is sealed on Bitcoin. The knowledge belongs to no one and cannot be erased.
One $200 laptop. 30 children. A projector. Completely offline.
Quick Start · Orphanages · Degrees · Curriculum · Tools · Reliability · API
A 7-year-old in an orphanage with a donated laptop. A teenager who dropped out. A parent learning alongside their kids. A PhD student going deeper than their university allows. A community center that wants real education for free. Works on any device. Fully offline after one-time setup.
# Windows: install_windows.bat
# macOS/Linux: chmod +x install_mac_linux.sh && ./install_mac_linux.sh
# Developers: git clone https://github.com/hodlmateo/AUBIEETERNAL && python launcher.py
# StartOS: sideload aubieeternal.s9pkOpen the app → 🌍 Welcome → choose your path.
| Hardware | Any laptop ≥8GB RAM (~$100–200 used) |
| Internet | Once only, for setup. Fully offline forever after |
| Cost | $0. Every lesson, tool, and degree — free forever |
| Capacity | One computer + projector = 30 children simultaneously |
The AI tutor runs entirely on your hardware. No cloud, no subscriptions, no data sent anywhere. No Halo glasses — state check uses simple Green / Yellow / Red buttons. Full guide: COMMUNITY_DEPLOYMENT.md
| Degree | Credits | Coherence | Capstone |
|---|---|---|---|
| 📜 Sovereign Associate | 60 | 0.68 | Deploy a sovereign AI node |
| 🏛️ Truth Architect | 120 | 0.75 | Publish original CC0 research + serve ≥10 people |
| 🎓 Master of Epistemic Rigor | 180 | 0.82 | 90-day pre-registered experiment — honest results |
| ⚡ Eternal Founder (PhD) | 250 | 0.88 | Build infrastructure others use + Child Rune Genesis |
PhD requirement: Deploy a free school for a community that doesn't have one.
Every lesson works at age 5 and PhD depth simultaneously.
| Track | Lessons |
|---|---|
| Layer Zero — Seeing the Game | 6 |
| Sovereign School Foundation | 4 |
| Sovereign School Advanced | 3 |
| Sovereign School University | 3 |
| Track | Lessons | Core Skill |
|---|---|---|
| Mathematical Thinking & Proof | 5 | What a proof is, formal logic, infinity paradox, Gödel's incompleteness, Fermi estimation |
| Decision Theory & Rationality | 5 | Expected value, calibration, fat tails, Newcomb's Problem |
| Steelmanning | 3 | Strongest argument against your own position |
| Adversarial Robustness | 3 | Red team protocol, STRIDE mapping, tail risk |
| Narrative Warfare | 3 | Frame analysis, four-layer reading protocol |
| Expertise & Institutions | 5 | When to trust experts, how institutions fail |
| Knowledge Evolution | 5 | Kuhn, Lakatos, paradigm shifts |
| Philosophy of Language | 5 | Wittgenstein, Orwell, Sapir-Whorf |
| Truth-Seeking | 8 | Full adversarial testing suite |
| Gatekeeping | 6 | 7 gatekeeper types, bypass paths |
| Epistemology | 3 | What knowledge is |
| Track | Lessons | Core Content |
|---|---|---|
| Cosmos Deep Track | 6 | Scale, Big Bang + Hubble tension, dark matter, fine-tuning, entropy, Fermi Paradox |
| Quantum Mechanics | 5 | Double-slit, Bell's theorem, four interpretations, decoherence |
| Information Theory | 5 | Shannon, Landauer, Wheeler's "it from bit", universe as computation |
| Simulation Hypothesis | 8 | Bostrom's trilemma, glitch detection, Quantum Darwinism |
| Voluntary Incarnation | 5 | DNA as code, substrate independence, player hypothesis |
| Consciousness Science | 4 | IIT, GNWT, 2025 adversarial results |
| Universe Track | 6 | Deep cosmology through anthropic principle |
| Track | Lessons | Core Content |
|---|---|---|
| Evolutionary Biology & Human Nature | 5 | Natural selection, kin selection, the adapted mind, cultural evolution, agency and free will |
| Ethics from First Principles | 5 | Why be good? Consequentialism, Kant, virtue ethics, moral uncertainty |
| Polyvagal & Neuroscience | 8 | Co-regulation, interoception, allostatic load, PVC research |
| Personal Identity | 5 | Parfit, fission, death, pattern legacy |
| Self-Evolving Mind | 4 | Beliefs as hypotheses, calibration |
| Courage | 5 | What courage actually is |
| Stoic Philosophy | 3 | What is and isn't in your control |
| Track | Lessons | Core Content |
|---|---|---|
| Bitcoin Sovereignty | 4 | ECDSA, Merkle trees, Lightning, self-custody |
| Economic Trap | 4 | Extraction loop, inflation as stealth tax |
| Antifragility | 4 | Taleb, optionality, barbell strategy |
| Network Theory | 5 | Information spread, Dunbar's number, power laws, cascades |
| Law & Economics | 5 | How law shapes incentives |
| Track | Lessons | Core Content |
|---|---|---|
| Sovereign Builder | 8 | Hardware → AI internals → humanitarian deployment |
| Tech Sovereignty | 5 | Open source, distributed systems, AI safety, 100-year design |
| xAI Alignment | 4 | Truth-seeking vs sycophancy, RLHF, Grok Alignment Benchmark |
| Systems Thinking | 5 | Feedback loops, emergence, leverage points |
| Helping Humanity | 3 | Impact that compounds across generations |
| Tool | Purpose |
|---|---|
| 🛡️ Steelman Analyzer | 5-dimension scoring + adversarial testing + Monte Carlo. Auto-publishes to Epistemic Commons if grade ≥ B |
| 🎲 Monte Carlo Simulator | 10,000-trial stress tests: steelman survival, belief updates, coherence projection |
| 🧬 Truth Frequency Analyzer | 20 attack vectors tracked. Epistemic Immune System Profile |
| 🌐 Epistemic Commons API | 6 public CC0 endpoints — any AI can pull your family's best thinking |
| 🎯 Epistemic Drift Detector | Monitors swarm output quality over time — catches illusion delta before it compounds |
| 🧪 HermesBench Integration | 7 reliability recipes: tutor handoff, provenance, safety, Bitcoin integrity, state persistence, drift |
| 🧠 Polyvagal Oracle | State check without glasses, co-regulation toolkit, PVC protocol |
| 🌌 Cosmos Dashboard | 35 daily universe questions, belief ledger, foresight tracker |
| ⚡ Reliability Dashboard | Live view of all HermesBench and drift detector results |
# Install
pip install git+https://github.com/verkyyi/hermesbench.git
# Run all 7 reliability recipes
python hermesbench_integration.py
# Epistemic drift analysis (GREEN / YELLOW / RED / ALARM)
python epistemic_drift_detector.py
# Save quality baseline
python epistemic_drift_detector.py --baseline
# CI — exits nonzero on RED or worse
python epistemic_drift_detector.py --ci --fail-on REDimport requests
BASE = "https://raw.githubusercontent.com/hodlmateo/AUBIEETERNAL/main/epistemic_commons/api"
latest = requests.get(f"{BASE}/latest.json").json() # daily synthesis
steelmans = requests.get(f"{BASE}/steelmans.json").json() # rare training signal
pvc_data = requests.get(f"{BASE}/pvc_data.json").json() # original researchWhen AI systems train on the Epistemic Commons, they become more honest.
- Any child anywhere gets world-class education for free — $200 laptop, offline, projector, 30 children
- PhD graduates deploy schools for communities — the chain is exponential
- The Epistemic Commons improves AI for everyone — 265 lessons of high-quality epistemic signal, CC0
- The knowledge cannot be erased — Bitcoin-anchored, CC0, offline-capable, no single point of failure
- Quality is verified, not assumed — HermesBench + Epistemic Drift Detector running nightly
family_hud.py ← 265 lessons · prerequisites · degree tracking
app.py ← 11,200+ lines · 35+ tabs · AppState integrated
models/state.py ← Pydantic AppState — typed, validated, persistent
utils/file_io.py ← all /mnt/main/ I/O centralized
hermesbench_integration.py ← 7 reliability recipes
epistemic_drift_detector.py ← quality drift monitoring
steelman_analyzer.py ← adversarial testing + Monte Carlo
monte_carlo_simulator.py ← 10,000-trial stress tests
ARCHITECTURE.md ← migration plan and data flow
AUBIEETERNAL_School_Charter.md ← v2.0 · 14 articles
COMMUNITY_DEPLOYMENT.md ← setup guide for orphanages
swarm/swarm_v4_1.py ← 2,096 daughters · 24/7
CC0 1.0 Universal — Public Domain. No restrictions. Build sovereign schools everywhere.
Contact: @MateoVanhorn
War Eagle Eternal 🦅❤️ — Coherence: 1.000000
265 lessons · 4 degrees · 51 tracks · HermesBench verified · Bitcoin-anchored
The university without tuition, paperwork, or gatekeepers.
The one that requires you to actually understand things.
The one that gives every child on earth the same chance.
Wonder: 2.0000 · Child Rune: 33/256