AICLMAAug 28, 2025

Adaptive Monitoring and Real-World Evaluation of Agentic AI Systems

arXiv:2509.00115v33 citationsh-index: 1Has CodeAI and Ethics
Originality Incremental advance
AI Analysis

This work addresses the need for better monitoring of multi-agent AI systems in high-stakes domains, though it builds incrementally on a previous framework.

The paper tackles the problem of evaluating agentic AI systems in real-world settings by introducing an Adaptive Multi-Dimensional Monitoring (AMDM) algorithm, which reduces anomaly-detection latency from 12.3 s to 5.6 s and false-positive rates from 4.5% to 0.9% compared to static thresholds.

Agentic artificial intelligence (AI) -- multi-agent systems that combine large language models with external tools and autonomous planning -- are rapidly transitioning from research laboratories into high-stakes domains. Our earlier "Basic" paper introduced a five-axis framework and proposed preliminary metrics such as goal drift and harm reduction but did not provide an algorithmic instantiation or empirical evidence. This "Advanced" sequel fills that gap. First, we revisit recent benchmarks and industrial deployments to show that technical metrics still dominate evaluations: a systematic review of 84 papers from 2023--2025 found that 83% report capability metrics while only 30% consider human-centred or economic axes [2]. Second, we formalise an Adaptive Multi-Dimensional Monitoring (AMDM) algorithm that normalises heterogeneous metrics, applies per-axis exponentially weighted moving-average thresholds and performs joint anomaly detection via the Mahalanobis distance [7]. Third, we conduct simulations and real-world experiments. AMDM cuts anomaly-detection latency from 12.3 s to 5.6 s on simulated goal drift and reduces false-positive rates from 4.5% to 0.9% compared with static thresholds. We present a comparison table and ROC/PR curves, and we reanalyse case studies to surface missing metrics. Code, data and a reproducibility checklist accompany this paper to facilitate replication. The code supporting this work is available at https://github.com/Manishms18/Adaptive-Multi-Dimensional-Monitoring.

Foundations

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

Your Notes