Anthropic Launches Dispatch and Chrome Computer Use Plugin
Anthropic just made two significant product announcements that expand Claude's reach beyond text-based interactions: Dispatch, a task routing and orchestration system, and a Chrome plugin for Computer Use. Together, these launches signal Anthropic's aggressive push into the agentic computing space.
What is Dispatch?
Dispatch is Anthropic's new task orchestration layer. Think of it as a routing engine for AI agents. Instead of sending every request to a single model, Dispatch intelligently routes tasks to the most appropriate model and execution environment based on complexity, cost, and capability requirements.
How Dispatch Works
- Task analysis: Dispatch examines incoming requests and classifies them by type, complexity, and required capabilities
- Model routing: Simple tasks go to Haiku (fast, cheap), moderate tasks to Sonnet, and complex tasks to Opus
- Tool orchestration: Dispatch manages which tools (file access, web browsing, code execution) are available for each task
- Parallel execution: Multiple subtasks can run simultaneously across different model tiers
- Result aggregation: Dispatch combines outputs from multiple agents into coherent final results
Why This Matters
For developers building AI-powered applications, Dispatch solves one of the hardest problems: deciding which model to use for which task. Instead of hard-coding model choices or building custom routing logic, you can let Dispatch handle it. The cost savings from automatic model tiering alone could be significant -- many teams waste money by sending simple tasks to expensive models.
Chrome Computer Use Plugin
The second announcement is equally exciting. Anthropic has released a Chrome browser plugin that gives Claude the ability to see and interact with web pages -- the "Computer Use" capability that was previously only available through the API and required significant setup.
What the Plugin Enables
- Visual understanding: Claude can see what is on your screen and understand web page layouts, forms, and content
- Browser interaction: Click buttons, fill forms, navigate pages, and interact with web applications
- Task automation: Automate repetitive browser-based workflows like data entry, form filling, and web scraping
- Research assistance: Claude can browse the web, read articles, and synthesize information from multiple sources
The UX
The plugin appears as a sidebar in Chrome. You can give Claude tasks in natural language, and it executes them by interacting with the browser. It shows you what it is doing in real-time, and you can intervene or redirect at any point.
How This Changes the Agentic Landscape
These two launches together represent a significant expansion of Claude's capabilities:
| Capability | Before | After |
|---|---|---|
| Task routing | Manual model selection | Automatic via Dispatch |
| Browser interaction | API-only, complex setup | One-click Chrome plugin |
| Multi-agent workflows | Custom orchestration | Built-in via Dispatch |
| Cost optimization | Manual model tiering | Automatic via Dispatch routing |
Competitive Implications
Anthropic is clearly not content to be "just" a model provider. With Claude Code for developers, Dispatch for orchestration, and Computer Use for browser automation, they are building a complete agentic platform. This puts them in direct competition with:
- OpenAI's Codex and Operator for agentic coding and browser automation
- Google's agent offerings through Gemini and Vertex AI
- Third-party orchestration tools like LangChain and CrewAI
Getting Started
Dispatch is available through the Anthropic API immediately. The Chrome Computer Use plugin is in a limited beta -- you can sign up for access on Anthropic's website.
Estimate the cost savings from Dispatch's automatic model routing using our Token Calculator. See all Claude model tiers on our models page.