AI DevelopmentNew Release14 min readPublished August 1, 2026

Apache 2.0 open weights · 12B active params · 80.2% on SWEBench-Verified

Inkling-Small Beats Its Own Parent Model on Coding

Thinking Machines Lab released Inkling-Small on July 30, 2026 — a 276B-total, 12B-active open-weights Mixture-of-Experts model that its own vendor benchmark table puts ahead of the 975B/41B Inkling on reasoning and agentic coding. The same table shows what it gave up: factuality roughly halves. Both halves of that trade matter.

DA
Digital Applied Team
Senior strategists · Published Aug 1, 2026
PublishedAug 1, 2026
Read time14 min
SourcesVendor post, model card, HF, AA, OpenRouter
Active params / token
12B
Inkling: 41B active
≈29% of parent
SWEBench-Verified
80.2%
vendor bash-only harness
+2.6 pp vs Inkling
SimpleQA Verified
20.6%
factuality · Inkling 43.9%
−23.3 pp vs Inkling
Licence
Apache 2.0
full weights on Hugging Face

Inkling-Small is an open-weights agentic coding model that outscores the model it was distilled from. Thinking Machines Lab released it on July 30, 2026 — a Mixture-of-Experts transformer with 276 billion total parameters and 12 billion active per token — and the vendor’s own benchmark table puts it ahead of the 975B/41B Inkling on SWEBench-Verified, Humanity’s Last Exam and GPQA Diamond. A quarter of the size, ahead on the benchmarks teams actually buy for.

The reason that matters is narrower than the headline suggests. Serving compute scales with active parameters, not total ones, and 12B active against 41B active is a different cost structure for anyone running a coding agent on their own hardware. That is the honest core of this release: not that a small model won a leaderboard, but that the cheapest thing to serve in the family is now also the best at the specific job most agent stacks are built around.

It is also a genuinely two-sided trade, and the vendor says so plainly. Inkling-Small’s SimpleQA Verified score falls to 20.6% against the parent’s 43.9% — the single largest gap anywhere in the comparison. This guide works through the full per-benchmark ledger, flags the one coding win that does not survive an independent rerun, separates the three pricing surfaces, resolves the context-window numbers that disagree across sources, and translates active-parameter counts into what they actually change for a self-hosted agent stack.

Key takeaways
  1. 01
    A quarter of the size, ahead on coding and reasoning.Inkling-Small is 276B total / 12B active against Inkling's 975B / 41B. The vendor's own table gives it SWEBench-Verified 80.2% vs 77.6%, Humanity's Last Exam 31.6% vs 29.7% and GPQA Diamond 89.5% vs 87.2%.
  2. 02
    Factuality is what paid for it.SimpleQA Verified drops from 43.9% to 20.6%, and the parent also holds a clear lead on τ³-Banking (23.7% vs 15.5%). Thinking Machines states the trade explicitly rather than burying it.
  3. 03
    One coding win does not survive independent rerun.The vendor's internal harness shows Terminal-Bench 2.1 at 64.7% vs 63.8%. Artificial Analysis' independent rerun ties both models at 55%. Treat Terminal-Bench as the least clean-cut result in the set.
  4. 04
    Active parameters, not total, drive serving cost.12B active is about 29% of the parent's 41B. The vendor's own output pricing tracks that almost exactly — $1.20 per 1M output tokens against $4.05 — which is roughly 30% of the parent's rate.
  5. 05
    Never provision against the headline context number.The vendor says up to 1M tokens. OpenRouter lists 524,288. Artificial Analysis' article text says 256K while its own model page says 1M. KV-cache memory scales with what you actually serve, so pick a number by surface.

01What ShippedA fast-follow release, fifteen days after the parent.

Thinking Machines Lab published Inkling — its 975B-total, 41B-active open-weights model — on July 15, 2026. Fifteen days later, on July 30, it shipped Inkling-Small. The vendor added an update note to the July 15 post reading, in its own words: “Update: Two weeks after this post was published, we launched Inkling-Small.” We covered the original release in our coverage of Inkling’s July 15 launch, which is the baseline every number below is measured against.

Inkling-Small is a 42-layer decoder-only sparse MoE transformer: 256 experts, six routed plus two shared active per token, hybrid local/global attention layers, trained on NVIDIA GB300 NVL72 systems. It takes audio (dMel spectrograms) and images (40×40-pixel patches through a four-layer hMLP) natively, encoder-free, processed jointly with text tokens; output is text only. Weights are on Hugging Face under Apache 2.0 — confirmed both on the Inkling-Small model card and in the Hugging Face repo metadata — with fine-tuning through Tinker and chat access through Tinker Playground.

The architecture lineage is worth naming because the vendor names it itself: Inkling’s MoE design “largely follows DeepSeek-V3” — 256 routed plus two shared experts, a sigmoid router with auxiliary-loss-free load balancing, interleaved sliding-window and global attention at a 5:1 ratio with eight KV heads, and relative positional embeddings rather than RoPE, which the vendor says extrapolates better to long context. If you want the wider frame on how these routing choices differ across labs, see how Inkling’s MoE routing compares to GPT, Claude, DeepSeek and Qwen.

The efficient sibling
Inkling-Small
276B total · 12B active · 42 layers

Sparse MoE, 256 experts, 6 routed + 2 shared active per token. Native audio and image input, text output. Apache 2.0 weights on Hugging Face, fine-tuning via Tinker. Released July 30, 2026.

huggingface.co/thinkingmachines/Inkling-Small
The parent
Inkling
975B total · 41B active · 45T pretrain tokens

Pretrained on 45 trillion tokens of text, images, audio and video with a hybrid Muon/Adam optimizer, RL scaled past 30M rollouts. Released July 15, 2026 and used as the teacher for Small.

Served on Tinker at 64K / 256K context options
Read the vendor’s framing carefully
Thinking Machines describes Inkling-Small as achieving “comparable performance to Inkling at a quarter of its size.” The arithmetic checks out — 276B against 975B is roughly 28% of the total parameter count. But “comparable” is doing real work in that sentence: on some benchmarks Small is ahead, on others the parent is ahead by margins far larger than any of Small’s wins. The ledger in the next section is the version worth reading.

02The Trade LedgerWhere the 12B-active model wins, ties, and loses.

Most coverage of this release repeats the vendor’s summary framing — reasoning and coding up, factuality down — without showing readers the actual spread. The table below is the full per-benchmark ledger, grouped by capability class, with the harness named on every row.

The margin column is computed as Inkling-Small minus Inkling, in percentage points for percentage metrics and in index points where the metric is an index or a score. A positive margin means the smaller model is ahead. Nothing here is weighted, normalised or averaged across benchmarks — a composite score would hide exactly the thing this table exists to show.

Per-benchmark comparison of Inkling-Small (276B total, 12B active) against Inkling (975B total, 41B active), grouped by capability class, with the margin computed as Inkling-Small minus Inkling and the evaluating harness named for each row.
BenchmarkInkling-Small (12B active)Inkling (41B active)Margin (Small − Inkling)Harness
Reasoning — Small ahead on two of three
Humanity’s Last Exam (text-only, no tools)31.6%29.7%+1.9 ppVendor table
GPQA Diamond89.5%87.2%+2.3 ppVendor table
AIME 202695.5%97.1%−1.6 ppVendor table
Agentic coding — the reason to care, with one asterisk
SWEBench-Verified80.2%77.6%+2.6 ppVendor’s bash-only harness
Terminal-Bench 2.164.7%63.8%+0.9 ppVendor’s internal coding harness — contaminated solutions scored 0
Terminal-Bench v2.1 — independent rerun55%55%0.0 pp — tieArtificial Analysis
Knowledge, factuality and general agentic tool use — the parent wins, and wins big
SimpleQA Verified (factuality)20.6%43.9%−23.3 ppVendor table
τ³-Banking (agentic, general)15.5%23.7%−8.2 ppVendor table
AA Omniscience Index−9.02.1−11.1 index ptsVendor table, Artificial Analysis methodology
Vision, long-horizon work and composite indices — near parity
MMMU Pro (vision, Standard 10)74.0%73.5%+0.5 ppVendor table
AA-Briefcase (long-horizon agentic knowledge work)917839+78 ptsVendor table and Artificial Analysis — both confirm
AA Intelligence Index4041−1 index ptArtificial Analysis
Safety post-training — inherited recipe, small drift
StrongREJECT98.4%98.6%−0.2 ppVendor table
FORTRESS adversarial (refusing harmful requests)71.6%78.0%−6.4 ppVendor table
FORTRESS benign (not over-refusing safe requests)96.9%95.9%+1.0 ppVendor table

