Distilled Skills Outperform Deep Reasoning in LLM Agents

Agamdeep Singh, Srishti Gautam, Priyanshu Gupta, Nikita Mehrotra, Tanmay Bakshi, Sumit Gulwani· August 11, 2026 View original

Key takeaways

  • LLM reasoning modes are expensive in terms of token usage for agentic tasks.
  • Distilling common procedures into natural-language "skills" can amortize this cost.
  • Skill-augmented non-reasoning models can match or exceed reasoning-mode performance with fewer tokens.
  • "Wide search" (skill distillation) is often more efficient than "deep search" (test-time reasoning).

Who benefits

AI EngineeringSoftware DevelopmentBusiness Process AutomationCustomer ServiceData Analytics

Summary

This research shows that the high token cost of LLM reasoning modes for agentic tasks can be amortized by distilling common procedures into compact natural-language skills. These skills, injected into a non-reasoning model's prompt, recover or exceed reasoning performance while significantly reducing output tokens.

Large language models (LLMs) operating in reasoning modes often achieve superior performance on multi-step agentic tasks compared to their non-reasoning counterparts. However, this comes at a significant cost, typically incurring a 3-6x premium in output tokens per episode, much of which is spent re-deriving procedures common across similar tasks. This paper introduces a method to amortize this recurring cost by distilling "skills." A coding agent analyzes a small corpus of existing task trajectories and compiles a compact natural-language skill. This skill is then injected into the system prompt of a non-reasoning model. The results are striking: across four agentic benchmarks (ALFWorld, tau^2-bench telecom and retail, and SpreadsheetBench-Verified), these distilled skills recovered 55% to over 100% of the reasoning gap for GPT-5.4-mini on held-out tasks. Crucially, the models using distilled skills often exceeded the performance of the reasoning mode outright on two benchmarks, while emitting 2.7-6x fewer output tokens and zero reasoning tokens. The research also found that reasoning traces are not a prerequisite for skill distillation; skills derived from non-reasoning trajectories alone remained competitive. This suggests that "wide search" across episodes to distill common procedures can be more efficient and effective than "deep search" (test-time reasoning) within each individual episode.

Why it matters

For professionals deploying LLM agents, this research offers a path to significantly reduce operational costs and latency while maintaining or even improving performance on complex, multi-step tasks, making LLM agents more practical for real-world applications.

How to implement this in your domain

  1. 1Analyze your LLM agent's common multi-step tasks to identify recurring procedural knowledge.
  2. 2Develop a process to distill these common procedures into concise natural-language "skills" or prompt instructions.
  3. 3Integrate these distilled skills into the system prompts of your non-reasoning LLM agents.
  4. 4Benchmark the performance and token usage of your skill-augmented agents against traditional reasoning-mode agents to quantify efficiency gains.

Original post by Agamdeep Singh, Srishti Gautam, Priyanshu Gupta, Nikita Mehrotra, Tanmay Bakshi, Sumit Gulwani

"arXiv:2608.07885v1 Announce Type: new Abstract: Reasoning modes of language models outperform their non-reasoning counterparts on multi-step agentic tasks, but pay a 3-6x premium in output tokens on every episode -- much of it spent re-deriving procedures that are shared across e…"

View on X

Originally posted by Agamdeep Singh, Srishti Gautam, Priyanshu Gupta, Nikita Mehrotra, Tanmay Bakshi, Sumit Gulwani on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses