Anthropic Adds Dreaming to Claude Managed Agents

Anthropic introduced "dreaming" for Claude Managed Agents on May 6-7, 2026, allowing agents to review past sessions and refine their memories for future work. ZDNET reports that developers can enable automatic memory updates or approve proposed changes, while Business Insider reports that the capability is initially a research preview requiring access approval. Anthropic also expanded outcomes and multi-agent orchestration.
Anthropic has introduced "dreaming," a Claude Managed Agents capability that reviews completed agent sessions for recurring patterns and uses those findings to refine an agent's memory. According to ZDNET, developers can configure the feature to automatically apply memory changes or require approval before changes affect future behavior.
The release was announced during Anthropic's Code with Claude event in May. Business Insider reports that dreaming is launching as a research preview, with developers required to apply for access. The feature is part of Claude Managed Agents, Anthropic's API suite for creating and deploying agents; ZDNET reports the suite was released on April 8.
Scheduled reflection rather than session recall
Dreaming is distinct from simple conversation history or a static long-term memory store. VentureBeat describes it as a process that examines past sessions between active runs, looking for repeated errors, effective workflows, and preferences that may be useful in subsequent tasks.
ZDNET quoted Anthropic's product description: "Dreaming surfaces patterns that a single agent can't see on its own, including recurring mistakes, workflows that agents converge on, and preferences shared across a team." The company also said the process restructures memory to keep it "high-signal" as it changes.
That framing places memory maintenance in a scheduled evaluation loop rather than inside each live inference. For teams operating long-running agents, analogous approaches can reduce the chance that a memory layer accumulates stale, redundant, or weakly validated instructions. They also introduce governance questions around which past outputs qualify as evidence and who approves changes that alter future agent behavior.
Other managed-agent updates
Anthropic also expanded two existing Managed Agents capabilities:
- •Outcomes, an evaluation-oriented feature intended to keep agents on task and assess results.
- •Multi-agent orchestration, which delegates work across multiple agents for complex workflows.
VentureBeat reports that Anthropic moved outcomes and multi-agent orchestration from research preview to public beta. The publication cited early users: legal AI company Harvey reported roughly a sixfold increase in task-completion rates after implementing dreaming; medical document review company Pangea reported cutting review time by 50% with outcomes; and Netflix was processing logs from hundreds of builds simultaneously through multi-agent orchestration.
Those are vendor and customer-reported results, not independently standardized benchmarks. Practitioners evaluating the features would need to test task completion, latency, cost, error recovery, and memory-change quality against their own workloads, particularly where agents handle regulated, consequential, or multi-step processes.
Growth and compute context
At the event, VentureBeat reported that Anthropic CEO Dario Amodei described annualized first-quarter 2026 revenue and usage growth of 80x, compared with an internal 10x growth assumption. The same report said Claude Platform API volume was nearly 70x higher year over year. Amodei attributed compute difficulties to growth exceeding those assumptions, stating: "We tried to plan very well for a world of 10x growth per year. And yet we saw 80x."
Business Insider connected dreaming to a wider market push toward agents that can operate over longer periods with less direct intervention. Across the sector, longer-horizon agents make evaluation and memory controls increasingly important: a system that carries lessons forward can improve repeated workflows, but it can also propagate faulty conclusions unless its update pipeline is observable and reversible.
Key Points
- 1Anthropic's dreaming feature reviews prior agent sessions, aiming to convert recurring errors and successful workflows into updated memory.
- 2Dreaming remains a research preview, so developers need access approval and should validate memory changes before production deployment.
- 3As agents run longer workflows, evaluation, approval, observability, and rollback controls can become important safeguards around persistent memory.
Scoring Rationale
Dreaming is a notable agent-platform capability because persistent memory and post-run evaluation are central challenges for production agent systems. Its research-preview status and vendor-reported performance results limit immediate broad practitioner impact, and the underlying announcement is more than three days old.
Sources
Public references used for this report.
Practice interview problems based on real data
1,625 SQL & Python problems across 15 industry datasets — the exact type of data you work with.
Try 250 free problems


