Knowledge-Based Zero-Replay Debugging of Multi-Agent LLM Traces
- company Hugging Face
- lab arXiv
- lab arXivLabs
- location California
- model BranchPoint-Latent
- person Sam Altman
- product DagsHub
- product GPT-4o
Researchers have proposed a method to predict the results of debugging multi-agent large language model systems without incurring the cost of replaying entire execution traces, according to a paper published on arXiv [1]. The standard approach for debugging multi-agent LLM systems is counterfactual replay, which involves rewinding, editing, and re-running a trajectory to measure each event's effect. However, its cost grows linearly with the number of candidate events, making exhaustive replay infeasible at scale [2]. The new work frames trace debugging as a knowledge-based decision-support problem. Each trace is compiled into a structured event knowledge graph covering routing, memory, tool-use, uncertainty, and latent evidence, and a calibrated predictor decides where a scarce replay budget should be spent [2]. The authors do not propose a new replay oracle; instead, they propose a method to predict its results without paying the replay cost [2]. The predictor, called BranchPoint-Latent, is a lightweight model over observable, structural, uncertainty, and latent features of the knowledge graph [2]. Calibrated against a deterministic replay oracle across 37 trace families, a single learning-to-rank gradient-boosted predictor raised per-trace localization from 0.73 to 0.93 on held-out families at zero oracle-replay cost, using a Recall@5 metric [2]. The paper characterizes when cheap graph centrality suffices and when learned evidence is necessary, positioning the system on the cost-accuracy frontier [2]. The research community has increasingly focused on the reliability of LLM-based systems. A separate scoping review of generative systems for quantum circuit generation found that while all reviewed systems address syntax and most address semantics, none reports end-to-end evaluation on quantum hardware, leaving a gap between generated artifacts and practical deployment [3]. Platforms such as Hugging Face and arXiv have collaborated to embed demos directly alongside papers, allowing users to try state-of-the-art research without writing code [5]. The arXiv abstract page for a paper can now display open-source demos built by the machine learning community, accessible immediately in a browser [5]. The new debugging method's artifacts are available through services linked on the arXiv page, including Hugging Face and CatalyzeX [1].
applicationresearch-paper
Background sources we checked (8)
- arxiv.org ↗ Reliable operation of multi-agent large language model (LLM) systems depends on debugging long execution traces, where the few causally decisive events are buried in unstructured logs of messages, routes, memory writes, and tool calls. The standard tool is counterfactual replay (…
- arxiv.org ↗ We review thirteen generative systems and five supporting datasets for quantum circuit and quantum code generation, identified through a structured scoping review of Hugging Face, arXiv, and provenance tracing (January-February 2026). We organize the field along two axes: artifac…
- huggingface.co ↗ # Paper Pages Paper pages allow people to find artifacts related to a paper such as models, datasets and apps/demos (Spaces). Paper pages also enable the community to discuss about the paper. ## Linking a Paper to a model, dataset or Space If the repository card (`README.md`) …
- huggingface.co ↗ # How to Add a Space to ArXiv ... Demos on Hugging Face Spaces allow a wide audience to try out state-of-the-art machine learning research without writing any code. Hugging Face and ArXiv have collaborated to embed these demos directly along side papers on ArXiv! ... Thanks to th…
- huggingface.co ↗ Daily Papers - Hugging Face new Get trending papers in your email inbox once a day! Get trending papers in your email inbox! Subscribe # Daily Papers ## byAK and the research community - Daily - Weekly - Monthly Trending Papers https://huggingface.co/papers/date/2026-06-…
- en.wikipedia.org ↗ Hangzhou DeepSeek Artificial Intelligence Basic Technology Research Co., Ltd., doing business as DeepSeek, is a Chinese artificial intelligence (AI) company that develops large language models (LLMs). Based in Hangzhou, Zhejiang, DeepSeek is owned and funded by High-Flyer, a Chin…
- en.wikipedia.org ↗ A large language model (LLM) is a type of machine learning model designed for natural language processing tasks such as language generation. LLMs are language models with many parameters, and are trained with self-supervised learning on a vast amount of text.…
- en.wikipedia.org ↗ Qwen (also known as Tongyi Qianwen, Chinese: 通义千问; pinyin: Tōngyì Qiānwèn) is a family of large language models developed by Alibaba Cloud. Many Qwen models are distributed under the free and open-source Apache 2.0 license, the source-available Qwen License, or the non-commercial…
Sources
- export.arxiv.org — Knowledge-Based Zero-Replay Debugging of Multi-Agent LLM Traces ↗