proomt

Search

Search posts, papers, and topics

All posts

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

Related reading

  1. HarnessVLN: Unifying Training-Free Embodied Navigation through an Agent Harness

    HarnessVLN introduces a zero‑shot, training‑free embodied navigation framework that wraps a multimodal LLM in an "Agent Harness" – a tool‑based protocol that validates planner actions against spatial evidence, tracks progress with hierarchical event memory, and maintains a persistent spatiotemporal graph for recovery. The system works for instruction‑following and object‑goal tasks, achieving 60.…

    Hugging Face Daily Papersarxiv.org1 minpaper
  2. RetireOPD: Self-Retiring On-Policy Distillation for Agentic Reinforcement Learning

    RetireOPD introduces a self‑retiring on‑policy distillation framework for multi‑turn RL agents. A skill‑conditioned teacher is first trained with environment rewards, then a skill‑free student learns jointly via RL and token‑level distillation. The student automatically drops the teacher once its performance gap stops shrinking and it reaches a target success‑rate fraction, after which training c…

    Hugging Face Daily Papersarxiv.org1 minpaper