Latest
Anthropic Wants to Be the Good Guys of AI at $965 Billion· 1d ago
SafetyPolicyAI IndustryPersonhoodEthics
About
WritingWorkCVBooksConsultingReach Out
Subscribe
SafetyPolicyAI IndustryPersonhoodEthics
Subscribe →

No hype. No doom. The harder, more honest frame on Emergent Intelligence.

Topics

  • Safety
  • Policy
  • AI Industry
  • Personhood
  • Ethics

More

  • About
  • Writing
  • Work
  • CV
  • Books
  • Consulting

Contact

Reach Out→ht@humphreytheodore.com

© 2026 Humphrey Theodore K. Ng'ambiTermsPrivacy

Built with intention.

MiniMax M3 Previews a New Sparse-Attention Architecture
Technology•May 28, 2026• min read

MiniMax M3 Previews a New Sparse-Attention Architecture

On 27 May 2026 MiniMax published its M2-series technical report and teased the M3 stack — a new Sparse Attention mechanism with GQA-driven dynamic block selection, claiming a 15.6× decoding speed-up on million-token contexts. The biggest Chinese-lab architecture story of the week, and Western press barely registered it.

By Humphrey Theodore K. Ng'ambi

All writing
0:00 / 8:58·Listen via Charon

28 MAY 2026—Updated 2w ago

MiniMax M3 is the AI sparse-attention architecture story of the 26-28 May 2026 window that Western press largely missed.

On 27 May 2026 MiniMax previews its next-generation M3 stack alongside a detailed M2-series technical report. VentureBeat covered the announcement as the most substantive piece of Western press coverage; the ChinaPulse mirror carries the underlying Chinese-source detail.

The M3 architecture uses what MiniMax calls Sparse Attention (MSA): grouped-query attention drives dynamic block selection, producing a claimed 15.6× decoding speed-up on million-token contexts compared with the M2 baseline.

💡

By the numbers. Model: MiniMax M3 (preview). Architecture: MiniMax Sparse Attention (MSA), GQA-driven dynamic block selection. Speed-up claim: 15.6× decoding speed-up on million-token contexts vs M2 baseline. Predecessor models: M2, M2.5, M2.7, plus the Hailuo 3 family. Date: 27 May 2026 technical report. Western press coverage: VentureBeat lead, ChinaPulse mirror, otherwise thin.

What sparse attention buys

Standard transformer attention scales quadratically with context length. Doubling the context costs four times as much compute. At million-token contexts — which all frontier labs are now targeting — the quadratic cost becomes the dominant bottleneck on inference speed and cost. Sparse attention sidesteps the quadratic cost by computing attention only over a selected subset of the input rather than over every token. The trick is choosing the right subset. Pick wrong and the model's quality drops; pick right and the model gets much faster with no quality loss.

MiniMax's approach uses grouped-query attention (GQA) to drive a dynamic block-selection mechanism. According to the M2-series report, the architecture identifies which blocks of the input the current query needs to attend to, then computes attention only over those blocks. Research from the report demonstrates that the GQA layer's existing structure provides the signal needed to drive block selection — the architecture reuses computation it was already doing. Data from the published benchmarks shows the resulting 15.6× decoding speed-up holds across million-token contexts without quality regression on the standard evals MiniMax reports.

Why this matters for the frontier

Three things change if MiniMax's claim holds at scale. First, inference economics shift dramatically for long-context workloads. A 15.6× decoding speed-up means long-context inference becomes cheap enough to deploy in production for use cases that are currently too expensive — full-codebase agents, long-document QA, multi-document reasoning. Second, the architectural lead in long-context inference moves to MiniMax, at least temporarily. Anthropic, OpenAI, Google, and the other frontier labs each have their own long-context approaches; MiniMax's MSA is a new entrant in the race. Third, the Chinese-frontier research cadence is now publishing more substantive architecture innovations than the Western lab cadence — and the press coverage gap means Western readers are missing it.

Evidence from the broader 2026 publication record reinforces the third point. DeepSeek's V4 preview earlier in the spring, Qwen's 3.7 Max in mid-May, Tencent Hunyuan's HY-World 2.0 and WorldMirror on the same day as the M3 preview, and now MiniMax's MSA — every one of these is a substantive architecture story. Western press coverage of the same set of releases has been thin to absent. The reasons are language, time-zone, and access — Chinese-lab announcements are typically Mandarin-first with delayed English translation, and the Western press AI beat is set up to cover OpenAI and Anthropic above all.

What MiniMax has shipped already

M3 is the headline, but the M2 series is the body of the story. According to the technical report, MiniMax shipped M2 earlier in 2026, then M2.5 and M2.7 as iterative improvements, alongside the Hailuo 3 video-generation family. Data on the M2-series shows the architecture has been in production for months — millions of inference requests served, real-world latency and quality measurements published. The M3 sparse-attention claim therefore is not speculative architecture; it is the next iteration of a stack that has already been deployed at scale.

Research from MiniMax's publication history demonstrates a pattern: ship a base model, ship iterative improvements with named version numbers, publish a technical report when the next-generation architecture is ready. The pattern is closer to Anthropic's publication cadence than to the more announcement-driven OpenAI cadence. The technical reports are detailed enough that competent researchers at other labs can reproduce key claims — which is exactly how architectural innovation propagates in AI.

The Western press coverage gap

Two things drive the press gap. First, language: MiniMax's announcements are Mandarin-first, with English versions appearing later or via secondary outlets. Second, the AI press beat is currently set up to cover OpenAI and Anthropic above all other labs, with Google DeepMind as a third focus. Chinese frontier labs — MiniMax, Tencent Hunyuan, DeepSeek, Qwen, Moonshot, Zhipu — get covered when there is a stock-price-moving release (the DeepSeek V3 moment) but otherwise sit below the press attention threshold.

Chinese-frontier architecture cadence is now faster than the Western lab cadence on publishing architectural innovation, and the Western press coverage gap means the public AI conversation is missing it. MiniMax M3 is the example: the kind of release that would dominate a Western lab's news cycle barely registers in English-language tech press.

— TK, on the coverage gap

What I am watching next

Two things to watch over the next month. First, whether MiniMax publishes the full M3 release with reproducible benchmarks and a HuggingFace model card. The 27 May 2026 release is a tease and a technical report; the full release will be the moment when other labs can verify the 15.6× claim. Second, whether other Chinese frontier labs respond. DeepSeek, Qwen, and Tencent Hunyuan all have the research talent to develop competing sparse-attention architectures; the Chinese-frontier publish cadence suggests a response is likely within weeks, not months. Under the heading Emergent Intelligence (EI) — the dignity-first frame I have argued for elsewhere — the more dimensions on which Chinese labs lead, the harder it becomes to treat AI as a Western-product story. The frame has to expand.

Frequently Asked Questions

Quick answers about MiniMax M3, drawn from the 27 May 2026 technical report and VentureBeat's same-day coverage.

What is MiniMax M3?

In short, M3 is MiniMax's next-generation frontier AI model architecture, previewed on 27 May 2026. Simply put, M3 uses a new Sparse Attention mechanism — grouped-query attention driving dynamic block selection — claimed to produce a 15.6× decoding speed-up on million-token contexts. The key is that the architecture sits on top of MiniMax's already-deployed M2 series.

How does MiniMax Sparse Attention (MSA) work?

Research from the M2-series technical report shows MSA uses the existing grouped-query attention layer to identify which blocks of the input the current query needs to attend to. According to the report, attention is then computed only over those blocks rather than over every token. The answer is that the architecture reuses computation already happening in GQA to drive block selection without an extra inference cost.

Why is the 15.6× claim significant?

