Benchgen

SWE Atlas – Codebase Q&A — Results

RankModelScore
1hy4-preview64
S

SWE Atlas – Codebase Q&A

1 phaseActive

Scale AI's SWE Atlas sub-benchmark testing codebase comprehension — can an agent correctly answer questions about an unfamiliar repository? 124 tasks.

Overview

SWE Atlas – Codebase Q&A

Category Metric Tasks Saturation Created

Paper GitHub

Quick answer: SWE Atlas – Codebase Q&A is one of three sub-benchmarks in Scale AI's SWE Atlas suite. It tests whether a coding agent can correctly answer questions about an unfamiliar codebase — 124 tasks scored with programmatic checks plus rubric-based assessment.

At a Glance

What it tests: Whether an AI coding agent can navigate and correctly reason about a repository it has never seen before, answering specific questions about its structure, logic, or behavior.

Why it matters: Real engineering work usually starts with understanding an unfamiliar codebase before making any change — this measures that comprehension step in isolation from code generation.

Known limitations: Small task count (124) relative to broader SWE benchmarks; results depend heavily on repository size/complexity chosen for each question.

What SWE Atlas – Codebase Q&A Measures

SWE Atlas is Scale AI's benchmark suite for professional coding-agent work that goes beyond simple issue resolution — it covers understanding a repository, writing tests, and performing refactors, evaluated with a mix of programmatic checks and expert rubric grading for engineering quality (not just "does it run"). The Codebase Q&A slice specifically isolates comprehension: an agent is dropped into a real repository and asked to answer a specific factual or behavioral question about it, without being asked to change any code.

A high score here indicates an agent can efficiently locate relevant code, trace logic across files, and produce a correct, well-supported answer — a prerequisite skill for any longer-horizon coding task. It's a comprehension-only slice, so it doesn't test code generation or debugging on its own; pair it with the Test Writing and Refactoring slices of the same suite for a fuller picture of agentic coding capability.

Benchmark Specifications

FieldValue
Task categoryCoding
MetricAccuracy / rubric score
Number of tasks124
SaturationLow
Created byRaghavendra et al. (Scale AI)
Source paperRaghavendra et al. 2026
GitHubscaleapi/SWE-Atlas

How SWE Atlas – Codebase Q&A Is Scored

Each task is graded with a mix of programmatic verification (where the question has a checkable factual answer) and expert rubric assessment (where the question requires nuanced explanation). Scores are reported as a percentage of tasks judged correct.

State-of-the-Art Results

RankModelScoreSourceDate
1Hy4 Preview64.0%Tencent Hunyuan model card2026-08

Scores sourced from published technical reports and model cards. Results depend on harness, prompt format, and effort settings — see each source for methodology.

SWE Atlas – Codebase Q&A on Benchgen

No Benchgen results yet — be the first to run SWE Atlas – Codebase Q&A.

SWE Atlas – Codebase Q&A vs Other Benchmarks

BenchmarkWhat it testsTasksSaturation
SWE Atlas – Codebase Q&ARepository comprehension124Low
SWE Atlas – Test WritingWriting tests for existing code90Low
SWE Atlas – RefactoringCode refactoring quality70Low
SWE-bench VerifiedEnd-to-end GitHub issue resolution500Medium

Use SWE Atlas – Codebase Q&A when you specifically want to isolate an agent's repository-comprehension ability from its code-editing ability — SWE-bench-style benchmarks conflate both into a single pass/fail outcome.

Run SWE Atlas – Codebase Q&A on Your Model

Benchgen lets teams run SWE Atlas – Codebase Q&A against their own model versions, compare results across runs and harnesses, and catch regressions in codebase comprehension over time — rather than relying on a single vendor-reported number.

Frequently Asked Questions

What is SWE Atlas – Codebase Q&A? It's a sub-benchmark of Scale AI's SWE Atlas suite that tests whether a coding agent can correctly answer questions about an unfamiliar codebase, across 124 tasks.
What does a good SWE Atlas – Codebase Q&A score look like? As of August 2026, frontier models score in the 55–65% range; scores above 60% represent strong, reliable codebase comprehension.
Who created SWE Atlas? SWE Atlas was created by Scale AI (Raghavendra et al.), published in 2026.