Read the margin column as a whole and the shape of the release becomes obvious. Every win Inkling-Small posts is between half a point and three points. Every loss in the knowledge column is measured in eight to twenty-three points. This is not a model that got broadly better while shrinking; it is a model that had a large amount of stored world knowledge traded away to buy a few points on the reasoning and coding evals it was optimised against.

That is a perfectly reasonable engineering decision — and a terrible one to generalise from. A coding agent that reads a repository, runs tests and edits files is not being asked to recall obscure facts unaided; it is being asked to reason over context it was handed. A research or support agent answering unaided questions is doing precisely the opposite, and there the parent’s 43.9% against Small’s 20.6% is the number that governs.

"With these improvements, Inkling-Small surpassed Inkling on reasoning and agentic coding benchmarks. Inkling maintains an advantage on knowledge coverage and factuality."— Thinking Machines Lab, Introducing Inkling-Small, July 30, 2026

03Harness DisciplineWhose harness ran it — Terminal-Bench does not hold up.

The coding numbers in the table above come from Thinking Machines’ own evaluation harness. The vendor says so itself, and it publishes a footnote for Terminal-Bench specifically: the Inkling and Inkling-Small numbers are reported using an internal coding harness, and a small number of solutions found to be contaminated from web search were assigned a score of 0. That is a good-faith disclosure, not an evasion — but it also means the result depends on a scaffold nobody outside the lab can reproduce.

Artificial Analysis ran its own independent evaluation of both models and published the results on the same day as the release. Two of the vendor’s claims come through largely intact. One does not.

Terminal-Bench · vendor harness versus independent rerun

Sources: Thinking Machines Lab benchmark table; Artificial Analysis independent evaluation, both July 30, 2026
Terminal-Bench 2.1 · Inkling-SmallThinking Machines internal coding harness
64.7%
Small ahead
Terminal-Bench 2.1 · InklingThinking Machines internal coding harness
63.8%
Terminal-Bench v2.1 · Inkling-SmallArtificial Analysis independent rerun
55%
Tie
Terminal-Bench v2.1 · InklingArtificial Analysis independent rerun
55%
Tie
Vendor’s internal coding harnessArtificial Analysis independent rerun
Independent check
Artificial Analysis places Inkling-Small at 40 on its Intelligence Index against Inkling’s 41 — its headline finding is that Small lands within a point of the parent with less than a third of the parameters. Its reruns broadly corroborate the vendor on Humanity’s Last Exam (32% vs 30%), GPQA (89% vs 87%) and τ³-Banking (15% vs 24%), and it independently confirms the AA-Briefcase gap at 917 against 839. It also reports a hallucination-rate figure the vendor table does not carry at all: 57% for Small against 63% for Inkling.

The practical rule this produces is simple and worth applying beyond this one release. When a vendor and an independent evaluator agree on the direction and rough size of a gap — as they do on Humanity’s Last Exam, GPQA and AA-Briefcase — you can plan around it. When only the vendor’s harness separates two models, as with Terminal-Bench, treat the gap as an artifact of the scaffold until someone else reproduces it. Inkling-Small’s SWEBench-Verified lead sits in an uncomfortable middle: it is vendor-primary and precisely stated, but none of the independent coverage reviewed for this piece carried a SWEBench-Verified rerun of either model to check it against.

04Serving EconomicsActive parameters are the cost variable.

This is the part of the story that most coverage skipped. In a Mixture-of-Experts model, only a fraction of the network fires for any given token. Compute per token scales with the active parameter count, while the memory needed to hold the model resident scales with the total count. Inkling-Small changes both at once, and by almost the same proportion.

The table below computes each ratio as Inkling-Small ÷ Inkling × 100, rounded to the nearest whole percent, using only figures the vendor published itself. The comparison is a proxy, not a measured throughput benchmark — real serving cost also depends on batch size, expert routing efficiency, quantization format and KV-cache pressure. But it is a proxy built entirely from primary numbers.

Three cost levers compared between Inkling-Small and Inkling, with each ratio computed as Inkling-Small divided by Inkling times one hundred, rounded to the nearest whole percent.
Cost leverInkling-SmallInklingSmall ÷ InklingWhat it governs
Active parameters per token12B41B29%Per-token compute — the FLOPs a forward pass actually spends
Total parameters (weights resident)276B975B28%Accelerator memory needed to hold the model at all
Vendor API output price, per 1M tokens$1.20$4.0530%What Thinking Machines charges to serve it for you

The alignment across those three rows is the finding. Compute drops to 29%, resident memory drops to 28%, and the vendor’s own list output price drops to 30%. Thinking Machines did not publish a cost-per-token model, but its pricing decision is consistent with one: it is charging in proportion to the active parameters it has to spend, and the difference between the parameter ratio and the price ratio is smaller than a rounding artifact.

Active per token
What actually computes
12B

Six routed experts plus two shared, out of 256, fire for any given token. This is the number that sets FLOPs per forward pass — and it is roughly 29% of Inkling's 41B active.

Inkling: 41B
Weights resident
What has to fit in memory
276B

Sparse activation does not save you memory. Every expert must be resident even though most stay idle per token. At 28% of the parent's 975B, the hardware floor for self-hosting drops sharply.

Inkling: 975B
Vendor output price
Per 1M output tokens
$1.20

Thinking Machines states this figure explicitly in its own launch post, alongside $4.05 per 1M output tokens for Inkling. It is the one price all three published surfaces agree on.

Inkling: $4.05

There is one lever this table deliberately leaves out, because it does not follow the parameter ratio at all: KV-cache memory. That scales with the context you actually serve and the number of concurrent sessions, not with active or total parameters. Cut your model to 28% of its weight footprint and then run it at a half-million-token context across a fleet of agents, and KV cache becomes the binding constraint rather than the weights. Section 06 is about why that number is harder to pin down than it should be.

05Pricing SurfacesThree surfaces, one number they all agree on.

Inkling-Small’s pricing is published in three different places and they do not fully agree. The output price is identical everywhere — $1.20 per 1M tokens — which makes it safe to quote without a qualifier. The input price is not, and quoting it without naming the surface is how a cost model ends up wrong by two-thirds. Every figure in the table below is what the named surface showed when it was checked for this piece; provider listings move, so re-read them before they go into a budget.

Published pricing and context figures for Inkling-Small by surface, showing input price per million tokens, output price per million tokens, and the context window each surface states.
SurfaceInput / 1M tokensOutput / 1M tokensContext stated
Thinking Machines API list rate, as published on Artificial Analysis’ model page citing vendor pricing$0.30$1.201M on that page
Thinking Machines API, cache-hit input (same surface)$0.06 — an 80% discount vs cache-missunchanged at $1.20
Thinking Machines launch post (vendor primary)not stated in the post$1.20 — stated explicitly, against $4.05 for Inkling“up to 1M tokens”
OpenRouter provider listing$0.50$1.20524,288
Artificial Analysis article text256K
Tinker serving tiers — parent Inkling only64K / 256K options

