Anthropic adds Ultraplan to Claude Code, moving task planning to the cloud
Anthropic has launched Ultraplan, a new feature for Claude Code that offloads programming task planning to the cloud. The feature enables developers to initiate planning jobs from the terminal while the planning executes in the browser, supporting inline comments, emoji reactions, and revision requests on individual plan sections.
Anthropic has added Ultraplan to Claude Code, moving the planning phase of programming tasks from local execution to cloud-based processing.
How Ultraplan Works
Developers initiate a planning job from the terminal. Claude then executes the planning phase on the Claude Code web interface, keeping the local terminal free for concurrent work. Once the plan is generated, it can be executed either in the browser or returned to the terminal for local execution.
Key Features
The web-based planning interface includes capabilities not present in local planning mode:
- Granular feedback: Users can comment on individual plan sections rather than responding to the entire plan at once
- Asynchronous execution: Planning runs in the background in the cloud
- Rich collaboration: The browser interface supports inline comments, emoji reactions, and revision requests
- Dual execution paths: Completed plans can run in the browser or be sent back to the terminal
According to Anthropic documentation, Ultraplan consumes roughly the same token count as the previous local planning mode, meaning it doesn't impose additional computational costs.
Requirements and Limitations
Ultraplan requires:
- Claude Code web account
- GitHub repository integration
- Claude Code version 2.1.91 or later
The feature is not compatible with Amazon Bedrock, Google Cloud Vertex AI, or Microsoft Foundry deployments. It is currently available as a preview for users who have activated Claude Code on the web.
What This Means
Ultraplan shifts developer workflow paradigms by decoupling planning from execution environments. The move to cloud-based planning enables richer collaboration—comments and reactions on specific plan sections address a friction point in multi-developer code review cycles. However, the incompatibility with major cloud platforms limits adoption to those using Anthropic's direct API or Claude Code web platform. The preview status indicates this is an early iteration; broader platform support and feature stability will determine whether this becomes standard practice.
Related Articles
GitHub Brings Agentic Copilot CLI Capabilities to Slack in Public Preview
GitHub has released a new integration bringing GitHub Copilot's agentic CLI and app capabilities into Slack via public preview. Users can now interact with @GitHub directly in Slack channels to trigger Copilot actions.
Anthropic Unifies Memory Across Claude Chat and Cowork
Anthropic has merged Claude's memory system so information learned in chat is now automatically available in Cowork, and vice versa. The update also lets users view, edit, or delete stored memories, with sensitive topics excluded by default.
Anthropic Unifies Memory Between Claude Cowork and Claude Chat
Anthropic now shares a single memory system between Claude Cowork and Claude chat, so tasks and conversations inform each other. Memory is on by default for Free, Pro, and Max plans, but sensitive topics like health or beliefs remain excluded unless manually enabled.
Anthropic Merges Claude Chat and Cowork Memory Into a Single Shared System
Anthropic has merged the memory systems of Claude chat and Claude Cowork, so context built up in one now carries over to the other. The feature is on by default for Free, Pro, and Max plans, with opt-out controls and separate handling for sensitive personal data.
Comments
Loading...