腾讯 Gander 模型实现边聊天边后台执行复杂任务

The Decoder:AI News(RSS)·2026-09-20 23:41·22分钟前·Jonathan Kemper
AI 导读

腾讯混元语音团队联合多所高校发布 Gander 模型,用"小脑"负责实时对话、可替换的"大脑"处理后台智能体任务(测试中用 GPT-5.6 家族模型),可同时处理语音、图像和文本并随时被打断。

The Decoder:AI News(RSS)
60AI 编辑部评分,满分 100

腾讯 Gander 模型实现边聊天边后台执行复杂任务

2026-09-20 23:41· 22分钟前· Jonathan Kemper
AI 导读

腾讯混元语音团队联合多所高校发布 Gander 模型,用"小脑"负责实时对话、可替换的"大脑"处理后台智能体任务(测试中用 GPT-5.6 家族模型),可同时处理语音、图像和文本并随时被打断。

Image description

GPT-Image-2 prompted by THE DECODER

Key Points

  • Tencent's Gander is designed to hold real-time conversations while handling complex tasks in the background. It processes speech, images, and text simultaneously, and users can interrupt at any time.
  • A "cerebellum" manages the conversation second by second, while a swappable "brain" handles complex agent tasks. The split aims to keep responses fast without cutting planning short.
  • In tests, Gander interrupted users less often than competing models but trailed on task accuracy and showed weaknesses in video and audio understanding. The team plans to release model weights and training data. A GitHub repository for the code already exists.

Tencent's research model Gander combines real-time conversation with AI agent capabilities. A "cerebellum" handles the conversation while a swappable "brain" tackles complex tasks. Users can interrupt at any time, but tests show a tradeoff between conversational timing and task accuracy.

Tencent's Hunyuan Speech team and researchers at several universities have introduced Gander, an AI model designed to keep chatting while it handles complex tasks. According to the technical report, it takes in speech, images, and text at the same time.

Today's voice assistants mostly take turns with users, the researchers argue. In real conversations, people interrupt each other, give quick feedback, and listen while talking. Gander is designed to handle that back-and-forth by continuously processing video, speech, and text, even while it speaks. Users can jump in at any time, and the model can ask follow-up questions or give progress updates without being prompted.

Tencent's penguin mascot sits in front of a monitor, surrounded by five Gander use cases. These include questions about screen content, background agent work during conversations, feedback and interruptions, group conversations with background noise, and proactive alerts about visual content.
Gander is designed to hold real-time conversations while handling background tasks, such as fixing a bug or waiting for a specific slide to appear. | Image: Tencent

Gander keeps the conversation going while its "brain" works

Conversation needs quick responses, but searching files or writing code takes time to plan. The researchers argue that a single model has to balance speed against reasoning ability, so Gander splits the work between two roles.

Borrowing from human anatomy, they call these the "cerebellum" and the "brain." The cerebellum handles real-time conversation while the brain tackles reasoning and complex tasks in the background.

The brain can be swapped out for agent systems such as Codex or Claude Code without retraining the conversation model. In tests, an unspecified model from OpenAI's GPT-5.6 family filled that role. As the underlying model improves, the whole system benefits.

A workflow diagram shows four phases labeled Delegate, Keep Chatting, Revise Task, and Deliver Result. Conversation excerpts appear at the top, task status in the middle, and the background agent's steps below. An outdated run is discarded and marked "Fenced."
While the background agent fixes a bug, the user can keep asking questions and add Python 3.12 compatibility to the task. | Image: Tencent

Gander gets the timing right but trails on task accuracy

Gander breaks conversations into one-second segments so the cerebellum can decide when to listen, speak, or stop if the user interrupts. It makes those decisions without a separate module to detect when speech starts and stops, using roughly the last two minutes of conversation as memory.

With no dedicated test for models like Gander yet, the researchers turned to established benchmarks. The report says Gander had the best timing on Full-Duplex-Bench v3, which tests voice assistants across different task scenarios.

Gander starts speaking at the right moment in all 100 scenarios and interrupts users in 8 percent of cases. That compares with 13.5 percent for GPT-Realtime and nearly 48 percent for the weakest competitor. According to the report, Gander uses a relatively small model to compete against commercial systems including GPT-Realtime, Gemini Live, and Grok.

Full-Duplex-Bench v3 results for GPT-Realtime, Gemini Live 3.1 and 2.5, a cascaded pipeline, Grok, Ultravox v0.7, and Gander. The table breaks down tool selection, argument accuracy, response quality, Pass@1, and three interaction metrics.
Gander interrupts users less often than any other system tested, but its task accuracy falls slightly below that of the weakest competitor. | Image: Tencent

Gander falls slightly behind on task accuracy. The researchers say that's partly because the test scores the whole system, so speech recognition and output errors count against it. The brain scores much better when given text directly.

Video and audio understanding also suffer: Gander performed worse than its base model in one test, which the researchers blame on training that favors fluid conversation over precise perception. That includes tasks such as counting objects and locating them in an image.

Tencent plans to release Gander's weights and training data

Gander was trained on about 2.7 million examples, according to the report. Some teach it to stay quiet when there's background noise or nobody in a group is addressing it.

The researchers say the work is still early. How to scale Gander up remains an open question, and there's no standard way to evaluate systems like it.

The team plans to publish the weights and training data once it completes "the open source release process." A GitHub repository for the code already exists, with demos on the project page.

More companies are splitting agent work across models

Gander follows Tencent's July release of Hy3, an open language model that reportedly narrowed the gap with rivals, especially on agent tasks. Hy3 already runs in WorkBuddy, Yuanbao, and WeChat. The company is also negotiating to take the largest stake in agent startup Manus after Beijing blocked Meta's acquisition. The company sees the deal as a fit for its own plans, including an agent embedded in WeChat.

Other companies are using orchestrators to delegate tasks across models. OpenAI's GPT-Live separates conversation from reasoning, handing web searches and agent tasks to a background model while the chat continues. Sakana AI's Fugu is a separate language model that calls others from an expandable pool. OpenAI is also testing proactive agents that create follow-up tasks and contact users without being asked.

Handling interruptions and avoiding delays remain practical concerns. An Anthropic analysis found that experienced users interrupt Claude Code in about 9 percent of work steps, compared with roughly 5 percent for newcomers. Teams building conversational voice and chat agents report latency problems particularly often, according to a survey.

来源:The Decoder:AI News(RSS)· the-decoder.com