Paper: distilled skills match reasoning at 2.7-6x fewer tokens
TL;DR
- A coding agent compiles training-trajectory patterns into a natural-language skill injected into a non-reasoning model's system prompt.
- Across four agentic benchmarks the skills recover 55%-100%+ of the reasoning gap for GPT-5.4-mini, beating reasoning mode on two of four.
- Runs emit 2.7-6x fewer output tokens and zero reasoning tokens, and skills work even when distilled from non-reasoning trajectories alone.
Reasoning-mode language models spend 3 to 6 times more output tokens than their non-reasoning counterparts on multi-step agentic tasks, and much of that cost, the paper argues, goes to re-deriving procedures shared across every episode in the same domain.
The workaround is small. A coding agent reads a corpus of existing trajectories from a training split, then compiles a compact natural-language skill that gets injected into the non-reasoning model's system prompt. In a preprint posted to arxiv, Agamdeep Singh and co-authors report that across four agentic benchmarks (ALFWorld, tau²-bench telecom and retail, and SpreadsheetBench-Verified), skills "recover 55%-100%+ of the reasoning gap for GPT-5.4-mini on held-out tasks," beating reasoning mode outright on two of the four while "emitting 2.7-6x fewer output tokens and zero reasoning tokens."
Reasoning traces themselves are not a prerequisite. "Skills distilled from non-reasoning trajectories alone remain competitive with skills distilled from paired reasoning/non-reasoning corpora," the authors write, with "domain-dependent differences between the two sources."
The framing is a search one: "test-time reasoning is deep search inside a single episode, re-paid at every deployment, while corpus distillation is wide search across episodes, paid once." The residual gap on telecom and SpreadsheetBench, the authors note, is where "genuinely per-instance deep search remains necessary."
Shared on Bluesky by 2 AI experts
-
An interesting paper with implications for skill extraction, continual learning, and token efficiency - it provides even more incentive & value from running user-specific task evals because you can extract skills from th…
View on Bluesky →
Originally reported by arxiv.org
Read the original article →Original headline: Reason Wide, Not Deep: Amortizing the Reasoning Premium into Distilled Skills