← Back to all entries
2026-05-24 🧭 Daily News

RSP v2.1, Claude Code Workspace Snapshots & Shared Spaces for Teams

RSP v2.1, Claude Code Workspace Snapshots & Shared Spaces for Teams — visual for 2026-05-24

🧭 Anthropic Publishes RSP v2.1 — Stricter ASL-3 Evaluations and First-Ever Public Red-Team Summary

One day after announcing its cross-faith AI ethics dialogue, Anthropic has released a substantially revised Responsible Scaling Policy (RSP v2.1). The update formalises tighter capability evaluations for frontier models at ASL-3, introduces a new class of "containment commitments" that limit how broadly a model can be deployed before reaching specific safety benchmarks, and — most notably — publishes the first-ever public summary of Anthropic's internal red-team findings: the categories of misuse most reliably elicited in testing, which defences worked, and which did not.

What changed from RSP v2.0

The public red-team summary: what it says

The most technically substantive addition is a 12-page red-team summary appended to the policy. Key disclosures include:

Why this matters for operators building on the API

The red-team summary is not just academic transparency — it directly informs what kinds of use cases Anthropic will consider high-risk, and therefore which operator applications may face tighter scrutiny or usage policy enforcement. If your product involves generating persuasive content at scale (marketing copy generation, A/B testing content, political outreach tools), review your operator agreement against this disclosure. The containment commitments also signal that future frontier model rollouts may arrive to the API more slowly while safety evaluations complete.

⭐⭐⭐ anthropic.com
RSP responsible scaling ASL-3 red-team safety policy METR UK AISI

🧭 Claude Code v2.1.149: Workspace Snapshots — Save and Resume Multi-Agent Sessions Across Machines

Three days after the exit-code regression hotfix (v2.1.148), Anthropic has shipped Claude Code v2.1.149 with a significant new capability for long-running agentic workflows: Workspace Snapshots. A snapshot captures the full serialised state of an active session — open file edits, task queue, sub-agent identifiers, permission grants, and the in-memory conversation context — and saves it as a JSON file in .claude/snapshots/ inside the project directory. Snapshots can be restored on any machine with access to the same project directory, enabling handoff between laptops, CI runners, and remote VMs without losing agent state.

Using snapshots

# Save current session to a named snapshot
/snapshot save "before-api-refactor"

# List snapshots for this project
/snapshot list

# Resume the most recent snapshot (within same session or new session)
claude --resume latest

# Resume a named snapshot
claude --resume "before-api-refactor"

# Delete snapshots older than 7 days
/snapshot prune --older-than 7d

What is and isn't captured

Other changes in v2.1.149

Practical pattern: safe checkpoints before risky agent steps

The best time to call /snapshot save is immediately before you approve a potentially destructive step — a database migration, a bulk file rename, a deploy. If the agent's next action causes an unexpected outcome, you can restore the pre-approval state in seconds rather than untangling partial changes. Combined with the /code-review high command from v2.1.147, this gives you a structured review-then-checkpoint flow before each consequential agent action.

Claude Code v2.1.149 workspace snapshots session resume multi-agent agentic workflows

🧭 Claude.ai Launches Shared Spaces — Real-Time Team Collaboration Inside Projects

Anthropic has released Shared Spaces, a new collaboration layer for Claude.ai that turns Projects from personal workspaces into live team environments. In a Shared Space, up to 20 team members can join the same Project conversation, see each other's messages appear in real time, and branch the conversation in different directions simultaneously — each branch visible to all participants. Custom system prompts, uploaded knowledge files, and tool access (web search, code execution) are all shared at the Project level and apply to every participant's session within the Space.

How Shared Spaces differ from existing Projects

Availability and pricing

Shared Spaces launch in public beta for Claude Teams and Enterprise subscribers today. Claude Max subscribers get a limited preview (up to 5 participants per Space). There is no additional charge for the feature itself; participant slots count against the Team or Enterprise seat allocation. GA for all paid plans is expected in Q3 2026. Shared Spaces are not available on Claude Pro or the free tier.

Best use: asynchronous expert review with live follow-up

The most immediately high-value pattern for Shared Spaces is asynchronous expert review: one team member runs a deep Claude analysis overnight (legal review, code audit, technical specification review), then the rest of the team joins the Space in the morning to ask follow-up questions, branch into specific sub-topics, and collectively refine the output — all in the same persistent context rather than copy-pasting between separate conversations. This is the workflow that previously required expensive facilitated AI workshops; it is now a built-in platform feature.

⭐⭐⭐ anthropic.com
Claude.ai Shared Spaces team collaboration Projects branched conversations Claude Teams Enterprise
Source trust ratings ⭐⭐⭐ Official Anthropic  ·  ⭐⭐ Established press  ·  Community / research