Gothic Grandma LLC
MUSE Ecosystem
Emergent World Simulation PlatformMUSE is an emergent world simulation platform—scales to 100k+ entities with biological needs, psychological states, and social relationships running on deterministic, inspectable systems. The primary application is interactive storytelling: narratives emerge from simulation state rather than scripts, with LLMs translating causality into natural language.
The platform spans simulation, internal tooling, and consumer interfaces. Each component solves a specific problem in the design → compile → simulate → experience pipeline. All tools share the same Go/Supabase backend with role-based access.
LLMs are used strictly for input/output translation and narration. All simulation logic, state transitions, and causal systems are deterministic and fully inspectable.
Tool Ecosystem
Internal Workbench
Consumer Layer
GRIM Alpha
The Grim Reader
Public-facing Flutter e-reader for Living Worlds. Professional typography, 5 reading themes, real-time FONT connection. You influence characters — the world responds.
CALLIOPE Alpha
Marketplace, Installer & Launcher
Public-facing Flutter app. Browse and download Living Worlds, manage updates and saves, launch GRIM. The entry point for readers into the ecosystem.
Build Infrastructure
GESTALT Alpha
Kernel Generator
Schema → kernel compilation pipeline. Transforms visual system designs into optimized GPU binaries (CUDA/Metal/Vulkan/CPU).
TESSERA Alpha
Visual Constructor
React Flow node graph editor for building FONT kernel batches. Embedded as an iframe panel within GLYPH.
SIBYL Alpha
Architecture Analyzer
Python-based codebase analysis parsing C++, Go, Python, TypeScript, Dart, and SQL. Dependency mapping, API extraction, health metrics. Feeds into Architecture Explorer panel.
PYNAX Alpha
Registry Builder
Scans C++ and Go APIs to populate the master command registry. Extracts endpoints, permissions, and contract signatures needed for runtime command dispatch.
Platform Architecture
Visual → Compiled Pipeline
Communication Layers
Core Architecture
What Makes MUSE Different
Deterministic Simulation, Not Generation
- Real causality — consequences emerge from biological and psychological systems, not scripts
- Persistent state — worlds remember everything through database-backed memory, no LLM context limits
- Inspectable logic — trace any behavior back to root cause through explicit data flow
- No hallucination risk — simulation truth is ground truth; LLMs only translate at boundaries
On-Demand Execution
- Burst computation on prompts — processes 100,000+ entities in milliseconds when user acts
- Efficient by design — idle when paused, no wasted cycles on continuous rendering
- Scales independently — simulation complexity grows with world richness, not interaction frequency
- Central state management — shared database backend, resource-aware scheduling
Visual Design → Compiled Code
- Design visually — build systems in GLYPH's Constructor panel using node graphs, no hand-written simulation code
- Automatic compilation — visual designs compile to optimized GPU/CPU kernels via GESTALT
- Database as source of truth — all system definitions live in the schema; code generates from it
- Full traceability — every behavior traces back to its visual definition
Unified Platform, Role-Based Access
- One workbench, all roles — engineers, researchers, and creators all work from GLYPH; saved layout presets expose the right panels for each workflow
- Shared infrastructure — same Go backend, same database schemas, same panel system; roles differ by layout and permissions, not implementation
- Real-time collaboration — multiple users can build the same systems simultaneously from different locations via Supabase Realtime
What Problem MUSE Solves
Problem: Modern interactive fiction, educational software, and AI-driven storytelling systems are built on static scripts or probabilistic text generation. They can be immersive, but they do not simulate causality. Their characters do not truly perceive, decide, or change in response to integrated biological, psychological, and social forces.
Solution: MUSE enables embodied, scientifically grounded simulation where:
- Perception, decision-making, learning, and relationships arise from real models of biology and psychology
- Long-term change emerges from cause-and-effect, not narrative branching
- Users can probe systems like scientists—not just consume a story
- Worlds persist, evolve, and surprise without relying on LLM memory or hallucinated state
The result is a new medium: interactive worlds where people don't just read about perspectives—they inhabit them.
Who It's For
- Readers — experience Living Worlds through GRIM, interacting via natural language
- Researchers — run experiments on FONT, probe simulation state, and export data without touching code, via GLYPH's research panels
- Creative directors — author worlds through GLYPH's content panels — characters, environments, relationships — using semantics and description
- System engineers — design and profile the perceptual, behavioral, and physical systems that power everything via GLYPH's kernel engineering and dev panels
How does this connect? MUSE is where I study architecture → processing → behavior most directly, with full control over system design. Read about the throughline →