Skip to content

My Words voice: no floor control (open mic, no way to think out loud) #556

Description

@kcarnold

In the My Words voice tab the mic is open for the whole session. There is no
mute, and no way for the writer to think out loud without the partner treating
what they said as material to act on. This is the content-vs-command problem in
its cheapest form, and it's probably the largest single lever on whether the
writer feels like the conductor rather than the subject of the conversation.

Note the interaction with turn-taking: the partner's one-edit-per-turn budget
resets when the writer starts speaking, so any speech currently grants the
partner another move. A "just listening" mode has to decide whether it also
withholds that grant.

Candidates, in rising cost

  1. Dictate / converse switch — a two-state toggle. In dictate, speech feeds
    the transcript and the word bank but the partner stays silent and makes no
    moves; in converse, current behavior. Cheapest, and the state is visible,
    which matters for trust.
  2. Push-to-talk for commands — open mic for content, a held key or button to
    address the partner. Precise, but a held key is awkward while typing and the
    Word taskpane complicates key capture.
  3. Spoken address marker — "computer, …" / a wake phrase. No hands, but
    detection errors land in the worst place, and it needs the partner to not
    act on everything else, which is the same problem again.

My leaning is (1): the state is explicit and visible, it needs no new detection,
and it's reversible if testing says writers want something lighter.

Why it's unbuilt

Deliberately. This wants a session with a real writer talking through a real
draft — the failure mode we'd be designing against (feeling interrupted mid-
thought) isn't something we can specify from the outside.

Background

Grep the docs for:

  • Deliberately deferred — the section listing this gap alongside three others.
  • Content vs. command — the original open design axis, with the "content by
    default, light marker for commands" hypothesis.
  • Control invariants — the turn-taking rules already enforced in code,
    including the edit budget that a listening mode interacts with.
  • Privacy / always-listening — the open question about open mic vs
    push-to-talk and its study-logging implications, which this decision settles.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions