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

9d ago · Global · primary source: export.arxiv.org

A research team has introduced Agents-A1, a 35-billion-parameter Mixture-of-Experts agentic model that matches the performance of trillion-parameter systems by scaling what they call the agent horizon, according to a preprint posted to arXiv on June 29 [1]. The model was trained using a three-stage recipe. The first stage applies full-domain supervised fine-tuning to align a base model with broad agentic behaviors. The second stage trains domain-level teacher models to capture specialized expertise. The third stage employs a multi-teacher domain-routed on-policy distillation technique with salient vocabulary alignment, designed to improve knowledge transfer across six heterogeneous domains and unify them into a single deployable student model [1][2]. The training infrastructure connects external knowledge, actions, observations, and verifier outcomes, producing agentic trajectories that average 45,000 tokens in length [1][2]. The authors describe this as scaling the agent horizon from two perspectives: scaling long-horizon trajectories and scaling heterogeneous agent abilities [2]. On long-horizon agent benchmarks, Agents-A1 posts leading results against trillion-parameter models such as Kimi-K2.6 and DeepSeek-V4-pro. It scores 56.4 on SEAL-0, 80.6 on IFBench, 46.4 on HiPhO, 79.0 on FrontierScience-Olympiad, and 56.8 on MolBench-Bind. It remains competitive on SciCode at 44.3, HLE at 47.6, and BrowseComp at 75.5 [1][2]. DeepSeek, one of the comparison models, is a Chinese AI company founded in July 2023 that develops large language models. Its DeepSeek-R1 model drew industry attention in January 2025 for delivering performance comparable to OpenAI's GPT-4 and o1 at a reported training cost of US$6 million, roughly one-sixteenth of GPT-4's estimated cost. DeepSeek incorporates mixture-of-experts layers to reduce training expenses and trained its models using weaker AI chips subject to export restrictions [6]. The Agents-A1 paper appears on arXiv, which since 2021 has integrated with Hugging Face Spaces to allow researchers to attach interactive demos directly to paper pages. The integration lets users try models in a browser without writing code, using open-source tools such as Gradio and Streamlit [3][4][5]. The preprint's abstract page includes links to code, data, and media associated with the article, as well as a Demos tab for community-built interactive applications [1][3][4].

applicationresearch-papermodel-releaseregulationsafety-research

Background sources we checked (7)
  • arxiv.org ↗ We introduce Agents-A1, a 35B Mixture-of-Experts Agentic Model that reaches trillion-parameter-level performance by scaling the agent horizon. We investigate agent-horizon scaling from two perspectives: scaling long-horizon trajectories and scaling heterogeneous agent abilities. …
  • huggingface.co ↗ Hugging Face Machine Learning Demos on arXiv ... # Hugging Face Machine Learning Demos on arXiv ... We’re very excited to announce that Hugging Face has collaborated with arXiv to make papers more accessible, discoverable, and fun! Starting today, Hugging Face Spaces is integrate…
  • info.arxiv.org ↗ ## Hugging Face Spaces ... Hugging Face code repositories, About Hugging Face ... Collaborators: Abubakar Abid, Omar Sanseviero, Ahsen Khaliq, and the Hugging Face team ... Hugging Face Spaces includes links to demos created by the community or the authors themselves. By going to…
  • huggingface.co ↗ How to Add a Space to ArXiv · Hugging Face ... # How to Add a Space to ArXiv ... Demos on Hugging Face Spaces allow a wide audience to try out state-of-the-art machine learning research without writing any code. Hugging Face and ArXiv have collaborated to embed these demos direct…
  • en.wikipedia.org ↗ Hangzhou DeepSeek Artificial Intelligence Basic Technology Research Co., Ltd., doing business as DeepSeek, is a Chinese artificial intelligence (AI) company that develops large language models (LLMs). Based in Hangzhou, Zhejiang, DeepSeek is owned and funded by High-Flyer, a Chin…
  • en.wikipedia.org ↗ Douwe Kiela is a Dutch-American research scientist and entrepreneur working in the field of artificial intelligence with a focus on machine learning and natural language processing. He is a research scientist director at Google DeepMind. He previously co-founded and served as CEO…
  • en.wikipedia.org ↗ A large language model (LLM) is a type of machine learning model designed for natural language processing tasks such as language generation. LLMs are language models with many parameters, and are trained with self-supervised learning on a vast amount of text.…

Sources

Spot something wrong? Report an issue