|
English

The timing could not have been better for the open-weight camp. In the same week the closed frontier reminded everyone how fragile it can be — Claude Fable 5 launched and was pulled inside six days — four open labs shipped models like they'd been waiting for the opening. Put them together and the picture they paint is hard to argue with: on the work most engineering teams actually do, the gap to the closed frontier has narrowed to the point where the old reflex of "just pay for the best model" deserves a fresh look.

Here's what landed, and what it changes.

Kimi K2.7 Code

Moonshot's coding-focused release is a trillion-parameter Mixture-of-Experts model with 32 billion parameters active per token, shipped under a Modified MIT license. On its own coding and tool-orchestration benchmarks it pushes right up against GPT-5.5 and Opus 4.8, and it gets there using noticeably fewer reasoning tokens — roughly 30% fewer than the previous generation. When you're renting a model, that efficiency is someone else's problem. When you're hosting it yourself, fewer thinking tokens means fewer GPU-seconds per answer, which is the line item that decides whether self-hosting pencils out.

At around 600 GB of weights it's not running on a workstation, and you'll want a real cluster. But it's downloadable, and that buys you something a closed API can't offer: you can run its benchmarks yourself, on your own harness, and get a number nobody's marketing team chose. We pulled the full benchmark table apart in the K2.7 Code deep dive.

MiniMax M3

M3 is the efficiency story of the week. At roughly 427 billion total parameters with 23 billion active, it's less than half the size of the trillion-parameter pack, yet it tops Artificial Analysis's open-weight chart — ahead of Kimi, Mimo, and DeepSeek V4 — and carries a one-million-token context window.

The reason it does so much with so few parameters is a mechanism MiniMax calls Sparse Attention. Normal attention tries to weigh everything in the context window against everything else, which gets expensive fast as the context grows. MiniMax bolts on a lightweight indexing branch that stores context in chunks, picks the handful of chunks most relevant to each query, and only then runs the expensive attention step over those. The mental model MiniMax offers is a table of contents: skim it, find the three chapters you need, read those instead of the whole book.

What lifts this above a single model release is that MiniMax published the technical report rather than just the weights. Line it up next to DeepSeek's sparse-attention work and Kimi's own long-context approach and a trend comes into focus — efficient attention is turning into a shared, openly documented playbook among the top Chinese labs. The leading closed labs have published almost nothing comparable. If you care about how these systems actually work and not just how they score, that asymmetry is worth sitting with. Full breakdown in the M3 deep dive.

GLM-5.2

Z.ai announced GLM-5.2 as available now on its GLM coding plans, with open weights promised for the following week. There's no system card, no technical report, no benchmark suite yet, so the honest label is "the open release to watch," not "the open release to evaluate." Z.ai has earned the benefit of the doubt — its track record with the GLM line is strong, and it's the open model a lot of us are most curious about — but until the weights and the numbers are out, judgment stays parked.

One aside worth filing away: Z.ai also turned up this week on the generative-video side, as the lab behind the Scale 2 motion-transfer model we cover in the 3D/4D/video roundup. A lab contributing at the frontier of both language and video is worth tracking well beyond GLM.

Nexus N2

Nexus N2 is a frontier-leaning open family from Nex AGI, trained on top of Qwen 3.5. The thesis behind it is that reasoning should be in service of action — coding, tool use, long-horizon work — running through one consistent thinking pattern rather than three separate behaviors bolted together. Its adaptive reasoning decides when a task is worth thinking hard about and when it isn't, instead of burning expensive reasoning tokens on everything. The reported numbers beat DeepSeek V4 and GLM-5.1 across a spread of agentic and coding benchmarks, with a standout result on the deep-research suite.

The family ships in two sizes:

VariantTotal paramsActive paramsApprox. size
Nexus N2 Pro~397B~17B~794 GB
Nexus N2 mini~35B~3B~70 GB

The mini is the one most teams will actually reach for. A 70 GB footprint with 3 billion active parameters fits on hardware you might already own, and that accessibility tends to matter more in practice than another point or two on a benchmark you can't reproduce.

What the week actually changed

Rewind a year and there was clear daylight between the open tier and the closed frontier on agentic coding. After this week, four labs have models bunched up just under the frontier, and the coding-specialized variants are trading individual benchmark rows with the closed leaders rather than trailing them across the board. The question for an engineering leader stops being "which model is best in the abstract" and turns into "which way of deploying a model fits how we actually work." For a lot of organizations, the open answer now wins that second question on its own merits.

