Agent Harnesses

Harnesses, orchestration, context engineering

61 articles · page 1 of 2

Agent Harnesses

Dual-layer knowledge graph connects fragmented pharmaceutical process-development documents

Amirmoshiri, Sahneh and Jangjou built an agentic platform that transforms heterogeneous Chemistry, Manufacturing and Controls documents into a queryable, provenance-linked knowledge graph. On 505 questions drawn from 38 reports for one Sanofi small-molecule program, the lexical retrieval layer performed strongly on direct questions but weakened on comparative and corpus-wide queries.

12 Sept·2 min
Agent Harnesses

Cross-task failure diagnosis makes LLM agent harness training faster

The authors developed Ecdysis, a framework for improving the runtime code and instructions that govern an LLM agent’s execution. Rather than revising a harness after each failed task, it analyzes batches of failures for recurring patterns and uses multiple diagnostic roles to propose refinements. In the reported experiments, this reduced training time by up to 1.84× while increasing reasoning accuracy by 18.56% over existing harness-evolution methods.

12 Sept·2 min
Agent Harnesses

Personalizing agents through cross-session interaction data boosts task success

Wang et al. propose TAHI (test-time adaptation through human-agent interaction), which leverages a user's cross-session interaction history to update agent context and weights while maintaining an evolving rubric that captures personal evaluation criteria. Applied to writing and visual creation across 30 individuals, the adapted agents outperformed non-adapted baselines on individual tasks, and part of the personalization gains transferred to other users.

7 Sept·1 min
Agent Harnesses

Branching Across Hypotheses Helps Research Agents Avoid Early Search Traps

Zhou et al. analyze deep-research agent trajectories and identify premature commitment as a recurring failure mode: early tool calls steer later searches toward the same potentially misleading path. Their HypoSearch method uses lightweight hypotheses to organize parallel exploration, outperforming single-trajectory and standard parallel-search baselines across four benchmarks and three backbone models.

3 Sept·2 min
Agent Harnesses

Layered agent harnesses improve software over repeated autonomous development cycles

Yan and colleagues developed Harness-of-Harness, a supervisory framework designed to help coding agents improve a software project across repeated development loops without human intervention. Across three benchmarks and three harness–model pairings, the authors report a 52.25% average relative gain over standalone harnesses, alongside a multi-day demonstration lasting more than 70 iterations.

3 Sept·2 min
Agent Harnesses

Long-video agent adapts retrieval to each question’s evidence needs

The authors developed a training-free agent that searches long videos differently depending on whether a question requires localized evidence, broad coverage, or comparison between hypotheses. Across four benchmarks, this policy-steered approach generally outperformed a uniform-retrieval baseline, including gains of 2.7 accuracy points on Video-MME-v2 and 6.9 points on LongVideoBench’s long-video subset.

2 Sept·2 min
Agent Harnesses

Separating state tracking from actions improves multi-turn tool reliability

Guo et al. introduce a structured tool-use policy that separates reconstructing task state, deciding whether to act, specifying an admissible action, and producing the final output. Across multi-turn, multi-tool, and incomplete-information evaluations, the authors report more reliable task completion than direct function calling and ReAct, especially for smaller models and tasks dependent on earlier context.

27 Aug·2 min