Can Small Agent Collaboration Beat a Single Big LLM?
Agata Żywot, Xinyi Chen, Maarten de Rijke
TL;DR
The paper tackles whether small, tool-augmented agents can rival a single large LLM on GAIA. It combines Qwen3 backbones with a tool-augmented Agentic-Reasoning framework to dissect the impact of model size, explicit thinking, and tool usage, showing that tool use yields the most reliable gains and can let 4B models outperform larger peers without tools. Explicit thinking provides nuanced benefits dependent on task difficulty and agent role, often hindering performance when misaligned with tool coordination. The findings advocate for selective, policy-driven thinking in agentic systems and emphasize robust tool orchestration as the key driver of practical, scalable performance. The work informs design principles for efficient, tool-enabled AI systems beyond mere model scaling, while acknowledging GAIA-specific limits and the need for broader benchmarks.
Abstract
This report studies whether small, tool-augmented agents can match or outperform larger monolithic models on the GAIA benchmark. Using Qwen3 models (4B-32B) within an adapted Agentic-Reasoning framework, we isolate the effects of model scale, explicit thinking (no thinking, planner-only, or full), and tool use (search, code, mind-map). Tool augmentation provides the largest and most consistent gains. Using tools, 4B models can outperform 32B models without tool access on GAIA in our experimental setup. In contrast, explicit thinking is highly configuration- and difficulty-dependent: planner-only thinking can improve decomposition and constraint tracking, while unrestricted full thinking often degrades performance by destabilizing tool orchestration, leading to skipped verification steps, excessive tool calls, non-termination, and output-format drift.
