A practical developer dictation loop.
- Put the cursor where the text belongs. Open your editor, issue tracker, browser prompt, or notes app.
- Press the Just Speak hotkey. Say the complete thought naturally. Include intent, constraints, and the outcome you want.
- Let the transcript paste. Just Speak transcribes and inserts the text into the active field.
- Make the precision pass. Fix identifiers, code symbols, file paths, and any product-specific vocabulary before submitting.
This loop is especially useful with AI coding tools. A good agent prompt often needs more context than a developer wants to type: what changed, which files are in scope, what must stay unchanged, how to verify the result, and where uncertainty remains. Speaking that structure can make a complete prompt easier to produce.
Dictation is input, not an autonomous coding layer.
Just Speak does not run commands, modify files, or decide what your coding agent should do. It turns speech into text at the cursor. That boundary keeps the product useful across tools and makes the final submit action visible to you.
In a terminal, compatibility depends on whether the current input accepts standard pasted text. Always inspect commands before running them. Dictation can mishear flags, paths, punctuation, and package names, so shell commands are usually better typed directly.
Local mode for sensitive technical context.
Local Whisper is the default. After the model is downloaded, speech recognition can work offline and the recording does not need to leave your Mac. That can be valuable when a prompt contains unreleased product details, internal code names, or incident context.
You can also explicitly select OpenAI or Groq and provide your own API key. In that mode, audio goes directly to the chosen provider under its terms, not through Swingby servers. Just Speak never silently moves a local session to cloud transcription.
Improve results without inventing benchmark numbers.
Accuracy varies with the model, microphone, language, speaking style, and background noise. The most reliable way to evaluate it is to use the free trial with your actual technical vocabulary.
- Speak full phrases instead of isolated fragments.
- Pause briefly between prose and exact identifiers.
- Review uncommon library names and acronyms.
- Use the model Just Speak recommends for your Mac, then adjust if needed.