Skip to main content
← Career Tracks

SRE / Reliability Engineer for AI Agent Applications

Anthropic runs an internal team called AI Reliability Engineering, tagline: “Claude has your back. AIRE has Claude’s.” That’s the job in one sentence — classic Site Reliability Engineering (SLOs, on-call, postmortems) applied to a system that can be technically “up” — no crashed pods, no 5xx errors — while quietly looping on a tool call, burning API spend, or drifting into wrong answers nobody notices until a user complains. The title itself is still being invented in real time: the same work shows up under AI Reliability Engineer, MLOps Engineer, LLMOps Engineer, AI Platform Engineer, and a traditional “Site Reliability Engineer” badge at a company that happens to serve LLMs. This guide sorts through that, using real postings from Anthropic, OpenAI, and the broader market — not guesswork.

$140K–$280K broad market; $320K–$485K at frontier-lab staff levelTypical base salary
No dedicated junior tier — most hires transfer in from SRE/DevOps/Platform EngExperience floor
Standard, including rotating nights/weekends — this is operations, not just designOn-call
Incident response & operational system design outweigh algorithm puzzlesInterview weight

What the job actually is

Strip away the naming chaos and the job is this: you keep AI-serving systems reliable using the same core discipline as any Site Reliability Engineer — service-level objectives, on-call rotations, incident response, blameless postmortems — applied to a system with a genuinely new failure category. A crashed pod is easy to see. An agent that’s technically healthy by every traditional metric while it silently loops on a tool call, drains a token budget, or quietly gives wrong answers for a week, is not.

Anthropic’s own internal team name for this says it plainly: AI Reliability Engineering, tagline “Claude has your back. AIRE has Claude’s.” The team partners across the company to improve reliability across the full serving path — SDK, network, API layer, serving infrastructure, accelerators, and back — and is explicit that this means bridging two groups that don’t usually share a vocabulary: ML engineers and infrastructure teams.

Background: Anthropic, Software Engineer, AI Reliability Engineering posting.

A still-forming title cluster

Which of these titles is actually this job?

This is the newest, least-settled title in this whole guide. The underlying work — keeping AI systems reliable in production — currently gets sold under at least six overlapping names, each with a different comp band and a different center of gravity:

TitleScopeCompensation signal
Traditional SREKeeps existing, mostly deterministic services up — SLOs, on-call, incident response, capacity planning$130K–$210K broad market; $139K–$216K Glassdoor 25th–75th pct
AI Reliability Engineer (AIRE)SRE discipline applied to LLM-serving and agent systems — the same job, on a system that fails in new ways$180K–$280K base broad market; $320K–$485K staff at Anthropic (outlier, frontier lab)
MLOps EngineerManages the ML lifecycle infra — deployment, monitoring, retraining pipelines, experiment tracking$116K–$158K average, depending on source
LLMOps EngineerMLOps specialized for LLMs — prompt versioning, eval pipelines, hallucination/quality drift, cost control$160K–$240K base, reportedly a 10–15% premium over MLOps
AI Platform EngineerBuilds the internal platform — eval harness, model registry, orchestration, observability — that AI engineers build on top of$180K–$400K total comp
AI Infrastructure EngineerOwns the GPU clusters and serving/training stack itself — the layer underneath AI Reliability$220K–$600K total comp; over $1M at NVIDIA/Anthropic/OpenAI staff+

Per Ivan Turkovic’s 2026 AI job title reference guide, which groups all of these under one informal umbrella: “the plumbing” — compute, platforms, monitoring, reliability — as distinct from AI Engineer (application-layer) or ML Engineer (model training).

None of that ambiguity matters much once you’re actually doing the job day to day — which looks remarkably consistent across all six titles.

A day in the life

The classic Google SRE rule of thumb — no more than half your time on “ops” work, the rest on engineering — still roughly holds, but the ops half now includes failure modes that didn’t exist five years ago: a tool call that loops forever, a cost anomaly from a runaway agent, an inference latency spike from a regional accelerator failover.

Building tooling & observability40%
Instrumenting every LLM call with tracing (LangSmith, Langfuse, Helicone, or raw OpenTelemetry), building SLO dashboards, and writing the guardrail logic that stops a runaway agent loop before it drains a budget overnight.
On-call & incident response35%
Diagnosing production issues, leading incident response, and writing the postmortem — the classic SRE core, now applied to LLM-serving paths, accelerator failures, and agent-specific failure modes like tool-call loops or silent quality drift.
SLOs, capacity & cross-team reviews25%
Setting service-level objectives that balance availability/latency against development velocity, GPU/accelerator capacity planning, and launch reviews with the ML and product teams shipping the next agent feature.

“Up” isn’t the same question anymore. A dashboard full of green latency and availability graphs can coexist with an agent that’s confidently wrong, or one whose tool-use loop is quietly burning through an API budget. Anthropic’s own posting names this directly: candidates need to be “comfortable working with both traditional metrics (latency, availability) and AI-specific metrics (model performance, training convergence).” The traditional dashboard is necessary and no longer sufficient.

That new failure surface is also why the experience floor for this role looks different from a standard SRE posting — worth being direct about before you start prepping for it.

