Scaling Agents via Continual Pre-training
FreeScaling agentic capabilities via continual pre-training.
About Scaling Agents via Continual Pre-training
This research paper introduces Agentic Continual Pre-training (Agentic CPT), a novel training pipeline to build powerful agentic foundation models for autonomous tool use and multi-step reasoning. The authors identify that existing post-training approaches on general-purpose models underperform in agentic tasks due to optimization tensions between learning diverse behaviors and aligning to expert demonstrations. Agentic CPT resolves this by incorporating continual pre-training into the deep research agent pipeline. Based on this method, they develop AgentFounder-30B, which achieves state-of-the-art results on 10 benchmarks, including 39.9% on BrowseComp-en, 43.3% on BrowseComp-zh, and 31.5% Pass@1 on HLE, while retaining strong tool-use ability.
Key Features
Pros & Cons
- State-of-the-art results on BrowseComp and HLE benchmarks
- First to propose Agentic CPT for agentic foundation models
- Strong tool-use ability retained
- Open-source research paper with likely available code
- Evaluated only on 10 benchmarks; generalizability may vary
- Requires substantial computational resources (30B parameters)
- As a research paper, not a ready-to-deploy production tool