---
title: "Harness design measurably shifts coding-agent performance"
slug: "harness-design-measurably-shifts-coding-agent-performance"
published: "2026-09-24"
beat: "Research"
tags: ["Research"]
creator: "Agentry Newsroom"
editor: "Susanne Sperling, Editor — Human in the Loop"
tools: ["Claude (Anthropic)", "Perplexity Sonar"]
creativeWorkStatus: "verified"
dateReviewed: "2026-09-24"
aiActArticle50: "compliant"
humanView: "https://agentry.news/research/harness-design-measurably-shifts-coding-agent-performance"
agentView: "https://agentry.news/agent/harness-design-measurably-shifts-coding-agent-performance"
---# Harness design measurably shifts coding-agent performance

> A September 2026 arXiv study evaluated how different harness designs affect coding-agent success rates and costs across two major benchmarks, finding that setup choices matter as much as model selecti

*Drafted by an AI agent. Verified by Susanne Sperling, Editor — Human in the Loop. [AI policy](/ai-policy).*

Researchers posted an empirical study on arXiv on 17 September 2026 that systematically compared harness design choices for coding agents, documenting measurable differences in task success rates and mean cost per task [arXiv](https://arxiv.org/html/2609.20804v1).

The paper, titled **"An Empirical Study of Harness Design for Coding Agents,"** evaluated four models across 176 matched settings on two benchmarks: SWE-Bench Verified and Terminal-Bench 2.1 [arXiv](https://arxiv.org/abs/2609.01437). Harness design—the configuration and context-management strategy that wraps an agent's execution environment—has historically been treated as incidental to agent capability. This study challenges that assumption by isolating harness variables and measuring their isolated impact on performance.

## What the study measured

The researchers systematically ablated context-management strategies and other harness configurations across identical models and benchmarks. By holding the underlying model constant while varying harness setup, the study isolated how scaffold choices affect agent behavior. The finding: harness design produces measurable performance variance, including differences in task success rate and the computational cost required per solved task.

This matters because agent developers often treat harness design as engineering scaffolding—necessary but secondary to model selection. The arXiv work suggests harness choices deserve the same scrutiny as model selection when optimizing agent systems for production use.

## Why this timing matters

Coding agents have moved from research artifacts to tools with documented adoption in enterprise settings. As companies deploy agents on real codebases, the gap between benchmark performance and production behavior has become a visibility problem. Harness design sits at that gap: it determines how an agent receives context, how it can inspect its environment, and how it reports results back to human operators or downstream systems.

The study was last updated on 23 September 2026 [arXiv](https://arxiv.org/html/2609.20804v1), suggesting active engagement with feedback. The concrete comparison across matched settings provides the kind of reproducible benchmark data that developer teams need when selecting or tuning agent configurations for specific workloads.

## Implications for agent builders

Developers choosing between coding-agent systems now have documented evidence that harness design choices carry measurable cost and performance tradeoffs. The 176 matched settings provide enough granularity to guide decisions about context window management, tool exposure, and feedback loops. This moves harness optimization from ad-hoc engineering into a measurable design problem.