Key Takeaways
- An AI SRE is a multi-step large-language-model agent that investigates production incidents, queries live telemetry, and drafts a root-cause analysis with remediation guidance. It is not an alerting tool, not an AIOps correlator, and not a chatbot. The agent calls infrastructure tools (
kubectl, cloud APIs, log queries) during an incident to gather new evidence.- The category emerged in 2024 and consolidated in 2025-2026. Open-source projects include HolmesGPT (CNCF Sandbox since 8 October 2025), K8sGPT (CNCF Sandbox since 19 December 2023), and Aurora (Apache 2.0, multi-cloud). Commercial entrants include Resolve.ai ($125M Series A at $1B in February 2026) and Traversal ($48M Series A in June 2025).
- An AI SRE is not the same as an AIOps platform. AIOps tools cluster alerts statistically and predate LLMs. An AI SRE reasons through an incident step by step using an LLM that calls tools. The two categories are complementary, not interchangeable.
- Five capabilities define a credible AI SRE. Multi-step investigation, infrastructure tool execution, dependency-graph awareness, knowledge-base RAG, and a structured root-cause output. Tools that ship fewer than three of these are something else (chatbot, summarizer, correlator).
- Adoption is bounded by trust, not capability. Most 2026 buyers run the agent in read-only investigation mode for the first ninety days. Closed-loop remediation is a separate trust decision that follows clean operation, never the first decision.
An AI SRE is a multi-step large-language-model agent that investigates production incidents on behalf of a site reliability engineer. When an alert fires, the agent queries telemetry, traverses infrastructure dependencies, retrieves relevant runbooks, and produces a structured root-cause analysis. The category sits next to, not inside, the older AIOps and incident-management markets.
This page is a definitional reference. For the deep methodology and procurement-stage detail, see our AI SRE Complete Guide. For tool selection, see Top 15 AI SRE Tools in 2026.
What does an AI SRE do? The Five-Capability Test
We call the rubric below the Five-Capability AI SRE Test. A tool that ships fewer than three of these capabilities is in an adjacent category (copilot, summariser, correlator) and should not be evaluated against a real AI SRE.
- Multi-step investigation. The agent runs an iterative reasoning loop (ReAct, tool-calling, or a graph-based equivalent) where each step uses the previous tool result to decide the next call. Single-shot summarisation is a different category.
-
Infrastructure tool execution. The agent reads from
kubectl, cloud SDKs, observability backends, and ticket systems. Some agents also write, with guardrails. HolmesGPT documents read-only access with RBAC respect. Aurora documents sandboxed execution into an isolated namespace. K8sGPT documents Kubernetes-only diagnostics with anonymisation before any AI backend call. - Dependency-graph awareness. The agent knows that service A talks to service B and uses that topology to assess blast radius. Aurora ships a Memgraph-backed dependency graph. Causely is built on a causal-graph foundation; see How Causely Works.
- Knowledge-base RAG. The agent retrieves runbooks and past postmortems using hybrid search (BM25 plus dense vectors). Aurora documents a Weaviate hybrid index. The leading commercial AI SREs all integrate Confluence and ticket systems.
- Structured root-cause output. The agent emits a final artefact (summary, evidence chain, suggested remediation) rather than a chat transcript. Postmortem export to Confluence or Jira is increasingly table-stakes.
The minimum coherent product ships investigation, tool execution, and a structured output. Items 3 and 4 push the tool from "interesting demo" to "load-bearing in production."
How is an AI SRE different from a human SRE?
An AI SRE does not replace a human site reliability engineer. The 2026 division of labour is concrete.
- Human stays in the loop for scope decisions (what counts as an incident), trust decisions (when to allow remediation), capacity planning, postmortem facilitation, runbook authorship, and the SLO conversation with product owners.
- The agent absorbs the first sixty to ninety minutes of evidence-gathering on noisy alerts, the late-night triage of unclear pages, the cross-system correlation that humans defer until morning, and the boilerplate of a draft postmortem.
The economic argument is bounded. The category's investors (Sequoia, Kleiner, Lightspeed, Felicis) underwrite an "agent does first triage, human does decision" workflow, not a headcount-replacement claim. The SigNoz newsletter discussion of deskilling risk is a useful counterweight.
How is an AI SRE different from AIOps?
The two categories share an acronym sound and almost no implementation.
| Dimension | AIOps platform | AI SRE |
|---|---|---|
| Primary technique | Statistical clustering, anomaly detection, correlation rules | LLM reasoning, tool-calling agents |
| When it was named | Coined by Gartner in 2017 | Emerged in vendor marketing 2024 to 2025 |
| What it produces | Alert clusters, noise reduction, incident summaries | A reasoned root-cause analysis, evidence chain |
| Representative tools | BigPanda, Moogsoft, Dynatrace Davis, PagerDuty Intelligent Alert Grouping | HolmesGPT, K8sGPT, Aurora, Resolve.ai, Traversal |
| Replaces | Manual alert triage | First-pass incident investigation |
AIOps platforms predate LLMs and remain useful for alert hygiene. An AI SRE is downstream: once the alert lands, the AI SRE investigates it. Most mature teams will end up with both.
How is an AI SRE different from an incident-management copilot?
A copilot inside Rootly, incident.io, FireHydrant, or Datadog Bits AI drafts Slack updates, suggests on-call swaps, and writes a postmortem from artefacts the team has already produced. An AI SRE generates the evidence those artefacts describe. The two categories cooperate; they do not substitute. See our AI SRE vs traditional incident management comparison for the long form.
What are the open-source vs commercial AI SRE options?
In May 2026, three open-source projects dominate this lane.
- HolmesGPT. Apache 2.0. 2.5k GitHub stars on the canonical repository as of May 2026, per the HolmesGPT/holmesgpt about box. Originally created by Robusta.dev with major contributions from Microsoft. CNCF Sandbox since 8 October 2025. Project legal entity: HolmesGPT a Series of LF Projects, LLC.
- K8sGPT. Apache 2.0. 7.8k GitHub stars on the canonical repository as of May 2026, per the k8sgpt-ai/k8sgpt about box. CNCF Sandbox since 19 December 2023. The June 2024 CNCF blog notes that "unlike many popular projects, there is no company behind this project, and no business plan behind it" (CNCF: K8sGPT, June 2024). Kubernetes-scoped.
- Aurora by Arvo AI. Apache 2.0. Multi-cloud (AWS, Azure, GCP, OVH, Scaleway, Kubernetes). Sandboxed command execution, dependency-graph awareness, RAG over runbooks and postmortems. See the direct comparison of all three and our self-hosted AI SRE guide.
Commercial entrants raise larger cheques but ship a narrower deployment surface. Resolve.ai confirmed a $125M Series A at a $1B valuation in February 2026 and an extension at a $1.5B valuation in April 2026. Traversal raised $48M in June 2025 led by Sequoia and Kleiner Perkins. Incumbents shipped 2025-2026 launches: PagerDuty SRE Agent, Datadog Bits AI SRE, and ServiceNow Now Assist for incident operations.
How is an AI SRE evaluated?
Three questions resolve most procurement debates:
- Does the agent investigate or just summarise? A summariser repeats what the dashboard already says. An investigator gathers new evidence. Ask the vendor to walk through one tool call after the alert; if the answer is "we summarise the alert payload," the product is a copilot, not an AI SRE.
- Where does inference run? A SaaS-only inference plane is fine for unregulated teams and disqualifying for regulated ones. The deployment tier is fixed by the strictest constraint, not the average. See the Sovereignty Spectrum in our self-hosted guide.
- What is the remediation boundary? Read-only investigation is one trust decision. PR-based suggestions are another. Sandboxed in-cluster execution is the third. Most teams stage these three independently across a six-to-twelve-month adoption arc, not in a single procurement.
For a detailed tool matrix scored on five axes (investigation, remediation, postmortem, deployment flexibility, source availability), see Top 15 AI SRE Tools in 2026.
ROI: where the time actually comes back
Independent ROI numbers specifically for AI SRE are still thin in 2026. The broader industry adoption picture is well-sourced:
- Google's 2025 DORA report announcement states "90% of survey respondents report using AI at work" and that "More than 80% believe it has increased their productivity."
- Stack Overflow's 2025 Developer Survey reports that 84 percent of respondents are using or planning to use AI tools in their development process, and 51 percent of professional developers use AI tools daily.
- The same DORA 2025 report notes that "AI adoption still has a negative relationship with software delivery stability," which is exactly the gap an investigation-grade AI SRE is positioned to close, distinct from the coding-assistant category that drives most of the AI adoption signal above.
Where AI SRE specifically takes hours back is mid-tier paging volume: the alerts that are too ambiguous to ignore and too low-stakes to wake a senior on. The agent's first-pass triage moves those from "morning standup discussion" to "closed before breakfast."
What are the common mistakes when buying an AI SRE?
- Conflating a postmortem generator with an AI SRE. A tool that writes a draft from the Slack transcript is not investigating. It is summarising.
- Buying multi-cloud AI SRE for a single-cloud problem. If 95 percent of the estate is one cloud, a Kubernetes-only or AWS-only agent may be a better cost-to-fit match.
- Starting with remediation. The fastest way to lose stakeholder trust is to let an agent execute a command before the team understands its investigation pattern. Stage trust.
- Skipping the dependency-graph question. If the agent does not understand what calls what, it will miss blast-radius assessments and waste investigation steps. The capability is invisible in a demo and load-bearing in production.
How to evaluate an AI SRE in 14 days
A two-week, single-quarter procurement plan that maps directly to the Five-Capability AI SRE Test.
- Day 1 to 2: Score the shortlist on the Five-Capability Test. Take the five capabilities (multi-step investigation, infrastructure tool execution, dependency-graph awareness, knowledge-base RAG, structured root-cause output) and score every shortlisted tool 0 to 3 on each axis. Drop any tool that scores below 6 out of 15.
- Day 3 to 4: Resolve the three procurement questions. Answer in writing: does the agent investigate or just summarise; where does inference run; what is the remediation boundary. Match the deployment tier to the strictest constraint, not the average.
- Day 5 to 7: Run a sandboxed proof of value. Pick one real incident from the last 30 days. Replay it against the top two shortlisted tools using a non-production cloud key and a sandbox cluster.
- Day 8 to 9: Run the security review. Walk security through each tool's data path: what telemetry leaves the customer perimeter, what is anonymised before LLM calls, what the read or write capability boundary is.
- Day 10 to 11: Pilot one team for one week. Route a defined subset of alerts (one severity tier, one service domain) into the tool in read-only investigation mode. Do not touch remediation.
- Day 12 to 13: Stage trust separately. Read-only investigation is one trust decision. PR-based suggestions are the second. Sandboxed in-cluster execution is the third. Most teams stage these over six to twelve months.
- Day 14: Decide on five numbers. Five-Capability Test score, three-question filter answers, week-by-week investigation quality reading, total cost of ownership at projected incident volume, and security review status.
Where this guide fits
This is the short definitional reference. For deeper material:
- AI SRE: The Complete Guide for Engineering Teams in 2026, procurement and adoption arc.
- Top 15 AI SRE Tools in 2026, full capability matrix.
- Self-Hosted AI SRE, deployment-tier framework.
- Open-Source AI SRE: Aurora vs HolmesGPT vs K8sGPT, three-way comparison.
- HolmesGPT vs K8sGPT: A 2026 Head-to-Head Comparison, two-way head-to-head.
- AI-Powered Incident Investigation: The Complete Guide for SRE Teams, investigation-pattern detail.
- What is Agentic Incident Management?, category framing.
Frequently Asked Questions
What is an AI SRE in simple terms?
An AI SRE is a multi-step LLM agent that investigates production incidents. It reads alerts, runs infrastructure commands such as kubectl or cloud SDK calls, queries observability backends, and produces a structured root-cause analysis. It augments a human site reliability engineer, not replaces them.
How is an AI SRE different from AIOps?
AIOps is a 2017-era Gartner category built on statistical alert clustering and anomaly detection. An AI SRE is downstream of that: once an alert lands, the AI SRE uses an LLM to reason through it step by step, calling tools to gather new evidence. Mature teams typically run both.
Is an AI SRE the same as an incident-management chatbot?
No. A chatbot inside Rootly, incident.io, FireHydrant, or PagerDuty drafts Slack updates and summarises artefacts the team already has. An AI SRE generates those artefacts by investigating the incident from telemetry. The two categories cooperate but do not substitute.
Will AI replace SREs?
No. Investor framing across Sequoia, Kleiner, Lightspeed, and Felicis-backed AI SRE companies in 2025 to 2026 has consistently been agent-as-first-triage with a human in the loop for scope, trust, capacity, and SLO decisions. The deskilling risk is real and discussed in industry essays such as the SigNoz newsletter; the headcount-replacement claim is not part of the category thesis.
What are the main open-source AI SRE tools in 2026?
Three projects dominate. HolmesGPT (Apache 2.0, CNCF Sandbox since 8 October 2025, Kubernetes-first, 2.5k GitHub stars per the about box in May 2026). K8sGPT (Apache 2.0, CNCF Sandbox since 19 December 2023, Kubernetes diagnostics, 7.8k GitHub stars per the about box in May 2026). Aurora by Arvo AI (Apache 2.0, multi-cloud, sandboxed command execution).
How does an AI SRE handle security and data privacy?
Practice varies by tool. HolmesGPT operates with read-only access that respects RBAC and is documented as safe to run in production. K8sGPT anonymises cluster object names and labels before sending data to the AI backend. Aurora supports air-gapped deployment with local LLMs through Ollama. Most commercial AI SREs run inference on vendor-managed infrastructure, which is the gating constraint for regulated buyers.
How long does an AI SRE take to deploy?
An open-source AI SRE runs in a single afternoon for a Docker Compose or Helm install with one cloud and one monitoring integration connected. Production rollout, including secret rotation, RBAC scoping, runbook ingestion, and Slack integration, takes two to four weeks for most teams. Closed-loop remediation is staged separately, three to twelve months after read-only operation.
What does an AI SRE cost?
Open-source AI SREs are free at the licence layer; the running cost is infrastructure plus LLM inference. Self-hosted Aurora with a local Ollama model removes the LLM cost entirely. Commercial AI SREs price either per-seat or per-investigation. Resolve.ai and Traversal price by custom contract; PagerDuty and Datadog bundle their AI SRE features into existing platform tiers.
Can an AI SRE run in an air-gapped environment?
Yes, for a small set of tools. Aurora supports air-gapped deployment with Ollama or vLLM for local inference. HolmesGPT supports self-hosted LLM endpoints. K8sGPT supports local backends including Ollama and LocalAI. Most commercial AI SREs require outbound calls to a vendor-managed inference plane and do not satisfy air-gapped procurement.
What does an AI SRE not do?
It does not set SLOs, define what counts as an incident, run capacity planning, facilitate a postmortem with the affected team, or own the customer relationship during a major outage. It is a tool for evidence-gathering and first-pass reasoning, not for the judgment work that defines the site reliability discipline.
Originally published at arvoai.ca/blog/what-is-an-ai-sre. Aurora by Arvo AI is open-source on GitHub under Apache 2.0.
Top comments (0)