Grow the Harness, Not the Context: From Strategy-Free Scaffolds to Reusable Specialist Agents
Laizhen Li, Jiarui Li, Juanjuan Zhao, Kejiang Ye, Ye Li, Cheng-zhong Xu, et al.
arXiv:2609.26760v1Today’s standout paper is about a different way to build AI agents. Instead of stuffing more instructions, plans, and tool logic into the model’s context window every time, the authors ask: what if the agent’s control flow could be learned once and reused like software? Their system, called Growing Harness, starts from a minimal scaffold with no built-in task strategy. Then, using execution traces from failures, it automatically edits the harness code itself, repairing only the small parts responsible for mistakes and rolling back changes that hurt earlier skills. That means the agent’s reusable behavior gradually lives in code, while the language model is reserved for the genuinely semantic parts of the task. In experiments on web and browsing benchmarks, this approach achieved top or near-top success while cutting LLM calls by as much as 92 percent and reducing inference cost dramatically. It matters because it points to a scalable path for agentic systems: less repeated reasoning in context, more durable competence in the harness.
Also spotted that day
Previous daily papers