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 17, 2026

Loop the Loopies!

Zitian Gao, Yilong Chen, Yihao Xiao +4 more

A looped transformer runs the same layers repeatedly rather than stacking more of them, which is appealing because it reuses parameters instead of multiplying them. The idea has faced a stubborn empirical problem: given N times more pre-training compute, making the model N times bigger has usually beaten looping it N times.

That comparison is the one that matters, because it is the choice an engineer actually faces with a fixed budget. Looping has kept losing it, which is why the approach stayed a curiosity.

Loopie is presented as the most powerful looped transformer so far, two Mixture-of-Experts models at 20B and 6B parameters with only 2B and 0.6B active. Combining looping with sparse expert activation is a coherent bet: both are ways of getting more computation out of fewer resident parameters, and they act on different axes.

From the arXiv (cs.AI) abstract

We present Loopie, the most powerful looped Transformer to date. The Loopie series consists of two Mixture-of-Experts (MoE) models: a 20B-parameter model with 2B active parameters and a 6Bparameter model with 0.6B active parameters. Looped Transformers have long faced a challenge: given an N-fold increase in pre-training compute, increasing the parameter count by a factor of N usually outperforms looping a model N times. Loopie addresses this challenge. Extensive ablation…


More Artificial Intelligence papers