Where Does Agent Reliability Come From? A Cross-Benchmark Decomposition of Verification Loops, Specialist Models, and Scaffolding in a Production Enterprise Agent

📅 2026-07-18
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
This work addresses the limited reliability of multi-step enterprise agent tasks, which often suffer from computational errors, factual hallucinations, and cascading toolchain failures. To mitigate these issues, the authors introduce a four-phase “Execute–Observe–Compare–Correct” verification loop within the production system Leni, integrating lightweight task-specific models with an intelligent routing mechanism. For the first time, they decompose the sources of reliability gains and find that the primary contributions stem from the scaffolding architecture, routing strategy, and specialized models—rather than the verification step itself—and further reveal the critical role of verifier identity in error correction efficacy. Experimental results demonstrate performance improvements of 11.0, 7–10, and approximately 15 percentage points on SpreadsheetBench, BullshitBench v2, and the GAIA validation set, respectively, with a verifier capture rate of 0.20, a repair rate of 0.75, and zero false-positive rollbacks.
📝 Abstract
Multi-step enterprise agent tasks fail in a characteristic way: single-pass inference has no checkpoint between deciding an answer and committing to it. We study one production system (Leni) whose architecture installs such checkpoints: verification loops (execute, observe, compare, correct) staffed by lightweight task-specialized post-trained models. We evaluate the unmodified production configuration on three public benchmarks stressing distinct failure modes: SpreadsheetBench Verified (silent computation error), BullshitBench v2 (premise confabulation), and the GAIA validation split (cascade error over long tool chains). The full system improves over its frontier base model by +11.0 percentage points on SpreadsheetBench (91.25% vs 80.25%, n=400, p<0.001), +7 to +10 percentage points on BullshitBench (98% vs 91%, n=100), and roughly +15 points on GAIA validation (75.2% pass@1, n=165; 83.0% best-of-k). Our central contribution is a decomposition of that uplift: most of it comes from scaffolding, routing, and specialist models rather than from the verification step itself, whose isolated contribution is small (+1.5 points) but concentrated at the top of the score distribution, where it converts otherwise-failing tasks. We instrument the loop end-to-end, yielding an empirical verifier confusion matrix (catch rate about 0.20, fix rate 0.75, no false-alarm regressions) that grounds a compounding-reliability model. Specialist-swap ablations suggest that the loop's value depends on who observes it: replacing the small trained verifier with the generating frontier model eliminates most rescues. A valid-premise control shows zero over-rejections in 100 expert-level questions.
Problem

Research questions and friction points this paper is trying to address.

agent reliability
verification loops
specialist models
scaffolding
enterprise agent
Innovation

Methods, ideas, or system contributions that make the work stand out.

verification loops
specialist models
scaffolding
reliability decomposition
agent architecture
🔎 Similar Papers