paper-with-me

Papers

Harnesses for Inference-Time Alignment over Execution Trajectories

2026-05-15 · Boyuan Wang, Bochao Li, Minghan Wang, Yuxin Tao, Fang Kong arxiv

Harness engineering has emerged as an important inference-time technique for large language model (LLM) agents, aiming to improve long-term performance through task decomposition and guided execution. However, more elaborate harnesses are not uniformly better: increasing decomposition or guidance can sometimes improve execution, but can also reduce final task success. We study harness design through the lens of inference-time trajectory alignment. This perspective separates harness into two mechanisms: task decomposition, which structures a task into sub-goals, and guided execution, which reshapes local action distributions during execution. This decomposition allows us to quantify how workflow granularity, retry budgets, and guidance-induced action reweighting shape the performance limits of harness design. It further reveals concrete failure modes, including over-decomposition, over-pruning, and hallucinated execution. We validate these predictions through controlled synthetic experiments and real terminal agent benchmarks. Inspired by the theory, we further show that effective harnesses can be partial: specifying only the initial steps and leaving the remaining execution to agent can achieve higher pass rate than fully structured workflows.

📄 PDF Abstract BibTeX arXiv:2605.21516

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

LEGO-RL: Harness-Native Reinforcement Learning for Coding Agents

2026-08-18 · Yiming Du, Yuxin Jiang, Tao Yuan, Jianbo Dai 외 arxiv

Reinforcement learning for coding agents increasingly relies on long-running agent harnesses to manage tool integration, repository contexts, and execution feedback. However, the native execution environments of these ha…

Reinforcement Learning

ClawGym II: Exploring Black-Box RL on Agent Harness

2026-08-17 · Huatong Song, Fei Bai, Ming Yang, Renyuan Li 외 arxiv

Agent harnesses have substantially improved performance on long-horizon tasks by coordinating agent interactions with the environment. However, reinforcement learning through complex harnesses remains largely unexplored,…

Reinforcement Learning

Recursive Harness Self-Improvement

2026-07-17 · Hyunin Lee, Jinglue Xu, Jeffrey Seely, Donghyun Lee 외 arxiv

Under model--harness co-evolution, harnesses are not merely inference-time scaffolds but data-generating components whose execution traces can shape future foundation models. This motivates harness-in-the-loop learning: …

Continual Learning

The Unfireable Safety Kernel: Execution-Time AI Alignment for AI Agents and Other Escapable AI Systems

2026-06-24 · Seth Dobrin, Łukasz Chmiel arxiv

AI agents are granted access to tools, APIs, and other infrastructure, making them active principals in those systems. The dominant approach places controls inside the agent's own runtime: system prompts, output filters,…

TTHE: Test-Time Harness Evolution

2026-07-09 · Jun Nie, Yonggang Zhang, Jun Song, Qianshu Cai 외 arxiv

The behavior of an LLM agent is determined not only by the underlying model, but also by its harness: the executable program that constructs context, invokes tools, verifies intermediate results, and recovers from failur…

Test-time Adaptation