← All notes
AIWORKING NOTE · 1 MIN READ

I don’t think voice AI should wait for you to stop talking

Conversation is full of overlapping signals. A voice interface that only understands tidy turns misses part of the interaction.

A pause is not a protocol

People pause to think, restart a sentence and change direction mid-thought. A fixed silence threshold cannot know which of those things happened. It is a useful mechanism, but it is not the whole conversational model.

A more responsive system could keep revising its interpretation as speech arrives, without committing to every partial interpretation as a final answer.

Preparation and commitment are different

Preparing a likely response early is different from speaking over someone. The interesting design space is in the gap between those actions: what work can begin, what must remain provisional, and what should be discarded when new context arrives?

Interruption belongs in the same design. If a person changes course, the system needs a way to stop, listen and update its state.

A question to build around

The goal is not a voice that always responds sooner. It is a voice that responds at a useful moment and can recover when it gets that moment wrong.

This is an experiment direction, not a claim about a shipped voice system.

FROM AN OPEN NOTEBOOK. STILL TAKING SHAPE.

Back to all notes