Skip to content
FAQ

Code with Claude 2026: Anthropic Ships Self-Improving Agents with Dreaming, Outcomes, and Parallel Orchestration

At its second annual developer conference in San Francisco on May 6, Anthropic shipped three major new capabilities for Claude Managed Agents: Dreaming (memory consolidation that lets agents improve between sessions), Outcomes (a self-grading loop using a separate evaluator agent), and Multiagent Orchestration (a coordinator that fans tasks to specialist subagents in parallel). Harvey law firm reported a 6x jump in task completion rates using the new features.

5 min read

There was no new flagship model at Code with Claude 2026. That was deliberate. When Anthropic held its second annual developer conference at the Moscone Center in San Francisco on May 6 — the first stop in a three-city tour that continues in London on May 19 and Tokyo on June 10 — the company made a calculated choice to spend its stage time on infrastructure, not benchmarks. The bet Anthropic is making with this year’s conference is that the era of capability demonstrations has passed, and the era of agentic reliability has arrived.

The three features Anthropic shipped that day — Dreaming, Outcomes, and Multiagent Orchestration — are the clearest articulation yet of where the company believes the competitive frontier lies in the second half of 2026.

Dreaming: Memory That Gets Smarter Over Time

The most conceptually novel of the three is Dreaming, currently in research preview. The core insight is simple but its implications are broad: AI agents, as currently deployed, do not get better between sessions. Every conversation starts fresh, and patterns learned in session 100 are not available in session 101 unless explicitly surfaced through prompt engineering or retrieval augmentation. Dreaming is Anthropic’s answer to this limitation.

The mechanism is non-destructive by design. A “dream” is a scheduled process that reads an existing memory store alongside a batch of past session transcripts, then produces a new, reorganized memory store. Duplicates are merged, stale entries replaced, and newly surfaced patterns indexed. The original memory store is never modified during this process — the output is a separate artifact that developers can inspect, accept, or discard before applying it. This preserves developer control while enabling a form of autonomous self-improvement that has been a long-standing goal in the agent research community.

Anthropic’s internal benchmark showed a 10.1% improvement on PowerPoint generation quality after running Dreaming cycles — a modest number that likely understates the feature’s value for longer-running workflows where memory drift over hundreds of sessions is a real operational problem.

Outcomes: The Agent That Grades Its Own Work

Outcomes, now in public beta, addresses a different failure mode: agents that complete tasks but complete them incorrectly, without the self-awareness to recognize the gap between output and intent.

The feature implements a self-grading loop using a separate evaluator agent. After the primary agent completes a task, the evaluator scores the output against a developer-written rubric and returns a structured critique: what was right, what was wrong, and what should be fixed. The primary agent then revises its output accordingly. The loop can run multiple times until the evaluator’s score crosses a threshold, or until a configured iteration limit is reached to prevent runaway compute consumption.

The practical result, per Anthropic’s internal measurements, is a 10.1% lift in benchmark quality for structured output generation tasks. More meaningfully, early beta customers report that Outcomes significantly reduces the rate of “silent failures” — tasks where an agent appears to have succeeded but produces output that fails downstream quality checks. Harvey, the AI legal research firm, cited a 6x jump in task completion rates as the single most compelling external validation of the feature’s impact.

Multiagent Orchestration: Parallel Intelligence

The third feature addresses the sequential processing bottleneck that has constrained enterprise deployment of complex agentic workflows. Multiagent Orchestration, also in public beta, provides a native coordinator agent that can decompose a complex task into subtasks and fan them out to specialist subagents running in parallel.

The orchestrator handles task decomposition, context distribution to subagents, result aggregation, and conflict resolution when subagents produce outputs that need to be reconciled. From a developer perspective, the key advantage is that parallel orchestration can reduce wall-clock completion time for compound tasks dramatically — a research-and-synthesis workflow that previously took 40 minutes running sequentially might complete in 8 to 12 minutes with parallel subagents, depending on the task structure.

The feature ships with pre-built orchestrator templates for common workflow patterns, and Anthropic’s Claude Finance offering — announced alongside the orchestration feature — includes 10 pre-built agents covering financial modeling, earnings analysis, regulatory document parsing, and portfolio reporting use cases.

Infrastructure: The Unsexy Story That Matters

Behind the product features, Anthropic announced operational changes that matter for developers who have been hitting rate limits in production deployments. The company doubled rate limits across subscription plans, removed peak-hour caps for Pro and Max users, and increased API rate limits by up to 17 times for certain tiers — a number that reflects the scale of compute capacity Anthropic has been quietly adding.

The most significant infrastructure disclosure was the partnership with SpaceX to use dedicated capacity at the Colossus data center in Memphis — the facility built by Elon Musk’s xAI that represents one of the largest concentrations of AI training and inference compute in the United States. The deal gives Anthropic access to a scale of compute that had previously been accessible only to the largest hyperscalers.

The Platform Bet

Reading the Code with Claude 2026 announcements in aggregate, the strategic message is clear. Anthropic is positioning Claude Managed Agents not as a model API with agent features bolted on, but as a purpose-built platform for production agentic workflows. The billing separation announced last week — moving Agent SDK usage to a separate credit pool starting June 15 — is part of the same framing: agent infrastructure deserves its own economic model, separate from interactive chat usage.

The conference’s expansion to London and Tokyo is also telling. London represents enterprise legal, finance, and professional services — the sectors where Harvey’s 6x improvement story lands hardest. Tokyo represents the Japanese enterprise market, which has been faster than any comparable economy to integrate AI into core business workflows, and which has distinct regulatory and language requirements that Anthropic has been investing in serving.

The company that spent three years telling the industry that safety and capability were not in conflict is now making a second argument: that agents built on reliable, self-improving infrastructure will outperform agents built on raw benchmark performance. For developers who have spent 2025 dealing with the operational costs of unreliable agents, the Code with Claude 2026 lineup is the most direct address of those pain points that any major AI lab has offered.

Anthropic Claude AI agents developer tools multiagent Code with Claude agentic AI
Share

Related Stories

Red Hat Summit 2026: Enterprise Gets Its Agentic AI Toolkit — Built on OpenShift, SLSA, and Claude

At Red Hat Summit 2026, IBM's open-source unit unveiled a comprehensive suite of developer tools for building and governing agentic AI systems. Highlights include Red Hat Trusted Libraries with SLSA Level 3 provenance, exploit intelligence powered by NVIDIA AI blueprints, and expanded OpenShift Dev Spaces integration supporting Claude CLI, AWS Kiro, and Microsoft Copilot.

6 min read