The gap between $0.30 and $0.50 on input is 67% — meaningful for any workload that is input-heavy, which agentic coding emphatically is. Repository context, file reads and tool outputs dominate the token bill in a coding agent; output tokens are comparatively thin. If your cost model was built on the vendor-API input rate and you actually route through OpenRouter, the bill lands well above the projection. Cache-hit pricing at $0.06 per 1M on the vendor API is the other side of that: a coding agent that re-reads the same repository context across a long session is close to the ideal cache-hit workload, and that discount is larger than any benchmark margin in this post.

Artificial Analysis’ model page for Inkling-Small puts throughput on the Thinking Machines API at 95.1 output tokens per second, with time-to-first-token of 1.67 seconds. Neither figure is remarkable in either direction; both are worth measuring against your own prompts before assuming they hold under your concurrency. If cheap inference in bulk is the shape of your problem, the same discipline applies across vendors — see our playbook for bulk workloads on cheap inference.

06Context WindowTrained context is not served context.

There is no single correct context-window number for Inkling-Small, and any post that prints one is choosing a surface without telling you. The vendor states “up to 1M tokens” for both Inkling and Inkling-Small. The OpenRouter listing checked for this piece listed 524,288 tokens. Artificial Analysis’ article text describes a 256K token context window, while Artificial Analysis’ own model-listing page for the same model says 1M — an inconsistency inside a single analyst’s coverage.

The most instructive data point is one the vendor volunteered about the parent. On Tinker, Thinking Machines’ own fine-tuning and serving platform, Inkling is offered with context length options of 64K and 256K tokens. The lab that trained the model to “up to 1M” chose to serve it at a quarter of that or less. That is not dishonesty; it is what KV-cache economics look like when someone has to pay for the memory.

Provisioning rule
Size your infrastructure against the context you can actually rent or serve, not the trained maximum in the announcement. On the surfaces checked for this piece that means 256K to 524K depending on where you get Inkling-Small — and if you are self-hosting, whatever your KV-cache budget supports at your concurrency. Treat “up to 1M” as a capability ceiling, not a capacity plan.

This distinction is going to matter more, not less, over the next few releases. Long-context training has outrun long-context serving economics across the whole open-weights field, and the gap keeps widening as labs advertise the trained ceiling while platforms quote what they can afford to hold in memory. The honest question for any agent stack is not “what is the context window” but “what context length can I sustain across N concurrent sessions at my memory budget” — and those two numbers have been diverging all year.

07How It Was BuiltOn-policy distillation, then two weeks of coding RL.

Inkling-Small is not a from-scratch build. Thinking Machines post-trained an earlier checkpoint it had already shipped — “Inkling-Small (preview),” announced alongside the parent on July 15 with its own, lower preliminary benchmark table — in part using on-policy distillation with Inkling as the teacher model. Starting from that checkpoint, the lab continued scaling agentic-coding reinforcement learning for two weeks.

That sequence explains the shape of the ledger better than the headline does. On-policy distillation transfers the teacher’s behaviour on the student’s own generated trajectories — it is good at moving reasoning patterns and tool-use habits, and much worse at moving the stored factual knowledge that lives distributed across a 975B-parameter network. Then two weeks of RL pointed specifically at agentic coding sharpened exactly the axis that RL reward signals can reach. Reasoning and coding up, factuality down, is the predicted outcome of that recipe rather than a surprise.

The parent’s own training is the other half of the context: 45 trillion pretraining tokens spanning text, images, audio and video, a hybrid optimizer using Muon for large matrix weights and Adam for the rest, weight decay coupled to the square of the learning rate for stability, and RL scaled past 30 million rollouts across two long continuous runs. That is the knowledge base Inkling-Small was distilled from — and the reason its factuality gap is a distillation artifact rather than a training defect.

The two-week cadence is itself the news. A fifteen-day turnaround from parent release to a distilled sibling that outscores it on the evals buyers care about suggests the fast-follow small model is becoming a standard release pattern rather than an occasional one. For a longer view of how that pattern developed across the field, see the H1 2026 open-weight retrospective.

Where the vendor sets expectations itself
The Inkling-Small model card names its own limitations plainly: occasional failures to follow instructions precisely, degraded performance in long multi-turn conversations, uneven performance across underrepresented languages and domains, and an occasional tendency to comply with role-play and indirectly framed prompts concerning harmful topics. Thinking Machines recommends adding content filtering, rate limiting and monitoring at the application layer, and advises against unsupervised deployment in medical, legal or safety-critical decisions. The long-multi-turn caveat is the one agent builders should read twice.

08For Agent StacksWhat this changes for self-hosted agent stacks.

The decision this release forces is narrower than “should we switch models.” It is a routing decision, and the ledger above answers it per workload class rather than in aggregate.

Repository coding agents
Reasoning over supplied context

The work the model is asked to do — read files, run tests, edit code — is reasoning over context you hand it, not unaided recall. That is the profile where Small's 80.2% SWEBench-Verified and 29% active-parameter cost line up. Benchmark it on your own repos before switching defaults.

Try Inkling-Small
Research & support agents
Unaided factual recall

SimpleQA Verified 20.6% against the parent's 43.9%, and an AA Omniscience Index of −9.0 against 2.1, are disqualifying for anything answering questions without retrieval. If you must use Small here, put a retrieval layer in front of it and treat the model as a reasoner, not a knowledge store.

Keep the parent, or add retrieval
General tool-use agents
Multi-step business workflows

τ³-Banking at 15.5% against 23.7% is the clearest non-factuality loss in the set, and both the vendor and Artificial Analysis agree on it. General agentic tool use is not the same capability as agentic coding, and this release separates the two more sharply than the summary framing implies.

Stay with the parent
Licensing-constrained deployment
Apache 2.0, no revenue gate

Inkling-Small ships full weights under Apache 2.0, confirmed on the model card and in the Hugging Face repo metadata. Deployment runs through SGLang, vLLM, TokenSpeed, Unsloth or Hugging Face transformers, and the repo lists numeric formats BF16, MXFP8 and NVFP4, with quantized variants for llama.cpp, Ollama and LM Studio.

Clean licence, wide tooling

That last row deserves a sentence of its own, because open weights are not a single legal category. Inkling-Small’s Apache 2.0 licence imposes no revenue threshold and no commercial-inference gate, which is materially different from Kimi K3’s more restrictive open-weights licence. If your deployment plan involves serving the model to paying customers, the licence text is a harder constraint than any benchmark on this page.

Our read on where this goes: the interesting frontier for self-hosted agent infrastructure is no longer the largest model a lab will publish, but the smallest active-parameter count that clears the bar on the specific eval a stack is built around. A 12B active model at 80% on SWEBench-Verified puts a serious coding agent within reach of hardware budgets that could not have hosted the parent at all, and the distillation recipe that produced it is repeatable. Expect more parent-plus-fast-follow pairs, and expect the factuality gap to be the recurring cost — which makes retrieval architecture, not model selection, the thing worth investing in. If you are evaluating open weights against closed frontier for specific pipelines, our AI transformation engagements start with exactly this kind of comparative eval, and our engineering team builds the retrieval and evaluation harnesses that make the comparison mean something.

09ConclusionThe cheapest model in the family is now the best at the job.

Open weights, August 2026

Active parameters, not total parameters, are what you actually pay for.

Inkling-Small is a genuinely interesting release for one specific reason, and it is not the leaderboard result. A 12B-active model clearing 80% on SWEBench-Verified — on the vendor’s own harness, and with the caveats named above — changes which hardware budgets can host a serious coding agent. Compute drops to roughly 29% of the parent, resident memory to 28%, and the vendor’s own output price to 30%. Those three numbers agreeing is the whole argument.

