I Let an AI Investigate Production. Then SigNoz Made It Explain Itself.

· Source: AI on Medium · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Software Development & Engineering, Cloud Computing & IT Infrastructure · Depth: Intermediate, long

Summary

A project named Aegis demonstrates a controlled AI-driven incident response system, integrating Codex with SigNoz for production investigation. This system, developed in a hackathon environment, addresses incidents like a worker backlog where a healthy worker drowns in 104 orders while three capacity slots remain unused. Aegis uses OpenTelemetry to emit detailed evidence spans, allowing Codex read-only access to SigNoz's MCP server to diagnose issues and propose specific, bounded actions, such as increasing worker capacity by one unit. The workflow, orchestrated by n8n, enforces deterministic policy checks, optional human approval, and post-remediation verification using fresh telemetry, ensuring that proposed changes are safe and effective before execution. This architecture emphasizes a clear boundary between AI investigation and system mutation.

Key takeaway

For DevOps or SRE teams considering AI for incident response, you should prioritize building robust guardrails over full automation. Implement a system where AI investigates with read-only access to telemetry, proposes bounded actions, and requires policy validation and verification via fresh data before any system mutation. This approach ensures safety and accountability, preventing unintended consequences while still leveraging AI for faster diagnosis.

Key insights

AI-driven incident response requires strict separation of investigation from mutation, enforced by policy and verification.

Principles

Method

The Aegis workflow involves OpenTelemetry evidence emission, AI investigation via read-only access to SigNoz, structured diagnosis, n8n-orchestrated policy validation, optional human approval, bounded action execution, and fresh telemetry-based verification.

In practice

Topics

Code references

Best for: MLOps Engineer, AI Engineer, DevOps Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by AI on Medium.