Agentic SRE

Reliability Horizon 2026: Three Currents Reshaping Site Reliability

Nine blocks representing nine major cloud outages, seven lit in blue to show that seven were triggered by a change or by automation

Eighteen months ago, “AI SRE” meant a chatbot next to your dashboard. In September 2026 it means a GA product with an RBAC scope, a per-tool allow/ask/deny policy, and an audit trail. That is a different conversation, and it is worth taking stock of where the field actually stands rather than where the launch posts say it does.

This post reads three currents together, from a cloud provider’s seat: agents moving from suggesting to acting, reliability being pulled forward out of the pager and into design and verification, and the long tail of outages that neither of those has yet touched. Every figure below is sourced and dated between June 2025 and August 2026.

Trend I — Agents crossed from answering to acting

The category went from demos to budget line items fast. AWS DevOps Agent reached general availability on 31 March 2026 [1]. Azure SRE Agent is GA with an explicit review-versus-autonomous switch [3]. Google rebuilt Gemini Cloud Assist around a proactive agentic architecture at Next ‘26 [6] and published how its own SRE organisation runs agents on Gemini, ADK and MCP [5]. Pure-plays raised at unicorn valuations: Resolve AI reached a $1.5B valuation in April 2026 after $190M in under eighteen months [8].

The interesting thing is not the agents. It is that all three hyperscalers converged on the same shape: specialised operations agents rather than general coding agents, scoped identity, tool-level allow/ask/deny policy, humans approving mitigation by default, and MCP as the tool interface. The autonomy conversation has quietly become a permissions conversation.

The autonomy ladder, and where products actually sit

It helps to have a scale. Synthesising vendor documentation gives six rungs:

Level Name What it does
L0 Manual Humans read dashboards, humans run runbooks
L1 Assist Natural-language questions over telemetry: “what changed in the last hour?”
L2 Investigate Correlates logs, metrics, deploys and code; proposes a root cause with evidence
L3 Propose & approve Drafts the mitigation and the ticket; a human approves before anything executes
L4 Act within guardrails Executes inside scoped permissions and tool policy; every call audited
L5 Self-improving Writes playbooks from incidents, retunes alerts, extends its own skills

Placing the 2026 products by their documented default mode — not by the most autonomous thing they can be configured to do:

  • AWS DevOps Agent — L2–L3. Investigates on alarm, posts findings to Slack; mitigation plans need explicit approval, then hand off as specs to a coding agent (Kiro). GitHub access is read-only [2].
  • Azure SRE Agent — L2–L4. Review mode by default; Autonomous mode executes inside RBAC-scoped permissions with per-tool allow/ask/deny. Microsoft reports 35,000+ incidents handled on its own infrastructure, and mean time to mitigation on Azure App Service falling from 40.5 hours to 3 minutes [3][4].
  • Google SRE (internal) — L2–L5 in pockets. Autonomous alert handlers, IMAG incident orchestration, auto-drafted postmortems and playbooks, plus formal autonomy-level tracking so nobody has to guess where a given workflow sits [5].
  • Pure-play AI SRE — L2–L3. Resolve, Traversal, Cleric. Investigation quality is the product; Coinbase reports 72% less time to investigate critical incidents [8].
  • Open harnesses — L1–L2. HolmesGPT, K8sGPT, OpenSRE. Full control, full operational burden — the natural home for anyone who must keep credentials and policy in-house [7].

The centre of gravity is L2–L3. L4 exists only in narrow, well-instrumented scopes, and the vendors who run it run it first on their own fleets. That is not a criticism; it is the correct sequencing.

Adoption is far ahead of realised value

Elastic’s 2026 observability survey is blunt about the gap. 85% of respondents use generative AI in observability today and 98% expect to within two years — but only 14% report substantial efficiency gains [10]. 38% plan to deploy agentic AI for observability; 23% run it now. Mezmo finds more than half of SRE professionals plan agentic AI in production within twelve months, more than double a year earlier [7].

Elastic’s cut by maturity is the tell: agentic systems are in use at 35% of expert-maturity teams and 0% of early-stage ones. The gap is organisational maturity, not model quality. Gartner expects over half of enterprise agentic initiatives to underperform on ROI by 2029 for the same reason [4].

Why start now, when everything is churning

The fair objection: models, vendors and frameworks turn over quarterly, so why not wait? Because the four converged architectures show what has already stopped moving, and those parts are exactly the ones that take years to build.

Churns — rent it: foundation models and price per investigation; vendor positions (closed agents vs. incumbents vs. harnesses — notably, nobody yet pairs an open harness with an optimised data layer [7]); agent frameworks and orchestration SDKs.

Compounds — own it: telemetry quality and governance, because the agent cannot fix what it cannot see [4]; runbooks rewritten as skills, plus the incident corpus as operational memory [9]; agent identity, permission boundaries and audit trail [5]; an evaluation harness that scores investigations against ground truth; MCP tool servers over your own APIs.

“The investigation agent is a weekend project. The system that makes it reliable is not.” — Cleric, The State of AI SRE, 2026 [9]

Google’s published preconditions read like a checklist for anyone running this in anger: never replace deterministic automation that already works; agents get strong identity and their own SLOs with a manual fallback; every action must be explainable, including the options rejected; and autonomy level is measured, not assumed [5].

Trend II — Reliability is leaving the pager

The three largest outages of 2025 all entered upstream of operations.

Google Cloud’s June incident was an unflagged code path with no error handling, crashed by a policy change that replicated globally in seconds [20]. Cloudflare’s November outage began with a ClickHouse permissions change that doubled the rows in a bot-management feature file until a Rust unwrap() panicked at the edge [19]. AWS’s October us-east-1 disruption was a race condition in DynamoDB’s DNS automation that its own automation could not repair [18].

None of these was a capacity problem or a novel attack. They were design, verification and change-management gaps — and in every case the fast-recovery story was the weakest chapter. That is why the lifecycle view, not the on-call view, is the 2026 frame.

Stage The 2026 signal Where agents get leverage
Design STPA and CAST at Google to find “outages waiting to happen” in interactions, not components [15][16]. Cells, static stability, control-/data-plane separation as first-class patterns. Draft control structures and unsafe-control-action lists from architecture docs; keep them current as the system drifts.
Develop DORA 2025: 90% use AI daily, throughput up, instability still up. AI amplifies whatever the system already is [13]. Coding agents paired with generated property tests and error-path tests; review gates that ask “what happens on the non-fatal error?”
Verify AWS runs TLA+, P, Dafny, Kani and Lean on core services, and increasingly lightweight methods: property-based testing, deterministic simulation, fuzzing [14]. Metastable failures now have a formal CTMC analysis that predicts recovery time [17]. LLM-assisted specs and proofs lower the expert cost that kept formal methods niche.
Deploy Config and change failures lead network outages at 45% [22]. Post-incident commitments converge: feature flags on every new path, staged rollout of configuration, global kill switches, velocity controls on automation. Change-risk scoring, “what changed?” surfaced on every alert, automatic rollback proposal.
Observe OpenTelemetry in production doubled to 11%, vendor distributions 44→60% [10]. Top GenAI uses: signal correlation 58%, root cause 49%, remediation 48%. Anomaly models replace static thresholds; agents are the first consumer of telemetry, so its governance is the agent’s ceiling.
Recover Diagnosis, not repair, is the bottleneck. Cloudflare’s rollout produced a system that recovered and failed every five minutes, masking the cause [19]. Parallel-hypothesis investigation; recover-first playbooks the agent can propose before it can explain.
Learn CAST-based postmortems; Google’s AI Insights mines the incident corpus for recurring risk and drafts postmortems and playbooks [5]. This is the L5 loop: incidents become skills, skills become tests, tests feed design review.

Nine major incidents, and what let them in

Incident Date Trigger Duration Mechanism
Google Cloud (Service Control) 2025-06-12 Change ≈3 h Unflagged code path, no error handling, globally replicated policy
AWS us-east-1 (DynamoDB DNS) 2025-10-20 Automation ≈15 h Race in DNS automation, empty record, cascade to EC2/NLB
Cloudflare (Bot Management) 2025-11-18 Change ≈6 h Permission change doubled feature file, edge panic
Cloudflare (BYOIP) 2026-02-20 Automation 5 h 07 Empty parameter read as “delete all prefixes”
DENIC (.de) 2026-05-05 Change ≈3.3 h New DNSSEC signing code, invalid signatures
Azure OpenAI Service 2026-05-29 Change 7 h 26 API change, retry storm, false-positive mitigation
Azure West US 2 2026-05-29 Physical 22 h 06 Voltage sags, cooling lockouts
Google Cloud europe-west4-a 2026-07-15 Physical 14 h 55 3 ms voltage drop, cooling failure
Azure West US 2026-07-23 Automation ≈5 h Blast-radius analysis defect during break-fix

Seven of nine were caused by a change or by automation, and those are the ones with diagnostic lag. The two physical incidents were longer but were understood within minutes — a third-party tracker puts the diagnostic lag ratio at 0.41 for software-caused outages versus 0.00 for physical ones [21]. Physical failures announce themselves; software has to be found.

Reliable change management and fast diagnosis are therefore the two levers with the most recoverable hours behind them.

Three things follow:

