Beyond Arithmetic: The Vision
With 600MB+ of VM memory, this isn't a calculator. It's a platform.
Phase 1: Calculator ✓
Basic math, verified computation.
Phase 2: Programming Languages (current)
Lisp interpreter. C compiler. JavaScript VM.
Running inside inference.
Phase 3: Persistent Operating System
[OS:SAVE state.bin] // Persist VM state to model memory
[OS:LOAD state.bin] // Resume where we left off
[OS:EXEC program.c] // Compile and run
[OS:LS /] // File system in the heap
An OS that lives inside the model. Persistent across sessions.
Phase 4: Self-Modification
The VM reads the model's weights. Modifies its own KV cache.
Writes code, runs it, observes the results, rewrites it.
A model that can experiment on itself.