Modern AI Architectures — Mamba, State Space Models, RWKV | AI Terms Guide
🧪
🧪 40 terms · Beyond the transformer

The architectures beyond transformers

Mamba, State Space Models, RWKV, Linear Attention, Retentive Networks. Every architecture challenging (or extending) the transformer.

40
Terms
4
Sub-topics
Weekly
Updates

The Transformer has dominated modern AI since 2017, but its quadratic scaling with sequence length has always motivated research into alternatives. In the last three years, State Space Models (SSMs) like Mamba have shown they can match transformer quality with linear scaling — potentially enabling much longer contexts and faster inference.

These 40 terms cover four sub-topics: State Space Models and their variants (Mamba, S4, S6), other alternative architectures (RWKV, Retentive Networks), hybrid approaches that combine SSMs with attention (Griffin, Jamba), and the linear/efficient attention research that motivates all of them. This is one of the most active research areas in AI — expect this category to evolve monthly.

Full directory

All Modern Architectures terms, organized

Grouped into sub-topics so you can find neighbors and prerequisites, not just alphabetical entries.

Beyond terminology

Go deeper on Modern Architectures

📖 Related concept tutorials

Long-form guides that walk through how these concepts actually work.

🎯 Related models & tools

Real products and models where you'll encounter these terms.

  • AI models

    Nearly all commercial models are transformers.

  • Mistral AI

    Ships Mamba-based Codestral variants.

  • AI21

    Ships Jamba hybrid models.

Frequently Asked

Questions about Modern Architectures

Unclear. Mamba matches transformers on many benchmarks with linear scaling — very appealing for long context. But transformers benefit from years of infrastructure investment, and hybrid architectures may capture the best of both.

SSMs are efficient but attention has better in-context learning for some tasks. Hybrids (Jamba, Griffin) put SSM layers where efficiency matters most and attention where quality matters — pragmatic engineering.

Yes but not widely. Jamba is deployed by AI21. Mamba variants appear in some open-weight models. Most commercial frontier models remain transformers — the ecosystem lag is real.

Linear attention reformulates the standard attention computation. SSMs are a different mathematical framework based on continuous state — they happen to have linear complexity. Different origins, similar efficiency gains.

If you're a researcher or building specialized systems, yes. If you're using APIs, follow the field but don't need deep understanding. The vocabulary appears in provider announcements and matters for informed decisions.

Share with