Back to AI Research

AI Research

How Do Agent Harnesses Create Value? Planning Infor... | AI Research

Key Takeaways

  • Planning Information and Release Control in Stateful LLM Agents This paper investigates how the "harnesses"—the surround...
  • Agent harnesses supply planning guidance, organize execution, and check completion.
  • We study how these components affect success, erroneous acceptance, and cost in two Retail experiments and an Airline pilot in $\tau^2$-bench.
  • The primary comparison pairs prewritten task-specific plans (Fixed) with shuffled policy text matched in word count (Sham), isolating the contribution of guidance content.
  • Across 265 matched cells, Fixed improves oracle-verified success by 7.17 percentage points (90\% task-clustered bootstrap interval, 1.15--13.36 points), with gains concentrated in higher-complexity tasks.
Paper AbstractExpand

Agent harnesses supply planning guidance, organize execution, and check completion. We study how these components affect success, erroneous acceptance, and cost in two Retail experiments and an Airline pilot in $\tau^2$-bench. The primary comparison pairs prewritten task-specific plans (Fixed) with shuffled policy text matched in word count (Sham), isolating the contribution of guidance content. Across 265 matched cells, Fixed improves oracle-verified success by 7.17 percentage points (90\% task-clustered bootstrap interval, 1.15--13.36 points), with gains concentrated in higher-complexity tasks. A read-only terminal verifier rejects 61\% of Retail oracle-invalid episodes while withholding 17\% of correct ones, at less than one cent of additional cost per episode. Which component matters more depends on the loss assigned to erroneous acceptance: at low liability the planning gain dominates; at high liability the verifier's avoided false passes dominate---and a standalone verifier captures nearly all the false-pass benefit of the full planning-plus-verification stack at a fraction of its cost.

How Do Agent Harnesses Create Value? Planning Information and Release Control in Stateful LLM Agents
This paper investigates how the "harnesses"—the surrounding systems that organize an AI agent’s work—actually contribute to its success. While much research focuses on the models themselves, this study breaks down the specific impact of planning guidance and terminal verification on agent performance. By testing these components across retail and airline tasks, the authors aim to determine which parts of an agent's support system provide the most value and how they affect the balance between successful task completion and the risk of accepting incorrect work. The ai search story also surfaces in EU Regulators Demand Apple and Google..., adding another angle.

Isolating the Value of Planning

To understand if providing a plan actually helps an agent, the researchers compared "Fixed" plans (prewritten, task-specific instructions) against "Sham" plans (shuffled text that matches the word count and structure of the real plans). This method isolates the effect of the actual planning content from the mere presence of extra text. The study found that Fixed plans improved success rates by 7.17 percentage points, with the most significant gains appearing in more complex tasks. Interestingly, the shuffled "Sham" text did not harm performance, suggesting that the specific guidance provided in the Fixed plans is a key driver of success.

The Role of Terminal Verification

The researchers also examined "release control," or the use of a terminal verifier to check an agent's work before it is finalized. In the retail experiments, this verifier rejected 61% of incorrect episodes, though it also mistakenly withheld 17% of correct ones. Despite these occasional false rejections, the verifier significantly reduced the overall rate of "false passes" (incorrect work accepted as complete). Notably, a standalone verifier was found to capture nearly all the benefits of a full, complex support stack at only a fraction of the cost. The ai search story also surfaces in OpenAI Says AI Found Possible Navier–Stokes..., adding another angle.

Balancing Risk and Cost

The value of these harness components depends heavily on the goals of the deployment. The authors propose a framework to weigh the benefits of success against the "liability" of accepting an incorrect result. When the cost of an error is low, the performance boost from planning guidance is the most valuable factor. However, when the cost of an error is high, the verifier becomes the most important component. By analyzing these trade-offs, the study suggests that organizations can optimize their agent systems by choosing the right support mechanisms based on their specific tolerance for risk and their budget for execution costs. The ai search story also surfaces in House Intelligence Committee Warns AI Safeguards..., adding another angle. as detailed in the full paper on Arxiv

Comments (0)

No comments yet

Be the first to share your thoughts!