Voice Dictation for Developers: Does It Work in VS Code, Cursor, and Terminal?
Dictation gets pitched at writers and email-heavy jobs, and developers tend to assume it's not for them — code has syntax, terminals have exact commands, and most dictation tools are built for prose. In practice, a lot of a developer's typing isn't code at all.
Where it actually helps
- — Commit messages. Dictate the "why" behind a change faster than typing a full sentence.
- — Code comments. Explaining a non-obvious workaround in a docstring is prose, not syntax.
- — Prompts to AI tools. Cursor, Claude Code, and similar tools take natural-language prompts — exactly what dictation is good at.
- — PR descriptions and issue write-ups. Longer-form explanation is where typing speed matters most, and where dictation saves the most time.
Where it doesn't help (and shouldn't try to)
Nobody should dictate exact syntax character by character — that's what a keyboard and autocomplete are for. Dictation is for the English sentences woven through a developer's day, not for replacing typing code itself.
Why on-device matters here specifically
A lot of what developers dictate — commit messages about a security fix, comments referencing internal systems, prompts describing proprietary logic — is exactly the kind of text you don't want routed through a third-party server. On-device processing means none of it leaves the machine to become text.