{
  "schema_version": "1.1",
  "id": "s13:https://arxiv.org/abs/2609.26760v1",
  "slug": "2609-26760v1-0lklvan",
  "url": "https://feed7.dev/p/2609-26760v1-0lklvan",
  "title": "Grow the Harness, Not the Context: From Strategy-Free Scaffolds to Reusable Specialist Agents",
  "why_included": "A learned harness moved recurring control into reusable code, cutting model calls and inference cost while keeping web-agent performance stable across 4B–120B deployment models.",
  "summary": "Growing Harness starts without a task-solving controller, then uses execution traces, joint repair, and rollback gates to accumulate reusable control code. Across two web-agent benchmarks and models from **4B to 120B**, it led **five of six** settings.",
  "practical_implication": "For recurring agent workflows, treat repeated planning and recovery logic as code that can be learned, tested, and retained. The reported harness reduced LLM calls by **76.0–91.8%** and inference cost by **74.4–98.6%** versus a tool-calling agent.",
  "agent_context": "Growing Harness starts without a task-solving controller, then uses execution traces, joint repair, and rollback gates to accumulate reusable control code. Across two web-agent benchmarks and models from **4B to 120B**, it led **five of six** settings.\n\nFor recurring agent workflows, treat repeated planning and recovery logic as code that can be learned, tested, and retained. The reported harness reduced LLM calls by **76.0–91.8%** and inference cost by **74.4–98.6%** versus a tool-calling agent.\n\nThe evidence comes from BrowseComp-Plus and WebArena-Verified, not general software work. The harness also requires trace-level localization, repair optimization, and held-out rollback checks; the abstract does not quantify their training cost.",
  "source": {
    "name": "arXiv",
    "url": "https://arxiv.org/abs/2609.26760v1",
    "published_at": "2026-09-22T17:40:45.000Z"
  },
  "source_class": "blog_post",
  "content_type": "Paper",
  "layer": "agent",
  "domains": [
    "research"
  ],
  "topics": [
    "harness-engineering",
    "agent-reliability",
    "tool-use"
  ],
  "verification": {
    "status": "needs_review",
    "label": "Needs Review",
    "method": "unverified",
    "verified_at": null
  },
  "uncertainty": [
    "The evidence comes from BrowseComp-Plus and WebArena-Verified, not general software work. The harness also requires trace-level localization, repair optimization, and held-out rollback checks; the abstract does not quantify their training cost."
  ],
  "connected_context": {
    "meaning": "This shifts harness engineering from manually specifying controls for each workflow to learning reusable control code from execution traces, with rollback checks limiting regressions. It gives benchmark evidence that retained scaffolding can reduce calls and cost, while narrowing the claim to two web-agent settings and leaving harness-training cost unquantified.",
    "corpus_size": 856,
    "generated_at": "2026-09-23T09:06:24.727Z",
    "connections": [
      {
        "title": "TurnSight: Turn-Level Hindsight Self-Distillation for Tool-Integrated Reasoning",
        "source_name": "arXiv",
        "source_url": "https://arxiv.org/abs/2608.04007v1",
        "feed7_url": "https://feed7.dev/p/2608-04007v1-0gjxuy2",
        "reason": "TurnSight supplies turn-level credit assignment for execution traces, while Growing Harness uses traces to localize and repair reusable control code."
      },
      {
        "title": "Twin: Playing an Unknown Game with a Test-Time Digital Twin",
        "source_name": "arXiv",
        "source_url": "https://arxiv.org/abs/2608.14490v1",
        "feed7_url": "https://feed7.dev/p/2608-14490v1-0d3xjvt",
        "reason": "Both retain executable machinery learned during interaction and gate changes through validation; Twin validates simulated transitions, whereas Growing Harness applies held-out rollback checks to control-code repairs."
      },
      {
        "title": "Stop AI Agent Hallucinations: 5 Techniques + Production Patterns - Elizabeth Fuentes, AWS",
        "source_name": "YouTube",
        "source_url": "https://www.youtube.com/watch?v=vJukHCIv7Ck",
        "feed7_url": "https://feed7.dev/p/stop-ai-agent-hallucinations-5-techniques-production-patterns-elizabeth-09g1w9s",
        "reason": "The AWS patterns describe manually encoded runtime controls; Growing Harness suggests repeated planning and recovery controls can instead be accumulated and tested as reusable code."
      }
    ]
  },
  "lifecycle": "Current",
  "published_at": "2026-09-22T17:40:45.000Z",
  "modified_at": "2026-09-22T17:40:45.000Z",
  "supersedes": [],
  "expires_at": null,
  "formats": {
    "html": "https://feed7.dev/p/2609-26760v1-0lklvan",
    "json": "https://feed7.dev/p/2609-26760v1-0lklvan.json",
    "markdown": "https://feed7.dev/p/2609-26760v1-0lklvan.md"
  }
}