🤖 AI Summary
Users struggle to comprehend and intervene in large language models’ (LLMs) internal reasoning processes in real time during complex reasoning tasks.
Method: This paper proposes an asynchronous decoupled architecture that enables real-time vocalization of the LLM’s “thought stream” alongside immediate user voice-based interruption, questioning, and guidance. It integrates a streaming LLM backend with a speech frontend via asynchronous communication, low-latency bidirectional synchronization, and real-time TTS/ASR.
Contribution/Results: The system establishes a novel, speech-first, real-time intervenable reasoning paradigm—breaking from the conventional input-output model—and achieves over 600× reduction in average interaction latency while preserving state-of-the-art reasoning fidelity and task accuracy. This work pioneers explainable, controllable human-AI collaborative reasoning through seamless, multimodal, low-latency voice interaction.
📝 Abstract
Effective human-AI collaboration on complex reasoning tasks requires that users understand and interact with the model's process, not just receive an output. However, the monolithic text from methods like Chain-of-Thought (CoT) prevents this, as current interfaces lack real-time verbalization and robust user barge-in. We present AsyncVoice Agent, a system whose asynchronous architecture decouples a streaming LLM backend from a conversational voice frontend. This design allows narration and inference to run in parallel, empowering users to interrupt, query, and steer the model's reasoning process at any time. Objective benchmarks show this approach reduces interaction latency by more than 600x compared to monolithic baselines while ensuring high fidelity and competitive task accuracy. By enabling a two-way dialogue with a model's thought process, AsyncVoice Agent offers a new paradigm for building more effective, steerable, and trustworthy human-AI systems for high-stakes tasks.