AIAny
AI Model2026
Icon for item

NeoHorse-1-9B

Post‑trained 9B causal language model optimized for agentic workflows, tool use, coding, and long‑context instruction following. Uses a routing‑guided agentic post‑training pipeline that converts harness executions into training signal, improving agentic and coding benchmarks. Text‑only weights (safetensors/BF16), Apache‑2.0.

Introduction

Why this matters

Most model improvements are one‑shot: train, evaluate, repeat manually. This project demonstrates a prototype feedback loop that records routing decisions and tool executions from a heterogeneous agent harness, converts those execution traces into validated training examples, and uses capability‑guided allocation to shape subsequent post‑training — a practical step toward a harness‑mediated recursive self‑improvement workflow.

Key Capabilities
  • Agent‑native post‑training: routing signals organize a curriculum of supervised fine‑tuning and routing‑guided on‑policy distillation so the model learns from real harness trajectories (reasoning, tool calls, context preserved).
  • Measured gains: the 9B track reports a ten‑benchmark macro average of 69.04 (vs 65.60 for the Qwen3.5‑9B base), with notable improvements on agentic and coding benchmarks.
  • Long context and deployment: native 262,144‑token context (extensible to ~1,010,000), weights provided as safetensors in BF16; examples and serving recipes for sglang and vLLM are included for self‑hosting.
  • Data hygiene and labeling: pipeline includes duplicate removal, evaluation decontamination, structural validation, six‑dimensional semantic checks, and subscene Scene/Goal/Outcome labeling to convert executions into training signal.
Who it's for & trade‑offs

Great fit if you need an LLM tuned for agentic tool use, multi‑step execution traces, or coding assistants that can be integrated into a routing/harness infrastructure. The model is practical for research teams wanting a deployable checkpoint (OpenAI‑compatible serving examples are provided).

Look elsewhere if you require multimodal (vision) weights or an out‑of‑the‑box instruction‑tuned chat experience focused solely on conversational polish rather than harnessed agent execution. Also note this release contains text‑only weights derived from Qwen3.5‑9B; visual components are not included.

Where it fits

Positioned between base LLM checkpoints and full agent platforms: it’s a finetuned, agent‑aware model intended to improve real harness behavior through iterative post‑training. Compared with its Qwen3.5‑9B base it targets agentic/tooling gains rather than purely scaling or multimodal features.

Brief methodology note

The core mechanism is a routing harness that (1) routes turns to model/service tiers, (2) logs predicted capability demand, tool calls and outcomes, (3) validates and semantically labels resulting trajectories, and (4) uses capability‑guided allocation to form the next training mixture. This closes an evaluation→selection→update loop that can be iterated toward recursive self‑improvement.

Information

  • Websitehuggingface.co
  • OrganizationsTokenRhythm, Alibaba Cloud (upstream Qwen3.5-9B)
  • Published date2026/09/05

More Items

Hugging Face
AI Model2026

Multimodal foundation model for visual understanding, spatial reasoning and multi-step agent tool use — accepts text, multiple images and video at any resolution and supports long contexts (up to 128K tokens). Emphasizes fine-grained 2D/3D relations, affordance reasoning and embodied-AI planning.

Hugging Face
AI Model2026

A 29B-parameter mixture-of-experts LLM for long-context reasoning and agent-style workflows, with native 256K context and Ascend NPU co-optimizations. Compatible with Transformers/vLLM ecosystems; suitable for long-horizon agents and domain fine-tuning.

Hugging Face
AI Model2026

A 27B-class language model packaged in GGUF with end-to-end ternary weights for on-device or single-GPU llama.cpp inference; reduces FP16 footprint to ~5.9–7.2 GB while retaining ~98% of baseline performance and supporting up to 262K tokens.