AIAny
AI Model2026
Icon for item

Agents-A1: Scaling the Horizon, Not the Parameters: Reaching Trillion-Parameter Performance with a 35B Agent

Provides quantized GGUF weights and configs for Agents‑A1 — a 35B Mixture-of-Experts agent trained for long-horizon, tool-enabled reasoning; supports 262K-context serving and runtimes like vLLM and SGLang.

Introduction

Most scaling work adds parameters; this release shows you can instead scale the agent's horizon. Agents‑A1 was trained with long agentic trajectories (average ~45K tokens) and a multi-teacher, domain-routed distillation recipe so a 35B MoE can match many capabilities of much larger models while remaining deployable.

What Sets It Apart
  • Long-horizon training target: trajectories produced by a knowledge-action infrastructure are orders of magnitude longer than typical fine-tuning data, enabling sustained multi-step planning and memory across tens of thousands of tokens. This is presented as the core lever for “trillion-parameter performance” without trillion-parameter weights.
  • Architecture and packaging: a 35B Mixture-of-Experts base with quantized GGUF weights aimed at consumer-grade deployment. The model supports very long context lengths (serving examples use up to 262,144 tokens) and integrates native function/tool-calling workflows.
  • Distillation & multi-domain teachers: three-stage training (full-domain SFT, domain teacher specialization, on-policy multi-teacher distillation with vocabulary alignment) unifies six heterogeneous domains into a single student model, improving cross-domain transfer while keeping model size manageable.
  • Reproducible evaluation: published evaluation framework and benchmark numbers (e.g., strong results on IFBench, IFEval, FrontierScience tasks, MolBench-bind) accompany the release so users can reproduce comparisons under the same protocol.
Who It's For and Tradeoffs

Great fit if you want a locally-hostable agentic model that: requires long-context reasoning or multi-step tool workflows; needs compatibility with vLLM/SGLang; or you want a quantized GGUF build to run on commodity hardware. Look elsewhere if you need lowest-latency tiny models, strictly minimal memory footprints (MoE and long-context KV caches remain resource-heavy), or if your use case demands models trained specifically on a proprietary in-house dataset without further fine-tuning.

Where It Fits

This artifact is best treated as a deployment-ready, quantized model variant of an agentic research project: use it to prototype long-horizon agents, reproduce the paper's agent-evaluation, or integrate tool-enabled reasoning into products via vLLM/SGLang endpoints. It trades parameter count for trajectory-centered training and MoE sparsity to reach high benchmark performance while keeping model size practical.

Information

  • Websitehuggingface.co
  • OrganizationsInternScience
  • AuthorsLei Bai, Zongsheng Cao, Yang Chen, Zhiyao Cui, Shangheng Du, Yue Fan, Shiyang Feng, Zijie Guo, Haonan He, Liang He
  • Published date2026/07/01

More Items

Hugging Face
AI Model2026

An FP8-quantized, uncensored mirror of Qwen3.8-27B for image-text-to-text tasks — preserves native multimodal vision and very long context while targeting transformers/vLLM deployments; intended for offline testing and red-teaming and may bypass built-in safety filters.

GitHub
AI Agent2026

Runs locally to learn your tastes and proactively discover content across Bilibili, Xiaohongshu, Douyin, YouTube, X, Zhihu, Reddit and the open web. Local-first agent storing data in a local SQLite, with a browser extension, optional desktop backend bundling embeddings (bge-m3/Ollama), and conversational feedback to refine recommendations.

GitHub
AI Agent2026

Turns heterogeneous traces (chats, docs, emails, transcripts) into versioned, inspectable agent 'Skills' that capture both Persona and Work behaviors; supports multi-source collection, incremental merges and corrections, and installation across multiple agent hosts.