Turbo Connection: Reasoning as Information Flow from Higher to Lower Layers
Abstract
Lay Summary
Large language models are undeniably powerful, but when faced with complex, multi-step problems, they can face problems. We trace this limitation back to the very engine powering today’s AI: the standard Transformer architecture. To maximize training speed, Transformers process information in massive parallel sweeps. However, this speed comes at a cost—it sacrifices the capacity for deep, sequential thinking. To solve this, we fundamentally rewired the architecture. We enable information to flow from higher-level thoughts back down to the foundational layers as the model processes text. Our design automatically accumulates "reasoning depth" when processing more text, just like human need to work for more steps when solving complex problems. When we tested this on difficult math and logic puzzles, our new design made the AI significantly more accurate, proving that to solve hard problems, AI needs the ability to think deeply, not just quickly.