AEON ● wip
an AI-governed procedural world
▲ the actual AEON renderer, replaying a recorded world — drag to explore, switch overlays & cameras
AEON is a little world that runs itself. A deterministic Python simulation ticks forward, fully reproducible — same seed, same universe. On top of it sits a local LLM I call the world-spirit, nudging events, naming things, and giving the world a sense of intention.
The trick is the balance: the model gets to be creative, but the simulation stays deterministic underneath. You can replay any moment exactly. The visual below is a live taste of that world — rendered right in your browser.
// highlights
- Deterministic, replayable simulation core
- Local LLM "world-spirit" steering events
- Three.js dashboard, built mobile-first
- Reproducible from a single seed
// stack
- Python
- Three.js
- Ollama