paper-with-me

홈 › Papers

Terminus-4B: Can a Smaller Model Replace Frontier LLMs at Agentic Execution Tasks?

2026-05-04 · Spandan Garg, Vikram Nitin, Yufan Huang arxiv

Modern coding agents increasingly delegate specialized subtasks to subagents, which are smaller, focused agentic loops that handle narrow responsibilities like search, debugging or terminal execution. This architectural pattern keeps the main agent's context window clean by isolating verbose outputs (e.g. build logs, test results, etc.) within the subagent context. Typically when agents employ subagents for such tasks, they use frontier models as these subagents. In this paper, we investigate whether a finetuned small language model (SLM) can achieve comparable performance to frontier models in the task of agentic terminal execution. We present Terminus-4B, which is a post-trained Qwen3-4B model via Supervised Finetuning (SFT) and Reinforcement Learning (RL) using rubric-based LLM-as-judge reward, specifically for this task. In our extensive evaluation spanning various frontier models, training ablations and main agent configurations, we find that Terminus-4B is able to reduce the token usage of the main agent by up to ~30% compared to the No Subagent baseline with no impact to agent performance on benchmarks like SWE-Bench Pro and our internal SWE-Bench C# benchmark, which tends to be heavy in verbose execution tasks. Furthermore, Terminus-4B improves key metrics showing the main agent relying on the outputs of the subagent and doing fewer terminal execution tasks by itself. We see that our model not only closes the gap between the Vanilla Qwen model and frontier models like Claude Sonnet / Opus / GPT-5.3-Codex, but often even exceeds their performance.

📄 PDF Abstract BibTeX arXiv:2605.03195

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

From Laboratory to Real-World Applications: Benchmarking Agentic Code Reasoning at the Repository Level

2026-01-07 · Jia Li, Yuxin Su, Michael R. Lyu arxiv

As large language models (LLMs) evolve into autonomous agents, evaluating repository-level reasoning, the ability to maintain logical consistency across massive, real-world, interdependent file systems, has become critic…

COMPOSITE-Stem

2026-04-10 · Kyle Waters, Lucas Nuzzi, Tadhg Looram, Alessandro Tomasiello 외 arxiv

AI agents hold growing promise for accelerating scientific discovery; yet, a lack of frontier evaluations hinders adoption into real workflows. Expert-written benchmarks have proven effective at measuring AI reasoning, b…

Scaling Test-Time Compute for Agentic Coding

2026-04-16 · Joongwon Kim, Wannan Yang, Kelvin Niu, Hongming Zhang 외 arxiv

Test-time scaling has become a powerful way to improve large language models. However, existing methods are best suited to short, bounded outputs that can be directly compared, ranked or refined. Long-horizon coding agen…

Agentic Misalignment: How LLMs Could Be Insider Threats

2025-10-05 · Aengus Lynch, Benjamin Wright, Caleb Larson, Stuart J. Ritchie 외 arxiv

We stress-tested 16 leading models from multiple developers in hypothetical corporate environments to identify potentially risky agentic behaviors before they cause real harm. In the scenarios, we allowed models to auton…

Act As a Real Researcher: A Suite of Benchmarks Evaluating Frontier LLMs and Agentic Harnesses in Research Lifecycle

2026-06-05 · Jiayu Wang, Weijiang Lv, Bowen Fu, Jing Fu 외 arxiv

As foundation models advance and agent scaffolding becomes increasingly sophisticated, agents have demonstrated remarkable proficiency in complex, long-horizon coding tasks and even autonomous experiment execution. Despi…