Pith. sign in

The Scaffold Effect in Coding Agents: Harness Choice as a Hidden Variable in Coding-Agent Evaluation

1 Pith paper cite this work. Polarity classification is still indexing.

1 Pith paper citing it
abstract

Public leaderboards for coding agents typically rank systems by model name and pass rate, while the surrounding harness (the scaffold that issues tools, manages context, and decides when to stop) is often under-specified. Model-to-model comparison is valid when the harness is fixed; when it varies, performance and efficiency conflate model and scaffold effects. We evaluate Qwen 3.6 Plus and MiniMax M2.5 across three open-source harnesses (Goose, OpenCode, OpenHands-SDK) on a stratified 50-task subset of Terminal-Bench Pro. Harness choice induces up to a 40x difference in tokens per solved task, while paired within-model pass-rate differences remain 0-8 percentage points (95% paired-task bootstrap CIs include zero except for the largest gap). Failure fingerprints replicate across models (REASON for Goose, VERIFY/MAX_TURNS for OpenHands-SDK, idle-loop/TIME for OpenCode), indicating harness-level biases that are largely model-independent. For human-centered coding-agent evaluation, model name alone is an incomplete comparison unit: harness-model pairs determine real-world cost, latency, and oversight burden; no-action turns are a per-task wait tax, not just a token tax. We therefore recommend selecting harness-model pairs by pass rate under token/latency budgets, and reporting token usage, latency, and full harness specifications alongside any model comparison. We release anonymized configs, raw trial logs, aggregated snapshots, and analysis scripts.

citation-role summary

background 1

citation-polarity summary

fields

cs.AI 1

years

2026 1

verdicts

CONDITIONAL 1

roles

background 1

polarities

background 1

representative citing papers

From Prompt to Harness: Coderlet from Scratch

cs.AI · 2026-08-10 · conditional · novelty 5.0

A minimal harness design that routes LLM requests through five lifecycle stages across three boundaries (model, execution, and state) is described and released as an executable coding agent.

citing papers explorer

Showing 1 of 1 citing paper.

  • From Prompt to Harness: Coderlet from Scratch cs.AI · 2026-08-10 · conditional · none · ref 8 · internal anchor

    A minimal harness design that routes LLM requests through five lifecycle stages across three boundaries (model, execution, and state) is described and released as an executable coding agent.