Summary
EXO is a recursively self-improving agent whose policy code can inspect, edit, rebuild, test, and roll back itself at runtime. Its architecture isolates mutable policy from protected state and sandboxed execution, making broad adaptation possible without exposing secrets or sacrificing recoverability.
Key ideas
The harness is becoming the new optimization layer
Recent AI development has expanded from pre-training and fine-tuning model weights toward optimizing the machinery surrounding language models. Harness decisions determine context assembly, tool access, memory handling, compaction, and action execution. Improving these decisions can increase task performance while reducing token use and inference cost. EXO treats that surrounding machinery as a first-class object of optimization.
Why it matters: Useful agent improvements may increasingly come from adaptable system design rather than waiting for a stronger or cheaper foundation model.
Supporting evidence
the shift over the last year to agents has made us much more aware of the power that lies in the harness, the tooling, the body that we provide to the brain of the LLM.