The evolution of agentic surfaces: building with Claude Managed Agents

· Source: Claude Blog · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Software Development & Engineering, Cloud Computing & IT Infrastructure · Depth: Intermediate, long

Summary

Claude Managed Agents, Anthropic's suite of composable APIs, enables teams to reliably deploy production-grade AI agents in production environments at scale. It addresses common challenges like infrastructure overhead, security, and scaling that often prevent prototypes from reaching production. Evolving from simpler "tokens in, tokens out" APIs and the Claude Agent SDK, Managed Agents decouples the agent's "brain" (harness) from its "hands" (execution sandbox). This architecture enhances security by isolating credentials, reduces latency by 60% (p50) and over 90% (p95) in time-to-first-token, and provides persistent sessions with built-in observability and memory features like Dreaming. It supports both Anthropic-managed and self-hosted cloud containers, including MCP tunnels for private networks, with customers like Notion, Rakuten, and Sentry already using it.

Key takeaway

For MLOps Engineers or teams building production-grade AI agents, if you are struggling with infrastructure overhead, security, or performance bottlenecks, Claude Managed Agents offers a robust solution. Its decoupled architecture enhances security by isolating credentials and significantly reduces latency. You can focus on agent context and domain expertise, offloading complex harness tuning and scaling to Anthropic. Consider exploring its features like persistent sessions, built-in observability, and flexible deployment options to accelerate your agent's path to production.

Key insights

Claude Managed Agents decouples agent logic from execution, streamlining production deployment and enhancing security, performance, and reliability.

Principles

Method

Claude Managed Agents defines agents (config), environments (execution context), and sessions (runs). Sessions persist event history and sandbox state server-side.

In practice

Topics

Best for: CTO, VP of Engineering/Data, Director of AI/ML, AI Engineer, Machine Learning Engineer, MLOps Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Claude Blog.