Anthropic’s Managed Agents
Anthropic launched a hosted platform that treats AI agents as managed infrastructure, turning long-running sessions, tracing and governance into first-class features. The product packages an “agent harness” for sandboxing, multi-agent coordination and execution tracing so teams can run asynchronous agent workflows without rebuilding the runtime. That makes agent orchestration a vendor-managed stack you can use quickly—but it also means vendor lock-in and the need for clear contracts around memory, tools and auditability. (the-decoder.com) (techradar.com) (platform.claude.com)
Most companies can get an artificial intelligence model to answer one prompt. The part that breaks in production is everything after that: keeping a task alive for hours, letting it use tools safely, and figuring out what it did when something goes wrong. (platform.claude.com) Anthropic’s new Claude Managed Agents product tries to sell that missing layer as a service. In Anthropic’s docs, the company says developers no longer have to build their own “agent loop, tool execution, and runtime” because the platform provides a managed environment for files, commands, web browsing, and code execution. (platform.claude.com) An agent loop is the part that keeps asking, “What should I do next?” after each step instead of stopping after one reply. Anthropic is packaging that loop so a team can define an agent once and then reuse it across many sessions by agent identifier, with versioning built in. (platform.claude.com) A runtime is the working room where the model actually does the job. Anthropic says its managed harness gives Claude a secure place to read files, run shell commands, browse the web, and execute code without each customer wiring those pieces together from scratch. (platform.claude.com) Long-running work is the other hard part. Anthropic’s documentation describes stateful sessions with persistent event history, so a task can keep going across many back-and-forth events instead of being rebuilt from a blank prompt every time. (platform.claude.com 1) (platform.claude.com 2) That event history also doubles as a flight recorder. Anthropic says Managed Agents uses an event-based system where developers send user events in and receive agent and session events back, which makes it possible to stream progress, interrupt execution, or inspect what happened step by step. (platform.claude.com) Memory is separate from the live session. Anthropic says sessions are ephemeral by default, but developers can attach memory stores so an agent can carry forward things like user preferences, project conventions, prior mistakes, and domain context across future sessions. (platform.claude.com) Permissions are where the product starts to look less like a chatbot and more like cloud infrastructure. Anthropic says server-executed tools and Model Context Protocol servers can be set to run automatically or wait for approval under permission policies, while custom tools stay under the customer’s own control. (platform.claude.com) The launch is also tightly tied to Anthropic’s own stack. The Managed Agents API currently requires a beta header dated 2026-04-01, and Anthropic’s docs say supported models are Claude 4.5 and later, which means the easiest path is to build around Anthropic’s conventions for sessions, tools, memory, and policies. (platform.claude.com) That tradeoff is the pitch in one line: less infrastructure work up front, more dependence on one vendor’s runtime later. Wired reported on April 8, 2026 that Anthropic is aiming to lower the barrier for businesses building agents, while its own documentation shows how much of the operational plumbing now sits inside Anthropic’s platform instead of the customer’s codebase. (wired.com) (platform.claude.com) If this model catches on, companies will spend less time writing scaffolding and more time arguing over contracts: what the agent is allowed to remember, which tools it can touch, and what audit trail exists when it acts on its own. Anthropic is not just selling a smarter model here; it is trying to become the operating system for autonomous work. (platform.claude.com 1) (platform.claude.com 2) (platform.claude.com 3)