Hevolve AI: Self-Evolving Multimodal AI Agents

Turn your domain expertise into AI agents that keep learning. Hevolve AI lets experts build multimodal AI systems by talking to them and correcting them in real time, with no code to write.

Key Features

Quick Links

© 2024 Hevolve AI Pvt Ltd. All rights reserved.

← All research
Artificial Intelligence
arXiv (cs.AI) · July 16, 2026

T^2MLR: Transformer with Temporal Middle-Layer Recurrence

Ziyang Cai, Xingyu Zhu, Yihe Dong +2 more

Think about what happens when a language model writes one word at a time. All the rich computation inside the network gets squeezed back into a single token before the next step starts, like summarizing a whole train of thought into one word and then beginning again. The authors argue this makes it hard to hold onto abstract intermediate states while reasoning. Their fix, T2MLR, caches a middle-layer representation from the previous token and folds it into an earlier layer of the next one, so partial thinking survives across steps with little added cost.

What stands out is how targeted it is. Recurring just a small middle block, about 20 percent of the network, often beats looping over every layer, and you can retrofit the pathway onto an existing 1.7B model with a brief finetune rather than retraining from scratch.

That is my reading of the abstract, so check the paper for the actual numbers and where the gains hold up.

From the arXiv (cs.AI) abstract

Transformer reasoning is limited by autoregressive decoding, which repeat edly compresses rich hidden computation through token space and makes it difficult for intermediate reasoning states to persist across time. We in troduce Transformers with Temporal Middle-Layer Recurrence (T2MLR), a transformers-based latent reasoning architecture that fuses a cached middle layer representation from the previous token directly into an earlier layer of the current token position,…


More Artificial Intelligence papers