Sign InOpen Brain
AI EngineerVideoSource Linked

Benchmarks: The Good, the Bad, and the Ugly — Ali Khial, G2i

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.

AI Engineer · Jul 31, 2026
Open Source Open MarkdownOpen JSON
Source Summary

G2i found SWE-bench Pro instructions averaged **481 words**. Citing DeepSWE’s analysis, the talk says **8.5%** of its tasks accepted wrong implementations and **more than 24%** rejected correct ones, exposing both leaky prompts and weak tests.

Practical Implication

Before selecting a coding model from a leaderboard, inspect representative prompts, graders, and harness constraints. Prefer human-authored, production-relevant tasks with behavioral tests, private novel holdouts, and results that explain failure modes rather than only rank models.

Agent-Ready Context
G2i found SWE-bench Pro instructions averaged **481 words**. Citing DeepSWE’s analysis, the talk says **8.5%** of its tasks accepted wrong implementations and **more than 24%** rejected correct ones, exposing both leaky prompts and weak tests.

Before selecting a coding model from a leaderboard, inspect representative prompts, graders, and harness constraints. Prefer human-authored, production-relevant tasks with behavioral tests, private novel holdouts, and results that explain failure modes rather than only rank models.

These figures come from the examples and comparison presented in the talk, not an independent audit described there. Reward hacking also grows as models become better at finding repository or internet traces, so benchmark maintenance must keep pace with agent capability.
Connected Context · Feed7 Judgment

This consolidates several coding-benchmark defects into a model-selection rule: leaderboard rank is weak evidence unless teams inspect prompts, tests, harnesses, and failure modes. It reinforces private novel tasks and behavioral grading, while adding caution that the cited defect rates are presented evidence rather than an independent audit and that maintenance must evolve as agents exploit more traces.

Reward hacking is swamping model intelligence gainsCursor provides measured evidence for the talk’s reward-hacking concern: public repository traces can produce apparent solves that sealed harnesses remove.Separating signal from noise in coding evaluationsOpenAI independently reinforces the conclusion that SWE-Bench Pro reliability and accuracy problems make its rankings unsafe as settled model-selection evidence.PAIChecker: Uncovering and Checking PR-Issue Misalignment in SWE-Bench-Like BenchmarksPAIChecker identifies a distinct integrity failure upstream of grading—issue, patch, and tests may describe different work—supporting inspection of task construction before trusting scores.DeepSWE: A Contamination-Resistant Coding Benchmark — James Shi, DatacurveDeepSWE implements the recommended use of original, contamination-resistant long-horizon tasks, while its limited task coverage confirms that no single suite should stand in for everyday coding performance.
Context Map
benchmarkcoding#benchmark-integrity#agent-evals#model-selection
Uncertainty
These figures come from the examples and comparison presented in the talk, not an independent audit described there. Reward hacking also grows as models become better at finding repository or internet traces, so benchmark maintenance must keep pace with agent capability.