GradCuit: How to Make LLMs Reason Better at Test Time Without Changing a Single Weight
TL;DR GradCuit (arXiv:2608.02585) inserts optimizable latent vectors at an intermediate Transformer layer and uses causal self-attention as a differentiable "circuit" to flow reward-weighted gradients directly to those latents at test time — no parameter updates, no token resampling, just smarter internal reasoning. Result: 64.5% average accuracy across 5 models and 3 benchmarks, beating…
GradCuit is a novel method for improving the reasoning capabilities of large language models (LLMs) at test time without modifying their weights. It introduces optimizable latent vectors at an intermediate layer of the Transformer architecture, using causal self-attention to create a differentiable path for reward-weighted gradients to flow directly to these latent variables. This allows for smarter internal reasoning during inference without the need for any parameter updates or token resampling.
Written by urgent.news from Dev.to's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.


