# Voice dictation

**Source:** https://promtable.com/glossary/voice-dictation

> Voice dictation is the modern AI-augmented version of speech-to-text — hold a hotkey, speak, the LLM transcribes + cleans up + inserts. Wispr Flow, Superwhisper, MacWhisper, BetterDictation are 2026 leaders, replacing macOS / Windows system dictation.

---
Voice dictation is the modern AI-augmented version of speech-to-text — hold a hotkey, speak, the LLM transcribes + cleans up + inserts. Wispr Flow, Superwhisper, MacWhisper, BetterDictation are 2026 leaders, replacing macOS / Windows system dictation.

Pre-AI dictation was painful: low accuracy, awkward formatting (saying 'comma' and 'new line'), no domain awareness. Modern voice dictation uses Whisper-class STT + LLM post-processing: speak naturally, the LLM auto-formats (punctuation, paragraphs, lists), expands abbreviations, fixes filler words, and even runs commands ('translate this and email it'). Production use: developers writing commit messages + comments, knowledge workers drafting emails + docs, creators writing rough scripts. Trade-offs: cloud-based versions need network + privacy trust, local versions need a beefier Mac. Latency target: < 2s from finish speaking to inserted text. By 2026 voice dictation is mainstream productivity tooling, not accessibility niche.

## When to use

- Drafting long-form text faster than typing.
- Mobile / on-the-go capture.
- Accessibility (RSI, etc.).

## Common mistakes

- Treating dictation as final — review for hallucinated proper nouns + numbers.
- Speaking too fast / quietly — quality collapses on low-SNR audio.

## Related terms

- [streaming-stt](https://promtable.com/glossary/streaming-stt)
- [voice](https://promtable.com/glossary/voice)
- [vad](https://promtable.com/glossary/vad)

*Last updated: 2026-06-01*
---

Original page: https://promtable.com/glossary/voice-dictation
Maintained by Promtable (https://promtable.com). Content: CC BY 4.0. Cite as "Promtable — https://promtable.com/glossary/voice-dictation".
Contact: info@vibecodingturkey.com.