惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

博客园 - 三生石上(FineUI控件)
月光博客
月光博客
人人都是产品经理
人人都是产品经理
Google DeepMind News
Google DeepMind News
M
MIT News - Artificial intelligence
Vercel News
Vercel News
MyScale Blog
MyScale Blog
爱范儿
爱范儿
博客园 - 司徒正美
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
IT之家
IT之家
H
Help Net Security
Last Week in AI
Last Week in AI
阮一峰的网络日志
阮一峰的网络日志
酷 壳 – CoolShell
酷 壳 – CoolShell
L
LangChain Blog
罗磊的独立博客
Stack Overflow Blog
Stack Overflow Blog
宝玉的分享
宝玉的分享
博客园 - 聂微东
云风的 BLOG
云风的 BLOG
J
Java Code Geeks
博客园 - 叶小钗
D
Docker

The Decoder

Google files first joint lawsuit with FBI over Chinese AI scam network, OpenAI blocks PRC influence clusters The AI industry's platform trap is starting to look a lot like Microsoft's OpenAI buys Ona to push Codex toward long-running, autonomous coding tasks Jeff Bezos' AI startup Prometheus closes $12 billion round at a $41 billion valuation Free Deezer tool lets users on any streaming service check their playlists for AI music OpenAI vs. Anthropic: A price war over API tokens is brewing Dario Amodei's new essay reads like a Cold War playbook for the AI age Claude Fable 5: Anthropic admits "wrong tradeoff" after invisibly throttling rival AI researchers Google's new open model DiffusionGemma generates text from noise instead of word by word OpenAI's IPO slips as Altman tells staff to expect a public offering "within the next year" Anthropic study shows AI needs hours, not weeks, to build exploits from security patches OpenAI wants its biggest data center yet, and Nvidia would back the bill Claude Fable 5: The first Mythos model is powerful, expensive, and heavily filtered Germany's National Security Council greenights an AI Safety Institute modeled after the UK's AISI Google's NotebookLM now runs its own cloud computer with code execution and agent-based research Anthropic releases Claude Fable 5 and Mythos 5 with major gains in coding and science Google's Gemini 3.5 Live Translate delivers real-time voice translation across 70+ languages SpaceX wants to put data centers in orbit, and Musk says it's no big deal Landmark German ruling declares Google's AI Overviews are Google's own words and makes it liable for false answers Beijing's $295 billion AI buildout would require 80 percent domestic chips, locking out US suppliers Apple Intelligence gets a second shot with help from Google and Nvidia OpenAI now says "entirely automating everything is not the future we want" OpenAI says going public is "a complicated set of tradeoffs" and is unsure about the timing Microsoft Research's Lens proves detailed captions matter more than raw scale for training efficient image generators Intel gets a second life as Google and Nvidia explore it as a TSMC backup for AI chips Most companies are flying blind on AI spending Frontier Radar #3: How agentic AI is turning tokens into a business metric Instagram AI chatbot breach may have affected over to 20,000 accounts, Meta discloses Microsoft tightens rules for conflict zones after investigation into Israel's military use of Azure Moonshot AI targets a $30 billion valuation, more than six times its late-2025 worth
MiniMax M3: Open-weight model with a million-token contex...
Jonathan Kemper · 2026-06-01 · via The Decoder

Image description

Nano Banana Pro prompted by THE DECODER

Chinese AI company MiniMax has released its new model M3. It's billed as the first open-weight model to combine top-tier coding performance, a one-million-token context window, and native multimodality.

According to MiniMax, that combination was previously out of reach for open models and reserved for proprietary systems like Opus 4.7, GPT-5.5, or Gemini 3.1 Pro. A new attention mechanism makes the leap possible by stretching the context window to one million tokens without letting compute costs spiral out of control. In internal tests, M3 also planned, debugged, and self-corrected on its own over many hours.

Benchmarks put M3 in proprietary territory

On SWE-Bench Pro, an established software development benchmark, M3 scores 59 percent according to MiniMax. That puts it ahead of GPT-5.5 and Gemini 3.1 Pro, but just behind Opus 4.7. M3 also lands in proprietary-class territory on terminal tasks and tool use. On autonomous web search, it actually pulls ahead of Opus 4.7 (79.3) with 83.5 points on BrowseComp. Anthropic has since shipped Opus 4.8, a somewhat stronger model.

Balkendiagramm vergleicht MiniMax M3, Opus 4.7, GPT-5.5 und Gemini 3.1 Pro in zehn Coding- und Agent-Benchmarks wie SWE-Bench Pro, Terminal-Bench 2.1 und MCP Atlas.
MiniMax positions M3 close to Opus 4.7 on its own benchmarks, partly ahead of GPT-5.5 and Gemini 3.1 Pro.

