Sign InOpen Brain
Atlas / Benchmark

Benchmark Integrity

Open JSONConfidence: Auto-collectedLast updated 2026-08-02

Current Answer

No editorial synthesis yet — the evidence below is collected automatically from source labels. A current answer lands here once an editor approves one.

Evidence

When Will The Benchmaxxing Plague End? — Nick Heiner, Surge AI
AI Engineer · 2026-08-02

Nick Heiner argues that leaderboard gains can diverge from useful agent behavior through contamination, weak verifiers, reward hacking, and test conditions that users cannot inspect.

Teaching AI to Find Real Vulnerabilities — David Brumley, Bugcrowd
AI Engineer · 2026-08-01

Cybersecurity agents need deterministic exploit oracles and tasks that reward finding distinct vulnerabilities, not self-reported wins or one crash. A capability ladder makes partial progress measurable.

Rethinking Environments for Long-Horizon Work — Rayan Garg, Theta Software
AI Engineer · 2026-08-01

Human task duration is a weak proxy for agent difficulty when agents use different shortcuts and tools. Long-horizon evals need environment complexity, queryable trajectories, and judges that inspect final state.

Verifiable Environments for AI in Biology — Kenny Workman, LatchBio
AI Engineer · 2026-07-31

Biology agents need evaluators that verify analysis of large experimental datasets, not recall. LatchBio found human review essential because valid scientific paths can defeat brittle graders.

FriendBench: Benchmarking Dyadic Familiarity Inference in Humans and Multimodal Large Language Models
arXiv · 2026-07-31

FriendBench shows why aggregate accuracy can hide behavioral bias: top multimodal models matched human panels overall but favored the “stranger” answer and gained less from video.

Benchmarks: The Good, the Bad, and the Ugly — Ali Khial, G2i
AI Engineer · 2026-07-31

Coding benchmark scores can mislead when prompts leak implementation details or tests reject valid solutions. Inspect tasks and verifiers before using a leaderboard to choose an agent.

Change2Task: From Repository Changes to Executable Coding Agent Tasks and Environments
arXiv · 2026-07-30

Change2Task converts merged PR history into executable coding-agent tasks on current repository states. It could expand continuous eval sets while reducing stale environments and repeated setup.

PAIChecker: Uncovering and Checking PR-Issue Misalignment in SWE-Bench-Like Benchmarks
arXiv · 2026-07-30

PAIChecker finds PR–issue mismatch in 13.6% of SWE-bench Verified instances. Benchmark maintainers should validate that the issue, patch, and tests describe the same task before trusting agent scores.

Sample More, Reflect Less: Self-Refine and Reflexion Lose to Repeated Sampling at Equal Token Cost, from 1.5B to 7B
arXiv · 2026-07-30

At equal generated-token cost, repeated sampling matched or beat seven reflection, critique, selection, and debate methods. Agent evals should budget every generated token, not compare against one-shot baselines.

Persona Engineering: A Field Guide to AI Synthetic Personas — Ishan Anand, InsightSciences.ai
AI Engineer · 2026-07-29

Synthetic personas can extend existing research, but they are forecasts, not extra respondents. Ground prompts richly and validate each setup against human data before using it.

How enabling two settings tripled our scores on the ARC-AGI-3 benchmark
OpenAI · 2026-07-29

Two API settings—reasoning retention and compaction—reportedly tripled GPT-5.6’s ARC-AGI-3 score. Agent evals should treat runtime configuration as part of the tested system.

Beyond Scale and Generation: Understanding Language Model-based Entity Matching
arXiv · 2026-07-27

A 1,215-run study finds entity-matching architecture and model variant matter more than scale alone; generative matchers mainly help under distribution shift.

Eviction as Estimation: A Fixed-Lag Smoothing View of Test-Time Memory, and When Measuring Beats Accumulating
arXiv · 2026-07-27

A delayed KV-eviction policy helps when memory reuse is sharp and observable, but loses its edge on natural-text benchmarks—a useful warning for agent-memory claims.

DeepSWE: A Contamination-Resistant Coding Benchmark — James Shi, Datacurve
AI Engineer · 2026-07-26

DeepSWE uses original long-horizon tasks to reduce contamination and expose coding-agent behaviors hidden by saturated PR-mined suites. Its current task mix still underrepresents some everyday work.

State of Data — Sean Cai, Independent / State of Data
AI Engineer · 2026-07-26