Your code never leaves your perimeter. Every prompt a coding assistant sees carries source, and often secrets, architecture, and unreleased plans with it. Run the model on your own hardware and none of that transits a third party. For regulated industries, defense work, or anyone with a strict data-residency posture, that isn't a nice-to-have. It's the thing that makes AI-assisted coding permissible at all.

Nobody trains on your IP, because there's nobody to train on it. The recurring worry about providers learning from your code and designs simply evaporates when the weights live inside your network and the only data the model ever sees stays there too.

You're insulated from the vendor. No surprise deprecation of the version your CI depends on, no overnight price change, no quiet behavior shift under a familiar name. And, as Fable 5 demonstrated this week, no model disappearing by government directive. The weights you validated are the weights you keep running, for as long as you choose to run them.

The economics flip at volume. A rented API charges per token for as long as you use it. A self-hosted model is a fixed infrastructure cost you amortize. For a large org running coding agents continuously through CI and IDE integrations, the crossover point where owning the inference beats renting it shows up sooner than most finance teams expect, and the token-efficiency gains in these releases drag that crossover earlier still.

The number that actually decides it

The argument that tends to land hardest with a finance team isn't about residency or vendor risk. It's the unit economics, and they've quietly shifted. A rented frontier API bills you per token every single time a request goes out, forever, and that bill scales linearly with usage. A self-hosted model is a largely fixed cost — the GPUs, the power, the engineer who keeps the cluster healthy — that you spread across however many tokens you push through it. Below some volume, renting is obviously cheaper, because you're not paying to keep idle hardware warm. Above it, owning wins, and the gap widens the more you use.

Where that crossover sits depends on your traffic, but the direction of travel this week was unambiguous: it moved earlier. Two things pushed it. First, the open models got good enough that you're no longer accepting a painful capability cut to run them, so more of your traffic is genuinely eligible to move. Second, the efficiency gains are real money. Kimi K2.7 Code's roughly 30% reduction in thinking tokens isn't a benchmark curiosity when you own the inference — it's 30% fewer GPU-seconds per answer, which is to say a third off the marginal cost of every response, on the same hardware you already paid for. Stack that on top of a fixed-cost base and the volume you need to justify self-hosting drops accordingly.

For a small team making a handful of calls a day, none of this matters and you should just rent the best model. For an organization running coding agents continuously across CI, code review, and IDE integrations for hundreds of engineers, the token bill is large, predictable, and growing, which is exactly the profile where a fixed-cost alternative starts to look attractive. The mistake is assuming the answer is permanent. The crossover point is a moving target, and it has been moving toward "own it" for a year. If you priced this out in 2025 and concluded renting was cheaper, that conclusion has an expiry date, and weeks like this one keep shortening it.

The practical move isn't "switch everything to open." It's narrower and more useful: re-run the comparison. If the last time you benchmarked an open model against your closed default was six months ago, that result is stale, because this week alone moved it. Stand one of these up on your own vLLM or SGLang cluster, send a slice of real traffic at it through a routing layer, and measure it against your current default on the work you genuinely do — pull-request review, test generation, refactors, multi-file agentic changes. Route the routine, code-touching traffic to the self-hosted open model, where the residency and cost wins stack up, and escalate only the genuinely hard cases to a closed frontier model when the capability gap earns both the token cost and the data leaving your network. Where each of these models sits is tracked on the AI model leaderboard.

It's also worth being clear-eyed about what's still vendor-reported. Most of the numbers these labs published are self-reported, on benchmark suites the labs sometimes named themselves, and they should be read as directional until independent parties reproduce them. That caution is real. But it cuts differently for open weights than for a closed API, and that difference is the whole argument. When a closed lab reports a number you can't reproduce, you either trust it or you don't. When an open lab reports one, you download the weights and check. The benchmark becomes a claim you can test rather than a claim you have to take on faith, and a field where the claims are testable improves faster and more honestly than one where they aren't. That's a structural advantage that has nothing to do with any single model's score, and it's the reason the open tier's progress feels less like marketing and more like something you can stand on.

Two things are true at the same time, and the temptation is to pick one and overstate it. The frontier is still the frontier; the best closed models are still the best. And the floor has risen far enough that a self-hosted open model can now carry the majority of an engineering org's AI-assisted work — privately, cheaply, and on terms no directive can revoke. Most serious teams are landing on the hybrid that follows from holding both of those at once, and after this week that hybrid looks less like a hedge and more like the obvious default.


Part of our coverage of an unusually dense week in AI. See also: Fable 5's six-day life, world models and robotics, the generative 3D/4D/video wave, agent benchmarks and harnesses, and the week's open AI primitives.

0
0
0
0

Enjoyed this article?

Get more insights on AI and enterprise automation delivered to your inbox.