cd /news/developer-tools/how-i-make-the-most-of-dictation · home topics developer-tools article
[ARTICLE · art-66779] src=dev.to ↗ pub= topic=developer-tools verified=true sentiment=↑ positive

How I Make the Most of Dictation

A developer describes how they improved their dictation workflow using Raycast Dictation, focusing on custom vocabulary, global instructions, and styles to turn rambling thoughts into ready-to-use artifacts. The approach also works with tools like VoiceInk, superwhisper, and Wispr Flow.

read6 min views2 publishedJul 21, 2026

Dictation has been having a moment since Whisper's release in 2022. And I get it: in an ever-accelerating world, dictating at 150 words per minute instead of typing at 50 is appealing.

Yet despite using it on and off since then, something never quite clicked. Too many mistakes, too much missing context, and too many recognition errors. It wasn't reliable enough for me to use daily.

That changed a few weeks ago while I was using Raycast Dictation: I realized I had been treating these tools as a way to get magic transcriptions of my thoughts rather than as a way to create ready-to-use artifacts across my apps.

By that, I mean turning rambling thoughts directly into an output like this:

That's what we'll look at today: how to actually use dictation apps, build useful workflows, and develop habits that make it more reliable over time.

I'll use Raycast Dictation throughout this article, but the same approach works with other tools such as VoiceInk, superwhisper, or Wispr Flow. Pick whichever one suits you best!

Before you continue, choose and install one of the dictation tools above. Use it here and there to see where the output falls short. Then you can improve your results with these layers:

Okay, so you're getting cleaned-up transcriptions out of the box. Great. Where do we go from here?

The first step is to add some vocabulary. Even though these models give you good results most of the time, they're still likely to struggle with your personal vocabulary: friends' names, city names, technical terms, abbreviations, or unusual words.

It's annoying to fix the same words over and over again. Luckily, these tools have a feature built for exactly that: custom vocabulary. So, whenever you notice a recurring mistake, add the correct term to your vocabulary and you're done.

⚠️ Don't try to anticipate every term you might use because this could bloat your model with unnecessary context. Only add terms when you notice a real, recurring mistake.

Next, you can steer your results with global instructions. These are rules you want to apply to every transcription, such as always using lowercase or following a particular writing style.

I also find this to be the right place to add voice commands that control the output, such as inserting emojis or bullet lists.

These are my global instructions, slightly edited for this article:

- Keep the primary language and preserve intentional code-switching, integrating English naturally into French.
- If the ending is clearly cut off, add the smallest obvious completion, normally one to three words; if ambiguous, leave it incomplete.

Voice commands are spoken control phrases. When clearly used as commands, apply them instead of transcribing them literally:

- "Emoji …" inserts the matching emoji.
- "Bullet list … next bullet … end list" creates a bulleted list.
- "Verbatim … end verbatim" preserves the enclosed text exactly.

Now for the most interesting part: styles. This is the feature that made me use dictation much more often.

Styles (sometimes called modes) are essentially focused post-processing prompts: they take the basic transcription and format it so it's ready to use as-is, whether it's an email, a message, or a command.

Raycast Dictation can use your frontmost app as context, meaning that you can configure a style to run automatically in a particular app.

💡 You don't have to assign an app or website to every style. Styles are surfaced in Raycast's root search either way, which makes them easy to use occasionally.

Here's the set of styles I'm using:

To Comment

: Turn a dictated review into a GitHub or Linear comment.To Email

: Write a formal email in my mail app.To English

: Translate a French transcription into natural English.To Grilling

: Structure longer answers to a To Message

: Write short replies in the Messages app or in Slack.To Note

: Reformat thoughts as lightweight Markdown in my notes.To Terminal Command

: Turn a natural-language request into a zsh command.To Prompt

: Turn a rough idea into a prompt I can use with an AI model.Now, let's take a look at some real-world examples to see the results.

I've worked remotely long enough to know that written messages are easy to misinterpret, leading to miscommunication. That's why I created a style that runs automatically on github.com

to keep my comments friendly, objective, and actionable. Here's what it looks like:

Here is the style behind the transformation:

Format the transcript as a concise, friendly, ready-to-post developer comment for GitHub or Linear issues.

- Preserve its meaning, technical details, uncertainty, priority, blocking status, and intent.
- Remove speech artifacts without resolving ambiguity, strengthening claims, or adding information.
- Use canonical spelling and backticks for identifiable code terms, APIs, hooks, functions, variables, files, and commands—for example, “use state” becomes `useState`. Do not guess ambiguous terms.
- Lead with the requested change. Skip hedging and pleasantries while staying objective and professional.

Dictation doesn't have to stop at rewriting or adjusting the original text. It can transform your words into something else entirely, such as another language or even code.

For example, I use a style in Ghostty that turns a natural-language request into a zsh command.

And here's the prompt behind that:

Format the transcript into the shortest reliable, paste-ready zsh command for macOS.

- Prefer one command or pipeline.
- Prefer \`rg\` for text search, or \`fd\` for file discovery.
- Assume GNU utilities are unavailable; use macOS/BSD/POSIX-compatible syntax.
- Preserve all inputs, conditions, scope, and effects. Quote safely and preserve argument boundaries by passing paths directly or using NUL delimiters.
- Never invent inputs or add \`sudo\`, force flags, or destructive actions.
- Output raw zsh only—no Markdown, prose, prompt symbol, or wrapper.

You now know how to use dictation your way and have seen real workflows. Here are some tips to make it more useful and reliable over time.

I prefer to dictate paragraph by paragraph, or idea by idea, for a few reasons:

This does not mean every dictation has to be short. I simply finish one full thought before starting the next one.

If you use dictation dozens of times per day, the shortcut needs to feel almost automatic. Many people map it to the Function key. I use Hyperkey (✦) + D because most of my Raycast shortcuts are already organized around that.

What's especially useful about Dictation Styles in Raycast is that they're exposed in the root search as commands. If you use a particular style often, you can assign a hotkey directly to it.

You may have heard of “compound engineering”: the idea that every unit of work should make the next one easier, not harder. Well, you can apply the exact same principle to dictation.

Every week, I spend about 15 to 20 minutes reviewing my dictation history. I look for results I had to fix, identify which layer caused the problem, and adjust that layer to prevent the same problem next time.

Most mistakes fall into one of four categories:

Be careful with your prompt length because it will likely grow over time and may cause regressions. You could build a set of evals to run regularly for that. That's too much engineering for my taste, but it is an option.

Today, I dictate about half of what I write. Over time, that may change to 80% dictation and 20% typing.

Now that you know how to do the same, try it with one email or message. If the result needs work, adjust your vocabulary, instructions, or style, then keep going. You'll be surprised by how much you dictate too.

── more in #developer-tools 4 stories · sorted by recency
── more on @raycast dictation 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/how-i-make-the-most-…] indexed:0 read:6min 2026-07-21 ·