Autolith Programming Agent Review: A Common Lisp Agent with a Live Runtime

Autolith Programming Agent Review: A Common Lisp Agent with a Live Runtime

Autolith is a Common Lisp terminal programming agent that runs inside a live SBCL image rather than wrapping another agent process. Instead of editing files and waiting for a rebuild, it can inspect, test, and modify its own running Lisp runtime, with changes taking effect immediately and recorded in an append-only mutation journal. It is a genuinely different paradigm from file-based coding agents like Cursor or Claude Code. What is Autolith? A Common Lisp agent with a live runtime Autolith, built by Lambda Symbolics, is a self-modifiable, general-purpose Lisp AI agent that executes inside a live Steel Bank Common Lisp (SBCL) image. The binary release carries its own SBCL 2.6.6, so you are not installing a wrapper that shells out to a separate agent process — the agent is the Lisp image, and the Lisp image is the agent. The prompt input is the REPL itself, and the harness can inspect and extend the very runtime it runs on. ...

September 1, 2026 · 11 min · baeseokjae