Towards Data Science

AgentOps Is Not MLOps: What Breaks in Your Monitoring Stack When Agents Go to Production

The article explains how the five core assumptions of MLOps monitoring are violated when agents are deployed to production, leading to inherited signals that incorrectly mark failed runs as healthy. It highlights the specific ways in which agent-based systems disrupt traditional monitoring stacks and the implications for reliability and performance. The piece serves as a warning for practitioners transitioning from MLOps to AgentOps, outlining the critical monitoring gaps that arise.

Towards Data Science
1d ago

Why Most Multi-Agent Systems Fail Even When Evaluation Passes

The article explains how to detect a payload that appears correct yet is not, by employing a watchdog pattern in Python. It discusses the challenges that cause many multi‑agent systems to fail even when their evaluations succeed. The post was originally published on Towards Data Science.

By Benjamin Nweke
Towards Data Science
Aug 27

Agentic AI Is Rewriting The Analytics Stack But There's One Skill It Still Can't Touch

The article discusses how agentic AI is reshaping the analytics stack by taking over more execution tasks. It raises the question of which responsibilities should remain with human analysts versus AI agents and explores the importance of this distinction. The piece highlights the evolving role of AI in analytics and the need to define clear boundaries between human and machine work.

By Rashi Desai
Towards Data Science
Aug 18

Building Enterprise Agent Systems that People can Trust, Verify and Improve

The article outlines five principles that guide the successful deployment of enterprise agent systems, illustrated with a real-world example from a $100M+ company. It explains how these principles help ensure that such systems can be trusted, verified, and improved over time. The post serves as a practical guide for building reliable agent-based solutions in production environments.

By Sheila Teo
Hugging Face Trending Papers
Jun 1

Monitoring Agentic Systems Before They're Reliable

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.