paper-with-me

Papers

HARBOR: Automated Harness Optimization

2026-04-22 · Biswa Sengupta, Jinhua Wang arxiv

Long-horizon language-model agents are dominated, in lines of code and in operational complexity, not by their underlying model but by the harness that wraps it: context compaction, tool caching, semantic memory, trajectory reuse, speculative tool prediction, and the glue that binds the model to a sandboxed execution environment. We argue that harness design is a first-class machine-learning problem and that automated configuration search dominates manual stacking once the flag space exceeds a handful of bits. We defend this claim in two steps. First, we formalize automated harness optimization as constrained noisy Bayesian optimization over a mixed-variable, cost-heterogeneous configuration space with cold-start-corrected rewards and a posterior chance-constrained safety check, and give a reference solver, HARBOR (Harness Axis-aligned Regularized Bayesian Optimization Routine), built from a block-additive SAAS surrogate, multi-fidelity cost-aware acquisition, and TuRBO trust regions. Second, we instantiate the problem in a flag-gated harness over a production coding agent and report a controlled four-round manual-tuning case study against a fixed task suite and an end-to-end HARBOR run. The formulation itself is task-class agnostic: the configuration space, reward correction, acquisition, and safety check apply to any agent harness with a bounded flag space and a reproducible task suite.

📄 PDF Abstract BibTeX arXiv:2604.20938

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Harbor Adapters and Harbor-Index: Infrastructure and a Curated Meta-Dataset for Large-Scale Agentic Evaluation

2026-09-03 · Lin Shi, Haowei Lin, Zixuan Zhu, Xiaoyue Zhou 외 arxiv

Evaluating agents on the growing number of agentic benchmarks is challenging because they often require complex environments and agent integrations. We introduce Harbor Adapters, a unified evaluation infrastructure for a…

HARBOR: A Harness Framework for Agentic Robot Reinforcement Learning

2026-06-07 · Zechu Li, Yufeng Jin, Xiaoyang Liu, Puze Liu 외 arxiv

Reinforcement learning (RL) has become a powerful paradigm for robot learning, particularly in sim-to-real settings, but its broader adoption remains limited by the engineering pipeline surrounding the algorithms. Buildi…

Reinforcement Learning

EmoHarbor: Evaluating Personalized Emotional Support by Simulating the User's Internal World

2026-01-04 · Jing Ye, Lu Xiang, Yaping Zhang, Chengqing Zong arxiv

Current evaluation paradigms for emotional support conversations tend to reward generic empathetic responses, yet they fail to assess whether the support is genuinely personalized to users' unique psychological profiles …

Towards Direct Evaluation of Harness Optimizers via Priority Ranking

2026-05-21 · Kai Tzu-iunn Ong, Minseok Kang, Dongwook Choi, Junhee Cho 외 arxiv

Harness optimization enables automated agent creation by having an optimizer agent iteratively update the harness of target agents. Despite its success, current studies evaluate optimizers solely by observing target agen…

HarnessOpt-Bench: Evaluating LLMs at Harness Optimization

2026-08-06 · Varun Ursekar, Apaar Shanker, Yash Maurya, Shehab Yasser 외 hf

As LLMs are increasingly deployed within agentic systems, their capabilities depend not only on the model weights but also on the harness: the prompts, tools, control flow, memory, and orchestration code surrounding them…