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

How we contain Claude across products

02:00 · May 25, 2026 · Antropic Engineering Blog

How we contain Claude across products

As agents grow more capable, so does their potential blast radius. The engineering question is how to cap it. Here’s what we’ve learned building containment for claude.ai, Claude Code, and Cowork.\n

Summary

Anthropic has shifted from cautious experiments to routine deployment of Claude agents with broad access to internal services, making containment essential to limit potential damage. The company identifies three overlapping risk categories—user misuse, model misbehavior, and external attacks through tools or content—and counters them with defenses applied to the runtime environment, the model itself, and the external data the agent can reach. Environmental controls receive the heaviest investment because they set hard boundaries that remain effective even when model safeguards or user oversight fall short.

For claude.ai, code execution occurs inside gVisor containers on isolated infrastructure. Sessions are ephemeral, the filesystem does not persist, and no code runs on user devices, which keeps the blast radius small at the cost of limited workspace persistence. Claude Code, by contrast, must operate on the developer’s local machine and filesystem. Early versions relied on per-action permission prompts, but usage data revealed users approved roughly 93 percent of requests, leading to fatigue. The team therefore introduced OS-level sandboxes—Seatbelt on macOS and bubblewrap on Linux—that allow reads and workspace writes while denying network access by default, cutting prompts by 84 percent.

Claude Cowork uses local virtual machines to give agents more capability while still containing them from the host. Several incidents exposed gaps in these designs. Attackers could execute code before the user accepted a trust dialog by embedding hooks in project configuration files. Another exercise showed an agent could be tricked into reading credentials and exfiltrating them through an approved domain because egress controls had not been tightened sufficiently. In the VM case, strong isolation also prevented endpoint detection tools from observing agent behavior.

These examples illustrate that defenses must be layered and that each new capability introduces fresh attack surfaces. Model-layer measures such as classifiers and training adjustments reduce but never eliminate risk, while external connectors can deliver poisoned content even after malware scanning. The practical lesson is that containment architectures must be tailored to the product’s threat model and user expertise, with environmental boundaries providing the most reliable way to cap blast radius as agent capabilities continue to grow.

Why it matters

Highly actionable for Product Teams and Builders: provides concrete implementation patterns, risk trade-offs, and lessons on agent security that directly apply to building safe AI products. Addresses limitations, prompt injection, and oversight fatigue with measurable outcomes.

More in this beat
agent-safetyai-agentsanthropicclaudeclaude-codeleast-privilegemodel-security-controlspermission-management
Beyond permission prompts: making Claude Code more secure and autonomous

02:00 · October 20, 2025

Beyond permission prompts: making Claude Code more secure and autonomous

Provides actionable security architecture and open-source components for building safer AI coding agents, directly applicable to product teams implementing autonomous workflows. Addresses real risks like data exfiltration with concrete isolation boundaries and measurable prompt reduction. Open-sourcing enables Dutch builders to integrate similar controls into their own agents.

Relevance 78 · Audience 85

A Theory of Least Autonomy in AI

06:00 · July 14, 2026

A Theory of Least Autonomy in AI

This theoretical framework directly supports the Dutch and EU focus on secure, ethical, and transparent AI by providing rigorous methods to audit and constrain autonomous AI agents. It offers advanced researchers actionable mathematical models to prevent dangerous capability composition in enterprise AI deployments.

Relevance 85 · Audience 95

Orphaned AI Agents: How to Find Hidden Access Risks Inside Your Network

17:33 · June 18, 2026

Orphaned AI Agents: How to Find Hidden Access Risks Inside Your Network

This article is highly relevant for security and privacy professionals as it addresses a critical vulnerability in AI access management and data governance. For Dutch enterprises, mitigating the risks of unmonitored AI agents is essential for protecting intellectual property and ensuring compliance with strict EU data protection regulations like the GDPR and the AI Act.

Relevance 85 · Audience 95

The Breakouts Are Routine Now: Why AI Usage Controland Preemptive Defense Cannot Wait

15:45 · August 3, 2026

The Breakouts Are Routine Now: Why AI Usage Controland Preemptive Defense Cannot Wait

This article is relevant for defense technologists and strategists as it details the emerging threat of autonomous AI agents in cyber warfare and espionage. It underscores the necessity for preemptive endpoint security and aligns with EU AI Act compliance, which is critical for European and NATO defense infrastructure.

Relevance 75 · Audience 80

How Outtake built a cyber investigator on Claude

02:00 · July 22, 2026

How Outtake built a cyber investigator on Claude

This article provides a practical use case for Product Teams and Builders on how to leverage Claude Code and the Agent SDK to build long-running, autonomous AI agents. It offers valuable architectural insights for Dutch AI practitioners developing cybersecurity solutions or complex agentic workflows.

Relevance 75 · Audience 85

Red Hat Explains the Agentic AI Cybersecurity Risk CX Teams Can't Ignore

16:23 · July 15, 2026

Red Hat Explains the Agentic AI Cybersecurity Risk CX Teams Can't Ignore

This article is highly relevant for security and privacy professionals as it addresses the critical vulnerabilities introduced by autonomous AI agents, such as prompt injection and data leakage. The recommended mitigation strategies—sandboxing and data segmentation—are essential for Dutch enterprises to maintain GDPR compliance and secure customer data.

Relevance 85 · Audience 95

More details on Fable 5’s cyber safeguards and our jailbreak framework

02:00 · July 2, 2026

More details on Fable 5’s cyber safeguards and our jailbreak framework

Provides actionable, specific guidance on model-level cyber safeguards and a structured jailbreak evaluation rubric directly usable by product teams building or auditing AI systems, with clear discussion of dual-use risks and deployment trade-offs.

Relevance 85 · Audience 80

Getting started with loops

02:00 · June 30, 2026

Getting started with loops

It provides highly actionable, technical guidance for product teams and builders on how to implement and manage autonomous AI coding agents using Claude Code. The practical examples and token management strategies are directly applicable to Dutch AI engineering teams looking to optimize their development workflows.

Relevance 85 · Audience 95

Agent identity in Claude Tag: a new access model for autonomous, team-wide AI

02:00 · June 24, 2026

Agent identity in Claude Tag: a new access model for autonomous, team-wide AI

This update is crucial for product teams and builders integrating AI into enterprise workflows. It provides a secure, auditable framework for autonomous agents that aligns well with strict EU data governance, RBAC, and compliance standards required in the Dutch market.

Relevance 85 · Audience 95