Formal verification is getting cheaper from two directions. AWS’s own account describes a shift from heavyweight proofs toward lightweight formal methods applied broadly, with TLA+/P/Lean reserved for protocols [14]. Meanwhile LLM-assisted proof writing is turning a scarce skill into an assisted one. The 2014 finding still drives priorities: 92% of catastrophic failures in distributed systems were triggered by mishandled non-fatal errors — exactly the Google and Cloudflare 2025 failure shape.

Configuration is the new code, but ships without code’s safeguards. Policy data, feature files, DNS plans and BGP prefixes replicate in seconds and skip the canary. Every 2025 post-incident review converged on the same fixes: flag-protect new paths, stage config rollouts, validate machine-generated inputs, add global kill switches, and rate-limit what automation may remove per unit time [18][19][20].

Recovery is being redesigned around diagnosis. Vendors claim MTTR from hours to minutes; the measured wins are in investigation time (Coinbase 72%, Zscaler 30% fewer engineers per incident) [8]. The pattern across post-mortems is “recover first, diagnose in parallel”: rehearsed rollbacks, kill switches, and change surfaced on the alert itself [25].

Trend III — The long tail is rarer, larger, and shared

Uptime Institute’s 2026 analysis reports a fifth consecutive year of declining outage rates, with the pace of improvement slowing. 57% of organisations put their last major outage above $100,000 and 20% above $1 million — the second year at that level [23]. Over nine years, cloud, internet, telecom and colocation providers account for roughly two-thirds of publicly reported outages. The distribution has a fat tail, and the tail is increasingly the provider.

What defines the tail is not a bug class but a shape: the system was working to specification, and the interaction of correct components produced the failure. Google’s STPA practitioners say it outright — most outages “happen due to complex interactions between various parts of the system, even when everything is working according to specification” [16].

A field taxonomy from the last fifteen months:

  1. Shared global control planes. A region isolates the data plane but often not the control plane. Shared DNS, identity, CDN and routing turn independent regional failures into one correlated global one [24]. (AWS us-east-1 global functions, Azure Front Door, Google Service Control policy replication.)
  2. Automation outside its safety envelope. Correct in the common case, unbounded in the rare one. The fix pattern is velocity controls, sanity checks on the plan before execution, and a human-visible blast-radius estimate. (DynamoDB DNS race, BYOIP “empty = delete all”, Azure blast-radius defect.)
  3. Configuration and data as code. Generated artefacts with no schema validation, no size bounds and no staged rollout, consumed by code that panics rather than degrades. (Cloudflare feature file, Google quota policy, DENIC DNSSEC signer.)
  4. Metastable failures. A transient overload that the system’s own retries and restarts keep alive after the trigger is gone — now formally analysable with Markov-chain models that predict recovery time [17]. (Azure OpenAI retry storm, Google Service Control restart herd.)
  5. Physical micro-events, digital long tails. Three milliseconds of voltage drop became fifteen hours of zone outage because the backup path was unavailable. Power and cooling remain Uptime’s top cause, and AI-density workloads are raising the stakes [23].
  6. Process drift. Failures to follow established procedures remain the leading human driver, and the share from skipped procedures rose ten points in a year [22][23]. Procedures that are repeatedly skipped are design defects, not discipline problems.

The methods that find the tail are bottlenecked on people

Rank the methods by coverage of unknown unknowns and they sort almost exactly by expert cost: threshold alerts and SLO burn at the bottom, then CUJ-based SLOs, chaos and fault injection, property-based testing and deterministic simulation, then STPA/CAST, then full formal methods.

Google reserves STPA for critical systems because it needs experienced analysts [15]. AWS reports formal methods “prevented subtle, serious bugs that no other technique would have found” but concedes adoption stays niche for the same reason [14]. Catchpoint’s 2026 survey finds production chaos engineering “far from standard practice” even at the middle of that range [11]. The human-expert bottleneck, not the methods’ power, is what limits coverage of the tail — which is precisely the bet in Trend I.

Two seats at the same outage

Prevent Contain Recover
Cloud provider STPA on control structures, especially config-distribution and automation loops; formal and lightweight verification of control-plane protocols; flag-protect and stage every new path, configuration included Cells and shuffle sharding; static stability so the data plane survives control-plane loss; velocity controls capping what automation may remove per interval; global kill switches per feature; regional rather than global policy replication Recover-first playbooks executable before root cause; monitoring and status independent of the failing plane; investigation agents at L2–L3 with autonomy metrics, on your own fleet first
Cloud tenant Map control-plane dependencies explicitly: DNS, identity, CDN, global routing [24]; audit concentration of global resources in one region; retry budgets, backoff and jitter so your clients are not the retry storm Graceful degradation — cached reads, read-only modes, feature shedding — usually cheaper than active-active; multi-CDN or edge bypass; cross-provider redundancy only for the top tier of critical functions Test failover against control-plane failure, not only data loss; own observability that does not depend on the provider’s console or status page; rehearsed “provider down” runbooks that assume no API access

