Silence Is an Answer Too
The invisible notes of conversation

In music, a rest is not the absence of a note. It is part of the music.
Conversation works the same way. When a friend says "Actually, I…" and pauses for a few seconds, we do not assume the sentence is over. We wait. When they say "Hold on…", we do not jump in. We even read meaning into the silence that follows a difficult question.
People do this at remarkable speed.
Research on turn-taking by Stephen Levinson and Francisco Torreira shows that the gap between two turns in human conversation is often on the order of 200 milliseconds. Preparing to speak, meanwhile, can take much longer than that. In other words, we do not wait for the other person to finish and then start thinking. We predict where the sentence is going and prepare our answer while the other person is still talking.
More interesting still, the length of a silence carries meaning. Findings in the same field suggest that longer than usual gaps can be associated with hesitation, reluctance or an unexpected response. Silence, then, is not an empty space in communication. It is information in its own right.
This is exactly where the hard question for voice AI begins:
How will a machine tell when silence is just a gap and when it means something?
Being fast is not the same as being hasty
Latency gets a lot of attention in voice AI projects, and rightly so. Nobody wants a system that stays silent for several seconds after they ask a question.
The other side of the equation gets far less attention: a system that answers too fast does not feel natural either.
Imagine a customer saying:
"About last month's bill… one second… I think I paid it twice."
If the agent starts talking at the first pause, it is technically fast. In communication terms, it has interrupted the customer.
That small difference captures the tension at the heart of voice AI design. The longer the system waits to decide the user has finished, the lower the chance of cutting them off by mistake. But the longer it waits, the heavier the conversation feels. Shorten the wait too much and the agent turns into someone impatient.
In today's real-time voice technologies this balance has become part of the product architecture itself. OpenAI's Realtime API, for example, offers basic voice activity detection and semantic VAD, which judges whether an utterance is complete in meaning, as separate approaches. The documentation also states plainly that shorter silence thresholds give faster responses but can raise the risk of cutting in when the user pauses briefly.
Google's current Live API documentation describes a similar trade-off: increasing the silence duration used to detect the end of speech leaves more room for natural pauses, but it also increases the system's latency.
So the goal is not "the lowest latency".
It is answering at the right moment.
A good voice AI agent knows not only what to say, but also when to stay silent.
You cannot measure silence with a single timer
For a long time the approach in voice systems was simple: if no sound arrives for a set period, the user is assumed to have finished.
Real conversation is not that mechanical.
Half a second of silence after "Yes" does not mean the same thing as the silence after "my card number is… one second". In the first case the user may have finished their answer. In the second, they are looking something up.
In the same way, a customer might go quiet because they are thinking, reading information off a screen, struggling emotionally, losing the connection or simply taking a breath.
That is why good voice AI agent design cannot reduce turn-taking to the question "how many milliseconds of silence were there?" The structure of the sentence, the context of the conversation, earlier messages, the user's intonation and the nature of the task at hand all need to be weighed together.
It is no coincidence that the industry is moving toward methods such as semantic turn detection. The question is no longer only "is there still sound?" but increasingly "has the user finished what they wanted to say?"
The distinction may look small. In customer experience it is huge.
Every conversation has its own tempo
One thing we see often in voice AI projects at CBOT is this: natural conversation does not have a single tempo.
An agent sending appointment reminders can move quickly and keep things short.
In a collections call, confirming the amount a customer mentions may call for a more measured rhythm.
In a complaint call, the room left for the customer to finish speaking can matter more than how fast the answer comes.
The music metaphor helps again here. You cannot play every piece to the same metronome.
Running every voice AI use case with the same turn-taking settings produces a result that is standardized on paper but monotonous as an experience.
This is where naturalness begins. Not in the agent imitating a human, but in the agent behaving in a way that fits the context of the conversation.
That is why "sounding human" and "talking well with humans" are not the same thing.
The first is an achievement of voice technology. The second is an achievement of system design.
Interrupting is sometimes an organizational problem, not a technical one
At first glance turn-taking can look like a micro detail for engineers to solve. In reality its impact reaches all the way to the brand.
If an agent keeps cutting off a customer who is describing a difficult situation, the problem is not only a VAD setting. From the customer's point of view, the company is not listening.
If the agent stays silent for too long after the user has finished, a different question arises: "Did the system even hear me?"
Over time, the way an agent interrupts, waits and responds becomes the way the brand behaves.
If we align the words a voice AI agent uses with the brand voice but ignore the rhythm of the conversation, we have designed only half the experience.
Because tone of voice is not only what you say.
When you say it is part of the tone too.
Four questions before designing the voice experience
At CBOT, when we design the rhythm of a voice experience, we believe it is more useful to look at the scenario than to search for one universal silence duration. Four questions are a good place to start:
- Does the user need time to think in this conversation? An information query and an objection call should not share the same rhythm.
- What does an accidental interruption cost? Asking for an appointment time again and misunderstanding a payment commitment do not lead to the same outcome.
- Is it more important for the agent to be fast or to be measured? The priority is not the same in every use case.
- What will the system do when the silence runs long? Asking again right away, waiting, giving a short confirmation or handing over to a human agent each call for a different conversation design.
The answers shape more than technology choices. They also shape test scenarios, prompt design, integrations and operational metrics.
Voice AI, then, is not just a model that talks. It is a system that manages time.
Sometimes the sound of naturalness is silence
In the early days of voice AI, the big impact came from systems being able to speak at all. Then attention turned to voices becoming more natural.
Now we are reaching a harder threshold.
The next leap in quality will not come only from more realistic voices. It will come from systems that understand the small things people do while talking: pausing, waiting, yielding the floor, not cutting in and staying silent when it matters.
At CBOT we believe this is one of the most important design areas in voice AI. In the real world, a good conversation does not mean talking without a break.
Sometimes one second of silence is worth more than the most accurate answer.
The future of voice AI will be shaped not only by systems that talk better, but by systems that listen better.