Who actually gets hired

There is currently no standardized junior tier for this exact title. Real experience floors pulled directly from current and recent postings:

Company / postingExperience floor
Anthropic, AI Reliability Engineering (Staff SWE, San Francisco)“Talented and experienced” — no explicit year count, but scoped as a senior/staff hire
OpenAI, SRE — Public Sector5+ yrs operating infrastructure at scale, plus an active US security clearance
OpenAI, SRE — Frontier Systems InfrastructureExecute at software-engineer level; deep Kubernetes/hyperscale experience expected
Google, Technology SRE (University Graduate track)0–2 yrs — a genuine new-grad program, but not AI-specific at entry
Typical 2026 “SRE + AI agents” hybrid posting (mid-market)Senior — blends Kubernetes/Go/Python fundamentals with agentic-framework and LLM-API exposure

Three real paths in, given that:

Transfer in from traditional SRE, DevOps, or Platform Engineering

The dominant path by far. Most people doing this work today moved sideways from an adjacent infrastructure discipline and layered AI-specific knowledge on top — there is no established from-scratch pipeline yet.

A genuine new-grad SRE track, then specialize later

Google and companies of similar scale run real 0–2 year new-grad SRE programs. The AI-specific layer — agent failure modes, LLM observability — typically gets added after landing the generalist role, not before.

MLOps or LLMOps as the realistic near-term search target

“AI Reliability Engineer” isn’t yet a standardized title on job boards. Searching MLOps Engineer, LLMOps Engineer, or Platform Engineer postings surfaces a much larger, more realistic pool of openings right now.

The pattern across every source is consistent: this is a lateral move for someone who already has infrastructure or operations experience, not a from-scratch entry point. If that’s where you are, the technical bar is at least explicit — six categories show up again and again in postings.

Skills you’ll actually need

Observability & instrumentation: the traditional stack — Prometheus, Grafana, Datadog, OpenTelemetry — plus LLM-specific tracing (LangSmith, Langfuse, or Helicone) that logs every prompt, response, retrieval context, latency, and cost per call. Without this layer, quality regressions fail silently.

SLO / error-budget discipline: defining service-level objectives for a system where “correct” isn’t binary, and balancing availability/latency against development velocity — language pulled directly from Anthropic’s own posting.

Incident response for AI-specific failure modes: runaway tool-call loops, cost anomalies, multi-provider fallback, and — increasingly — treating prompt-injection and jailbreak resistance as an operational concern, not only a security-team one.

Infrastructure fundamentals: Kubernetes, Infrastructure-as-Code (Terraform or equivalent), and cloud platform fluency (AWS/GCP/Azure). At frontier-lab scale specifically, GPU/TPU/accelerator experience and networking optimizations like RDMA and InfiniBand show up as named preferred qualifications.

Coding for automation, not app features: Python or Go, chaos engineering, systematic resilience testing. This is SRE, not ops — the expectation is that you build the tooling, not click through a console.

Cross-team communication: named explicitly in Anthropic’s posting as “the ability to bridge the gap between ML engineers and infrastructure teams” — arguably the hardest skill on this list to demonstrate in an interview, and the one that separates a good hire from a great one.

Operational judgment beats technical trivia. A 2026 recruiter-sourced guide to SRE interviews put it bluntly: most candidates fail on operational judgment, not technical knowledge. The tell is subtle — defaulting to developer framing (“I would fix the bug”) instead of operator framing (“I would mitigate the impact, then investigate”) reads as inexperience even when the underlying technical answer is correct.

That’s a wide skill set to build cold. Here’s specifically where this curriculum already gets you there — and where it deliberately doesn’t.

Curriculum mapping

How Few-Shot Academy gets you there

Foundations

The AI/LLM/RAG/agent literacy every posting assumes as a baseline — you can’t keep an agent reliable if you don’t know what it’s doing.

Intermediate

How agents actually behave — tool calls, loops, and the evaluation discipline you need before you can tell "reliable" from "silently degrading."

Advanced

The closest 1:1 match in this entire curriculum to the job description: guardrails, tracing, and production concerns for agentic systems specifically.

This track has the tightest curriculum fit in this whole guide. Advanced Chapters 2–5 — Guardrails and Safety, Observability, Production Concerns, Shipping It — map almost one to one onto the job description: guardrails against runaway agent behavior, real OpenTelemetry tracing, SLO-shaped production concerns, and deploying it for real.

What this curriculum doesn’t cover

  • Kubernetes and container orchestration at a hands-on, CKA-caliber level — this curriculum runs locally via Ollama, never against a real cluster
  • Infrastructure as Code (Terraform, Pulumi, CDK) and real cloud platform ops on AWS/GCP/Azure
  • SLI/SLO/error-budget frameworks and incident-command practice — the operational vocabulary a real on-call rotation runs on isn’t taught here
  • GPU/accelerator-specific operations — RDMA, InfiniBand, multi-node training infra — only relevant at frontier-lab scale, but explicitly named in Anthropic’s own posting
  • Actual on-call experience and chaos engineering — you can read about paging and failure injection, but this is a muscle only a real rotation builds
  • Classic SRE fundamentals — Linux internals, networking, distributed-systems theory — this curriculum teaches the AI application layer, not systems-level infrastructure

