Nemotron 3: How a Mamba-Transformer Hybrid Runs 1M Tokens
Nemotron 3 swaps most attention layers for Mamba-2 and MoE to reach 1M-token context at 3.3x throughput. Here is how the hybrid architecture actually works.
Nemotron 3 swaps most attention layers for Mamba-2 and MoE to reach 1M-token context at 3.3x throughput. Here is how the hybrid architecture actually works.
How sparse attention cuts LLM inference cost by 10x on long contexts. Covers DeepSeek NSA, MInference, H2O, and The Sparse Frontier's findings.
AsyncTLS sparse attention fuses block filtering, token selection, and async KV cache offloading for 1.3-4.7x throughput gains at 48k-96k token contexts.
Recursive language models treat a huge prompt as a Python variable the model can grep and recurse over. MIT's paper shows it beats GPT-5 on long context.
TriAttention uses pre-RoPE vector concentration and trigonometric scoring to compress KV cache 10.7x while matching full attention accuracy on reasoning tasks.