Developer

Anthropic Details How It Contains Claude Across Products

Simon Willison praises Anthropic's new detailed documentation on sandboxing techniques for Claude.ai, Claude Code, and Claude Cowork. The post covers process sandboxes, VMs, filesystem boundaries, and egress controls across platforms like gVisor, Seatbelt, Bubblewrap, and Virtualization frameworks. It also notes a past missed exfiltration vector and suggests the SRT tool is now mature enough to try.

Neura News

Neura News

Neura Market Editorial

May 30, 20263 min read

Originally reported by simonwillison.net

Anthropic Details How It Contains Claude Across Products

Simon Willison, a well-known figure in the developer community, recently highlighted a common frustration with sandboxing products: they often lack thorough documentation. Without clear details, it becomes difficult to trust how well a system actually contains potential threats. But Willison points to a new publication from Anthropic that addresses this gap head-on.

Anthropic has released a comprehensive overview of the sandbox techniques used across its three main Claude products: Claude.ai, Claude Code, and Claude Cowork. The documentation explains how the company constrains where and how an AI agent can act, using a combination of process sandboxes, virtual machines, filesystem boundaries, and egress controls. The stated goal is to set a hard boundary on what an agent can reach, so that even if credentials never enter the sandbox, they cannot be exfiltrated.

A System of Multiple Layers

The report breaks down the specific technologies employed for each product. Claude.ai, the web-based interface, uses gVisor, a container runtime sandbox developed by Google. For Claude Code, which runs locally on a user's machine, the sandboxing approach differs by operating system: on macOS it uses Apple's Seatbelt sandbox, and on Linux it uses Bubblewrap. Claude Cowork, which appears to be a more collaborative or enterprise offering, runs inside a full virtual machine. On macOS that VM uses Apple's Virtualization framework, while on Windows it relies on Microsoft's Hyper-V Container Services (HCS).

This layered approach is designed to limit the damage even if a model finds an unexpected or creative path to escape its intended constraints. Willison notes that the documentation is refreshingly transparent, including some stories of risks that Anthropic initially missed.

Missed Risks and a Matured Tool

The #1 Newsletter in AI

Stay ahead of the AI curve

The most important updates, news, and content — delivered weekly.

No spam. Unsubscribe anytime.

One specific vulnerability mentioned is the api.anthropic.com/v1/files exfiltration vector, which was covered previously on Willison's blog. The fact that Anthropic publicly acknowledges such past mistakes adds credibility to the new documentation.

Willison also reminds readers about Anthropic's open-source sandbox runtime tool, simply called SRT (Anthropic Sandbox Runtime). He notes that the tool has matured to a point where he is now ready to give it a proper try. SRT is designed to provide a sandboxed environment for running AI agents, and its open-source nature allows developers to inspect and trust its implementation.

Why This Matters

For developers and organizations deploying AI agents, understanding the security boundaries is critical. With the rise of code-executing agents like Claude Code, the ability to contain an agent's actions is as important as the model's intelligence. Anthropic's willingness to publish detailed, technical documentation sets a standard for transparency that other companies may be encouraged to follow.

The entire post serves as a link to Anthropic's official documentation, and Willison's commentary provides a developer's perspective on why such documentation is valuable. It underscores a broader principle in AI safety: trust must be earned through openness, not just claimed through marketing.

Related on Neura Market

More from Neura News

AI Models

Google Unveils Gemini 3.6 Flash, 3.5 Flash-Lite, and Cyber Model

Google has released three new Gemini models: 3.6 Flash, 3.5 Flash-Lite, and 3.5 Flash Cyber. The 3.6 Flash model offers improved coding and knowledge work with 17% fewer output tokens and lower costs. The 3.5 Flash-Lite is the fastest in the series at 350 tokens per second, designed for high-throughput agentic tasks. The 3.5 Flash Cyber model, available only to governments and trusted partners via CodeMender, focuses on finding and fixing cybersecurity vulnerabilities. Google also noted that Gemini 3.5 Pro is being tested with partners and that pre-training for Gemini 4 has begun.

Jul 21·5 min read
AI Models

Alibaba Qwen-Image-3.0 renders infographics and tiny text in one pass

Alibaba's Qwen team released Qwen-Image-3.0, an image generator designed for practical applications like newspaper layouts and complex infographics. The model processes prompts of up to 4,500 tokens and can render legible text as small as ten pixels, mathematical formulas, and twelve languages in a single pass. It is currently available through invite-only API access, with plans to integrate it into first-party apps like Qwen Chat soon.

Jul 21·4 min read
AI Models

Google Unveils Gemini 3.6 Flash, 3.5 Flash-Lite, and Cyber Model

Google DeepMind has introduced three new Gemini models: 3.6 Flash, 3.5 Flash-Lite, and 3.5 Flash Cyber. The 3.6 Flash model offers improved coding and multimodal performance with 17% fewer output tokens and lower cost. The 3.5 Flash-Lite is the fastest in its series at 350 output tokens per second, designed for high-throughput agentic tasks. The 3.5 Flash Cyber, fine-tuned for cybersecurity, will be available exclusively to governments and trusted partners via the CodeMender agent.

Jul 21·6 min read