If you dictate on a Mac, you have two reasonable engines to choose between, and they fail in different directions. Apple's built-in dictation is instant and shows you each word as it lands. Whisper models take a moment longer to show anything, and then tend to be right about the hard words.
The short answer: use Whisper for anything with proper nouns, technical vocabulary, or a client's name in it. Use Apple Dictation when you want to watch the words appear in real time, or when you do not want a model download sitting on your disk. In Voice both are available, so the choice is a setting rather than a purchase.
They work in fundamentally different ways
This is the part that explains everything else, so it is worth a paragraph.
Apple Dictation is a streaming recognizer. It is designed to emit a best guess for each word almost as soon as you say it, then revise if the following words suggest it got one wrong. That is why the text crawls forward in step with your voice, and why you sometimes watch a word change after the fact.
Whisper works on segments. It takes a stretch of audio and transcribes the whole stretch with the benefit of everything in it, which means the end of a sentence informs how the beginning gets written. The practical effect is that text arrives in chunks rather than word by word. You talk, there is a beat, and then a clause appears already punctuated and already capitalized.
Neither is a bug. The streaming design optimizes for feedback. The segment design optimizes for context. You are choosing which of those you would rather have.
Where the context advantage shows up
Context is what makes names and jargon work. A word-at-a-time recognizer hearing an unfamiliar surname has only the sounds and whatever came before. A model that can see the full clause has the surrounding sentence to disambiguate with, which is exactly the information that tells you a spoken name is a name and not a similar-sounding common word.
In everyday use, that difference concentrates in a few places:
- Proper nouns: client names, street names, product names, anything that is not in a general dictionary.
- Domain vocabulary: medical terms, legal phrases, framework and library names, internal acronyms your team says out loud constantly and has never once written down.
- Homophones that only context resolves: whether you meant the number, the possessive, or the contraction is frequently decided by words that come afterward.
- Long sentences: the kind where the verb shows up late and changes how the first half should be read.
For a plain sentence with common words, both engines will usually give you the same thing. The gap opens on the sentences you would most hate to retype.
Model sizes, and what you trade for them
Whisper is not one model. It comes in sizes, and the size is a direct trade between accuracy and the time and memory it takes to produce a result. Voice ships three options:
- Large v3 Turbo (574 MB): the default. It works in any language and is the one to use if you dictate names, technical material, or anything you would be annoyed to correct.
- Small: a lighter English model. Less disk, less to load, quicker to return, and more likely to guess wrong on an unusual word.
- Base: lighter still. Reasonable for short, plain dictation where speed matters more than precision.
The honest guidance is to start on the default and only move down if the latency bothers you in practice. People tend to reach for the small model preemptively on the theory that they are being efficient, then spend the savings correcting words. Disk is cheap. Retyping a surname three times is not.
One more thing the size buys: language coverage. The Turbo model is multilingual. Small and Base here are English models. If you dictate in more than one language, that decides it for you regardless of speed.
What each one costs you to set up
Apple Dictation has to be turned on in System Settings before any app can use it. That is a system-level switch, not something an app can flip for you, and it is the most common reason the option appears to be broken. If Apple Dictation is not working, that setting is the first place to look. What macOS does with the audio is governed by Apple's own settings and documentation, so check those directly if it matters for your work.
Whisper has a different setup cost: a one-time model download, which is where that 574 MB goes. After it finishes, transcription runs on your Mac and keeps working with the network off. So one engine costs you a settings toggle, and the other costs you a download and some disk.
How the two feel in practice
Word-by-word feedback is genuinely useful when you are composing out loud and unsure of your sentence. Seeing the words appear keeps you anchored, the same way watching your hands helps when you are learning to type. Some people dictate noticeably better with that feedback and noticeably worse without it.
Chunked output feels different. You say the sentence, look away, and read a finished clause. If you are dictating something you have already worked out in your head, this is calmer, and the punctuation arriving pre-formed saves a pass. If you are thinking as you speak, the pause can feel like the app is not listening, and some people find that they start repeating themselves into the gap.
That is a preference, not a ranking. It is worth spending a day on each before deciding, because the one that suits how you think is the one you will actually use.
A reasonable way to split it
Most people do not need a single answer. Pick the default that matches the bulk of your dictation and switch for the exception.
If most of what you dictate is email and notes full of names, keep Whisper Turbo as the default and do not think about it again. If most of what you dictate is short, plain, and better with live feedback, use Apple Dictation as the default and switch to Whisper for the one document a week that is full of terminology.
Either way, treat the transcript as a draft and read it before it goes anywhere. Both engines mishear. The difference is only in how often and on which words, and a review step costs you a few seconds against the cost of sending a client a message with their own name spelled wrong.
The takeaway
The choice is not about which engine is better. It is about which failure you would rather absorb: a slight delay before the text appears, or a name that comes out wrong and has to be caught later. For most professional dictation, the delay is the cheaper failure, which is why the larger Whisper model is the default. Keep Apple Dictation as the option you switch to when you want to watch the words land, and keep the setting somewhere you can reach it without hunting.
Filed Under
Written by
Isaac Juracich
Full-stack engineer building production software for businesses that need it done right. Based in La Crosse, WI.
More about Isaac