MACLJan 13

When KV Cache Reuse Fails in Multi-Agent Systems: Cross-Candidate Interaction is Crucial for LLM Judges

arXiv:2601.08343v1h-index: 5
Originality Incremental advance
AI Analysis

This identifies a failure mode for system designers optimizing multi-agent LLM pipelines, highlighting the need for risk-aware design in judge-centric inference.

The paper tackled the problem of KV cache reuse in multi-agent LLM systems, showing that while it speeds up generation agents, it severely disrupts judge behavior by making selections inconsistent with dense prefill, as evidenced by reduced Judge Consistency Rate across benchmarks like GSM8K, MMLU, and HumanEval.

Multi-agent LLM systems routinely generate multiple candidate responses that are aggregated by an LLM judge. To reduce the dominant prefill cost in such pipelines, recent work advocates KV cache reuse across partially shared contexts and reports substantial speedups for generation agents. In this work, we show that these efficiency gains do not transfer uniformly to judge-centric inference. Across GSM8K, MMLU, and HumanEval, we find that reuse strategies that are effective for execution agents can severely perturb judge behavior: end-task accuracy may appear stable, yet the judge's selection becomes highly inconsistent with dense prefill. We quantify this risk using Judge Consistency Rate (JCR) and provide diagnostics showing that reuse systematically weakens cross-candidate attention, especially for later candidate blocks. Our ablation further demonstrates that explicit cross-candidate interaction is crucial for preserving dense-prefill decisions. Overall, our results identify a previously overlooked failure mode of KV cache reuse and highlight judge-centric inference as a distinct regime that demands dedicated, risk-aware system design.

Foundations

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

Your Notes