Papers › ORCA-bench: How Ready Are Language Model Agents for Oncall?

ORCA-bench: How Ready Are Language Model Agents for Oncall?

30 Jul 2026arXiv:2607.28545added by Syntology

Albert Gong, Kyuseong Choi, Abhineet Agarwal, Jason Schechner, Ryan Huang, Raj Agrawal, Anish Agarwal, Raaz Dwivedi

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

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.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2607.28545")

Code

Syntology Ran 6 of 17 code samples harvested from 1 repository linked to this paper; 11 have no recorded run. Of those that ran: 6 ran with no contract checked.

By repository: found in paper text by Syntology: 17 samples from 1 repository, 6 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

ORCA-bench/ORCA-bench found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

17 samples harvested; 6 ran; 0 honoured the contract we drafted; 11 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

6ran
11unverified

Licence: 0 of the 17 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from ORCA-bench/ORCA-bench. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

build_query ORCA-bench/ORCA-bench/find_logs.py found in paper text by Syntology ran fingerprinted Apache-2.0 (permissive) · bc3672381a9649b7 · report
deduplicate_by_body ORCA-bench/ORCA-bench/find_logs.py found in paper text by Syntology ran Apache-2.0 (permissive) · 97adeed6cfb8fc84 · report
default_model ORCA-bench/ORCA-bench/check_prediction.py found in paper text by Syntology ran fingerprinted Apache-2.0 (permissive) · 24336b0703a3c4b5 · report
extract_error_operations ORCA-bench/ORCA-bench/find_traces.py found in paper text by Syntology ran Apache-2.0 (permissive) · f1a8d8b825eb8acb · report
read_template ORCA-bench/ORCA-bench/build_harbor_tasks.py found in paper text by Syntology ran Apache-2.0 (permissive) · 3241b37e06d6d122 · report
task_name_hash ORCA-bench/ORCA-bench/build_harbor_tasks.py found in paper text by Syntology ran fingerprinted Apache-2.0 (permissive) · cfd7e6a56e5d474d · report
aggregate_telemetry_classifications ORCA-bench/ORCA-bench/format_telemetry_calls.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 92775150f906d842 · report
build_image ORCA-bench/ORCA-bench/build_and_push_snapshots.py found in paper text by Syntology unverified Apache-2.0 (permissive) · ae05edc7aee88c11 · report
build_judge_prompt ORCA-bench/ORCA-bench/check_prediction.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 3faf3bd53c049495 · report
call_claude ORCA-bench/ORCA-bench/find_metrics_family.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 1163c8a7575bfa52 · report
classify_type ORCA-bench/ORCA-bench/format_telemetry_calls.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 95b996449701b451 · report
fetch_error_logs ORCA-bench/ORCA-bench/find_logs.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 4bc22772bf47b238 · report
format_rubric ORCA-bench/ORCA-bench/check_prediction.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 9382816390548078 · report
get_error_traces ORCA-bench/ORCA-bench/find_traces.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 529d90b2005484ea · report
image_exists_on_hub ORCA-bench/ORCA-bench/build_and_push_snapshots.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 8dc0dc606e59c7fc · report
parse_prefix_families ORCA-bench/ORCA-bench/find_metrics_family.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 5b36cb947d88b881 · report
push_image ORCA-bench/ORCA-bench/build_and_push_snapshots.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 5862d74af2dcb202 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2607.28545, was issued in July 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections