What they did
The authors represent an agent harness as a machine-generatable artifact governed by a fixed four-module protocol. JIT-Agent is trained to customize this structure for a task, repair it when execution becomes unstable, and reuse performance signals distilled from an expanding archive of earlier harness configurations.
They attach the resulting harnesses to off-the-shelf models from the DeepSeek V4, Mimo-V2.5, Qwen3.6, and GLM-5.2 families. Evaluations include DeepSearchQA and OdysseyBench, along with controlled comparisons against mature agent runtimes.
Key findings
- With JIT-Agent, DeepSeek-V4-Flash reportedly exceeded GPT-5.6 by 9.1 points on DeepSearchQA and 4.3 points on OdysseyBench.
- GLM-5.2 gained as much as 20.2 points when paired with a generated harness.
- The method consistently improved models at multiple scales across the DeepSeek V4, Mimo-V2.5, and Qwen3.6 families.
- Generated harnesses were reported to be competitive with OpenCode and Claude Code under controlled evaluation settings.
Why it matters
The results support treating agent scaffolding as a trainable capability separate from model weights. If harness strategies transfer reliably, developers could adapt planning, memory, and tool use to new tasks without manually constructing a bespoke runtime or retraining the underlying model.
Caveats
The strongest claims are benchmark-specific, and the abstract does not provide absolute scores, variance, computational costs, or details of the controls used in runtime comparisons. The tested model families are broader than a single model but do not establish that generated harnesses work for arbitrary agents, and further evaluation is needed to separate gains from added inference-time computation or task-specific optimization.