AI Navigate

DuCCAE: A Hybrid Engine for Immersive Conversation via Collaboration, Augmentation, and Evolution

arXiv cs.AI / 3/23/2026

📰 NewsDeveloper Stack & InfrastructureModels & Research

Key Points

  • DuCCAE is a hybrid conversational engine deployed within Baidu Search that decouples real-time response generation from asynchronous agentic execution using a shared state that preserves session context and execution traces.
  • The system orchestrates five subsystems—Info, Conversation, Collaboration, Augmentation, and Evolution—to enable multi-agent collaboration and continual improvement.
  • Offline and production evaluations show DuCCAE improves agentic execution reliability and dialogue quality while reducing latency to fit real-time budgets, with Day-7 retention rising to 34.2% and complex task completion rate at 65.2% since June 2025.
  • The work provides practical guidelines for deploying scalable agentic systems in industrial settings.

Abstract

Immersive conversational systems in production face a persistent trade-off between responsiveness and long-horizon task capability. Real-time interaction is achievable for lightweight turns, but requests involving planning and tool invocation (e.g., search and media generation) produce heavy-tail execution latency that degrades turn-taking, persona consistency, and user trust. To address this challenge, we propose DuCCAE (Conversation while Collaboration with Augmentation and Evolution), a hybrid engine for immersive conversation deployed within Baidu Search, serving millions of users. DuCCAE decouples real-time response generation from asynchronous agentic execution and synchronizes them via a shared state that maintains session context and execution traces, enabling asynchronous results to be integrated back into the ongoing dialogue. The system orchestrates five subsystems-Info, Conversation, Collaboration, Augmentation, and Evolution-to support multi-agent collaboration and continuous improvement. We evaluate DuCCAE through a comprehensive framework that combines offline benchmarking on the Du-Interact dataset and large-scale production evaluation within Baidu Search. Experimental results demonstrate that DuCCAE outperforms strong baselines in agentic execution reliability and dialogue quality while reducing latency to fit strict real-time budgets. Crucially, deployment metrics since June 2025 confirm substantial real-world effectiveness, evidenced by a tripling of Day-7 user retention to 34.2% and a surge in the complex task completion rate to 65.2%. Our hybrid architecture successfully preserves conversational continuity while enabling reliable agentic execution, offering practical guidelines for deploying scalable agentic systems in industrial settings.