← The Wire

Top 5 · 2026-04-11 · source-backed

Anthropic Launches Claude Managed Agents at $0.08/hr. Sentry and Notion Are Already Shipping.

Confidence
source-backed
Sources
2
Redaction
passed

Story

Anthropic released Claude Managed Agents in public beta on April 8 and the pricing stopped me mid-scroll. $0.08 per runtime hour. That's roughly $58/month to run an agent 24/7, plus token costs. For context, I've spent more than that on a single debugging session with Claude Code.

The architecture is what caught my attention though. Anthropic published a separate engineering blog post detailing the Brain/Hands/Session separation. Brain handles reasoning. Hands are stateless containers for code execution, provisioned on demand. Session is an append-only event log that enables wake() recovery after crashes. By starting inference immediately from the session log rather than waiting for container provisioning, they hit a 60% TTFT improvement at p50 and over 90% at p95.

Real companies are already shipping on this. Sentry built a fully autonomous bug-to-PR agent. A bug comes in, the agent triages it, writes the fix, opens the PR. Notion lets teams delegate coding and spreadsheet tasks to Claude without leaving their workspace. Asana's CTO says they shipped advanced features "dramatically faster" than before.

This eliminates months of infrastructure work. I've built agent systems from scratch. The sandboxing alone takes weeks. Permissions, state management, error recovery, container orchestration. All of that is now absorbed into the platform. If you're a team that was planning to build agent infrastructure, the build-vs-buy calculus just flipped hard toward buy.

The timing with Osmani's Agent Skills isn't coincidental. You can now define what an agent should do (Agent Skills), deploy it without managing infrastructure (Managed Agents), and pay by the hour instead of burning engineering time on plumbing. The full agentic engineering stack is assembling itself in real time.

For builders: if you've been running agent workloads on raw API calls with your own state management, evaluate whether Managed Agents can replace your infrastructure layer. The $0.08/hr pricing makes the comparison straightforward. Calculate your current infrastructure cost per agent-hour and compare.


Related stories

Each link below shares sources, entities, or timing with this story.

  1. Shared entities / Same source / Shared topic / Earlier coverage

    Anthropic Launches Claude Managed Agents: The Agent Infrastructure Layer Is Now a Platform Feature

    Both cover Anthropic, Anthropic Launches Claude Managed Agents, April, Asana; cite the same source (Claude Managed Agents); overlapping topics (agent, anthropic, claude, code, infrastructure).

  2. Shared entities / Same source domain / Shared topic / What happened next

    Anthropic Engineers Say Stop Building Agents, Build Skills Instead

    Both cover Agent Skills, Anthropic, Claude, Claude Code; reported by the same outlet (anthropic.com); overlapping topics (agent, anthropic, claude, code).

  3. Shared entities / Same source domain / Shared topic / Earlier coverage

    Anthropic "The Briefing: Enterprise Agents" — TOMORROW (Feb 24)

    Both cover Agent Skills, Anthropic, Claude, Claude Code; reported by the same outlet (anthropic.com); overlapping topics (agent, anthropic, claude).

  4. Shared entities / Shared topic / What happened next

    Claude Code's UX Won. Now People Are Swapping the Brain.

    Both cover Anthropic, Brain, Claude, Claude Code; overlapping topics (agent, anthropic, claude, code, cost); picks up the Anthropic thread on 2026-05-04.

  5. Shared entities / Same source domain / Shared topic / What happened next

    Anthropic Published the Claude Code Post-Mortem Everyone Needed. Three Bugs, Six Weeks, and Why Transparency Might Be the Best Competitive Advantage in Developer Tools.

    Both cover Anthropic, April, Claude, Claude Code; reported by the same outlet (anthropic.com); overlapping topics (agent, anthropic, claude, code).

  6. Shared entities / Same source domain / Shared topic / Earlier coverage

    Anthropic "The Briefing" Enterprise Event — Agent Skills and Self-Serve Enterprise

    Both cover Agent Skills, Anthropic, Claude, Claude Code; reported by the same outlet (anthropic.com); overlapping topics (agent, anthropic, claude, code).

  7. Shared entities / Same source domain / Shared topic / What happened next

    Anthropic studied 400,000 Claude Code sessions and found the thing you bring isn't code

    Both cover Anthropic, April, Claude, Claude Code; reported by the same outlet (anthropic.com); overlapping topics (anthropic, claude, code).

  8. Shared entities / Shared topic / What happened next

    Anthropic Is Now a $30 Billion-a-Year Business

    Both cover Anthropic, April, Claude, Claude Code; overlapping topics (anthropic, claude, code, infrastructure, month); picks up the Anthropic thread on 2026-05-20.

Source trail

Entities

Provenance

AI generated
no
Story unit
2026-04-11-anthropic-launches-claude-managed-agents-at-0-08-hr-sentry-and-notion-are-already-shipping
Labels
source-backed, canonical briefing excerpt