When several language models collaborate on one task, a confident answer can hide a single guessing step. A new method scores each step by the doubt it inherited from the one before.
A new research framework, PropUQ-MAS (propagation-aware uncertainty quantification for multi-agent systems), treats a team of collaborating language models as a graph and scores each step by the uncertainty it inherited from the one before it. It is the first method its authors know of to surface where doubt starts in an LLM agent chain.
When several AI models work together on one task, a single guessing step can poison the final answer, and current uncertainty methods only score models in isolation. PropUQ-MAS represents the team's workflow as a communication-structured graph, then estimates each step's reliability by combining its local uncertainty with the uncertainty passed down from upstream messages. The approach is training-free, runs online during execution, and is linear in the size of the execution graph, per the project README.
In experiments, the authors report average relative gains of +6.10% in AUROC and +47.58% in PRR over existing uncertainty quantification methods, according to the arXiv abstract. The paper has been accepted to the EMNLP 2026 Main Conference, and the code ships with a default vLLM launcher and an optional Hugging Face Transformers backend.
It remains a research proposal. The numbers are self-reported by the authors against their own baselines, no independent reproduction has been published, and the camera-ready proceedings version may shift the headline metrics. Whether the framework travels from benchmark to a deployed agent team is the open question.