paper-with-me

홈 › Papers

Monitoring Agentic Systems Before They're Reliable

2026-06-01 · Marisa Ferrara Boston, Glen Hanson, Effi Georgala, JD Hudgens, Heather Frase arxiv

Agentic systems entering production typically operate as partially integrated assemblies where structural defects, not task-level errors, dominate the failure landscape. At this maturity level, task-level error detection may be infeasible: structural failure modes mask the signal that task-level monitors are designed to detect.We present a monitoring and triage methodology that decomposes agentic system evaluation into three dimensions (quality, suitability, efficiency) at three monitoring scopes (within-run, cross-run, structural), using variance as a characterization signal. Findings are routed through severity classification adapted from FMEA, concentrating human attention on the subset that warrants investigation. We evaluate on a synthetic testbed of 220 runs across 120 document bundles with controlled error injection.Three results emerge. Monitor scope determines failure type: within-run monitors surface deterministic stage defects (CV = 0.02), cross-run monitors surface stochastic integration consequences (CV = 1.25, 24% at L2), and a structural monitor identifies an integration gap with perfect consistency (CV = 0.00). Injected task-level errors are indistinguishable from clean baselines, confirming structural defects mask task-level signal. Deterministic triage routes 97% of findings to automated tracking, leaving the 2% reflecting variable behavior for human investigation.We propose, on Stage 1 evidence, a maturity-staging model in which monitoring transitions from structural characterization to error detection to reliability tracking as integration defects resolve. The taxonomy, CV-based scope characterization, and severity model transfer architecturally to document-driven, multi-stage agentic workflows in regulated industries; specific calibrations are domain-specific. Deploy monitoring early: the first thing it finds is the most important thing to fix.

📄 PDF Abstract BibTeX arXiv:2606.02494

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

AgentCompass: Towards Reliable Evaluation of Agentic Workflows in Production

2025-09-18 · NVJK Kartik, Garvit Sapra, Rishav Hada, Nikhil Pareek arxiv

With the growing adoption of Large Language Models (LLMs) in automating complex, multi-agent workflows, organizations face mounting risks from errors, emergent behaviors, and systemic failures that current evaluation met…

Continual Learning

Perspectives on a Reliability Monitoring Framework for Agentic AI Systems

2025-11-12 · Niclas Flehmig, Mary Ann Lundteigen, Shen Yin arxiv

The implementation of agentic AI systems has the potential of providing more helpful AI systems in a variety of applications. These systems work autonomously towards a defined goal with reduced external control. Despite …

Out-of-Distribution Detection

Agentic Copyright, Data Scraping & AI Governance: Toward a Coasean Bargain in the Era of Artificial Intelligence

2026-04-08 · Paulius Jurcys, Mark Fenwick arxiv

This paper examines how the rapid deployment of multi-agentic AI systems is reshaping the foundations of copyright law and creative markets. It argues that existing copyright frameworks are ill-equipped to govern AI agen…

Abstain and Validate: A Dual-LLM Policy for Reducing Noise in Agentic Program Repair

2025-10-03 · José Cambronero, Michele Tufano, Sherry Shi, Renyao Wei 외 arxiv

Agentic Automated Program Repair (APR) is increasingly tackling complex, repository-level bugs in industry, but ultimately these patches still need to be reviewed by a human before committing them to ensure they address …

Program Repair

GraphFlow: An Architecture for Formally Verifiable Visual Workflows Enabling Reliable Agentic AI Automation

2026-05-14 · Drewry H. Morris, Luis Valles, Reza Hosseini Ghomi arxiv

GraphFlow is a visual workflow system designed to improve the reliability of agentic AI automation in multi-step, mission-critical processes. In these workflows, small errors compound rapidly: under an idealized model of…