ExComm: Exploration-Stage Communication for Error-Resilient Agentic Test-Time Scaling

· Source: cs.AI updates on arXiv.org · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Robotics & Autonomous Systems · Depth: Expert, extended

Summary

ExComm is a novel communication protocol designed for exploration-stage agentic test-time scaling, addressing the critical issue of error propagation in long-horizon problem-solving. It operates by periodically auditing parallel agents' belief states to detect factual conflicts, which empirical observations show account for 67-71% of intermediate errors. ExComm resolves these discrepancies through a dedicated tool-based verification loop, providing concise, targeted feedback incorporated via soft belief updates that append corrections without overwriting existing beliefs. To prevent diversity collapse, it includes a Trajectory Diversification Module that redirects redundant agent strategies. Experiments on AIME 2024, AIME 2025, and GAIA benchmarks, using Gemini-2.5-Flash-Lite and Qwen3.5-4B, demonstrate ExComm's consistent outperformance, achieving average gains of 5.7% and 5.0% over leading baselines. It also shows improved error recovery, favorable scaling, enhanced diversity, and the best performance-cost trade-off.

Key takeaway

For Machine Learning Engineers designing or deploying long-horizon agentic LLM systems, you should prioritize exploration-stage error control. Traditional test-time scaling methods often fail to prevent error propagation. Implementing a protocol like ExComm, which uses targeted communication and explicit trajectory diversification, can significantly improve your system's reliability and performance. This approach also offers a better performance-cost trade-off compared to simply scaling up independent agents.

Key insights

Early, targeted, and diversity-aware communication among parallel agents effectively mitigates error propagation in agentic systems.

Principles

Method

ExComm audits parallel agent beliefs for conflicts, resolves them via tool-based verification, provides targeted soft updates, and diversifies redundant agent plans.

In practice

Topics

Best for: Research Scientist, AI Architect, AI Engineer, AI Scientist, Machine Learning Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by cs.AI updates on arXiv.org.