IA · 10 August 2026 · 4 min read

Beyond Transformers: Startups Race for Next-Gen LLM Architectures

In brief: Nine years after the groundbreaking 'Attention Is All You Need' paper, the computational and energy demands of Transformers have become the primary bottleneck in AI. A new wave of startups is pioneering sub-quadratic architectures and specialized hardware to make future models faster, cheaper, and capable of handling unlimited contexts.

by Team Mocchi's

Beyond Transformers: Startups Race for Next-Gen LLM Architectures

The Transformer Bottleneck and Skyrocketing Compute Costs

Back in 2017, the landmark publication of the paper "Attention Is All You Need" by Google researchers laid the groundwork for the modern artificial intelligence revolution. The Transformer architecture, driven by its "dense attention" mechanism, enabled language models to process text with unprecedented contextual precision by evaluating every word against all others in a sequence. Nearly a decade later, however, this foundational design is hitting severe architectural and economic limits.

As detailed in an in-depth report by MIT Technology Review, the primary challenge stems from computational scaling: dense attention costs grow quadratically relative to context length. Processing a document of just 10,000 words requires a traditional Transformer to perform roughly 50 million mathematical multiplications. This technical barrier translates directly into massive financial and energy strains. Recent disclosures from OpenAI leadership indicate the company expects to spend upwards of $50 billion on computing power alone during 2026, while the International Energy Agency forecasts a doubling of global data center electricity consumption by 2030.

The Next Frontier: Sub-Quadratic Models and Autonomous Agents

This computational bottleneck has grown critical with the rise of autonomous AI agents and complex reasoning paradigms. Techniques such as "chain of thought," where models generate internal notes before delivering a final answer, dramatically expand the number of processed tokens. When an agent is tasked with reviewing an entire software codebase, analyzing hundreds of pages of technical documentation, or handling multi-agent workflows, the Transformer's context window becomes a costly bottleneck.

To bypass these obstacles, an emerging wave of startups and research labs is developing alternative architectures dubbed "LLM+." The primary goal is replacing dense attention with sub-quadratic mathematical mechanisms capable of maintaining contextual retention while using significantly less memory and compute. Startups like Subquadratic, led by Justin Dangel, are designing neural networks that can process virtually unlimited sequence lengths without triggering runaway hardware costs.

From Software Architectures to Silicon

The drive toward post-Transformer technology extends beyond software algorithms into a broader realignment of AI hardware investments. Venture firms and tech investors are increasingly routing capital to hardware startups capable of streamlining chip fabrication and making custom compute accessible.

Highlighting this capital shift, TechCrunch reports that AI-focused hedge fund Situational Awareness recently injected $400 million into Source Foundry, a startup founded by Stanford researchers focused on cheaper chip manufacturing methods. This deal brought total funding in Source Foundry to $500 million. This demonstrates how the broader AI ecosystem is attacking the efficiency bottleneck on two parallel fronts: developing streamlined model mathematics and building economical silicon to run them.

Mocchi's take

For businesses and software teams deploying AI into production environments, the industry shift toward post-Transformer architectures is a crucial development. Currently, scaling AI solutions across large enterprise datasets—such as deep document archives or vast software codebases—is often constrained by token costs and context window boundaries.

At Mocchi's, we believe the transition to sub-quadratic, resource-efficient architectures will make advanced AI deployment far more feasible on private cloud infrastructure and edge devices, reducing reliance on massive cloud compute clusters. Preparing enterprise software architectures today—by modularizing data systems and adopting flexible agent frameworks—will allow organizations to seamlessly integrate this next generation of lighter, faster, and more cost-effective AI models as they enter the enterprise market.

Further reading

All articles on the Mocchi's blog