- Inside the Sandbox: Unconstrained Shell Execution
Exploring why allowing agents arbitrary host shell access leads to non-deterministic failures and why strict Docker isolation is mandatory for production.
2 min
- From REPL Loops to Swarms: Leasing Sandboxed Containers
Designing SwarmLeaseManager to lease container worker nodes dynamically for concurrent file inspection and sub-task execution.
3 min
- Strategies, Not Model Ifs
Different models need different recursive-loop policies. The harness separates who from how, binds them optionally, and branches on no model name.
5 min
Back