Reasoning and Learning Architectures Reasoning and Knowledge

Can thinking traces be made reliably budget-controllable?

Raw thinking traces compress well but ignore budget targets and take shortcuts. Can reward optimization make them controllable and useful for deployment?

Note · 2026-05-28 · sourced from Context Engineering

If a thinking trace is already a good compressor, why not just prompt for it? Because the raw trace has two failure modes. First, it does not respect a budget: a prompted trace ignores a target compression ratio, so you cannot reliably hit "4x" or "8x." Second, it takes shortcuts — the model produces a trace that looks compact but omits information the downstream task needs, optimizing for trace fluency rather than downstream usefulness. Prompt-only Thinking as Compression therefore shows strong potential but is not deployable as-is.

TaC-C adds a simple reward-driven optimization framework that elicits the intrinsic thinking ability as compact, controllable, and useful compressed context. The reward couples compression rate to downstream answer quality, so the model is trained to produce traces that hit the budget while preserving task-critical content rather than gaming length. The payoff is large at aggressive ratios: at 4x and 8x compression, TaC-C beats the strongest competitor by 17.4% and 23.4% average F1, and the compressed contexts transfer across downstream models rather than being model-specific.

The general lesson is that an intrinsic capability is not the same as a controllable one. The model can compress while thinking, but turning a latent ability into a reliable interface requires an objective that targets the actual deployment constraints — budget and downstream utility — not the surface behavior. This mirrors a pattern elsewhere in the vault: capability discovered by prompting often needs an RL/reward layer before it becomes dependable, and the reward must target the right object. Counterpoint: the reward-driven step reintroduces training cost that the prompt-only version avoided, so TaC's "no dedicated module" appeal is partly traded back for a training stage — the win is that the trained object is the model's own thinking, not a bolt-on compressor. Why it matters: it names budget control and shortcut resistance as the specific gaps between "thinking compresses" and "thinking is a usable compressor," and shows a reward signal closes them.


— "Thinking as Compression: Your Reasoning Model is Secretly a Context Compressor", https://arxiv.org/abs/2605.28713

Related concepts in this collection

Concept map
14 direct connections · 152 in 2-hop network ·dense cluster Open in graph ↗

Click a node to walk · click center to open · click Open in graph to see this note in the full knowledge graph

your link semantically near linked from elsewhere
Original note title

reward-driven optimization is needed to make thinking-as-compression budget-controllable and shortcut-resistant