Exo: Harnesses should see their own code and logs — Alex Krentsel, UC Berekeley / Google Research
Aug 15, 2026 · 47:11
Alex Krentsel presents Exo, a fully recursive self-improving agent harness he built with Martín Casado and Anker Goyal, arguing agents can now safely edit their own code and runtime policy. Exo's architecture splits an agent into a stateless executor, a stateful harness with history and secrets, and an isolated sandbox, letting it change every component, roll back automatically, and teleport state—unlike OpenClaw/Pi, which only allow memory, skills, and tool extensions. The episode details Exo cutting its Discord adapter costs by 96% at runtime, plus secret stores and evals to prevent reward hacking. Krentsel argues RSI is newly possible because the harness is code in the same medium as LLM output; Exo runs in production at Brain Trust, with contributors directed to github.com/exoharness/exo.