AIJul 2

UA-ChatDev: Uncertainty-Aware Multi-Agent Collaboration for Reliable Software Development

arXiv:2607.0218610.4
Predicted impact top 56% in AI · last 90 daysOriginality Incremental advance
AI Analysis

For developers using LLM-based multi-agent systems, this work addresses the critical problem of hallucination propagation in automated software development.

UA-ChatDev introduces uncertainty quantification into multi-agent LLM collaboration for software development, reducing hallucination propagation and improving code reliability. It outperforms existing frameworks on the SRDD benchmark across completeness, executability, consistency, and overall quality.

Software development is a complex task that demands cooperation among agents with diverse roles. Large language models (LLMs) have enabled autonomous multi-agent software development frameworks that leverage role-based collaboration to automate requirements analysis, coding, testing, and refinement. However, existing approaches typically assume that intermediate agent outputs are equally reliable, leaving them vulnerable to hallucination propagation, where incorrect decisions generated in early development phases are transferred to downstream agents and negatively impact final software quality. To address this challenge, we propose UA-ChatDev, an uncertainty-aware multi-agent software development framework that integrates uncertainty quantification into agent interactions. It introduces a lightweight uncertainty estimation mechanism based on token-level log probabilities to assess the confidence of agent responses and employs phase-aware threshold calibration to selectively trigger retrieval-based verification when uncertainty exceeds acceptable levels. Extensive experiments on the SRDD benchmark demonstrate that UA-ChatDev consistently outperforms existing single-agent and multi-agent software development frameworks across completeness, executability, consistency, and overall quality metrics. Further ablation studies and communication analyses verify that uncertainty-aware interactions enhance code execution reliability.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes