Anthropic Launches UltraReview & UltraPlan: Multi-Agent Workflows for Claude Code
Summary
UltraReview and UltraPlan are cloud-based extensions for Claude Code designed to scale complex tasks like code reviews and project planning using agent fleets and cloud environments. While UltraReview focuses on automated bug hunting, UltraPlan enables collaborative creation and remote execution of development plans.
What happened?
Anthropic has introduced two major features for the Claude Code CLI:
- UltraPlan (April 2026): Users can now draft plans in the cloud, edit them in a web editor, and execute them remotely in a cloud environment or pull them locally.
- UltraReview (April/May 2026): A fleet of “bug-hunting” agents analyzes code in the cloud. Findings are returned directly to the CLI or desktop app. The feature is also available for CI pipelines (e.g., GitHub Actions).
Why it matters
These features mark Claude Code’s transition from a local tool to a hybrid platform. Offloading compute-intensive analyses to the cloud saves local resources and enables more professional team collaboration through web interfaces.
Evidence
The official documentation lists new commands such as /ultrareview and claude ultrareview. For UltraPlan, the automatic provisioning of cloud environments is explicitly described as part of the workflow.
Analysis
Anthropic is doubling down on “agentic workflows.” UltraReview uses parallelization to increase bug detection beyond the capabilities of individual models. UltraPlan integrates a human review step in the web editor, enhancing reliability for complex planning tasks before consuming expensive resources.
Practical Takeaways
- For Teams: Integrate
claude ultrareviewinto your CI/CD pipelines for an AI-powered security layer. - Complex Refactorings: Use the UltraPlan web editor to visually validate extensive changes.
- Efficiency: Use cloud execution to offload long-running tasks from local environments.
Open Questions
- How are cloud resources and agent fleets billed?
- What security standards apply to code uploaded to the cloud?
- Are there project size limits when syncing with the cloud?