Okay, I have to talk about this because it genuinely blew my mind a little. I was lying on the couch last night, phone in hand, and I had an idea for a blog post. Normally that means mentally filing it away for later — opening my laptop, pulling up the repo, writing the HTML, committing, deploying. A whole thing. But this time I just... texted Claude about it.
That's it. I described what I wanted, and Claude used Dispatch to reach into my site's repository, write the post, update the index page, and commit everything. By the time I set my phone down, the post was live.
What Dispatch actually does
Dispatch is a Claude feature that lets you trigger agentic tasks remotely — including from your phone. You describe what you want done, and Claude Code handles the execution on your behalf. It can read files, write code, run commands, make commits. The whole thing. You're not just chatting; you're delegating real work to a capable agent that has access to your actual environment.
For something like a static site — just HTML files in a repo — it's almost comically powerful. There's no build system to babysit, no deployment pipeline to watch. Claude reads the existing pages to match the style, writes the new one, drops it in the right folder, updates the nav, and commits. Done.
I described the post I wanted in a few sentences from my iPhone. Claude read two existing blog posts for reference, wrote the new HTML from scratch in the same style, added the link to index.html, and committed directly to main. The whole thing took maybe 90 seconds.
Why this feels like a big deal
I work with AI tools all day. I build with them. I'm not easily impressed by demos anymore. But something about doing this from my phone — no IDE, no terminal, not even a laptop in the room — hit differently. The barrier between "I have an idea" and "that idea is on the internet" basically collapsed.
Publishing used to require being at a desk. Now it requires having a thought and a cell signal. That's a genuinely different relationship with creative output. The friction that normally turns half-formed ideas into nothing just... went away.
The part that's hard to explain
The thing I keep coming back to is that Claude didn't just do what I said — it understood what I was going for. It matched the visual style of the existing posts without me specifying colors or layout. It put the link in the right spot in the Writing section. It wrote in a tone that fit the site. I gave it a paragraph of intent and it handled all the decisions I would have made anyway.
That's not autocomplete. That's delegation. And honestly, it changes how I think about what I can build and maintain, even on days when I don't feel like sitting down at a computer.
This post, for the record, was not written from my couch. But it could have been.