Meet Wren, the agent behind your agents. Now in Dialog Studio.

Read the announcement
Podcast - Episode 106

Can AI really hear a call the way a person does?

About the show

Hosted by Nikola Mrkšić, Co-founder and CEO of PolyAI, the Deep Learning with PolyAI podcast is the window into AI for CX leaders. We cut through hype in customer experience, support, and contact center AI — helping decision-makers understand what really matters.

Summary

PolyAI just launched Dialog-RSN-1, its first audio-native model, and Nikola Mrkšić sat down with its builder, Matt Henderson, VP of Research at PolyAI, to unpack why it's a game-changer for building voice agents.

Most voice AI either flattens a call into a transcript and loses the audio, or goes fully speech-to-speech and gives up control of the voice. Dialog-RSN-1 does neither. It hears the raw audio directly, decides when to speak, and keeps text-to-speech separate so the voice stays under your control — all in under 300 milliseconds.

Nikola and Matt get into what “audio-native” really means, why a cascade can't hear, how auto-reasoning keeps the model fast, and why it beats every other real-time model on quality and quickness.

Watch the full episode to see how PolyAI builds dialog agents that hear the whole call.

Key takeaways

  • Audio-native is not speech-to-speech: Dialog-RSN-1 listens to raw audio to decide both how and when to respond, but outputs text and function calls, keeping text-to-speech separate. That preserves brand voice control and reliable tool calling — the two things full speech-to-speech models still compromise on.
  • Auto-reasoning resolves the contradiction in the name: “Dialog” demands real time, “reasoning” normally means thousands of slow tokens. RL fine-tuning teaches the model to reason only when it pays off — about 20% of requests — so the median added latency from reasoning is zero, and the worst cases add roughly 300 milliseconds.
  • Turn-taking is the model's first token: A fast acoustic VAD proposes pauses; Dialog-RSN-1's first generated token decides whether it should speak, with attention prefilled while the caller talks and speculative decoding accepting around four tokens ahead on average — landing median latency around 250–280 milliseconds.
  • Benchmarks built for real calls: PolyAI is releasing DialogEval, an open benchmark of practical, targeted prompts. Dialog-RSN-1 leads all real-time models, with big slow reasoners like Gemini Pro as the ceiling — and an audio-understanding category where one “end-to-end” competitor scores no better than a cascade, suggesting it pushes speech through a text bottleneck.