Sakana AI and NVIDIA: TwELL Accelerates LLMs by Up to 21.9%
The Relentless Search for Efficiency in Large-Scale Language Models
In the fast-paced landscape of artificial intelligence in July 2026, the scale and efficiency of Large Language Models (LLMs) remain the pillars of their development and adoption. Models like OpenAI's revolutionary GPT-5.5, Anthropic's sophisticated Claude 4.8 Opus, and Google's versatile Gemini 3.5 have redefined AI capabilities, but their operation comes with a considerable computational and energy cost. The inference and training of these digital giants demand immense amounts of resources, which has driven the research community to relentlessly seek methods to optimize their performance without compromising quality.
The main bottleneck in this equation lies in the feedforward (FFN) layers of LLMs. These layers, far from being mere secondary components, hold more than two-thirds of the model's total parameters and are responsible for over 80% of floating-point operations (FLOPs) in larger architectures. Every processed token and every calculated gradient flows through these dense networks, making them the epicenter of computational demand. Optimizing these layers is not just an incremental improvement; it is a fundamental necessity for scaling AI to new heights of accessibility and sustainability.
TwELL: Unlocking Unstructured Sparsity with CUDA Kernels
In a breakthrough that promises to redefine LLM efficiency, a team of researchers from Sakana AI and NVIDIA presented TwELL (Twisted Element-wise Linear Layer), an innovative solution that directly addresses this bottleneck. TwELL's proposal is not based on a radical change in model architecture, but on a deep optimization of how calculations are performed within the feedforward layers, leveraging unstructured sparsity.

The Challenge of Sparsity Ignored by GPUs
Sparsity is a well-documented phenomenon in LLMs. Within a transformer's feedforward block, for a given input token, only a small fraction of hidden neurons actually 'activate', meaning they produce a non-zero value after passing through the activation function (especially with functions like ReLU). This is known as activation sparsity. Although this theoretical sparsity suggests a potential for massive computational savings, the harsh reality is that GPU architectures, optimized for dense and parallel computations, often ignore this characteristic. NVIDIA GPUs, while leaders in parallel processing, execute matrix operations densely, meaning they process all elements, including zeros, nullifying any potential savings from sparsity.
This is where TwELL makes a difference. Instead of blindly processing all elements, TwELL is designed to identify and actively exploit this unstructured sparsity. This is achieved through the implementation of custom CUDA kernels, which allow for a much more granular and efficient interaction between the software and NVIDIA hardware. By 'twisting' the linear layer element-wise, TwELL can omit unnecessary calculations, transforming latent sparsity into tangible FLOP savings and, consequently, greater speed.
Mechanism of Action: Kernel-Level Optimization
The beauty of TwELL lies in its ability to restructure the computation of feedforward layers in a way that NVIDIA GPUs can understand and execute efficiently. This involves:

-
Dynamic Identification of Zeros: Unlike traditional approaches that require structured sparsity (where entire blocks of the matrix are zero), TwELL focuses on unstructured sparsity, i.e., zeros scattered throughout the matrix.
-
Custom CUDA Kernels: NVIDIA and Sakana AI developed specific CUDA kernels that can selectively process only the non-zero elements, avoiding the redundant calculations associated with zeros. This requires careful design to ensure optimal memory access and thread execution, minimizing overhead.
-
Transparent Integration: The beauty of TwELL is that it achieves these efficiency gains without requiring changes to the underlying model architecture. LLM developers can integrate TwELL as an optimized feedforward layer, obtaining immediate benefits without needing to redesign their models from scratch.
Featured Hardware Google Pixel 10 - Unlocked Android Smartphone with Gemini, Advanced Triple Rear Camera, Over 24-Hour Battery, and 6.3-inch Actua Display - Glacier, 256GB
Quantifiable Impact: Unprecedented Speed and Efficiency
The results obtained by TwELL are impressive and represent a significant milestone in LLM efficiency. Tests demonstrated substantial improvements:
-
20.5% Increase in Inference Speed: For end-users and applications relying on real-time response, an improvement of over 20% in inference is transformative. This means models like GPT-5.5 can respond faster, Claude 4.8 Opus can process complex queries with greater agility, and Gemini 3.5 can power cloud applications with lower latency, improving user experience and opening the door to new interactive applications.
-
21.9% Increase in Training Speed: For researchers and developers working on the next generation of LLMs, a nearly 22% acceleration in training is invaluable. This not only reduces computational costs and the time needed to iterate and experiment with new architectures and datasets, but also drastically reduces the carbon footprint associated with training massive models. It enables faster development cycles and the creation of even larger and more capable models in less time and with fewer resources.
Beyond the Numbers: Strategic and Future Implications
The development of TwELL by Sakana AI and NVIDIA is not just a technical victory; it is a crucial strategic step for the future of artificial intelligence. In a world where the demand for LLM capabilities continues to grow exponentially, efficiency becomes a critical factor for the democratization and sustainability of AI.
-
Cost Reduction: By making training and inference cheaper, TwELL lowers the barrier to entry for smaller companies and research centers, fostering greater innovation in the LLM space.
-
Sustainability: Lower FLOP consumption directly translates to lower energy consumption, contributing to reducing AI's carbon footprint, a growing concern in the tech industry.
-
Larger and More Capable Models: By optimizing such a fundamental component, TwELL paves the way for building even larger and more complex models that were previously prohibitively expensive to train and operate. This could lead to the next generation of LLMs with even more sophisticated capabilities and a deeper understanding of language and the world.
-
Technological Leadership: The collaboration between Sakana AI, a company known for its innovative approach to AI architectures, and NVIDIA, the undisputed leader in accelerated computing hardware, underscores the importance of hardware-software co-optimization to push the boundaries of what is possible in AI.
Conclusion: A Crucial Step Towards More Accessible and Powerful LLMs
The introduction of TwELL with CUDA kernels represents a fundamental advance in the optimization of Large Language Models. By transforming a persistent bottleneck into a source of efficiency, Sakana AI and NVIDIA have not only achieved impressive performance improvements but have also laid the foundation for a more sustainable, accessible, and powerful AI. In the July 2026 landscape, where the race for AI supremacy is in full swing, innovations like TwELL are what define the future, allowing models like GPT-5.5, Claude 4.8 Opus, and Gemini 3.5 to continue evolving and transforming our world at an unprecedented speed.
Español
English
Français
Português
Deutsch
Italiano