Blog
Notes from the runtime
safety
Observe mode first, always
Why every Agent Zero run starts read-only, and why promoting to fix mode is a decision you make in policy, not in a prompt.
Amelia OrtizRead more →architecture
One boundary for every write
Commands and file mutations go through a single runner boundary. That is one file to audit, not a codebase to trust.
Jonas WeberRead more →evidence
Fixes that carry their own proof
A pull request from Agent Zero is rendered evidence: the commands that verified the change, not a claim that it works.
Maya ChenRead more →