Somewhere along the way, a claim started circulating that you can already speak commands to manage a WordPress.com site: “publish this post,” “change my homepage,” and it just happens. Before writing a single line of this course, that claim got checked against what Automattic and the WordPress project have actually shipped, and it does not hold up. What is real is Automattic’s text-based WordPress.com AI Assistant, a chat interface you type into, and a separate, genuinely useful initiative letting AI agents like Claude or ChatGPT manage a site through MCP, with a human approving each action. Both are text and API driven. Neither one listens to your voice.
That correction is the actual starting point of this course, not a footnote. Rather than teach a feature that does not exist, this course builds the real thing, from real, separate, verified pieces: the standard browser Web Speech API for the simplest speech-to-text and text-to-speech, OpenAI’s Whisper and the faster-whisper project for local, private transcription when the browser API’s privacy or support gaps matter, and Piper (or its actively-maintained GPL-3.0 successor, since the original MIT-licensed repository was archived in October 2025) for local neural speech synthesis. None of these are WordPress-specific. All of them are real, current, and something you can install and run today. What this course adds is the WordPress-shaped wiring around them: a voice-enabled chat widget, voice search that actually answers from your site’s content, and voice commands that map to real Abilities API calls, gated by the same confirmation pattern this track already uses for anything destructive.
This course assumes you’ve built, or at least read, three earlier courses in this track. Front-End AI Chat & Conversational Experiences for WordPress Visitors is where the chat widget this course adds voice input and output to comes from, its REST endpoint, its session handling, its message rendering, all of it carries over unchanged. Grounding AI Answers in a WordPress Knowledge Base is the retrieval-augmented generation pipeline that voice search in this course grounds itself in, so spoken questions get real, cited answers instead of confident guesses. Connect AI Assistants & Agents to WordPress supplies the confirmation-gated, human-in-the-loop pattern that every voice command in this course mapping to a destructive ability leans on directly.
By the end of this course you’ll have a working, honest voice interface to a real WordPress site: browser-based and local speech-to-text options with a clear picture of when each one is the right call, local text-to-speech that never sends your text to a third party, a chat widget you can talk to and that talks back, voice search answered from your own content, and voice commands that create real drafts and, for anything riskier than that, stop and ask you to say “yes” out loud before they run.