Back to articles
Claude Code Now Has Voice Mode. I Tried Talking to My Terminal for a Week.

Claude Code Now Has Voice Mode. I Tried Talking to My Terminal for a Week.

via Dev.toAlan West

I'll be honest — when Anthropic announced voice mode for Claude Code, my first reaction was "why?" I have a keyboard. It works fine. Why would I want to talk to my terminal like I'm ordering a coffee? Then I actually used it for a week. And now I'm annoyed when I have to type. How It Works Voice mode activates with /voice in Claude Code. Hold spacebar to talk, release to send. It's push-to-talk, not always-listening — which is the right call. Nobody wants their terminal picking up Slack calls and trying to refactor based on your standup. The recognition supports 20 languages and runs through the same Claude backend, so it understands technical jargon surprisingly well. "Refactor the useAuth hook to handle token refresh" comes through clean. Even "add a try-catch around the fetch in line 47" works without mangling the line number. Where Voice Actually Wins The killer use case isn't replacing typing. It's the moments when typing is awkward. Code review while reading. I'm scrolling throug

Continue reading on Dev.to

Opens in a new tab

Read Full Article
2 views

Related Articles