ZeroHour
Hugging Face daily paperspublished ()ingested NeoHorse Team, Guoliang Cao, Guohao Dai

NeoHorse-1: Towards Recursive Self-Improvement via Agentic Post-Training with Routing Harness

infoAI researchimportance 42
AI summary · glm-5.3-flash

NeoHorse-1 introduces agentic post-training with intelligent routing that lifts agent benchmark scores at 4B and 9B scales, prototyping recursive self-improvement.

NeoHorse-1 is a family of agent-native models trained through agentic post-training: routing-harness logs (predicted capability demand, service tier, interaction) become structurally validated training data organized into a three-stage SFT curriculum plus routing-guided on-policy distillation. Capability-guided allocation converts evaluation feedback into the next training mixture, closing an evaluation-selection-update loop. Post-training raises the macro-average from 58.94 to 64.87 at 4B and from 65.60 to 69.04 at 9B across eleven agent, tool-use, coding, and instruction-following benchmarks. The authors position it as a prototype of harness-mediated recursive self-improvement.

  • Routing-harness logs become validated training data preserving reasoning, tool calls, and context
  • Three-stage SFT curriculum plus routing-guided on-policy distillation under one capability progression
  • Macro-average improves 58.94 to 64.87 at 4B and 65.60 to 69.04 at 9B across 11 benchmarks
  • Framed as an initial prototype of harness-mediated recursive self-improvement
AI modelsNeoHorse-1
Full article210 words · extracted from huggingface.co · click to collapse

Recursive self-improvement (RSI) requires a concrete mechanism through which an AI system observes its capabilities and converts that evidence into the next round of learning. We present NeoHorse-1, a family of agent-native models developed to explore this path through agentic post-training. Our system combines a heterogeneous model pool with intelligent routing, recording the predicted capability demand, selected service tier, and subsequent interaction for each user turn. These records are converted into training examples that preserve interleaved reasoning, tool calls, and harness context, and are admitted through structural validation, six-dimensional semantic evaluation, and subscene-level labeling. Routing signals organize supervised fine-tuning into a three-stage curriculum and extend to routing-guided on-policy distillation, where a teacher supervises student-generated responses under the same progression. Capability-guided allocation then converts evaluation feedback into the next training mixture, closing an evaluation-selection-update loop in which what the system learns to do shapes what it learns from next. Across eleven benchmarks covering harness-based agents, tool use, coding, and instruction following, post-training raises the macro-average from 58.94 to 64.87 at 4B and from 65.60 to 69.04 at 9B, substantially narrowing the aggregate gap between the post-trained 4B model and the 9B base model. NeoHorse-1 provides an initial prototype of this feedback-driven process and a path toward harness-mediated RSI across successive iterations.

Text extracted automatically; images, tables and formatting may be missing. Original: https://huggingface.co/papers/2609.08183