← Latest papers
🤖 AI

Full-bandwidth transformer

This paper introduces the full-bandwidth transformer, a novel architecture that enhances autoregressive decoding by feeding the previous top-layer hidden state back into the model via latent feedback, thereby improving performance across various tasks while maintaining standard efficiency and requiring significantly less training data than conventional transformers.

Original authors: Xi Wang, Ziyang Cai, Zheng Zhan, Harry Dong, Ying Fan, Gustavo de Rosa, Tim Pearce, John Langford

Published 2026-08-11
📖 3 min read☕ Coffee break read

Original authors: Xi Wang, Ziyang Cai, Zheng Zhan, Harry Dong, Ying Fan, Gustavo de Rosa, Tim Pearce, John Langford

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you are trying to solve a really tricky puzzle, but you have a very strict rule: you can only whisper one single word to your future self at a time. If you figure out a complex step in your plan, you have to write it down as a word, wait for your future self to read it, and then start over. This is how most modern AI chatbots work today. They are brilliant at reading and writing, but when they think, they are forced to "speak" their thoughts out loud, one word at a time, even if those thoughts are complex ideas. This is like trying to carry a heavy backpack of information, but you can only hand your future self a single postcard from the backpack at every step.

Scientists call these AI models "transformers." They are the engines behind the smart chatbots we use every day. These models work in two directions: they read words across a page (horizontally) and they process information through many layers of "neurons" stacked on top of each other (vertically). The problem is that while they can see all the words they've already written, they can't easily send their deep, complex internal thoughts back to the bottom of their brain to be processed again. Once a thought is turned into a word, the rich, hidden details of that thought are mostly lost, leaving the AI to either write a long, wordy explanation or re-calculate everything from scratch. Researchers want to know: can we let the AI keep its "secret notes" and send them back to the start of its brain without having to write them down as words? If we could, the AI might think faster, smarter, and with fewer words.

This paper introduces a new kind of AI called the "full-bandwidth transformer." The researchers, working at Microsoft and top universities, found a way to widen that narrow "whisper" channel. Instead of just sending a single word back to the start, they let the AI send its entire "hidden state"—a massive, complex summary of everything it has thought so far—back to the bottom of its brain. They do this using a clever trick called "latent feedback." Imagine if, instead of handing your future self a postcard, you could instantly teleport your entire backpack of notes back to your starting point, but you still keep the postcard as a record of what you said. The AI fuses its deep, internal summary with the new word it just generated, creating a super-charged input for the next step.

The team trained these new models using a special schedule that slowly introduced this "teleporting" ability during their learning phase. They tested models with 1 billion parameters on a massive amount of text (up to 400 billion tokens). The results suggest that this method works surprisingly well. The AI didn't just get better at math and coding; it also started thinking in shorter, more efficient ways. In many tests, the full-bandwidth transformer performed as well as standard models that had been trained on twice as much data, and sometimes even matched models trained on five times as much data. Perhaps most excitingly, when solving math problems, these new models often produced much shorter answers while getting the right result, suggesting they were doing the hard thinking in their "head" rather than wasting words explaining it. The researchers found that this approach adds almost no extra cost to the AI's speed, making it a promising way to build smarter, more efficient AI without needing endless amounts of new data.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →