paper-with-me

Papers

AutoSaddler: Automatic Harness Optimization with Durable Updates from Agent Execution Traces

2026-08-24 · Sungho Park, Wonjoong Kim, Rongyuan Tan, Jue Zhang, Wook-Shin Han, Pengfei Gao, Chanyoung Park, Yongqiang Yao, Rao Fu, Elsie Nallipogu, Qingwei Lin, Saravan Rajmohan, Dongmei Zhang arxiv

LLM agents remain unreliable on long-horizon tasks, where small local failures can compound over extended interactions and lead to overall task failure. Although external harnesses can substantially improve robustness, harness design remains a manual and expensive process that requires searching over a large space of prompts, tool configurations, and control logic. We propose AutoSaddler, an automatic harness optimization framework that formulates harness improvement as an offline learning problem and iteratively updates the harness using failure signals from mini-batches. AutoSaddler combines failure-trace diagnosis, structured patch generation that treats the harness as code, and validation-based update selection. Experiments on GAIA2, SWE-Bench Pro, and Terminal-Bench 2.0 show that AutoSaddler substantially improves agent performance over the corresponding base harnesses, achieving gains of 9.0, 9.6, and 10.0 percentage points, respectively. Ablation studies further suggest that effective harness optimization benefits from three ingredients: deep debugging rather than shallow reflection, targeted modifications rather than unconstrained editing, and generalization-aware selection rather than trajectory-specific repair. Together, these results suggest that automatic harness optimization is a promising path toward more performant and reliable agent systems.

📄 PDF Abstract BibTeX arXiv:2608.23041

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

WHALE: A Simple Recipe for Joint Harness-Weight Optimization

2026-08-31 · Haechan Kim, Yoonho Lee, Gisang Lee, Chelsea Finn 외 hf

Agent performance depends jointly on the model parameters and the executable harness code that manages context and control flow. Optimizing either component in isolation can leave the system bottlenecked by its frozen co…

Mathematical ReasoningQuestion Answering

Exploiting Commutativity For Practical Fast Replication

2019-02-26 · 16th USENIX Symposium on Networked Systems Design and Implementation 2019 2 · Seo Jin Park; John Ousterhout

Traditional approaches to replication require client requests to be ordered before making them durable by copying them to replicas. As a result, clients must wait for two round-trip times (RTTs) before updates complete. …

Scaling Laws for Agent Harnesses via Effective Feedback Compute

2026-05-28 · Xuanliang Zhang, Dingzirui Wang, Keyan Xu, Qingfu Zhu 외 arxiv

Agent harnesses shape language-model performance by controlling tool use, feedback, verification, memory, and repair. Yet raw test-time expenditure, such as tokens, tool calls, wall time, or cost, cannot distinguish usef…

RedEvoAgent: Automatic Red-Teaming Agent with Experience-Driven Skill Evolution

2026-08-27 · Junjie Zhang, Hui Liu, Kecheng Chen, Xianbo Mo 외 arxiv

LLM-based agents are increasingly deployed in product-level execution harnesses, where jailbreaks can trigger harmful tool use and persistent state changes, creating greater risks than unsafe text generation alone. Exist…

Text Generation

Evolving Agents in the Dark: Retrospective Harness Optimization via Self-Preference

2026-06-04 · Wenbo Pan, Shujie Liu, Chin-Yew Lin, Jingying Zeng 외 arxiv

AI agents rely on a harness of skills, tools, and workflows to solve complex problems. Continually improving this harness is essential for adapting to new tasks. However, existing optimization methods typically require g…