PulseAugur
EN
LIVE 10:02:00

New method evolves LLM agent harnesses at test-time without labels

Researchers have introduced Test-Time Harness Evolution (TTHE), a novel method for adapting LLM agents without updating model weights or requiring labeled data. TTHE treats the agent's harness—the program that manages context, tool use, and error recovery—as a state that can evolve during evaluation. By maintaining a population of candidate harnesses and refining them based on execution traces, TTHE aims to improve agent performance on tasks like text-to-SQL and software engineering. This approach recasts test-time adaptation as an evolutionary process for executable control programs, focusing on execution-derived proxy reliability for unsupervised improvement. AI

IMPACT This research could lead to more adaptable and robust LLM agents that improve performance in real-time without extensive retraining or labeled datasets.

RANK_REASON The cluster describes a new research paper published on arXiv detailing a novel method for LLM agent adaptation.

Read on arXiv cs.LG →

AI-generated summary · Google Gemini · from 2 sources. How we write summaries →

New method evolves LLM agent harnesses at test-time without labels

COVERAGE [2]

  1. arXiv cs.LG TIER_1 English(EN) · Jun Nie, Yonggang Zhang, Jun Song, Qianshu Cai, Dahai Yu, Yike Guo, Xinmei Tian, Bo Han ·

    TTHE: Test-Time Harness Evolution

    arXiv:2607.08124v1 Announce Type: cross Abstract: 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 failures. Existi…

  2. arXiv cs.LG TIER_1 English(EN) · Bo Han ·

    TTHE: Test-Time Harness Evolution

    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 failures. Existing approaches optimize such harnesses before deplo…