OpenCode makes one thing obvious quickly: typing prose in a terminal feels expensive.

OpenCode product page screenshot

If you already live in a terminal workflow, the friction is rarely the code itself. It is the explanation around the code. You want to describe the feature, summarize the bug, explain the refactor, write a decent commit message, or outline the tests before the agent starts doing work.

OpenCode is best when voice handles the prose layer

That makes OpenCode a good fit for dictation in a narrow but useful band.

The best uses are usually:

  • feature briefs
  • issue summaries
  • commit messages
  • test scenarios
  • refactor notes

Those jobs are mostly language. They benefit from speed because the annoying part is getting the explanation into the terminal, not deciding what command to run.

A terminal prompt worth dictating

Example:

Add a dry-run mode to this import command. I want it to print what would change without writing anything, and I want tests for empty input, malformed rows, and the case where a record already exists.

That is good voice input because it is descriptive. It is not terminal syntax.

The same applies to commit messages and issue notes. If the content is a paragraph, voice usually wins.

What should stay typed

OpenCode does not change the basic rule.

Commands, exact paths, symbols, flags, and short prompts are usually faster to type. Voice stops helping when the terminal starts punishing every wrong character.

So the sensible split is:

  • voice for the descriptive layer
  • keyboard for the command layer

If your OpenCode sessions are mostly code plus a paragraph of setup, Speakmac saves time in exactly the part that feels slowest.

One place where this is especially useful

The end of a coding session.

You know what changed. You know what still feels risky. You know what tests ran. Dictating that into:

  • a commit message draft
  • a handoff note
  • an issue update
  • a follow-up prompt

is often much faster than typing it cold in the terminal.

When voice is not worth it

If the task is a one-line command, type it.

If the prompt is mostly paths and flags, type it.

If you are editing text that has to be exact character by character, type it.

OpenCode is a good dictation target when the slow part is the prose around the work. That is the part voice can remove.