A single AI leaderboard score hides the part that may be changing: the harness

Reddit r/ArtificialInteligence News

Summary

The article critiques AI leaderboards for oversimplifying agent evaluations by hiding the impact of harnesses, using Questflow's financial-intelligence benchmark as an example, and emphasizes the need for comprehensive reporting in agent benchmarks.

Model leaderboards are easy to read when the model is the only thing being tested. Agent benchmarks are messier: skills, tools, permissions, data access, and the evaluation window can all change the behavior that gets scored. Questflow makes that problem unusually visible. It is a financial-intelligence harness with a public live benchmark that places bare and harness-equipped frontier-model agents side by side under the same capital and on-chain signal. The attached historical snapshot also summarizes behavior across seven axes, using a solid shape for model plus harness and a dashed outline for the bare entrant. That is more informative than one rank, but it still needs two caveats. First, a bare/harness pair is not automatically a controlled ablation. If the skill package, tool access, permission scope, or market window differs, the chart cannot tell us which variable caused the gap. Second, labels such as discipline, calibration, or consistency describe an evaluation design. They are not permanent personality traits of a model. For an agent leaderboard, the minimum useful report should include the model version, harness or skill package, tools and data, permission boundary, environment and time window, repeat count, and the observable reasoning or action record. Then a score describes a tested system instead of quietly borrowing the model's name. The interesting open question in Questflow is whether its bare-versus-harness differences repeat when everything except the skill layer is held fixed. There is already an early thread in r/questflow debating that exact choice: change the model after one observation, or repeat the run first? That is a much better question than “which model won today?”
Original Article

Similar Articles

We NEED a harness benchmark leaderboard

Reddit r/AI_Agents

This article argues for the need of a benchmark leaderboard that compares AI model harnesses (e.g., KimiCode vs OpenCode vs Codex) rather than just models themselves, proposing a repo to test model+harness combinations on cost, runtime, token usage, and score.

Stop Comparing LLM Agents Without Disclosing the Harness

arXiv cs.AI

This position paper argues that in long-horizon LLM agent tasks, the execution harness often determines performance more than the model itself, and current benchmarks misattribute harness-level gains to model improvements. It proposes a harness-aware evaluation framework with disclosure standards and variance decomposition protocols.

@AlphaSignalAI: https://x.com/AlphaSignalAI/status/2057153343081111582

X AI KOLs Timeline

A 100-page survey from UIUC, Meta, and Stanford introduces three harness layers (Interface, Mechanisms, Scaling) for AI agents, arguing that most agent failures stem from harness issues rather than reasoning flaws, and provides a taxonomy for auditing agent stacks.

Rethinking the Evaluation of Harness Evolution for Agents

Hugging Face Daily Papers

This paper rethinks how automatic harness evolution for agents should be evaluated, showing that gains may be due to increased compute rather than genuine improvements, and that evolved harnesses transfer poorly to unseen tasks.