Logo of Akmatori
Skip to main content

SRE Task LLM Leaderboard

Which AI actually finds the root cause? We take real incidents that SRE teams deal with in production, recreate each fault in a live environment, and let every model investigate it through Akmatori — the same way an on-call engineer would. No mocked data, no multiple-choice: the model digs through the system and names the cause. An independent judge grades every investigation against written ground truth.

First edition · August 2026

#Model Score Root causes found Cost / root cause Median time
1Qwen3.8 Max Alibaba93.6
100%
$0.171m 58s
2Claude Opus 5 Anthropic93.0
100%
$0.571m 33s
3Claude Fable 5 Anthropic92.4
100%
$0.821m 35s
4GPT-5.6 Sol OpenAI91.5
100%
$0.632m 6s
5DeepSeek V4 Pro DeepSeek88.9
90%
$0.031m 11s
6Kimi K2.6 Moonshot AI88.5
90%
$0.0751s
7Claude Haiku 4.5 Anthropic87.1
90%
$0.151m 1s
8GPT-5.6 Terra OpenAI86.7
90%
$0.181m 4s
9GLM-5.2 Z.ai85.6
90%
$0.111m 48s
10Kimi K3 Moonshot AI82.0
90%
$0.382m 35s
11DeepSeek V4 Flash 0731 DeepSeek81.1
80%
$0.0432s
12GPT-5.6 Luna OpenAI80.2
80%
$0.021m 17s
13Claude Sonnet 5 Anthropic76.0
80%
$0.301m 30s

How we measure

  • Real incidents, not quizzes. Every task is drawn from production experience: crash loops, broken configuration, failing health checks, exhausted resources, dead services — and multi-hop traps where the obvious first answer is wrong and only a deeper investigation finds the true cause.
  • Identical harness for every model. Each model gets a fresh Akmatori installation with a clean database and no accumulated memory, the same investigation tools, and the same alerts — inside a real environment that we recreate from scratch for every test. Only the model changes.
  • Judged against ground truth. A pinned judge model (Claude Opus 5, constant across all runs) compares each final investigation report with the scenario's written root cause. Naming the broken component is not enough — the model must find why.
  • One overall score. The score blends root-cause accuracy (90%) with cost efficiency (5%) and investigation speed (5%), normalized across the field — accuracy dominates, because a cheap wrong answer is still wrong. Click any column to re-sort.
  • Cost and speed are first-class. Cost is metered API usage where the provider reports it and public market rates otherwise, divided by successful root-cause identifications. Time is the median wall-clock investigation, alert to answer.

Single run per task in this edition; scores on repeated runs may vary. Provider prices change frequently — cost figures reflect rates at the time of the run. Want your model or endpoint benchmarked? Get in touch.

Run these investigations yourself

Every score above comes from the same open-source Akmatori that you can self-host. Point it at your own model and your own incidents — it is Apache 2.0, and your data stays in your infrastructure.

View Akmatori on GitHub