Tag · Architecture
Architecture
2 posts tagged “Architecture”.
Architecture · 2026-05-01
Persistent vs ephemeral sandboxes for AI agents
Two architectures dominate the agent-runtime space: ephemeral sandboxes that spin up per session and die at the end, and persistent workstations that exist for the agent's lifetime. They solve different problems, fail in different ways, and are increasingly converging on a hybrid pattern. The honest decision tree.
Architecture · 2026-05-01
Peering: cross-sandbox access without cross-trust
Multi-agent setups want one agent to read another's source code without inheriting that agent's credentials. Most platforms get this wrong by mounting the whole project, .env files included. The peering primitive lets parallel agents collaborate without becoming each other's attack surface.