@rohanpaul_ai: What if you could pay the reasoning cost once, then reuse what the model learned across future tasks? New Microsoft pap…
Summary
A Microsoft paper proposes a method to replace expensive test-time reasoning with distilled skills from past agent runs, showing competitive performance on some benchmarks while reducing output token usage.
View Cached Full Text
Cached at: 08/17/26, 08:20 AM
What if you could pay the reasoning cost once, then reuse what the model learned across future tasks?
New Microsoft paper finds that some expensive test-time reasoning can be replaced with a small set of rules learned from previous agent runs.
The paper tests a cheaper alternative: collect 35–50 past trajectories, have a coding agent extract recurring failure patterns, then turn those patterns into a small markdown skill added to the non-reasoning model’s system prompt.
For GPT-5.4-mini, those skills recovered 55%–100%+ of the gap between non-reasoning and reasoning modes across 4 agent benchmarks, while using 2.9–4.5× fewer output tokens than reasoning.
On ALFWorld and τ²-retail, the skilled non-reasoning model actually beat the reasoning mode.
The useful part is that the distiller did not need reasoning traces: skills built only from cheap non-reasoning rollouts were competitive across all 4 domains.
The limit is equally useful: reasoning still won on telecom and SpreadsheetBench, where each task contains more instance-specific dependencies that a fixed skill cannot capture.
So the practical split is: distill repeated procedures once, then reserve expensive test-time reasoning for the tasks that genuinely need fresh search.
– arxiv. org/abs/2608.07885
Title: “Reason Wide, Not Deep: Amortizing the Reasoning Premium into Distilled Skills”
Similar Articles
Reason Wide, Not Deep: Amortizing the Reasoning Premium into Distilled Skills
This paper proposes amortizing the high token cost of reasoning-mode LLMs by distilling domain-specific skills from existing trajectories into system prompts, recovering most of the reasoning gap on agentic benchmarks while emitting far fewer tokens.
@cerebras: https://x.com/cerebras/status/2067357992929153268
An analysis of the economics and performance impact of AI reasoning models, showing that enabling reasoning can improve accuracy by 10-20% but costs 5-10x more tokens, and discussing different reasoning types and their applications.
@rohanpaul_ai: The paper shows that agents reason better over long periods when no past information is thrown away. Keeping every past…
The paper introduces PRO-LONG, which uses a programmatic, lossless memory system for AI agents, storing all past actions in a structured text log. This approach significantly improves long-horizon reasoning and performance on ARC-AGI-3 games while using fewer tokens than stronger specialized systems.
New kind of AI uses a fresh approach to reasoning — researchers say it costs up to 11 times less to run than a leading OpenAI model
A new AI model from Pathway uses nonverbal reasoning to cut costs by up to 11 times compared to leading OpenAI models, as detailed in a research paper on arXiv.
@askalphaxiv: A fascinating paper supervised by Yoshua Bengio "Generative Recursive Reasoning" Test time compute should scale not jus…
The paper 'Generative Recursive Reasoning' introduces a method that scales test-time compute by sampling multiple latent reasoning trajectories in parallel, enabling the model to explore diverse hypotheses and avoid deterministic collapse. This approach improves performance on tasks such as Sudoku, ARC AGI, N Queens, and graph coloring, and can also generate valid Sudoku boards and MNIST digits.