Back to Phantom Notes
AI Agents

What Claude Cowork Actually Means for AI Automation

March 24, 20267 min readBy T.W. Ghost
ClaudeCoworkDispatchVerceptComputer UseAI AgentsAutomation

The Announcement

On January 12, 2026, Anthropic launched Claude Cowork as a research preview for Claude Max subscribers on macOS. It expanded to Pro subscribers on January 16. Then on March 23, Anthropic posted a 53-second video on X showing Claude controlling a Mac with the upgraded Computer Use capability and a new feature called Dispatch. The post hit 18.4 million views in hours.

Cowork is available to Claude Pro ($20/month) and Max ($100-200/month) subscribers. The base Cowork features (file access, sub-agents, scheduled tasks) work on macOS and Windows. The computer use capability, where Claude controls your screen directly, is currently macOS only with Windows support coming soon.

The story behind it started weeks before Cowork even launched.


The Acquisition That Made It Possible

On February 25, 2026, Anthropic acquired Vercept, a Seattle-based AI startup. Vercept had built a macOS application called Vy that used AI to understand on-screen content and complete tasks through natural language commands. No plugins, no cloud processing, everything running locally on the user's machine.

Vercept was not a garage project. The company had raised a $16 million seed round in January 2025 at a $67 million post-money valuation. Fifty Years led the financing. Angel investors included former Google CEO Eric Schmidt, Google DeepMind chief scientist Jeff Dean, Cruise founder Kyle Vogt, and Dropbox co-founder Arash Ferdowsi.

The co-founders, Kiana Ehsani, Luca Weihs, and Ross Girshick, came from the Allen Institute for AI. The nine-person team joined Anthropic. Vy was shut down within 30 days.

Anthropic said the acquisition was to advance "Claude's computer use capabilities." Cowork had already launched as a research preview in January, and the upgraded Computer Use and Dispatch features followed in March.

Anthropic has not stated that Vercept's technology powers Cowork or Computer Use directly. But the acquisition of a team specializing in local desktop AI, followed by rapid improvements to Claude's desktop capabilities, is hard to ignore.


What Cowork Actually Does

Cowork has two layers. The base layer runs on both macOS and Windows. The computer use layer is macOS only (Windows coming soon).

Cowork (Mac and Windows) uses the same agentic architecture as Claude Code, running on your desktop with direct access to local files and applications. It can:

  • Read and write local files directly without uploads or downloads
  • Break complex work into subtasks and coordinate parallel workstreams
  • Generate polished deliverables like Excel spreadsheets with working formulas, PowerPoint presentations, and formatted documents
  • Run scheduled tasks on a recurring cadence
  • Connect to services like Google Workspace and Slack through plugins

Computer Use (macOS only) adds screen-level interaction on top of Cowork. Claude sees your screen and interacts with the UI directly. It can:

  • Open applications (Excel, Chrome, Slack, development tools)
  • Navigate web browsers across multiple tabs
  • Fill in forms and click through menus
  • Work with desktop apps that have no API

On the OSWorld benchmark for computer use tasks, Claude Sonnet 4.6 scores 72.5%, up from under 15% in late 2024. That is approaching human-level performance on tasks like navigating complex spreadsheets and completing web forms.


What Dispatch Does (And Why It Matters More)

Cowork runs on your Mac. But most people are not sitting at their Mac all day telling Claude what to do. That is where Dispatch comes in.

Dispatch creates a persistent conversation between the Claude mobile app on your phone and the Claude Desktop app on your computer. You text Claude a task from your phone. Claude executes it on your Mac.

The workflow: you are at lunch, you remember you need to update a spreadsheet. You open Claude on your phone, type "update the Q1 revenue spreadsheet with the March numbers from the dashboard." Claude opens Excel on your Mac, navigates to the file, pulls the data, and fills it in. You get a confirmation on your phone.

Dispatch is available to Pro and Max subscribers. The computer must stay awake for it to work.


