I stopped typing prompts

A year ago I typed everything. Now I dictate most of it — prompts into Claude Code and Cursor, commit messages, Slack replies, the long rambling “here’s what I’m trying to do” context dumps that AI tools eat up. I still type code by hand. But the English part of my day, which turns out to be most of it, I speak.

This isn’t a productivity-guru thing. It happened because typing became the slow part. Once you’re good at prompting, you’re writing paragraphs of intent, over and over, and your hands can’t keep up with your head. Voice closes that gap.

My setup

It’s boring, which is the point:

That’s it. No cloud account, no subscription, no separate window. Hold key, talk, release, text appears.

A day of dictating

The loop looks like this all day:

By the end of the day I’ve said far more to my tools than I could have typed, and my wrists feel better for it.

The reformatter is the secret

If Invoke only transcribed, this would still be useful but rough — raw speech has filler and false starts. The reason it works is the reformatter. It reads my CLAUDE.md, package.json, and git history, so it knows my stack. I can speak sloppily and it produces a clean, correct prompt: “add a post endpoint for user off” becomes a proper request against my actual auth table because it can see the schema.

That’s the line between dictation software and a tool built for developers. It’s also why a local, GPU-based setup matters — the context never leaves my machine.

> Sounds interesting?

Invoke is $49 once. Free 7-day trial, all features, no credit card.

Try it free →

What it’s not good for

I don’t dictate code itself — symbols, brackets, and exact identifiers are faster to type. I don’t use it in a noisy coffee shop without a decent mic. And if you don’t have an NVIDIA GPU, the CPU fallback works but the sub-second magic fades a bit.

For the English-heavy 80% of the day, though, it’s a clear win.

Why I went local and one-time

Most voice dictation is cloud-based and subscription-priced — your audio gets uploaded, and you pay monthly forever. I didn’t want either for a tool I lean on this hard, so I built Invoke to run locally and cost $49 once. If you’re weighing the options, I broke down the no-subscription case, the Willow alternative, and why Whisper on Windows is its own small adventure.

Try it

This is the whole workflow in one download. 7-day free trial, no credit card. Download here.