paper-with-me

홈 › Papers

Adapting the Interface, Not the Model: Runtime Harness Adaptation for Deterministic LLM Agents

2026-05-21 · Tianshi Xu, Huifeng Wen, Meng Li arxiv

LLM agents are shaped not only by their language models, but also by the runtime harness that mediates observation, tool use, action execution, feedback interpretation, and trajectory control. While existing agent adaptation methods mainly update model parameters, many failures in deterministic, rule-governed domains stem from mismatches at the model--environment interface. We propose Life-Harness, a lifecycle-aware runtime harness that improves frozen LLM agents without changing model weights or evaluation environments. Life-Harness evolves from training trajectories by converting recurring interaction failures into reusable interventions across environment contracts, procedural skills, action realization, and trajectory regulation, and remains fixed for evaluation on unseen tasks. On seven deterministic environments from $τ$-bench, $τ^2$-bench, and AgentBench, Life-Harness improves 116 out of 126 model--environment settings across 18 model backbones, with an average relative improvement of 88.5%. Harnesses evolved only from Qwen3-4B-Instruct trajectories transfer to 17 other models, showing that Life-Harness captures reusable environment-side structure rather than model-specific behavior. These results position runtime interface adaptation as a complementary alternative to model-centric agent training. Code is available at https://github.com/Tianshi-Xu/Life-Harness.

📄 PDF Abstract BibTeX arXiv:2605.22166

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Show-Harness: Just a VLM Agent Can Play Robots

2026-09-09 · Yanzhe Chen, Zechen Bai, Zhijun Cao, Wenzheng Zeng 외 arxiv

Foundation vision-language models (VLMs) exhibit broad intelligence about the world, yet translating this intelligence into robot control remains challenging. We present Show-Harness, an Embodied Harness that enables VLM…

HarnessX: A Composable, Adaptive, and Evolvable Agent Harness Foundry

2026-06-12 · Tingyang Chen, Shuo Lu, Kang Zhao, Weicheng Meng 외 arxiv

AI agent performance depends critically on the runtime harness, comprising the prompts, tools, memory, and control flow that mediate how a model observes, reasons, and acts. Yet today's harnesses remain largely hand-craf…

Reinforcement Learning

WildClawBench: A Benchmark for Real-World, Long-Horizon Agent Evaluation

2026-05-11 · Shuangrui Ding, Xuanlang Dai, Long Xing, Shengyuan Ding 외 arxiv

Large language and vision-language models increasingly power agents that act on a user's behalf through command-line interface (CLI) harnesses. However, most agent benchmarks still rely on synthetic sandboxes, short-hori…

A Process Harness for Uplifting Legacy Workflows to Agentic BPM: Design and Realization in CUGA FLO

2026-06-25 · Fabiana Fournier, Lior Limonad arxiv

We introduce the process harness, a new mechanism for uplifting legacy workflows into Agentic Business Process Management (Agentic BPM) without replacing the underlying workflow engine. A process harness places a policy-…

PUDA: An AI-Native Hardware Harness for Self-Driving Laboratories

2026-07-29 · Zekun Ren, Hongzhao Tan, Jiaen Yee, Kedar Hippalgaonkar arxiv

Physical Unified Device Architecture (PUDA) is an AI-native hardware harness for self-driving laboratories (SDLs). Rather than building a human-centered graphical user interface (GUI) orchestration layer, PUDA creates a …