OpenSRE
Open-source AI SRE agent that investigates production incidents autonomously
OpenSRE is an open-source toolkit from Tracer-Cloud for building AI-powered Site Reliability Engineering agents that can autonomously investigate production incidents. It connects to 40+ observability and infrastructure tools — logs, metrics, traces, runbooks, Kubernetes events, PagerDuty alerts — and uses parallel hypothesis testing to correlate signals across the stack without waiting for human direction. The agent follows a structured investigation protocol: it ingests the alert, builds a set of possible root causes, tests each hypothesis by querying the appropriate data sources, ranks them by confidence, and outputs a remediation plan with evidence attached. If configured, it can also apply low-risk fixes (e.g., restarting a pod, scaling a deployment) automatically and page the human only when it needs approval for higher-risk changes. Supports Anthropic Claude, OpenAI GPT, and local Ollama backends. The project sits at 1,250+ GitHub stars with a public beta available now. It fills a real gap in the open-source observability stack — while Azure SRE Agent and similar proprietary tools exist, OpenSRE is the first production-ready OSS option. The Tracer-Cloud team has been building production tracing infrastructure for three years and designed OpenSRE around actual on-call workflows.
Panel Reviews
The Builder
Developer Perspective
“The 40-integration coverage is what separates this from toy demos. It actually connects to the full on-call stack — PagerDuty, Grafana, Loki, k8s events — and the hypothesis-ranking approach mirrors how senior SREs actually debug. This is ready to handle real incidents.”
The Skeptic
Reality Check
“Automated remediation in production is a recipe for cascade failures. An AI agent that 'tests hypotheses' by querying live infrastructure can generate load at exactly the wrong moment. Treat this as a read-only investigation assistant first and earn trust before letting it touch anything.”
The Futurist
Big Picture
“The SRE role is the first traditional ops job to be substantively automated by agents — and OpenSRE is the open-source anchor for that shift. Teams that integrate this now will build the institutional knowledge to operate AI-assisted infrastructure while others are still writing runbooks by hand.”
The Creator
Content & Design
“The incident timeline visualizer is unexpectedly beautiful — it renders the agent's investigation as an annotated timeline you can replay. Makes post-mortems dramatically faster to write and easier to share with non-technical stakeholders.”
Community Sentiment
“Safety of automated remediation is the top concern; read-only mode praised”
“DevOps engineers split on whether AI should touch production at all”
“Integration breadth called out as the standout feature vs. competitors”