For a long time the assumption has been that mobile is where you consume and desktop is where you create. Phones got better cameras, better chips, better apps, but the heavy lifting still happened on a Mac. Anything that lived on your computer was, in practice, stuck there until you got back to it.
Claude Dispatch is one of the first tools that quietly breaks that assumption, and the implications are bigger than the feature itself.
The Problem Nobody Was Really Solving
Remote desktop tools have existed forever. TeamViewer, Screens, Jump Desktop, Apple's own Screen Sharing. They all do the same thing: stream pixels from your Mac to your phone and let you tap badly at a tiny cursor. They solve the access problem but not the usability problem. Anyone who's tried to navigate Final Cut or even just rename a folder over a remote session knows the experience falls apart fast.
The unspoken assumption in all of these tools is that you, the human, still have to do the work. The remote session is just a longer arm. What's been missing is something that closes the loop: a way to describe what you want done and have the computer actually do it, without you steering every click.
That's the gap agentic AI fills, and Claude Dispatch is one of the cleanest examples of it I've seen so far.
What Changes When the Agent Lives on Both Sides
The interesting design choice in Dispatch isn't that an AI can drive your Mac. We've had computer-use agents for a while now. It's that the same agent is reachable from your phone, and it knows about both environments at once.
That sounds like a small thing. It isn't. It means the unit of work shifts from "what app am I in" to "what do I want to happen". You stop thinking about which device holds which file, which app exports which format, which tool lives on which platform. You just describe the outcome and the agent figures out which surface to act on.
In practice that collapses a lot of the friction that comes from running a multi-device life. The Mac stops being a place you have to physically be, and starts being a resource the agent can reach into when it needs to.
Why Setup Friction Is the Whole Game
If you've looked into agentic computer-use tools at all over the last year, you'll have come across OpenClaw. It's a powerful project, and conceptually it sits in the same space as Dispatch. You can have it driving your machine, doing useful things, with a fair amount of capability under the hood. The catch is the on-ramp. To run OpenClaw properly you're typically looking at a VPS, or a dedicated Mac Mini, or at the very least a non-trivial local install with a chain of dependencies to manage. That's fine if you're the kind of person who enjoys that, and a complete non-starter if you're not.
This matters more than it sounds. The tools that actually change how people work aren't always the most capable ones. They're the ones with the lowest activation energy. A 30-minute setup that requires terminal comfort filters out 95% of the people who would otherwise benefit, and once you've filtered them out, the tool stops shaping how anyone outside that bubble thinks about their workflow.
Dispatch's contribution isn't really technical. It's that it takes an idea OpenClaw was already exploring and makes it installable in the time it takes to make a coffee. Install Claude on your Mac, install it on your phone, toggle a few permissions, done. That's the difference between a tool you read about and a tool you actually live with. The capability ceiling might be lower in some ways, but the floor is dramatically lower too, and the floor is where adoption actually happens.
If you do want the OpenClaw-style control with stricter isolation, the nice thing is you can have both. Run Dispatch on a dedicated machine and you get most of the same containment benefits without the setup tax.
The Connector-First Principle
The part of Dispatch's design I find most quietly clever is how it decides what to do. Before it touches your computer at all, it checks the connectors you've already wired into Claude. Gmail, Slack, GitHub, Drive, whatever you've connected. If any of those can answer the question, it goes there first.
Only when there's no connector that fits does it actually take control of your desktop.
That ordering matters more than it looks. Driving a desktop with vision and clicks is the most expensive, slowest, most error-prone way for an agent to get something done. APIs are cheaper, faster and more reliable. A well-designed agent should treat desktop control as the fallback, not the default, and Dispatch is one of the first tools I've seen that builds that hierarchy in by default rather than leaving it to the user to remember.
It's also a useful mental model for thinking about agentic tools generally. The good ones will always prefer structured access to unstructured control. If a tool is happy to start clicking around your screen when there's a perfectly good API sat right there, that's a sign the design hasn't been thought through.
The Long Tail of Apps That Never Got a Mobile Version
Here's where this gets genuinely useful rather than just clever. There's an enormous category of software that lives on the desktop and was never going to get a mobile app. Eagle, the design inspiration tool I use, is a good example. So is most of the creative tooling I rely on. Older audio apps, niche utilities, anything from a small developer who couldn't justify building three versions of the same product.
In the old model, those apps were stranded the moment you walked away from your desk. The data inside them was effectively offline. You either planned ahead and exported what you needed, or you went without.
With an agent that can drive the desktop on your behalf, every one of those apps suddenly has a remote interface. Not a good one, not a polished one, but a working one. You can ask for the file. You can ask for the export. You can ask for the search. The app didn't have to do anything to enable this. The agent is the universal adapter.
That's the shift worth paying attention to. It isn't about a specific feature in a specific tool. It's that the cost of "no mobile version" just dropped to roughly zero, for any app on any desktop, as long as you've got an agent that can see and click.
The Trade-Off Nobody Should Skip Past
None of this is free. An agent with the keys to your computer is a category of software that needs more thought than the average productivity tool, and it's worth being honest about what you're agreeing to.
The right mental model isn't "AI assistant". It's "I'm giving a process the ability to open any app on my machine and act inside it". Most of the time that's fine. Some of the time, for some apps, it really isn't. Banking, password managers, anything with personal data that isn't yours, anything tied to a client relationship, all of these belong on a deny list. Dispatch supports that, and you should use it from day one rather than as a reaction to something going wrong.
The more cautious version of this setup, and the one I'd actually recommend if you're going to lean on it heavily, is to run the agent on a dedicated machine. An old MacBook or a Mac Mini that holds none of your sensitive accounts and only has access to the things you're comfortable being driven remotely. You get the upside of any-app-from-anywhere without exposing your primary working environment. If you've got hardware sat in a drawer, this is a good reason to bring it back into rotation. I wrote about a similar repurposing idea in How I Turned a 2015 iMac 5K Into a Monitor - the same instinct applies here.
What This Means for How You Set Up Your Tools
If mobile-driven desktop agents become normal, and I think they will, a couple of things follow.
The first is that connectors stop being a nice-to-have and start being the actual interface to your work. The more of your tools you've wired up directly, the less your agent has to fall back on screen control, and the faster and more reliable everything gets. It's worth taking the connector layer seriously now, rather than treating it as an afterthought.
The second is that the desktop becomes a backend. A place where the heavy software lives, but not necessarily where you sit. That changes how you think about machine specs, where you put your files, and even which apps you bother committing to in the first place. If an app doesn't have to be touched directly to be useful, the bar for keeping it in your stack changes.
This pairs naturally with the kind of pared-down setup I covered in 10 Best Free Mac Apps You Should Be Using and My Minimalist iPhone Setup. Once an agent is doing the navigating for you, having fewer, better tools in each environment matters more, not less.
FAQ
How is Claude Dispatch different from OpenClaw?
They're aiming at similar territory - letting an agent drive your computer - but the trade-off is different. OpenClaw is more powerful and more configurable, at the cost of a meaningful setup process. Dispatch is lighter and dramatically easier to get running. If setup friction has been the thing stopping you, Dispatch is the obvious starting point.
Does the agent need to take over my screen for everything?
No. A well-designed agent treats desktop control as a fallback. If there's a connector that can answer the question, like Gmail or Drive, it should use that first. Screen control is the slowest, most expensive option and should be the last resort.
What's the safest way to try this kind of tool?
Run it on a machine that doesn't hold sensitive accounts, use the deny list aggressively, and start with low-stakes tasks until you understand how the agent behaves. Treat it the way you'd treat any other process that has broad access to your system.
The real story here isn't Claude Dispatch specifically. It's that the line between mobile and desktop is being redrawn, and the thing redrawing it is the agent in the middle. Your phone stops being a separate device and becomes the place you talk to your stack from. Your Mac stops being a destination and becomes a resource. That's a meaningful change, and it's worth getting your head around it now while the tools are still new enough to shape how you use them.
Lewis Lovelock
YouTuber, tech creator and CTO. I write about the apps, gear, and workflows I actually use — and make videos about them too.
Watch on YouTube →