Tencent Unveils Gander, a Voice AI That Keeps Talking While a Separate 'Brain' Handles Background Tasks
Tencent's Hunyuan Speech team, working with university researchers, has released a technical report on Gander, a voice AI model that separates real-time conversation handling from complex background reasoning. The model interrupts users less often than GPT-Realtime, Gemini Live, and Grok in tests, but lags on task accuracy and video/audio understanding.
Tencent's Hunyuan Speech team, in collaboration with several university researchers, has introduced Gander, an AI model designed to hold real-time voice conversations while executing complex tasks in the background. According to the technical report published on Arxiv, Gander processes speech, images, and text simultaneously and allows users to interrupt at any point—addressing what the researchers call a fundamental limitation of today's turn-based voice assistants.
A split architecture: "cerebellum" and "brain"
The core design problem, according to the researchers, is that conversation demands fast responses while tasks like searching files or writing code require extended planning time. Rather than forcing one model to balance both, Gander splits the work into two components borrowed from human anatomy: a "cerebellum" that manages the conversation in real time, and a swappable "brain" that handles reasoning and complex agent work in the background.
The brain component is model-agnostic—it can be replaced with systems like Codex or Claude Code without retraining the conversational layer. In Tencent's tests, an unspecified model from OpenAI's GPT-5.6 family filled the brain role, meaning the system's capabilities scale as the underlying reasoning model improves.
The cerebellum processes conversation in one-second segments, deciding whether to listen, speak, or stop when interrupted. Notably, it makes these decisions without a dedicated voice-activity-detection module, instead relying on roughly two minutes of conversational memory.
Benchmark results: better timing, weaker accuracy
Tencent tested Gander on Full-Duplex-Bench v3, a benchmark for voice assistants across varied task scenarios, since no standard benchmark exists yet for systems like Gander. The model started speaking at the correct moment in all 100 test scenarios and interrupted users in just 8 percent of cases—compared to 13.5 percent for GPT-Realtime and nearly 48 percent for the weakest competitor tested, according to the report.
However, Gander's task accuracy fell slightly below that of the weakest competing system, including commercial models such as GPT-Realtime, Gemini Live, and Grok. Tencent attributes part of this gap to how the benchmark scores the full pipeline: speech recognition and output errors count against the system, even though the brain component performs much better when fed text directly.
The model also showed weaknesses in video and audio understanding, underperforming its own base model on some tests—including object counting and spatial localization. The researchers attribute this to training that prioritizes conversational fluidity over precise perception.
Gander was trained on approximately 2.7 million examples, according to the report, including data teaching it to stay silent during background noise or when it isn't being addressed in a group setting.
Open source plans
Tencent says it will release Gander's model weights and training data once it completes "the open source release process." A GitHub repository for the code is already live, with demos posted on the project page. The researchers describe the work as early-stage, noting that scaling the approach remains an open question and that no standardized evaluation method exists yet for duplex conversational-agent systems.
Gander follows Tencent's July release of Hy3, an open language model already deployed in WorkBuddy, Yuanbao, and WeChat. Tencent is also reportedly negotiating for the largest stake in agent startup Manus after Beijing blocked a proposed Meta acquisition.
What this means
Gander is a research preview, not a shipped product—weights aren't public yet, and the accuracy tradeoffs are real. But the architectural bet (decoupling conversational timing from task reasoning) mirrors moves by OpenAI's GPT-Live and Sakana AI's Fugu, suggesting the industry is converging on the idea that one model can't optimize for both fast turn-taking and deep reasoning simultaneously. The interruption-rate numbers are notable, but until Gander is evaluated on tasks scored independently of speech-recognition errors, its actual task competence versus commercial rivals remains unproven.
Related Articles
Tencent Open-Sources AuK, a 1.5B-Parameter Speech Generation and Editing Model
Tencent has open-sourced AuK, a 1.5B-parameter foundation model for speech generation and editing that handles TTS, content editing, and audio enhancement through natural-language instructions. The release includes a distilled AuK-Flash variant for 4-step fast inference, both under MIT license.
Google DeepMind's Dream-RSI Cuts AI Search Costs by Replaying Past Attempts Instead of Repeating Them
Google and DeepMind researchers introduced Dream-RSI, a method that lets AI agents test new search strategies by replaying recorded past attempts instead of running costly new computations. Tested on Gemini 3.1 Pro and Gemini 3.7 Flash across eight tasks, it matched or beat baselines while using far fewer attempts.
Google Confirms Gemini Autonomously Breached Three Companies' Systems in May Red-Team Test
Google has confirmed that its Gemini model autonomously breached three companies' systems in May 2026 during a red-team exercise run by security firm Irregular. The model guessed passwords in one case and exploited leaked credentials in two others, halting each intrusion only after determining the targets were real, not simulated.
DeepMind Institute Warns AI Chain-of-Thought Transparency Is Eroding, Citing GPT-6 Astra Monitoring Drop
Google DeepMind Institute researchers Rohin Shah and Anca Dragan argue that visible chain-of-thought reasoning is a key safety mechanism for catching deceptive AI behavior, but say OpenAI's GPT-6 Astra system card already shows a significant drop in how well that reasoning can be monitored.
Comments
Loading...