ENFR
8news

Tech • IA • Crypto

TodayTopicsVideosCryptoArchivesFavorites

How to get to production faster with Claude Managed Agents

8/10
AnthropicClaudeMay 21, 2026 at 12:56 PM28:59
Audio player
0:00 / 0:00

TL;DR

Anthropic introduced cloud-managed agent infrastructure designed to let AI systems autonomously complete complex tasks by handling security, memory, and scalability challenges.

KEY POINTS

Shift from model limits to infrastructure bottlenecks

Rapid advances in models such as Claude Opus 4.7 have pushed AI capabilities beyond simple prompt-response workflows. Systems can now generate full features, submit production-ready code, and autonomously complete backlogs. The primary constraint is no longer intelligence, but the surrounding infrastructure needed to support sustained, multi-step execution.

Rise of outcome-oriented agents

Interaction paradigms are moving from conversational exchanges to task-based autonomy. Instead of step-by-step prompting, users define goals—such as completing an M&A workflow—and agents execute independently, returning only when objectives are met. This shift requires persistent execution, long-running context, and the ability to resume work across sessions.

Need for secure access and identity

Advanced agents require access to private systems including GitHub repositories, internal tools, and communication platforms. This introduces requirements for secure credentials, permission controls, and identity frameworks so agents can operate safely within enterprise environments while maintaining auditability.

Core platform primitives

The cloud-managed agent system bundles key components including agent identity, system prompts, tools, and permissions. It also provides sandboxed environments with configurable networking and dependencies, enabling agents to safely execute code and interact with external systems.

Event-driven observability

Each agent session generates a structured event stream covering user inputs, agent actions, lifecycle changes, and execution spans. This allows developers to monitor behavior in real time, debug failures, and understand decision-making processes—addressing a major barrier to deploying agents in production.

Memory and iterative improvement

Persistent memory enables agents to learn across sessions, while “outcomes” frameworks allow them to iteratively refine results until predefined goals are met. Experimental features such as “dreaming” aggregate insights across thousands of runs to improve long-term performance and knowledge retention.

Multi-agent orchestration

Agents can spawn sub-agents with separate contexts to handle specialized subtasks. This distributed approach enables parallel execution and more complex workflows, resembling coordinated teams rather than single AI instances.

Self-hosted sandbox integration

New support for self-hosted sandboxes allows organizations to run agent workloads داخل their own infrastructure or VPCs, maintaining control over data, networking, and compliance. Partners including Cloudflare, Modal, Daytona, and Vercel provide scalable compute environments, from microVMs to GPU-backed systems.

Secure connectivity via MCP tunnels

MCP tunnels enable agents to access private services without exposing them to the public internet. A lightweight proxy establishes secure communication between internal systems and agent workflows, simplifying enterprise integration.

Emerging enterprise use cases

Early applications include automated account management, continuous model optimization using reinforcement learning, and agents that interact with legacy systems by emulating human workflows. Some systems now perform iterative performance tuning on infrastructure workloads, including GPU-based optimization tasks.

Unresolved challenges at scale

Key issues remain around authentication, permission boundaries, and identity propagation across agent chains. Industry-wide standards are still evolving, particularly for ensuring agents only access authorized data and services while operating autonomously.

CONCLUSION

Cloud-managed agent platforms signal a transition from interactive AI tools to autonomous systems, with infrastructure, security, and orchestration emerging as the defining challenges for large-scale deployment.

Full transcript

More from Anthropic