product updateAnthropic

Anthropic adds Ultraplan to Claude Code, moving task planning to the cloud

TL;DR

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.

2 min read
0

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

product update

Google triples Gemini usage limits in Antigravity coding tool twice in one week after user complaints

Google has raised Gemini usage limits in its Antigravity coding tool by 3x twice within one week, responding to developers who hit new compute-based quotas within hours. The company also reset weekly quotas for all paid users twice, though limits remain lower than pre-restriction levels.

product update

OpenAI adds ChatGPT to Microsoft PowerPoint in public beta

OpenAI has integrated ChatGPT into Microsoft PowerPoint, allowing users to generate and edit presentation slides using natural language prompts. The feature is available in public beta to both free tier users and ChatGPT Business subscribers.

changelog

Anthropic Python SDK v0.104.0 adds thinking token count estimates for streaming responses

Anthropic released version 0.104.0 of its Python SDK on May 21, 2026. The update adds support for a thinking-token-count beta feature that provides estimated token counts in thinking block deltas when streaming responses from reasoning models.

model release

Anthropic's Unreleased Claude Mythos Preview Finds 10,000+ Vulnerabilities in One Month

Anthropic's unreleased Claude Mythos Preview model has discovered more than 10,000 vulnerabilities across partner organizations in its first month of deployment through Project Glasswing. The company reports partners are finding bugs at 10x their previous rate, with Cloudflare discovering 2,000 bugs and Mozilla finding 271 Firefox vulnerabilities — 10x more than with previous Claude models.

Comments

Loading...