메뉴
BL
The Decoder • 5일 전

텐센트 '간더', 작업 수행 중에도 대화 지속하는 AI 모델

IMP
6/10
핵심 요약

텐센트 혼연(Hunyuan) 음성 팀이 발표한 'Gander'는 실시간 대화를 담당하는 '소뇌(cerebellum)'와 복잡한 에이전트 작업을 처리하는 교체 가능한 '뇌(brain)'를 분리해 대화 반응성과 작업 정확도를 동시에 추구하는 AI 모델입니다. 음성·이미지·텍스트를 동시에 처리하며 사용자가 언제든 끼어들 수 있고, 타이밍 벤치마크에서 상용 모델(GPT-Realtime, Gemini Live 등)보다 사용자를 덜 방해했지만 작업 정확도는 다소 뒤처지는 것으로 나타났습니다. 팀은 모델 가중치와 학습 데이터 공개를 계획 중이며 코드용 GitHub 저장소도 이미 마련되어 있습니다.

번역된 본문

텐센트의 연구 모델 Gander는 실시간 대화와 AI 에이전트 기능을 결합합니다. '소뇌(cerebellum)'가 대화를 담당하고, 교체 가능한 '뇌(brain)'가 복잡한 작업을 수행합니다. 사용자는 언제든 끼어들 수 있지만, 테스트 결과 대화 타이밍과 작업 정확도 사이의 트레이드오프가 있는 것으로 나타났습니다.

텐센트 혼연(Hunyuan) 음성 팀과 여러 대학의 연구자들은 말하고, 보고, 작업하는 것을 동시에 할 수 있는 AI 모델 'Gander'를 소개했습니다. 기술 보고서에 따르면 Gander는 음성, 이미지, 텍스트를 동시에 처리하며 실시간 대화를 유지하고, 에이전트로서 더 복잡한 작업도 수행합니다.

연구자들은 현재의 음성 비서가 대부분 사용자와 순서를 번갈아 가며 대화한다고 지적합니다. 사용자가 말하면 모델이 응답하고, 다시 사용자 차례가 되는 식입니다. 반면 사람들은 서로 끼어들고 짧게 피드백을 주며, 상대가 말하는 동안 듣기도 합니다. Gander는 이런 교환을 더 자연스럽게 만들기 위해 비디오, 음성, 텍스트를 지속적으로 입력받습니다. 사용자는 언제든 끼어들 수 있고, 모델은 스스로 후속 질문을 던지거나 진행 상황을 보고할 수 있습니다.

대화와 추론을 분리해 대화 반응성 유지

연구자들은 인체 해부학에서 빌려온 '소뇌'와 '뇌'라는 두 역할로 모델을 나눴습니다. 소뇌는 실시간 대화를 처리하고, 뇌는 추론과 파일 검색이나 코드 작성 같은 까다로운 작업을 맡습니다.

이러한 분리는 트레이드오프를 해결하기 위한 것입니다. 대화에는 빠른 응답이 필요하지만 복잡한 작업에는 계획에 시간이 걸립니다. 연구자들은 단일 모델은 필연적으로 속도와 추론 능력 사이에서 균형을 잡아야 한다고 주장합니다.

Codex나 Claude Code 같은 기존 에이전트 시스템처럼, 대화 모델을 재학습하지 않고도 '뇌'를 교체할 수 있습니다. 테스트에서는 OpenAI의 GPT-5.6 계열의 특정 모델이 뇌 역할을 수행했습니다. 기반 모델이 개선되면 시스템 전체가 직접 그 혜택을 받습니다.

타이밍은 정확하지만 작업 정확도는 뒤처져

소뇌의 반응성을 유지하기 위해 Gander는 대화를 1초 단위로 나눕니다. 매초 모델은 듣기, 말하기, 말하기 중단(예: 사용자가 끼어들 때) 중 하나를 결정합니다. 덕분에 별도의 음성 시작·종료 감지 모듈 없이도 적절한 순간에 응답할 수 있습니다. 메모리는 대략 최근 2분간의 대화를 담습니다.

아직 이런 모델을 위한 전용 테스트가 없어 연구자들은 기존 벤치마크를 사용했습니다. 보고서에 따르면 Gander는 다양한 작업 시나리오에서 음성 비서를 평가하는 Full-Duplex-Bench v3에서 가장 우수한 타이밍을 기록했습니다.

