0/5 SCORE 0
← Portfolio

Agentic AI · Walmart Global Tech

Distributed Agentic Monitoring System

4h → <30m mean time to resolution

Problem

SRE teams discovered DC infrastructure incidents reactively — burning hours in the discover → escalate → troubleshoot chain before a human even understood what broke.

Approach

Deployed autonomous agents across server infrastructure that continuously track memory, CPU, and storage, detect anomalies, log diagnostic notes, and page SRE teams with pre-analyzed findings.

Impact

Idle discovery time eliminated. SREs now arrive at anomaly onset with full context — collapsing MTTR from ~4 hours to under 30 minutes.

The reactive loop that ate hours

Before the system existed, an incident's life looked like this: something degrades on a distribution-center server, monitoring eventually trips a coarse threshold, a ticket gets cut, an SRE picks it up cold and starts diagnosing from scratch. The discovery and hand-off alone could burn most of the ~4-hour MTTR — the actual fix was rarely the slow part.

Agents that reason, not just alert

The replacement is a distributed swarm of autonomous agents deployed across DC server infrastructure. Each agent tracks its host's memory, CPU, and storage utilization, and compares live state against historical baselines to detect anomalies. The key architectural choice: agents don't just fire an alert — they reason over the anomaly, write diagnostic notes, and page the SRE team with pre-analyzed findings attached.

Tuning out the noise

False positives were managed with per-host-type threshold tuning, and agents log a confidence signal with each finding so SREs can calibrate trust and override when needed. Pages carry context, so even an imperfect diagnosis still saves the from-scratch investigation.

Outcome

SREs are alerted at anomaly onset and arrive with full context instead of starting cold. MTTR collapsed from roughly 4 hours to under 30 minutes, and idle discovery time was eliminated entirely. The initiative was led across global logistics operations and reported to director-level stakeholders.

PythonMulti-agentAnomaly DetectionSREObservability