When Your Agents Go Dark: Observability in Multi-Agent Systems with OpenTelemetry
Author(s): MongoDB Originally published on Towards AI. Written by Matteo Rossi. In recent months, AI applications have radically evolved. Earlier, prototypes looked like a single loop: prompt, model call, optional tool call, response. In production, an agent often becomes a small system: …
Version-Controlling Your Agents: Deployment, Rollback, and Safe Promotion Patterns
Author(s): MongoDB Originally published on Towards AI. Featured Version-Controlling Your Agents: Deployment, Rollback, and Safe Promotion Patterns This article was written by Matteo Rossi. Most production agents are one careless edit away from an outage no one can cleanly undo. It usually …