Metrics, logs, and traces converge toward an unresolved root-cause node on an abstract observability dashboard
Metrics, logs, and traces converge toward an unresolved root-cause node on an abstract observability dashboard
+ Large Language Models News

ORCA-bench shows coding agents are not ready for on-call root cause analysis

A new benchmark tests AI agents on on-call root cause analysis with metrics, logs, traces, code, and 1,079 incident tasks.

A new benchmark called ORCA-bench is a useful reminder that coding ability is not the same thing as operational reliability.

The paper, submitted to arXiv on July 30, frames ORCA-bench as a production-fidelity benchmark for on-call root cause analysis. It gives agents access to an OpenTelemetry-based microservice system with metrics, logs, traces, code, and six days of telemetry, then asks them to handle 1,079 root-cause-analysis tasks.

The headline result is sobering. The authors report that even the strongest evaluated systems solve only a minority of medium and hard tasks, while weaker agents often hallucinate implausible root causes.

This is the right kind of test for the next wave of coding agents. Real incidents are messy. They require stitching together symptoms, deployments, traces, logs, service ownership, recent code changes, and sometimes ambiguous user reports.

A model can be excellent at generating code and still be poor at incident diagnosis. Root-cause analysis requires evidence discipline. The agent needs to gather signals, form hypotheses, reject tempting false explanations, and explain confidence without turning uncertainty into a fabricated answer.

ORCA-bench’s setup is valuable because it gives agents multiple observability channels instead of a single prompt. The paper also reports that removing code access degrades performance, which suggests that telemetry alone is not enough for reliable diagnosis.

Benchmarks should punish confident wrong answers

The most important failure mode is not low accuracy by itself. It is confident hallucination during an incident.

An on-call assistant that says “I don’t know yet, here are the three strongest clues” can still help a human responder. An agent that invents a root cause can waste time, trigger unnecessary rollbacks, or hide the real failure.

That is why ORCA-bench’s human-rescored judge and public testbed are useful. They push evaluation toward operational truth, not just answer fluency.

Sources

The AI Feed Desk

The AI Feed Desk

Editorial desk

The AI Feed Desk tracks AI provider updates, model releases, agent tooling, and enterprise adoption, turning fast-moving announcements into source-linked context for builders and operators.

Noticed a typo, incorrect information, or translation error?

Tell us so we can fix it.

Help Improve This Article

Related Articles

An AI-generated pull request passes through a software review gate with quality checkpoints

Cognition's FrontierCode asks whether AI code would survive review

FrontierCode evaluates coding agents on mergeability, code quality, scope, tests, and maintainer judgment instead of only functional correctness.

The AI Feed Desk

By The AI Feed Desk

Layered pull request cards rise from one branch into separate review panels before merging

GitHub stacked pull requests give coding agents smaller review units

GitHub put stacked pull requests into public preview, letting developers and coding agents split large changes into ordered, reviewable layers.

The AI Feed Desk

By The AI Feed Desk

A coding benchmark grid is inspected with several task blocks cracked or flagged

OpenAI retracts SWE-Bench Pro recommendation after benchmark audit

OpenAI audited SWE-Bench Pro and now estimates that roughly 30% of its tasks are broken, weakening a key coding-agent evaluation.

The AI Feed Desk

By The AI Feed Desk

A repository map with abstract native-language request cards passes through a sealed testing gate

RuBench tests coding agents on native Russian repository tasks

RuBench adds 25 repository-level coding-agent tasks written natively in Russian, with withheld regression tests and product-agent runs.

The AI Feed Desk

By The AI Feed Desk

A luminous Q-shaped data path runs between cloud infrastructure and modular open model weights

Alibaba releases Qwen3.8-Max with QwenCloud access and open weights next week

Qwen3.8-Max puts Alibaba back into the frontier-model fight with a large coding-focused model available through QwenCloud now and open weights promised next week.

The AI Feed Desk

By The AI Feed Desk