What Dispatch Is — A New Kind of Desktop Agent
Anthropic Dispatch is a new consumer-facing product that pairs Desktop Computer Use with Remote Task Delegation. You text it a task from your phone, and it operates directly on your local Mac or PC—opening apps, navigating UIs, and manipulating files—until the job is done. The core promise is finished work, not a draft or a summary. This is a paradigm shift from AI as a tool you use synchronously to an agent you delegate to asynchronously.
How It Differs from the Computer Use API
This follows Anthropic's release of the Computer Use API in late 2024. That API is a powerful developer primitive requiring Docker containers and custom orchestration code. Dispatch is the consumer layer built on that primitive. It's a native desktop app you install, controlled via natural language from any device. Crucially, it runs on your actual local desktop with full access to your apps and files, not in a sandboxed cloud VM. The target user shifts from developers to all knowledge workers.
Concrete Use Cases for Developers
For Claude Code users, Dispatch isn't a replacement—it's a powerful complement for tasks outside the terminal.

Technical Debt Clearing: While you're in a meeting, you could text Dispatch: "Navigate to the ~/projects/legacy-app directory. Find all uses of the deprecated fetchUser function, replace them with the new getUser pattern from lib/api.js, run the test suite, and commit the changes to a new branch called migration/fetchUser." Dispatch would open your editor, terminal, and Git client to execute this.
Cross-Application Workflows: Need to document a new API? "Open the api-spec.yaml file in VS Code. Extract all endpoint paths and descriptions. Create a new Google Doc, format the data into a table, and email the shareable link to the product team."
Research & Synthesis: "Open the browser. Go to the documentation pages for React 19, Vue 3.4, and Svelte 5. Summarize the new hydration patterns for each in a bulleted list and save it to a new note in Obsidian."
The key is these are multi-step, cross-application tasks that don't require API integrations because Dispatch operates at the UI layer.
The Trust & Safety Model
Running an agent on your local machine with full access requires careful boundaries. Dispatch implements verification checkpoints before irreversible actions (like git push or deleting files), maintains a detailed audit trail, and lets you define scope boundaries for which apps and directories it can access. Start by restricting it to a specific project folder or a non-production database.

How to Integrate It with Your Claude Code Workflow
Think of Claude Code and Dispatch as a team. Use Claude Code for deep, synchronous coding sessions in the terminal—refactoring a complex module, debugging a tricky issue, or writing new features with you watching and guiding.

Use Dispatch for asynchronous, administrative, or cross-tool tasks that block your flow but don't require your direct oversight. Delegate them and context-switch to more valuable work.
- Queue Maintenance Tasks: Before leaving for lunch, text Dispatch to update dependencies, run linters, or clean up
console.logstatements across your codebase. - Prepare Context: Heading into a planning meeting? Ask Dispatch to gather recent commit messages, open relevant JIRA tickets, and compile last week's performance metrics into a single document.
- Handle Repetitive UI Work: Need to create 20 test user accounts through your app's admin UI? That's a perfect Dispatch job.
The product's value scales directly with your willingness to delegate and trust the audit trail.








