AI News selected for Professionals and Decision Makers
Model And Platform Announcements

Scaling Managed Agents: Decoupling the brain from the hands

02:00 · April 8, 2026 · Antropic Engineering Blog

Scaling Managed Agents: Decoupling the brain from the hands

Harnesses encode assumptions that go stale as models improve. Managed Agents—our hosted service for long-horizon agent work—is built around interfaces that stay stable as harnesses change.

Summary

Anthropic’s Managed Agents service provides a hosted platform for running long-horizon agents built around Claude. Rather than embedding the model, its control loop, and execution resources in a single container, the architecture separates three core components: the session, which stores an append-only log of events; the harness, which orchestrates calls to Claude and routes tool use; and the sandbox or other tools that perform actions. These components communicate through narrow, stable interfaces so that each can be replaced or scaled independently as models and infrastructure change.

The earlier coupled design placed the harness inside the same container as the sandbox. While this simplified file operations, it created operational problems. A failing container could lose the entire session, and debugging required direct access to an environment that might contain customer data. Network integration was equally rigid: connecting Claude to resources inside a customer VPC required either network peering or running the harness in the customer’s own environment. Both issues stemmed from assumptions about co-location that became liabilities as requirements grew.

Decoupling the harness from the sandbox treats execution environments as ordinary tools invoked through a simple execute interface. When a container fails, the harness records the error and can restart a fresh instance from a standard recipe. The session log lives outside the harness, allowing a new harness instance to resume from the last recorded event. Security improves because credentials never enter the sandbox; tokens are either injected at initialization or fetched through a proxy that keeps them out of Claude’s reach.

Context handling also benefits from the separation. The durable session log serves as an external store that the harness can query with positional slices, supporting compaction, trimming, or selective replay without irreversible loss of information. This design keeps context-management logic inside the harness, where it can evolve with future models, while the session guarantees only durability and accessibility.

The same interfaces enable practical scaling. Multiple stateless harness instances can connect to sandboxes only when needed, cutting time-to-first-token substantially. Individual brains can also coordinate several distinct execution environments, and teams can attach resources inside their own VPCs without changing the harness. By treating the session, harness, and sandbox as interchangeable abstractions, Managed Agents aims to accommodate harnesses and tools that have not yet been written.

Why it matters

Highly actionable for Product Teams and Builders implementing agent workflows with Claude, including code-level interface patterns, security mitigations, and performance gains like reduced TTFT. Directly addresses model updates, harness evolution, and production observability.

More in this beat
agent-memoryai-agentsanthropicclaudecontext-managementharness-engineeringllm-agentsmanaged-agents
Effective harnesses for long-running agents

01:00 · November 26, 2025

Effective harnesses for long-running agents

Highly actionable for Product Teams and Builders with concrete implementation guidance, exact model references (Opus 4.5), and workflow strategies directly applicable to agent development and observability.

Relevance 82 · Audience 88

Building a C compiler with a team of parallel Claudes

01:00 · February 5, 2026

Building a C compiler with a team of parallel Claudes

Directly demonstrates actionable agent-team workflows, test harness patterns, and parallelism techniques that Product Teams and Builders can adapt for complex software projects using current Claude APIs.

Relevance 85 · Audience 90

Equipping agents for the real world with Agent Skills

02:00 · October 16, 2025

Equipping agents for the real world with Agent Skills

Directly actionable for Product Teams and Builders: provides concrete implementation patterns, evaluation guidelines, and code patterns for building specialized agents. Addresses lifecycle, observability via progressive loading, and risks like malicious skills.

Relevance 78 · Audience 85

Claude Tag now reads even more of the room

02:00 · August 13, 2026

Claude Tag now reads even more of the room

This update is highly relevant for product teams and builders as it demonstrates advanced context-aware AI integration within daily collaboration tools like Slack. Dutch AI practitioners and SMEs can leverage this to streamline engineering workflows and improve team productivity without incurring extra usage limits.

Relevance 85 · Audience 95

Context Graphs for Proactive Enterprise Agents

06:00 · July 11, 2026

Context Graphs for Proactive Enterprise Agents

High technical depth, novel proactive architecture, and complete reproducible implementation make it directly actionable for Dutch AI researchers and advanced enterprise practitioners developing agent systems.

Relevance 78 · Audience 92

Introducing Claude Tag

02:00 · June 23, 2026

Introducing Claude Tag

This update introduces a new paradigm for human-AI collaboration within existing workflows, directly impacting how product teams build and debug. Its enterprise-grade access controls and data scoping make it highly viable for Dutch organizations adhering to strict data governance.

Relevance 85 · Audience 95

Harness design for long-running application development

01:00 · March 24, 2026

Harness design for long-running application development

This article provides highly actionable architectural patterns for product teams and builders developing autonomous AI agents. It offers concrete solutions to common LLM limitations like context degradation and self-evaluation bias, which are critical for Dutch AI engineering teams building robust, long-running applications.

Relevance 85 · Audience 95

Long-Context Isn't the Answer

01:00 · March 23, 2026

Long-Context Isn't the Answer

It provides actionable insights for ML Engineers on managing LLM context windows in production, highlighting the hidden costs of long-context models. The proposed architectural solutions, like sub-agent orchestration, are highly relevant for Dutch enterprises building reliable and efficient AI systems.

Relevance 85 · Audience 95

How monday.com transformed its platform into an agent-first product where humans and agents collaborate

02:00 · August 20, 2026

How monday.com transformed its platform into an agent-first product where humans and agents collaborate

This case study is highly relevant for product teams and builders as it provides a strategic blueprint for transitioning from superficial AI features to a native, agent-first architecture. It offers actionable insights into integrating LLMs like Claude into core workflows, which is highly applicable for Dutch SaaS companies and AI practitioners looking to drive sustained user engagement.

Relevance 75 · Audience 90