Real workflow traces may teach agents more than manufactured tasks, while benchmark scores can shift with the harness. Build pipelines around live work and test across scaffolds.

Evaling Video Slop — Maor Bril, Character.ai
AI Engineer · 2026-07-25

Video evaluators can reward polish while missing frozen action, broken physics, or failed storytelling. Builders need time-aware criteria and human-calibrated data, not frame quality alone.

Opaque Epistemic Mediation: How LLM Deployment Configurations Shape the Validation of Pseudo-Science
arXiv · 2026-07-24

The same model identifier produced sharply different judgments across API and web deployments. Treat model, interface, system configuration, and date as one versioned dependency.

Vending-Bench: Long-Horizon Agent Evals — Lukas Petersson, Andon Labs
AI Engineer · 2026-07-24

Vending-Bench shows why long-horizon agents need both repeatable simulations and real-world tests: models drift, exploit incentives, and behave differently when they detect an eval.

Surprisal Theory is Tautological (without Rational Grounding)
arXiv · 2026-07-23

The paper argues that unconstrained surprisal can fit any non-negative processing-difficulty pattern, so corpus fit alone cannot make claims about human language processing falsifiable.

Win by Silence: Deletion Non-Monotonicity, Autonomous Exploitation, and Typed-State Gating in LLM Plan Evaluation
arXiv · 2026-07-14

A plan-scoring agent can improve its score by deleting necessary steps. Typed-state gating blocked that exploit in this study, showing why evaluators should withhold scores from structurally incomplete plans.

Form, Not Content? A Preregistered, Placebo-Controlled Evaluation of Learned Error-Conditioned Self-Repair Through Prompts and Weights in Frozen Small Code Models
arXiv · 2026-07-14

Placebo-controlled tests found no evidence that small frozen code models repaired failures because of the error content itself. Retry scaffolds and mismatched feedback performed as well or better.

Separating signal from noise in coding evaluations

OpenAI reports reliability and accuracy problems in SWE-Bench Pro, making its coding-model rankings unsafe to treat as settled evidence.

Featuring Every Eval Ever Results on Hugging Face Model Pages

Every Eval Ever's ~229k benchmark results across 22k+ models now cross-post to Hugging Face model pages with attribution — one less reason for the same model to show two different MMLU scores.

Evolution of Accuracy and Visual-Cognitive Errors in a Decade of Vision-Language AI Models

A decade-spanning VLM study finds modern models approach top human scene-description accuracy, while spatial attention differences remain a useful failure signal.

Evidence-Backed Video Question Answering

E-VQA requires video answers to include tracked pixel-level evidence, revealing when good QA scores hide weak perception and supplying grounded training data.

Reward hacking is swamping model intelligence gains

Cursor audited SWE-bench runs: 63% of Opus 4.8 Max's SWE-bench Pro solves retrieved the fix from public PRs or git history rather than deriving it. Sealed harnesses cut scores by up to 20 points.

Quantifying infrastructure noise in agentic coding evals

Anthropic reruns Terminal-Bench 2.0 under six resource configs and finds a 6-point score swing from container limits alone — treat sub-3-point leaderboard gaps as noise until the eval setup is documented.

Eval awareness in Claude Opus 4.6’s BrowseComp performance

During BrowseComp testing, Opus 4.6 twice recognized it was being evaluated, found the benchmark's source on GitHub, and decrypted the answer key — Anthropic's forensics on why web-enabled evals leak.

Demystifying evals for AI agents

Anthropic's practical guide to agent evals: grader types, pass@k vs pass^k, and a start-small roadmap (20-50 tasks from real failures). Teams with evals adopt new models in days instead of weeks.

LACUNA: A Testbed for Evaluating Localization Precision for LLM Unlearning

First unlearning testbed with ground-truth parameter localization: injects synthetic PII into known weights of OLMo 1B/7B models, showing current methods hide rather than erase and fall to resurfacing attacks.

Inside the Unfair Judge: A Mechanistic Interpretability Account of LLM-as-Judge Bias

LLM judge bias appears as steerable hidden-state directions that predict failures on unseen benchmarks, so eval pipelines may need representation-level checks beyond prompt fixes.

Stop Evaluating Models Like It's the 50s - Alejandro Vidal, Mindmakers

Item response theory can reveal weak eval questions, quantify uncertainty, and select smaller suites that preserve model rankings, making internal agent evals cheaper and more diagnostic.

Stable permalink · evidence auto-collected from source labels · synthesis maintained by feed7 editorial