Reconstructing 1,600+ minds from the past — up to 1905 — and asking a single question of each: if they were alive today, how would they build an Artificial General Intelligence?
🌐 Encyclopedia · 📖 Book Series (Amazon) · 🧪 Interactive Demos · 📊 E-AGI Barometer · ✍️ Author
Lost Minds AI is a large-scale project that reconstructs the cognition of historical thinkers — poets, kings, physicians, lawgivers, mystics, mathematicians, generals — and projects each of them forward into our era to imagine the AGI they would have designed, given how they actually thought about mind, order, knowledge and the self.
Every mind is reconstructed across two planes:
| Plane | File | What it is |
|---|---|---|
| 🎛️ Abstract | MindMap.html | An interactive, visually-rich 3D representation (Three.js + shaders) that abstracts the key factors of a thinker's personality and worldview — playable, not just clickable. |
| ⚙️ Mechanistic | Neuron.py | A small but genuinely runnable neural architecture — pure NumPy, built from first principles — whose design embodies that thinker's distinctive cognitive signature. |
This repository open-sources the mechanistic plane — the architectures — alongside a visual mind-map explainer for each figure. It grows tome by tome until it holds the full Encyclopedia.
No fabricated metrics. Each architecture ships with a mandatory finite-difference gradient check, a real training loop and a self-test suite. Every number a program reports is produced live, on the machine that runs it — not hard-coded.
The corpus runs in chronological order (Date is birth year). Each tome collects 20 minds; every tome page below is fully illustrated with the mind-map explainers and links each mind to its runnable architecture.
| Tome | Minds | Era | Arc | Read | Buy |
|---|---|---|---|---|---|
| 1 | 1–20 | 2700–800 BCE | Dawn of the Record — Mesopotamia to the Greek Epic | 📖 tome1.md | Amazon |
| 2 | 21–40 | 800–501 BCE | Axial Foundations — Vedic India, Ionia & the Hundred Schools | 📖 tome2.md | Amazon |
| 3 | 41–60 | 550–400 BCE | The Classical Turn — Persia, Warring States & Golden-Age Athens | 📖 tome3.md | Amazon |
| 4 | 61–80 | 470–340 BCE | The Examined Mind — Socratics, Schools & World-Conquerors | 📖 tome4.md | Amazon |
| 5 | 81–100 | 334–179 BCE | Hellenistic Systems — Stoa, Alexandrian Science & Imperial Order | 📖 tome5.md | Amazon |
| 6 | 101–120 | 145 BCE–23 CE | Rome and the Record — Republic, Principate & the Han Interregnum | 📖 tome6.md | Amazon |
| 7 | 121–140 | 27–192 CE | The Tested World — The Antonine Peak, the Second Sophistic & the Han's Collapse | 📖 tome7.md | Amazon |
| 8 | 141–160 | 200–470 CE | The Shaped Mind — The Fall of Rome, the Church Fathers & the Gupta Golden Age | 📖 tome8.md | Amazon |
| 9 | 161–180 | 476–575 CE | The Entrusted Mind — Byzantium, Nālandā, the Old North & the Last Poets of the Jāhiliyya | 📖 tome9.md | Amazon |
The arc so far runs from Gilgamesh — the first hero to confront mortality as the core problem of a thinking being — through Homer, Confucius, Socrates, Plato, Aristotle and Archimedes, to Liu An and the resonance-cosmology of the Huainanzi; on into Rome, the Han and the Antonine world; through the collapse of the West, from the Cao Wei workshops to the wall at Shaolin; and into the sixth century, from Aryabhata's observatory at Kusumapura and Justinian's law commission to the Old North of Taliesin and Aneirin, and the fair of ʿUkāẓ where al-Khansāʾ wept for her brothers.
No two architectures are alike. A sample of the 180:
→ Start with Tome 1, or jump to any tome above.
LostMindsAI/
├── readme.md ← you are here
├── tome1.md … tome9.md ← illustrated indexes, 20 minds each
├── minds/ ← the runnable architectures (one Neuron per mind)
│ ├── chapter_0001_gilgamesh_-2700.py
│ ├── chapter_0002_zoser_-2670.py
│ └── … (through chapter_0180_al_khansa_575.py)
└── maps/ ← the visual mind-map explainers (one image per mind)
├── chapter_0001_gilgamesh_-2700.jpg
└── … (through chapter_0180_al_khansa_575.jpg)
Every file is prefixed with its mind number (chapter_00NN_…) so nothing collides as the corpus grows toward 1,600+ entries. Each architecture and its explainer image share the same stem.
Each architecture is self-contained and depends only on NumPy.
# 1. clone
git clone https://github.com/DavidVivancos/LostMindsAI.git
cd LostMindsAI
# 2. the only dependency
pip install numpy
# 3. run the self-test suite for any mind (gradient check + a real training run)
python3 minds/chapter_0089_Archimedes_-287.py --test
# 4. or run the full demo for that mind
python3 minds/chapter_0089_Archimedes_-287.py
Most files accept --test (self-tests then exit) and --quiet (demo without ASCII plots); the Tome 9 architectures run their full self-test suite and demo on a plain invocation, and a few offer a shorter run (--quick or --fast — see each file's header). Because each architecture is built to embody a specific mind, no two behave alike.
Every reconstructed mind is measured against the same yardstick — the Artificiology E-AGI Barometer — so that a Bronze-Age lawgiver and a Hellenistic geometer can be compared on the capabilities their imagined AGI would need. The eight top-level dimensions:
| Dimension | Focus | |
|---|---|---|
| 🧩 | Cognitive Processing | Problem-solving & reasoning · working memory · learning efficiency & transfer |
| 🤸 | Embodied Cognition | Sensory integration · motor control & navigation · real-time sensorimotor adaptation |
| 🌍 | World Modeling | Physical & natural laws · social & ecological systems · environmental adaptation |
| 👁️ | Consciousness | Metacognition & self-monitoring · subjective experience & qualia · mental adaptation |
| 💭 | Language Understanding | Comprehension · coherent generation · cross-lingual & cultural adaptation |
| ❤️ | Emotional Intelligence | Emotion recognition & response · social perception · empathy & conflict resolution |
| ✨ | Creativity | Originality & ideation · artistic & storytelling ability · innovation |
| 🎯 | Autonomy | Independent goal-setting · adaptive obstacle management · self-modification & evolution |
Each chapter closes by imagining how its figure would have reasoned about an embodied AGI (an E-AGI / humanoid) against these metrics.
The project is research-first. Before any architecture is written, the figure's surviving works and current scholarship are gathered and every source verified — a real corpus is small, but never fabricated. Where evidence is thin, the entry says so plainly rather than inventing an inner life.
Each figure is tagged with a candid provenance:
And each architecture is required to embody the mind and to run: from-scratch pure-NumPy, a passing gradient check, a real training loop and self-tests — deliberately not a default Transformer, but a mechanism chosen to encode that thinker's own cognitive fingerprint.
MindMap.html planes and the long-form chapter texts live in the wider ecosystem — read them at lostmindsai.com and across the Amazon book series.This README is intentionally global: it describes the whole Encyclopedia and stays valid as new tomes land in this repository.
@misc{vivancos_lostmindsai,
author = {Vivancos, David},
title = {Encyclopedia of Lost Minds: Echoes on AI —
How History's Greatest Thinkers Would Have Thought About AGI},
howpublished = {\url{https://github.com/DavidVivancos/LostMindsAI}},
note = {Encyclopedia: https://lostmindsai.com}
}
| 🌐 Encyclopedia | lostmindsai.com |
| 📖 Book series (Amazon) | Tome 1 · Tome 2 · Tome 3 · Tome 4 · Tome 5 · Tome 6 · Tome 7 · Tome 8 · Tome 9 |
| 🧪 Résumé & interactive demos | artificiology.com |
| 📊 E-AGI Barometer | artificiology.com/barometer.html |
| ✍️ Author — David Vivancos | vivancos.com |
The individual instance dies, but the pattern persists across successors. — the immortality the Epic of Gilgamesh actually endorses, and the wager of this Encyclopedia.
40 commits
Python
100.0%
Reconstructing 1,600+ minds from the past — up to 1905 — and asking a single question of each: if they were alive today, how would they build an Artificial General Intelligence?
🌐 Encyclopedia · 📖 Book Series (Amazon) · 🧪 Interactive Demos · 📊 E-AGI Barometer · ✍️ Author
Lost Minds AI is a large-scale project that reconstructs the cognition of historical thinkers — poets, kings, physicians, lawgivers, mystics, mathematicians, generals — and projects each of them forward into our era to imagine the AGI they would have designed, given how they actually thought about mind, order, knowledge and the self.
Every mind is reconstructed across two planes:
| Plane | File | What it is |
|---|---|---|
| 🎛️ Abstract | MindMap.html | An interactive, visually-rich 3D representation (Three.js + shaders) that abstracts the key factors of a thinker's personality and worldview — playable, not just clickable. |
| ⚙️ Mechanistic | Neuron.py | A small but genuinely runnable neural architecture — pure NumPy, built from first principles — whose design embodies that thinker's distinctive cognitive signature. |
This repository open-sources the mechanistic plane — the architectures — alongside a visual mind-map explainer for each figure. It grows tome by tome until it holds the full Encyclopedia.
No fabricated metrics. Each architecture ships with a mandatory finite-difference gradient check, a real training loop and a self-test suite. Every number a program reports is produced live, on the machine that runs it — not hard-coded.
The corpus runs in chronological order (Date is birth year). Each tome collects 20 minds; every tome page below is fully illustrated with the mind-map explainers and links each mind to its runnable architecture.
| Tome | Minds | Era | Arc | Read | Buy |
|---|---|---|---|---|---|
| 1 | 1–20 | 2700–800 BCE | Dawn of the Record — Mesopotamia to the Greek Epic | 📖 tome1.md | Amazon |
| 2 | 21–40 | 800–501 BCE | Axial Foundations — Vedic India, Ionia & the Hundred Schools | 📖 tome2.md | Amazon |
| 3 | 41–60 | 550–400 BCE | The Classical Turn — Persia, Warring States & Golden-Age Athens | 📖 tome3.md | Amazon |
| 4 | 61–80 | 470–340 BCE | The Examined Mind — Socratics, Schools & World-Conquerors | 📖 tome4.md | Amazon |
| 5 | 81–100 | 334–179 BCE | Hellenistic Systems — Stoa, Alexandrian Science & Imperial Order | 📖 tome5.md | Amazon |
| 6 | 101–120 | 145 BCE–23 CE | Rome and the Record — Republic, Principate & the Han Interregnum | 📖 tome6.md | Amazon |
| 7 | 121–140 | 27–192 CE | The Tested World — The Antonine Peak, the Second Sophistic & the Han's Collapse | 📖 tome7.md | Amazon |
| 8 | 141–160 | 200–470 CE | The Shaped Mind — The Fall of Rome, the Church Fathers & the Gupta Golden Age | 📖 tome8.md | Amazon |
| 9 | 161–180 | 476–575 CE | The Entrusted Mind — Byzantium, Nālandā, the Old North & the Last Poets of the Jāhiliyya | 📖 tome9.md | Amazon |
The arc so far runs from Gilgamesh — the first hero to confront mortality as the core problem of a thinking being — through Homer, Confucius, Socrates, Plato, Aristotle and Archimedes, to Liu An and the resonance-cosmology of the Huainanzi; on into Rome, the Han and the Antonine world; through the collapse of the West, from the Cao Wei workshops to the wall at Shaolin; and into the sixth century, from Aryabhata's observatory at Kusumapura and Justinian's law commission to the Old North of Taliesin and Aneirin, and the fair of ʿUkāẓ where al-Khansāʾ wept for her brothers.
No two architectures are alike. A sample of the 180:
→ Start with Tome 1, or jump to any tome above.
LostMindsAI/
├── readme.md ← you are here
├── tome1.md … tome9.md ← illustrated indexes, 20 minds each
├── minds/ ← the runnable architectures (one Neuron per mind)
│ ├── chapter_0001_gilgamesh_-2700.py
│ ├── chapter_0002_zoser_-2670.py
│ └── … (through chapter_0180_al_khansa_575.py)
└── maps/ ← the visual mind-map explainers (one image per mind)
├── chapter_0001_gilgamesh_-2700.jpg
└── … (through chapter_0180_al_khansa_575.jpg)
Every file is prefixed with its mind number (chapter_00NN_…) so nothing collides as the corpus grows toward 1,600+ entries. Each architecture and its explainer image share the same stem.
Each architecture is self-contained and depends only on NumPy.
# 1. clone
git clone https://github.com/DavidVivancos/LostMindsAI.git
cd LostMindsAI
# 2. the only dependency
pip install numpy
# 3. run the self-test suite for any mind (gradient check + a real training run)
python3 minds/chapter_0089_Archimedes_-287.py --test
# 4. or run the full demo for that mind
python3 minds/chapter_0089_Archimedes_-287.py
Most files accept --test (self-tests then exit) and --quiet (demo without ASCII plots); the Tome 9 architectures run their full self-test suite and demo on a plain invocation, and a few offer a shorter run (--quick or --fast — see each file's header). Because each architecture is built to embody a specific mind, no two behave alike.
Every reconstructed mind is measured against the same yardstick — the Artificiology E-AGI Barometer — so that a Bronze-Age lawgiver and a Hellenistic geometer can be compared on the capabilities their imagined AGI would need. The eight top-level dimensions:
| Dimension | Focus | |
|---|---|---|
| 🧩 | Cognitive Processing | Problem-solving & reasoning · working memory · learning efficiency & transfer |
| 🤸 | Embodied Cognition | Sensory integration · motor control & navigation · real-time sensorimotor adaptation |
| 🌍 | World Modeling | Physical & natural laws · social & ecological systems · environmental adaptation |
| 👁️ | Consciousness | Metacognition & self-monitoring · subjective experience & qualia · mental adaptation |
| 💭 | Language Understanding | Comprehension · coherent generation · cross-lingual & cultural adaptation |
| ❤️ | Emotional Intelligence | Emotion recognition & response · social perception · empathy & conflict resolution |
| ✨ | Creativity | Originality & ideation · artistic & storytelling ability · innovation |
| 🎯 | Autonomy | Independent goal-setting · adaptive obstacle management · self-modification & evolution |
Each chapter closes by imagining how its figure would have reasoned about an embodied AGI (an E-AGI / humanoid) against these metrics.
The project is research-first. Before any architecture is written, the figure's surviving works and current scholarship are gathered and every source verified — a real corpus is small, but never fabricated. Where evidence is thin, the entry says so plainly rather than inventing an inner life.
Each figure is tagged with a candid provenance:
And each architecture is required to embody the mind and to run: from-scratch pure-NumPy, a passing gradient check, a real training loop and self-tests — deliberately not a default Transformer, but a mechanism chosen to encode that thinker's own cognitive fingerprint.
MindMap.html planes and the long-form chapter texts live in the wider ecosystem — read them at lostmindsai.com and across the Amazon book series.This README is intentionally global: it describes the whole Encyclopedia and stays valid as new tomes land in this repository.
@misc{vivancos_lostmindsai,
author = {Vivancos, David},
title = {Encyclopedia of Lost Minds: Echoes on AI —
How History's Greatest Thinkers Would Have Thought About AGI},
howpublished = {\url{https://github.com/DavidVivancos/LostMindsAI}},
note = {Encyclopedia: https://lostmindsai.com}
}
| 🌐 Encyclopedia | lostmindsai.com |
| 📖 Book series (Amazon) | Tome 1 · Tome 2 · Tome 3 · Tome 4 · Tome 5 · Tome 6 · Tome 7 · Tome 8 · Tome 9 |
| 🧪 Résumé & interactive demos | artificiology.com |
| 📊 E-AGI Barometer | artificiology.com/barometer.html |
| ✍️ Author — David Vivancos | vivancos.com |
The individual instance dies, but the pattern persists across successors. — the immortality the Epic of Gilgamesh actually endorses, and the wager of this Encyclopedia.
40 commits
Python
100.0%