Fetching from the wire…
Top 5 · 2026-06-08 · source-backed
I've spent the last year assuming that if I wanted real agentic coding quality, I paid for a closed model. That assumption took a hit on June 1.
MiniMax shipped M3 with a new sparse-attention architecture (they call it MSA) that handles up to 1M tokens at roughly 9x prefill and 15x decode speedup over M2, at what they claim is 1/20th the per-token compute. The benchmark line is the part that made me sit up. 59.0% on SWE-Bench Pro, which puts it ahead of GPT-5.5 and Gemini 3.1 Pro. 83.5 on BrowseComp against Opus 4.7's 79.3. 66.0% on Terminal Bench 2.1. 74.2% on MCP Atlas. The API is live right now, and MiniMax committed to releasing open weights plus a technical report inside ten days.
Treat the vendor's own benchmarks with the usual suspicion. Self-reported numbers always look best on the company blog, and SWE-Bench Pro results swing hard on harness quality. But even discounting it, the gap between open and closed on agentic coding is no longer "open weights are a quality compromise." It's "open weights are competitive and a fraction of the cost."
This isn't isolated. Ollama crossed 173K stars and rewrote its tagline to front-page exactly this cohort: Kimi-K2.6, GLM-5.1, MiniMax, DeepSeek. The Kilo Code folks are recommending heterogeneous routing as standard practice now. Three signals pointing the same way in one week.
What I'd actually do with this: stop running every subtask through your most expensive model. Keep a frontier closed model for top-level planning and the gnarly reasoning, then route the grunt work to a cheap open weight. Search summarization, boilerplate, long-context reads where you're paying per token to skim a 200K-line repo. That's where the 1/20th compute claim earns its keep. I haven't wired M3 into my own routing yet because the weights aren't out, but the day they land I'm benchmarking it against my current bulk-subtask model on real tasks, not the leaderboard. If it holds at even 80% of the claim, my token bill drops noticeably and nothing about quality changes for the work that doesn't need a genius.
Each link below shares sources, entities, or timing with this story.
Codex competes with Gemini / Shared entities / Same source domain / Shared topic / Earlier coverage
Linked by a graph relationship (Codex competes with Gemini); both cover GLM, GPT, MiniMax, Ollama; reported by the same outlet (minimax.io).
Ollama supports DeepSeek / Shared entities / Same source / Shared topic
Linked by a graph relationship (Ollama supports DeepSeek); both cover Bench Pro, Gemini, GLM, GPT; cite the same source (Kilo Code).
Gemini competes with ChatGPT / Shared entities / Shared topic / Earlier coverage
Linked by a graph relationship (Gemini competes with ChatGPT); both cover Bench Pro, DeepSeek, Gemini, GLM; overlapping topics (benchmark, coding, model, swe-bench).
Kimi built by Moonshot AI / Shared entities / Shared topic / Earlier coverage / Tension
Linked by a graph relationship (Kimi built by Moonshot AI); both cover Bench Pro, GLM, GPT, Keep; overlapping topics (agentic, benchmark, coding, frontier, model).
DeepSeek competes with Anthropic / Shared entities / Shared topic / Earlier coverage / Tension
Linked by a graph relationship (DeepSeek competes with Anthropic); both cover Bench Pro, GPT, Opus, SWE; overlapping topics (agentic, benchmark, closed, coding, frontier).
Gemini competes with Claude / Shared entities / Shared topic / What happened next
Linked by a graph relationship (Gemini competes with Claude); both cover Bench Pro, DeepSeek, GLM, GPT; overlapping topics (coding, frontier, model).
Google released Search / Shared entities / Shared topic / Earlier coverage / Tension
Linked by a graph relationship (Google released Search); both cover DeepSeek, GLM, GPT, Opus; overlapping topics (benchmark, coding, model).
Gemini competes with ChatGPT / Shared entities / Shared topic / Earlier coverage / Tension
Linked by a graph relationship (Gemini competes with ChatGPT); both cover Bench Pro, Gemini, GPT, Opus; overlapping topics (frontier, model, routing).