Research
You don't often see one-word titles in AI papers. That aside, strong recommend this paper from Google DeepMind. I think this is an interesti…
You don't often see one-word titles in AI papers. That aside, strong recommend this paper from Google DeepMind. I think this is an interesting training-free approach to evolve model architectures by l
You don't often see one-word titles in AI papers. That aside, strong recommend this paper from Google DeepMind. I think this is an interesting training-free approach to evolve model architectures by leveraging the model itself to inform architectural modifications. Something like this could also inspire even more robust recursive self-improvement approaches. Approach details below: A feedforward transformer can only update its internal state as many times as it has layers. Long generations need more updates than that, so chain-of-thought ends up doing basic state tracking in text. Recirculation adds recurrence at inference time. The model feeds activations back through itself during prefill, which lets it act like a dynamical system and track belief states without any retraining. Generation cost stays flat. All the serial work happens in prefill. On the Gemma3 family, the adaptive variant cuts perplexity 23% and lifts GSM8k accuracy 21%, with the original weights frozen and only light hyperparameter tuning. Paper: https://arxiv.org/abs/2608.17981 Track more trending AI papers in our academy: https://academy.dair.ai/
Related
- New research from Google DeepMind. (bookmark it) SkillSmith treats model weights as an additional modality the LLM reads natively. The augme…
- Tempered Guided Diffusion
- The Top AI Papers of the Week (May 11 - May 17) - AEvo - δ-mem - AutoTTS - AI Co-Mathematician - Lighthouse Attention - Is Grep All You Need…
Source: DAIR.AI (X) | 2026-08-23