Uptime notes that operator resiliency assessments still focus on internal rather than external systemic risk [23], while two-thirds of reported outages sit with third parties. Dependency mapping is the highest-return line in the tenant row.

Where the three currents meet

Read separately, these look like three programmes. Read together they are one argument.

The methods that actually find long-tail risk — STPA, formal specification, deterministic simulation — are bottlenecked on scarce experts. Agents are the first technology that plausibly relaxes that bottleneck. And the lifecycle view says the leverage sits upstream, in design, verification and change, not only on the pager where most AI SRE products live today.

  • Trend I supplies scalable analyst capacity. Investigation agents are commoditising; the differentiated use is agents that draft control structures, generate property tests and specs, and score change risk — under the same identity and audit rules as the incident agent.
  • Trend II supplies the map of where hours are lost. Change and automation caused seven of nine major incidents; diagnosis, not repair, dominated their duration.
  • Trend III supplies the target. Correlated control-plane failures, unbounded automation, metastable retries — interaction failures, exactly the class STPA and formal analysis address and that testing does not.

Signals to watch through 2027

  • Autonomy: whether Azure and Google publish autonomy-level distributions for their own fleets. The first provider to show “x% of incidents mitigated at L4 with zero regressions” resets buyer expectations.
  • Verification: LLM-generated TLA+/P/Lean artefacts accepted into a hyperscaler’s core-service review process, and the first post-incident report that credits an agent-written spec.
  • Change: providers extending progressive delivery to configuration and policy data, with regional rather than global replication as the default. Watch the next global-replication incident — if there isn’t one, the practice has landed.
  • Market: whether anyone closes the gap Mezmo identifies: an open harness paired with an optimised telemetry layer, which is the shape anyone running agents in-house actually needs.
  • Long tail: metastability analysis and STPA appearing in Well-Architected-style guidance — moving from research and Google-internal practice to something tenants are told to do.

If you take one thing from this: the agent is the cheap part. Telemetry governance, runbooks-as-skills, agent identity and audit, and an evaluation harness are the parts that take years, and they are the parts that have already stopped moving. Start there.

A caveat on the numbers: vendor-reported results (MTTR reductions, incident counts, accuracy rates) are self-reported and unaudited; survey figures come from different populations and are not directly comparable. Outage durations are customer-visible windows, rounded.


References

  1. AWS (March 2026). “AWS DevOps Agent is now generally available.”
  2. AWS DevOps Blog. “Building an end-to-end agentic SRE using AWS DevOps Agent.”
  3. Microsoft Learn. “Overview of Azure SRE Agent.”
  4. The Daily Brief (2026). “An AI SRE agent fixed 35,000 incidents while engineers slept” (Microsoft and Gartner figures).
  5. Google Cloud Blog. “How Google SRE is using agentic AI to improve operations.”
  6. Google Cloud Blog. “Gemini Cloud Assist at Next ‘26.”
  7. Mezmo. “The 2026 AI SRE market map: agents, harnesses and the data layer.”
  8. The Daily Brief (April 2026). “Resolve AI hits $1.5B valuation as AI SRE goes mainstream.”
  9. Cleric (2026). “The State of AI SRE.”
  10. Elastic. “Observability trends for 2026: GenAI and OpenTelemetry reshape the landscape.”
  11. Catchpoint / LogicMonitor. “The SRE Report 2026” (418 respondents, surveyed Jul–Aug 2025).
  12. Traversal. “AI in incident response 2026: the data” (Uptime, Gartner and DORA-derived figures).
  13. RedMonk (December 2025). “DORA 2025: measuring software delivery after AI.”
  14. ACM Queue 22(6). “Systems correctness practices at AWS: leveraging formal and semi-formal methods.”
  15. sre.google. “STAMP, STPA and CAST at Google.”
  16. SREcon26 Americas (Google). “STPA for software workshop: finding the outages waiting to happen.”
  17. arXiv:2510.03551. “Formal analysis of metastable failures in software systems.”
  18. InfoQ (November 2025). “AWS DynamoDB outage postmortem.”
  19. Cloudflare Blog. “Cloudflare outage on November 18, 2025.”
  20. The Register (June 2025). “Google Cloud caused outage by ignoring its usual code quality protections.”
  21. Axis Intelligence. “Cloud outage tracker 2026” (third-party tracker; “diagnostic lag ratio” is its metric).
  22. WebProNews. “Why routine changes still trigger major outages in 2026” (citing Uptime Institute 2026 and ThousandEyes).
  23. Uptime Institute (May 2026). “Annual Outage Analysis 2026.”
  24. DSA Research. “Multi-region failure domains: lessons from 2025’s cloud outages.”
  25. incident.io. “Incident management trends 2026.”