Daily Tech Briefing
AI 科技速览
每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。
arXiv AI · 2026/7/30 17:14:07
ORCA-bench: How Ready Are Language Model Agents for Oncall?
AI 中文解读
最新研究给AI的“编程能力”泼了盆冷水:AI写代码、改bug很厉害,但真让它当“运维工程师”,去排查服务器故障,却远不够格。研究人员搭建了一套模拟真实生产环境的测试系统,里面有上千个故障场景,让五个顶级AI智能体当“值班员”,根据日志、监控数据和代码找出故障原因。结果发现,面对中等难度的故障,表现最好的AI也只有约25%的准确率,而较难的场景里正确率更是低至10%。更让人担心的是,有AI在四成报告中会一本正经地给出毫无根据的“故障原因”。这说明,尽管AI在编程辅助上很好用,但面对真实系统里那些含糊、动态、错综复杂的故障,它连“半吊子”都算不上。目前,企业还不能放心让AI独自值守系统,关键时刻仍需要资深工程师把关。不过这个基准测试也帮我们看清了差距,AI要真正成为可靠的“数字运维手”,还有很长的路要走。
Large language models can write, patch, and search code, but oncall root cause analysis (RCA) demands something different: reasoning over noisy metrics, logs, traces, and source code, starting from ambiguous user-facing reports, often hours after the incident began. We introduce ORCA-bench, a benchmark that puts general-purpose coding agents in a production-fidelity oncall setting. ORCA-bench pairs a live OpenTelemetry-instrumented microservice system--exposing six days of metrics, logs, and traces through real telemetry interfaces (Prometheus, Jaeger, and OpenSearch via Grafana) and full source-code access--with 1,079 RCA tasks that systematically vary report specificity, time-to-detection, and co-occurring fault scenarios. Ground-truth symptoms are curated and signed off by expert SREs, and our LLM-as-judge is independently re-scored by humans (Cohen's $κ_w=0.90$). Across five frontier agents, the best RCA Accuracy is 25.3% on Medium-difficulty tasks (the realistic-input setting) and 10.0% on Hard--a gap that remains even with Claude Fable 5. The weakest model hallucinates an implausible root cause in 40% of incident reports, and removing source-code access degrades every metric. Crucially, these are performances on a curated 50 GB / six-day testbed with tasks investigated in isolation on a system whose code and instrumentation are public. Since real production systems are order of magnitudes larger, more dynamic, and more idiosyncratic, the gap we report is a lower bound on the engineering investment required before frontier coding agents can be safely entrusted with production reliability. We release the public set at https://hub.harborframework.com/datasets/orca-bench/ORCA-bench.
分享
阅读原文 ↗