What This Replaces

Cowork is a direct challenge to several categories of tools:

RPA (Robotic Process Automation): UiPath, Automation Anywhere, and Blue Prism charge enterprise pricing for bots that click through UIs. Cowork does the same thing for $20/month on a single Mac.

Browser automation: Playwright, Puppeteer, and Selenium require writing code to automate browser tasks. Cowork does it with natural language.

Desktop automation: Keyboard Maestro, Alfred workflows, and AppleScript handle Mac automation through scripted sequences. Cowork handles it through conversation.

Get the Weekly IT + AI Roundup

What changed this week in NinjaOne, ServiceNow, CrowdStrike, and AI. One email, every Monday.

No spam, unsubscribe anytime. Privacy Policy

Virtual assistants: The entire category of "AI that does things on your computer" is now a built-in feature of Claude.

The catch: Cowork's computer use feature is macOS only (Windows coming soon), research preview quality, and requires the computer to be on. The base Cowork features (file access, sub-agents, scheduled tasks) work on both Mac and Windows. It is impressive as a demo. It is not production-ready for mission-critical workflows.


How It Compares to What We Already Built

We have been running a similar setup since February 2026, using Claude Code Channels on a $7/month VPS connected to Telegram.

The comparison:

Claude Dispatch: Phone to Claude app to Mac desktop. Mac must be awake. Zero setup. Polished UI. Desktop-side automation (opens apps, fills spreadsheets).

Our VPS setup: Phone to Telegram to VPS to Claude Code. VPS runs 24/7. Requires SSH, tmux, systemd setup. Server-side automation (runs commands, manages files, searches web, processes documents).

Dispatch controls your personal computer. Our setup controls a server. Different use cases:

  • Need to update a spreadsheet on your Mac? Dispatch.
  • Need to score a resume PDF at 3 AM while your laptop is closed? VPS.
  • Need to check if Docker containers are running on your server? VPS.
  • Need to fill out a web form in Chrome? Dispatch.

They are complementary, not competing. We run both.


The Honest Take

Cowork is the most impressive AI demo of 2026 so far. Watching Claude navigate a real desktop, open real apps, and complete real tasks is genuinely exciting. The 72.5% OSWorld score is a real benchmark, not marketing spin.

But demos are not products. Here is what to watch:

Reliability: Can Cowork handle edge cases? What happens when a dialog box pops up unexpectedly? When a page loads slowly? When the UI changes after an app update? RPA vendors have spent years solving these problems. Cowork is starting from scratch.

Speed: In the demo video, Claude takes several seconds per action. A human clicking through the same workflow would be faster for anything under ten steps. The value is in unattended, multi-step tasks where you do not want to do them yourself.

Platform: Cowork runs on macOS and Windows. But the computer use feature (screen control) is macOS only for now. No Linux, no mobile. Windows support for computer use is coming.

Privacy: Claude sees your screen. Every app, every document, every tab. For personal use, this is a tradeoff most people will accept. For enterprise use with sensitive data, this raises questions that Anthropic will need to answer.


What Comes Next

The trajectory is clear. Anthropic acquired the team (Vercept), built the infrastructure (computer use in Sonnet 4.6), launched the desktop agent (Cowork), and added the remote control (Dispatch). Each piece depends on the one before it.

The next steps are predictable: Windows computer use support, deeper app integrations, enterprise security controls, and eventually a version that runs on a server instead of your personal machine. When that happens, it will look a lot like what we built on our VPS in February.

The question is not whether AI agents will do real work on real computers. They already do. The question is whether you are building the skills to direct them or waiting for someone else to figure it out first.


Sources:


*Want to set up your own always-on AI assistant that works while your laptop is closed? Download our VPS setup guide.*

*For pre-built automation skills and workflows, check out our Pro Tracks.*

*Not sure where to start with AI? Take the free quiz and get matched in 2 minutes.*