To get closer to real developer workflows, MiniMax built a simulator framework that mimics typical behavior patterns. These include refining requirements, discussing solution approaches, reacting to intermediate results, and carrying tasks across multiple contexts. This exposes the model to multi-turn collaboration during training, not just single, clearly defined prompts.

Three tests show long-running autonomy

MiniMax describes three internal experiments designed to show how these capabilities work together. In the first, the team had M3 independently reproduce a paper on LLM fine-tuning. The model worked for nearly twelve hours without intervention, produced 18 commits and 23 figures, and confirmed the paper's key findings.

Liniendiagramm zeigt den Reproduktionsscore von MiniMax M3 über zwölf Stunden beim Nachbau des Papers Learning Dynamics of LLM Finetuning, mit Endwert 0,650.
M3 independently reproduced an ICLR 2025 paper over twelve hours, achieving a score of 0.650.

In the second test, M3 was asked to optimize a compute kernel for matrix multiplications on Nvidia Hopper GPUs, one of the most compute-intensive building blocks in large-model inference. Experienced teams typically need one to two weeks for this, according to MiniMax. M3 got only a task description, a benchmark script, and a non-functional code skeleton with no reference solution to copy from. After about 24 hours, the model had pushed Hopper hardware utilization from 7.6 to 71.3 percent. Most other tested models gave up after a few dozen attempts, while M3 worked through several plateaus and didn't reach its best solution until attempt 145.

Liniendiagramm zur FP8-GEMM-Kernel-Optimierung auf NVIDIA Hopper, M3 steigert die Auslastung über 147 Submissions von 7,6 auf 71,3 Prozent und liegt knapp vor Opus 4.7.

When optimizing an FP8 kernel, M3 reaches 71.3 percent of Hopper peak performance after 147 runs, pulling ahead of Opus 4.7. Anthropic's model needs far fewer runs, though.

In the third test, PostTrainBench, M3 was tasked with independently training four base models, synthesizing data, training, evaluating, and iterating without human input. The model landed just behind Opus 4.7 and GPT-5.5 but well ahead of the remaining tested models.

MiniMax says M3 was trained with mixed modalities from the start. So-called interleaved data, where text and images are woven together within a sequence, turned out to matter more than initially expected. After reworking the data pipeline, training scales to the order of 100 trillion tokens.

A new attention mechanism makes million-token context affordable

The technical foundation is a new attention variant called MiniMax Sparse Attention (MSA). Classic full attention compares every token against every other token, so compute costs grow quadratically with input length. MSA avoids this by calculating attention scores only for selected segments rather than every token pair.

The stored context, known as the key-value cache (KV cache), gets split into blocks. A preliminary filtering step decides which blocks are actually relevant to the current query. Only those blocks go into the full calculation.

Schematische Darstellung der MiniMax Sparse Attention mit Index Branch für Top-k-Blockauswahl und Sparse Branch, der nur ausgewählte KV-Blöcke verarbeitet.
MSA pre-filters relevant KV blocks and processes only those, giving M3 a one-million-token context window.

There's also a change at the GPU computation level. Normally, the model loads the matching KV blocks from memory for each individual query, and many blocks get fetched multiple times. MSA flips the logic and processes blocks sequentially. For each block, all queries that need it get batched together. Each block only has to be read from memory once, in a contiguous access pattern instead of scattered jumps. MiniMax says its implementation runs more than four times faster than competing open-source alternatives.

All told, M3 needs just one-twentieth of its predecessor's compute per token at one million tokens of context. Input prompts are processed more than nine times faster, and responses are generated more than fifteen times faster.

Pricing and availability

M3 is available through the MiniMax API. Requests up to 512,000 input tokens are billed at the standard rate; longer contexts cost more. A thinking mode can be toggled on or off per request. The token plan starts at $20 per month for roughly 1.7 billion tokens and goes up to $120 for 9.8 billion tokens. Model weights and a technical report will be published on Hugging Face and GitHub within the next ten days, MiniMax says.

MiniMax has also updated its in-house agent app, MiniMax Code, which is also set to go open-source.

About three months ago, MiniMax released M2.7, a model the company said was actively involved in its own development, running autonomous optimization loops over more than 100 rounds and handling 30 to 50 percent of the workflow for MiniMax's internal RL team.

AI News Without the Hype – Curated by Humans

Subscribe to THE DECODER for ad-free reading, a weekly AI newsletter, our exclusive "AI Radar" frontier report six times a year, full archive access, and access to our comment section.

Subscribe now

  • Access to all THE DECODER articles.
  • Read without distractions – no Google ads.
  • Access to comments and community discussions.
  • Weekly AI newsletter.
  • 6 times a year: “AI Radar” – deep dives on key AI topics.
  • Up to 25 % off on KI Pro online events.
  • Access to our full ten-year archive.
  • Get the latest AI news from The Decoder.

Subscribe to The Decoder