100개 시나리오 모두에서 정확한 순간에 말을 시작했으며, 사용자를 방해하는 비율은 8%였습니다. 이는 GPT-Realtime의 13.5%, 가장 약한 경쟁 모델의 거의 48%와 비교된 수치입니다. 보고서는 Gander가 GPT-Realtime, Gemini Live, Grok 같은 상용 시스템들과 경쟁하며 이런 결과를 상대적으로 작은 모델로 달성했다고 밝혔습니다.

다만 작업 정확도 단독으로는 Gander가 다소 뒤처집니다. 연구자들은 이러한 결과가 테스트가 음성 응답을 포함한 시스템 전체를 채점하기 때문이라고 부분적으로 분석했습니다. 음성 출력과 음성 인식에서의 오류도 점수에 반영됩니다.

원문 보기
원문 보기 (영어)
Tencent's Gander aims to keep talking while it works in the background Jonathan Kemper View the LinkedIn Profile of Jonathan Kemper Sep 20, 2026 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. Ask about this article… Search 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. Researchers from Tencent's Hunyuan Speech team and several universities have introduced Gander, an AI model designed to talk, watch, and work at the same time. According to the technical report, it processes speech, images, and text simultaneously, holds real-time conversations, and handles more complex tasks as an agent. The researchers argue that today's voice assistants mostly take turns with users. A user says something, the model responds, and then the user gets another turn. People interrupt each other, give brief feedback, and listen while they speak. Gander continuously takes in video, speech, and text to make those exchanges more fluid. Users can interrupt at any time, while the model can ask follow-up questions on its own or report on its progress. Ad Separating conversation from reasoning keeps the chat responsive The researchers split the model into two roles they call the "cerebellum" and the "brain," borrowing from human anatomy. The cerebellum handles real-time conversation, the brain takes on reasoning and demanding tasks such as searching files or writing code. Ad This split aims to address a tradeoff. Conversation needs quick responses, but complex tasks take time to plan. The researchers argue that a single model inevitably has to balance speed against reasoning ability. Existing agent systems such as Codex or Claude Code can replace the brain without retraining the conversation model. In testing, an unspecified model from OpenAI's GPT-5.6 family served as the brain. When the underlying model improves, the whole system benefits directly. Ad Gander gets the timing right but trails on task accuracy To keep the cerebellum responsive, Gander breaks conversations into one-second segments. Each second, the model decides whether to listen, speak, or stop speaking, for example when the user interrupts. That lets it respond at the right moment without a separate module to detect when speech starts and stops. Its memory holds roughly the last two minutes of conversation. There's no dedicated test for these models yet, so the researchers used established benchmarks. According to the report, Gander has the best timing on Full-Duplex-Bench v3, which tests voice assistants across different task scenarios. Ad It starts speaking at the right moment in all 100 scenarios and interrupts users in 8 percent of cases. The report compares that with 13.5 percent for GPT-Realtime and nearly 48 percent for the weakest competitor. Gander achieves these results with a relatively small model competing against commercial systems including GPT-Realtime, Gemini Live , and Grok, the report says. Ad Gander trails slightly on task accuracy alone. The researchers partly attribute this to the test scoring the entire system, including its spoken response. Errors in speech output and speech recognition also count toward the score. When the brain receives text input directly, it scores much better. The researchers also acknowledge weaknesses in video and audio understanding. In one test, Gander performed worse than its base model. They attribute this to training that prioritizes fluid conversation while neglecting precise perception tasks, such as counting objects and identifying their positions 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 specifically aim to teach the model to stay quiet, such as when there's background noise or nobody in a group is addressing the assistant. The researchers describe Gander as an early exploration of an open research area. How to scale up the model remains unresolved, and there's no standard way to evaluate systems like it. The team plans to release model weights and data. A GitHub repository for the code already exists, and demos are available on the project page . More companies are delegating agent tasks to other models Tencent released Hy3 in July, an open language model that reportedly narrowed the gap with rivals, particularly on agent tasks. It's already used 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. Tencent sees the deal as a fit for its own plans, including an agent embedded in WeChat. More companies are building agents around orchestrators that assign tasks to other models. OpenAI separates conversation from reasoning in GPT-Live . A background model handles tasks that need web search or agent capabilities while the conversation continues. Sakana AI's orchestrator Fugu is a separate language model that calls other models from an expandable pool. OpenAI is also testing proactive agents that create their own follow-up tasks and contact users on their own. 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 . AI News Without the Hype – Curated by Humans Subscribe to THE DECODER for ad-free reading, a weekly AI newsletter, our exclusive "AI Radar" frontier report six times a year, full archive access, and access to our comment section. Subscribe now Source: Arxiv