New on the Engineering Blog: Building Managed Agents—our hosted service for long-running agents—meant solving an old problem in computing: how to design a system for “programs as yet unthought of.” Read more: https://t.co/YYaEub2QGV
Anthropic virtualizes agent architecture to decouple reasoning from execution environments
· Updated
Anthropic updated its Managed Agents service, a hosted platform for long-horizon agents (AI that performs multi-step tasks over long periods), by decoupling the "brain" from the "hands." The new architecture virtualizes the agent loop, sandbox, and session log into independent interfaces. This allows components to be swapped independently.
Traditional agent designs couple the reasoning loop and execution environment into one container, creating "pets" that are difficult to debug. By moving the harness outside, Anthropic can now treat sandboxes as interchangeable "cattle" provisioned only when needed. This shift reduced median time to first token (latency before the first response) by 60%.
You can now build agents that securely connect to private virtual clouds as the reasoning engine is no longer tethered to a container. Security is improved by storing credentials in a vault the sandbox cannot access. Developers can use the getEvents() interface to manage memory without exhausting context.
Anthropic
@AnthropicAI
174retweets1.6klikes
View on X


