Hugging Face Daily PapersHaoran Ye, Yuxing Lu, Haonan Dong1 min readpaperadvanced
Harness-Zero: Harness Distillation via Agent-as-Harness
Summary
Harness-Zero proposes a harness‑distillation technique where a specialized harness guides a student model via an intermediate agent‑as‑harness, allowing the learned behavior to be baked into the model weights and removed at deployment. Experiments show macro‑average task success jumps from 23.3% to 44.3%, surpassing the 41.7% achieved with the harness still attached, and recovers 82.3% of harness…
- Agent‑as‑harness converts optimized‑harness guidance into target‑harness action demonstrations for fine‑tuning.
- Distillation yields a single model that retains specialized harness benefits without runtime overhead.
- Macro‑average task success improves from 23.3% to 44.3% after distillation, exceeding the 41.7% with the harness present.
- Across knowledge work, tool use, and science domains, 82.3% of 28 identified harness‑induced behavior patterns are recovered.
LLM‑based agent developers can embed complex tool‑use capabilities directly into model weights, eliminating the need for separate harness infrastructure.
7/10