With the technical bar mapped, the remaining unknown is the interview itself — which splits into formats more sharply than almost any other track in this guide.

The interview

Expect real variance by company type. Google-scale companies still run algorithmic coding screens for entry-level and campus candidates; AI-native and mid-market companies weight incident response, operational system design, and practical debugging far more heavily. Every source agrees on one thing: the round that decides most offers is incident response, not coding.

  1. 1

    Recruiter screen

    Background and motivation check, plus an early read on whether you actually want an on-call, operations-adjacent role — a real difference from a pure application-engineering job.

  2. 2

    Technical round

    Format varies more than almost any other track in this guide: Google-style rounds lean on data-structures-and-algorithms coding, while AI-native and mid-market companies lean toward debugging observability pipelines, writing automation, or an SLO-design exercise.

    What to expect, and how the format splits by company type

  3. 3

    Incident response / operational system design

    Google calls this NALSD. Whatever the name, you’re handed a system and a failure, and asked to triage, mitigate, and design around it live — the round that most consistently decides the offer.

    Highest-weighted round almost everywhere

    The framework, plus full end-to-end incident walkthroughs

  4. 4

    Behavioral / “Googleyness” round

    Blameless postmortem culture, cross-team collaboration between ML and infra, and judgment calls under 3 a.m. pressure — not fluff, since trust and composure under incidents are exactly what the job requires.

    Sample questions and how to build a story bank

  5. 5

    Onsite loop (larger companies)

    Microsoft’s published Staff SRE loop is a representative example: a phone screen followed by five onsite rounds in one day, covering systems architecture, technical depth, incident response, problem-solving, and leadership.

Per a detailed breakdown of Google’s SRE loop, the operational system-design round (Google calls it NALSD) is deliberately more concrete than a classic product system-design interview — traffic flow, failure modes, monitoring, and reliability trade-offs, not abstract scalability.

Once you’ve cleared that, the practical question is where these postings actually live.

Actually landing one

Search every title below, not just the exact one on this page — the category is too new and too fragmented for a single search to surface the real pool of openings.

Site Reliability EngineerSite Reliability Engineer, AIAI Reliability EngineerMLOps EngineerLLMOps EngineerAI Platform EngineerAI Infrastructure EngineerML Platforms SREProduction ML EngineerAIOps Engineer

Where those postings actually live:

Frontier-lab career pages, directly

Anthropic runs a named team (AI Reliability Engineering / AIRE); OpenAI posts multiple distinct SRE roles (Public Sector, Applied Engineering, Frontier Systems Infrastructure, Research Platform) — each with a different scope and bar.

Search every adjacent title, not just “AI Reliability Engineer”

The title hasn’t standardized yet, so MLOps Engineer, LLMOps Engineer, and Platform Engineer postings are a larger, more realistic pool of current openings than the exact title alone.

AI-native companies that use a plain “SRE” title

Mistral AI and similar model-serving companies fold AI-specific responsibilities — LLM-serving on-call, model rollout reliability — into a standard Site Reliability Engineer title, not a rebranded one.

Cross-check aggregators, don’t trust one

Built In, Dice, and ZipRecruiter each sample a different slice of the market and will show meaningfully different numbers for the same title — treat any single source as a data point, not the answer.

No dedicated certification exists for this exact role — Google has never offered an official “SRE certification” despite popularizing the discipline. The certifications that reliably show up as nice-to-haves instead: CKA (Certified Kubernetes Administrator), an associate-level AWS or GCP cloud certification, and the Linux Foundation Certified System Administrator (LFCS) as a systems-fundamentals baseline. Datadog also runs a structured (non- certifying) SRE learning path worth working through for the observability-specific vocabulary.

Every source is consistent here too: certifications help a resume get a first look, but proven incident-response judgment and hands-on tooling experience are what actually get an offer.

One more number before deciding this is worth the operational trade-offs: what it actually pays.

Context, not a headline number

Compensation

SourceRange
SRE, broad market (ZipRecruiter, national)$114K–$151.5K (25th–75th pct), $175K at the 90th pct
SRE, broad market (Glassdoor)$139K–$216K (25th–75th pct)
MLOps Engineer (ZipRecruiter, broad query)$82.8K–$143.1K (25th–75th pct)
LLMOps Engineer (industry salary guide estimate)$160K–$240K base
AI Reliability Engineer-style role (industry salary guide estimate)$180K–$280K base
Anthropic, Staff SWE, AI Reliability Engineering (San Francisco)$320K–$485K

The spread here is wider than any other track in this guide, for a simple reason: platforms sample different populations (ZipRecruiter casts the widest net; Glassdoor and Levels.fyi skew toward larger and Big Tech employers), and the title itself spans everything from a generalist SRE role to a frontier-lab team keeping a trillion-parameter model online. Bottom line: base clusters roughly $140K–$280K at most employers, with the $300K+ figures belonging specifically to staff-level roles at a handful of frontier AI labs — the outlier, not the median.

Go deeper