Tools: Scared of 'Coding'? You Can Build Apps Just by Talking

Tools: Scared of 'Coding'? You Can Build Apps Just by Talking

Source: Dev.to

Build Apps by Speaking ## Voice Input + Claude Code ## Voice Input Options ## Why This Is Revolutionary for Certain Groups ## Non-Technical People ## Older Adults ## The New Entry Barrier ## Redefining "Coding" ## How to Start ## Step 1: Install Claude Code ## Step 2: Enable Voice Input ## Step 3: Talk ## The Bottom Line A black screen filled with white text. Curly braces, semicolons, words you don't recognize. It looks like a foreign language. That feeling is valid. Most people don't start programming because of technical difficulty — they stop at the intimidation factor. But what if "coding" just meant "talking"? Voice recognition software converts speech to text. Send that text to Claude Code, and AI writes the code for you. You didn't touch a keyboard. You didn't look at code. You just talked. I've seen complete beginners adopt this workflow and ship real applications. They don't think they're "coding." They think they're talking. The result is working software. Start with your OS built-in dictation. Zero cost, zero setup. Windows Win + H or Mac dictation toggle. If accuracy bothers you, upgrade to Whisper (free, local, private). I personally use Typeless because I work across multiple languages and need high cross-language accuracy. Whatever tool you choose, check the privacy policy. Know where your voice data goes. If privacy matters to you, prefer local tools like Whisper. The biggest barrier to software development has always been the interface. Black terminals. English syntax. Cryptic error messages. Voice input removes that barrier entirely. You don't "write code" — you describe what you want. In your own language. People who are naturally strong communicators — who can clearly describe what they see, what they want, and what feels wrong — are often better at directing AI than traditional programmers. They're not fighting the syntax. They're focused purely on the outcome. Someone in their 70s might struggle with a keyboard. But they talk every day. Voice input means a 70-year-old can have a conversation with AI. Ask questions. Get help. Build simple tools for themselves. All you need is a voice and an idea. I don't love the word "coding." "Coding" means "writing code." It's about the physical act of typing characters. But what's actually happening with Claude Code is bigger than that. A vague idea in your head → working software. Code gets generated along the way, but you're not "writing" it. You're directing the transformation. Someone has a vision for a game. They describe it out loud. Claude Code converts it to code. Vercel publishes it to the internet. Not a single line of code was written by a human. But the game exists. Calling this "coding" doesn't capture what's happening. This is creation. Launch Claude Code in your terminal (claude), turn on voice input, and say what you want: "Make a web page that says Hello World." That's it. That's your first step. Coding isn't scary anymore. Because you don't have to code anymore. Just talk. AI listens, builds, and runs it for you. Age doesn't matter. Background doesn't matter. Technical experience doesn't matter. If you have a voice and an idea, you can build an app. That future isn't "coming." It's already here. Building in Tokyo. Writing in 3 languages. Templates let you quickly answer FAQs or store snippets for re-use. Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink. Hide child comments as well For further actions, you may consider blocking this person and/or reporting abuse COMMAND_BLOCK: npm install -g @anthropic-ai/claude-code Enter fullscreen mode Exit fullscreen mode COMMAND_BLOCK: npm install -g @anthropic-ai/claude-code COMMAND_BLOCK: npm install -g @anthropic-ai/claude-code - You say "make this button bigger" - Voice input converts your words to text - Claude Code receives the text and modifies the code - Windows: Press Win + H - Mac: System Settings → Keyboard → Dictation → ON