The trade is real and the vendor states it without spin: reasoning and agentic coding up, knowledge coverage and factuality down. A SimpleQA Verified score of 20.6% against 43.9% is not a rounding difference, and the τ³-Banking gap says general agentic tool use did not come along for the ride either. Route this model at coding work where context is supplied, not at unaided recall, and the trade works in your favour. Point it at a research agent and it does not.

The discipline this release rewards is the boring kind. Name the harness behind every benchmark you plan around — Terminal-Bench separates these two models on the vendor’s scaffold and ties them on an independent one. Name the surface behind every price, because input rates differ by 67% between the vendor API and OpenRouter while the output rate is identical. And size infrastructure against served context, not trained context, because the lab that trained this family to “up to 1M” serves the parent at 64K and 256K. Get those three habits right and the model choice mostly takes care of itself.

Put open weights into production properly

A 12B-active model at 80% on SWEBench-Verified makes self-hosted coding agents affordable again.

Our team benchmarks open-weight models against closed frontier on your own repositories and prompts, builds the retrieval layers that cover a distilled model's factuality gap, and sizes self-hosted agent infrastructure against served context rather than headline numbers.

Free consultationExpert guidanceTailored solutions
What we work on

Open-weight model engagements

  • Benchmarking open weights on your own repos and prompts
  • Retrieval architecture to cover distillation factuality gaps
  • Self-hosted agent infrastructure and KV-cache budgeting
  • Multi-model routing by workload class, not by headline
  • Licence and deployment review before production rollout
FAQ · Inkling-Small

The questions teams ask before switching.

Inkling-Small is an open-weights Mixture-of-Experts language model released by Thinking Machines Lab on July 30, 2026. It has 276 billion total parameters with 12 billion active per token, across a 42-layer decoder-only architecture with 256 experts — six routed plus two shared active per token — and hybrid local/global attention layers. It was trained on NVIDIA GB300 NVL72 systems and accepts audio and image input natively alongside text, producing text output. Full weights are published on Hugging Face under Apache 2.0, fine-tuning is available through Tinker, and chat access runs through Tinker Playground. It arrived fifteen days after Inkling, its 975B-total, 41B-active parent model, which shipped on July 15, 2026.
Related dispatches

Continue exploring open-weight releases.

AI Development

Inkling: Murati’s Open-Weight Bet Lands on Hugging Face

Mira Murati's Thinking Machines shipped Inkling, a 975B-parameter Apache 2.0 model built to be fine-tuned, not to top benchmarks. The customize-don't-rent bet.

July 16, 2026 · 12 minRead
AI Development

Cohere North Mini Code: An Open 30B Agentic Coding Model

Cohere's first open-source model is a 30B MoE that runs on a single H100, scores 33.4 on the Coding Index, and ships under Apache 2.0. Full breakdown.

June 13, 2026 · 14 minRead
AI Development

NVIDIA Nemotron 3 Ultra: 550B Open Reasoning Model Live

NVIDIA shipped Nemotron 3 Ultra, a 550B open MoE reasoning model with weights, data and recipes under a permissive license. It runs fast but trails Kimi K2.6.

June 5, 2026 · 12 minRead
AI Development

StepFun Step 3.7 Flash: 196B MoE Agentic Vision Model

StepFun's Apache-2.0 Step 3.7 Flash pairs a 196B MoE backbone with a 1.8B vision encoder, activating ~11B params per token. The cost case for agentic teams.

May 30, 2026 · 10 minRead
AI Development

Google AI Plans: Free vs Plus vs Pro vs Ultra 2026

Google's AI subscription tiers after I/O 2026 — AI Plus $7.99, AI Pro $19.99, AI Ultra $100 (new), AI Ultra $200 (was $250). Feature matrix and decision tree.

May 23, 2026 · 14 minRead
AI Development

Computer-Use Agents: Microsoft vs Anthropic vs Google

Microsoft GA, Anthropic public beta, and Google Gemini preview — OSWorld scores now 78% across frontier models above the ~72% human baseline. Routing guide.

May 22, 2026 · 16 minRead