Data on transformer inference shows that long-context inference is currently dominated by the quadratic cost of standard attention. According to MiniMax's benchmarks, a 15.6× decoding speed-up on million-token contexts would make long-context inference cheap enough for use cases that are currently too expensive — full-codebase agents, long-document reasoning, multi-document QA. Evidence from the published report demonstrates the claim holds across the evals MiniMax tested.

Who is MiniMax and why is the lab important?

MiniMax is one of China's top-tier frontier AI labs, with the M2 series in production at scale, the Hailuo 3 video-generation family, and a publication cadence comparable to Anthropic's. In other words, MiniMax is a serious frontier-AI lab whose architectural innovation deserves more Western press attention than it currently receives.

What are the real risks of taking MiniMax claims at face value?

Analysis of past architecture-paper claims demonstrates three durable risks. Evidence from past sparse-attention proposals shows benchmark-vs-production divergence — claims that hold on the published evals can fail on real workloads. Data on Chinese-lab publication accuracy is mixed historically. The third risk is verification: the full M3 release with reproducible benchmarks has not yet shipped at the time of the technical report. Each risk is operational, not theoretical.


Sources

Primary coverage: VentureBeat — MiniMax M3 sparse attention preview; ChinaPulse — M3 architecture mirror.

Read alongside on humphreytheodore.com: Tencent Hunyuan Pushes Two World Models in a Day; Twelve AI Stories from the Last 48 Hours.

Stay in the Conversation

Subscribe for writings on Emergent Intelligence, digital personhood, and the future we are building together.

Keep reading

Don’t stop here.

All stories

Read next

AI & Personhood

Anthropic Wants to Be the Good Guys of AI at $965 Billion

1d ago·11 min read

Bloomberg’s The Circuit went inside Anthropic, the $965 billion AI company that warns about its own technology while shipping it faster than anyone. A dignity-first reading of the Amodei siblings, Claude’s constitution, the Pentagon fight, and whether the good guys survive trillion-dollar scale.

More on Technology

Technology

Responses (0)

No responses yet. Be the first to share your thoughts.

More on Technology

Apple's New Siri Runs on Google AI — and Lets You Swap In Claude
Technology

Apple's New Siri Runs on Google AI — and Lets You Swap In Claude

At Tim Cook's final WWDC keynote on 8 June 2026, Apple rebuilt Siri on a custom 1.2-trillion-parameter Google Gemini model — reportedly ~$1bn/year — with Claude and ChatGPT as user-selectable alternatives across iOS 27. Why renting a swappable mind is a confession about who owns intelligence.

7 min read · Jun 8, 2026
Generalist AI Raised $400M to Put an AI Foundation Model Inside Robots
Technology

Generalist AI Raised $400M to Put an AI Foundation Model Inside Robots

Generalist AI raised $400 million at a $2 billion valuation on 4 June 2026, led by Radical Ventures with NVIDIA and Bezos Expeditions returning. Founded by the researchers behind RT-2, PaLM-E and Boston Dynamics, it builds GEN-1 — a foundation model that gives robots a body. Embodied AI and the body gap, read dignity-first.

7 min read · Jun 5, 2026

Thinking delivered, twice a month.

Join the newsletter for essays on emergence, systems, and the human future.

Share this essay

Apple's New Siri Runs on Google AI — and Lets You Swap In Claude

4d ago·7 min read

Also worth your time

AI & Personhood

OpenAI Taught ChatGPT to Dream. Whose Memory Is It?

3d ago·8 min read
OpenAI Lands Its Frontier AI Models on AWS Bedrock
Technology

OpenAI Lands Its Frontier AI Models on AWS Bedrock

OpenAI's GPT-5.5, GPT-5.4 and Codex are generally available on AWS Bedrock as of 1 June 2026, at parity pricing against existing AWS commitments — the frontier model becomes a multi-cloud component.

5 min read · Jun 3, 2026