📊 Full opportunity report: What Does Thinking Machines’ Inkling Tell Us About AI’s Next Step? on ThorstenMeyerAI.com — validation score, market gap, and execution plan.

TL;DR

Thinking Machines launched Inkling, a 975-billion-parameter open-weight AI model, emphasizing transparency and honest benchmarking. The model’s open weights are available on Hugging Face under Apache 2.0, marking a significant step in open AI development.

Thinking Machines has officially released Inkling, its latest foundation model, making the full weights available on Hugging Face under the Apache 2.0 license. This marks a notable moment in AI development, emphasizing transparency and ownership over proprietary models, and directly addresses ongoing debates about open-source AI’s role and restrictions.

Inkling is a 975-billion-parameter, multimodal transformer designed to process text, images, and audio jointly, supporting a one-million-token context window. It was pretrained on 45 trillion tokens across various modalities, with a focus on transparency and open access. The model’s weights are publicly available, allowing users to download, modify, and deploy independently, a departure from typical proprietary AI models.

Thinking Machines explicitly stated that Inkling is not the strongest model available today, but its open-access approach is significant. The model was trained using a hybrid optimizer on NVIDIA hardware, with reinforcement learning improving reasoning performance. A smaller version, Inkling-Small, is also in testing, showing promising benchmark results. The release includes a detailed license and hints at a separate Model Acceptable Use Policy, which may impose restrictions beyond the Apache license, raising questions about the scope of openness.

At a glance
reportWhen: announced March 2024
The developmentThinking Machines released Inkling, a large, open-weight AI model, with full weights available publicly, challenging traditional closed models.
The Weights Came First: Inkling — Reality Check
AI Dispatch · Reality Check · 16 July 2026

The weights came first: what Inkling actually signals

Mira Murati’s lab shipped its first foundation model — and the model isn’t the story. The order of operations is: full weights, Apache 2.0, day one, before any closed API. Plus a rare concession — the lab says it’s not the strongest model available, open or closed.

975B / 41B
total / active · MoE
1M
context window
45T
pretrain tokens
T · I · A
text · image · audio in
Apache 2.0
the licence*
Licence over leaderboard — what’s actually open
Model weightsBF16 + NVFP4 checkpoints on Hugging Face — download, modify, commercialize, keep
Apache 2.0 licenceconfirmed on the model card & HF repo — the real thing, not a source-available lookalike
Day-0 toolingtransformers · vLLM · SGLang · llama.cpp · TokenSpeed · Unsloth
Training data / pipelinenot published — open weights ≠ open source. Industry norm, but say it plainly
Separate use policy?reported: a Model Acceptable Use Policy over parameters & modified versions, barring surveillance, deception & fully automated decisions affecting rights
Unverified — check the model card yourself. If it reads as reported, Apache 2.0 isn’t the whole legal picture, and for ISR / geospatial / public-safety builders that clause is a go/no-go, not a footnote.
▲ Where it’s strong
  • AIME 2026 97.1%
  • GPQA Diamond 87.2%
  • MCP Atlas (Nemotron 44.7%) 74.1%
  • VoiceBench · open-weight audio frontier 91.4%
  • FORTRESS adversarial · best open 78.0%
  • ForecastBench · calibration 61.1
▼ Where it’s behind
  • HLE text-only (GLM-5.2 40.1%) 29.7%
  • SWE-bench Pro (GLM-5.2 62.1%) 54.3%
  • Terminal-Bench 2.1 (GLM-5.2 82.7%) 63.8%
  • SWE-bench Verified (Fable 5 95.0%) 77.6%
  • Design Arena · 2nd open, behind GLM-5.2 ~10th
◆ The dial nobody’s talking about — controllable thinking effort

A 0.2 → 0.99 effort setting trades reasoning tokens against cost & latency, so you get a curve, not a point. On Terminal-Bench 2.1 it reportedly matches Nemotron 3 Ultra at ~⅓ the tokens. Peak score is a vanity metric when you serve millions of calls; the cost curve is what ships. (Bonus: its chain of thought compressed on its own during RL — nobody rewarded it; efficiency did.)

0.2 · fast & cheap 0.99 · max effort
⚑ The China question — & the irony

Pitched as the Western alternative to Chinese open weights (censorship-resistance training is the differentiator). But GLM-5.2 still wins on agentic/reasoning and Kimi K2.6 often on multimodal: best American open model, second in the open field. The irony — post-training was bootstrapped on synthetic data from Kimi K2.5.

⚠ Open weights you probably can’t run

BF16 needs ≥2 TB aggregate VRAM (8× B300 / 16× H200). NVFP4 still needs ≥600 GB. Not a workstation model — a 512 GB fleet falls just short. “Open” ≠ “runnable.” Mitigations: 1-bit GGUFs (~74% acc.), hosted eval routes, and Inkling-Small (12B active) — the release local-first builders actually want.

The take

Open weights used to be a consolation prize. Inkling is a strategic open release — Apache 2.0, natively multimodal, honestly marketed, published complete on day one, optimized for deployment rather than headlines (the model isn’t the product; the fine-tuning platform is). It doesn’t need to win every benchmark for that to matter. The frontier is learning that owning the base beats renting the API — arriving now from the inside. For the sovereignty buyer: ① a real Western hedge against being switched off · ② verify the use policy before you build · ③ check the VRAM, then benchmark vs GLM-5.2 & Kimi K2.6 on your task.

Sources: Thinking Machines Lab (announcement, model card, HF repo, 15 Jul 2026); Hugging Face; VentureBeat, TechCrunch, BenchLM, LinkLoot, XenoSpectrum, NewsCord; Nathan Lambert via X. Benchmarks are vendor-published (some via Artificial Analysis) & await independent replication; some reflect a pre-release checkpoint. The AUP is reported, not verified here.
thorstenmeyerai.com

Implications of Open-Weight Model Release

The release of Inkling under an open license signifies a shift towards greater transparency and ownership in AI development, enabling organizations to fine-tune, inspect, and deploy the model independently. This challenges the traditional model of renting AI via APIs and raises important questions about data privacy, licensing restrictions, and responsible use. The transparency around the model’s capabilities and limitations provides a new benchmark for evaluating AI safety and performance, particularly in safety-critical domains.

However, the potential layered restrictions through a separate Acceptable Use Policy could complicate the open-source narrative, especially if they limit surveillance, deception, or automated decision-making. This development may influence industry standards, regulatory policies, and the future of open AI research, emphasizing the importance of clear licensing and usage terms.

Accelerate Everything with Tensor Cores: A Developer’s Guide to High-Performance AI, Efficient Training, and Scalable Models

Accelerate Everything with Tensor Cores: A Developer’s Guide to High-Performance AI, Efficient Training, and Scalable Models

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Background on Open-Weight AI Models and Industry Norms

Historically, AI models like GPT-3 and others have been released as closed proprietary systems, with only API access provided to users. Open-source efforts, such as those on Hugging Face, have offered weights under licenses like Apache 2.0, but often with limited transparency regarding training data and pipelines. Recent industry debates focus on the trade-offs between openness, safety, and commercial viability.

Thinking Machines, founded by former OpenAI CTO, has a reputation for building advanced models. Its decision to release Inkling’s full weights openly, while openly acknowledging it isn’t the strongest, marks a deliberate move towards transparency. The company’s approach contrasts with recent industry trends, where many firms prefer controlled API access or closed weights to retain commercial control.

“Inkling is not the strongest model today, but its open access under Apache 2.0 provides maximum flexibility for users.”

— Thinking Machines spokesperson

The Practical Guide to Large Language Models: Hands-On AI Applications with Hugging Face Transformers

The Practical Guide to Large Language Models: Hands-On AI Applications with Hugging Face Transformers

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Unresolved Questions About Inkling’s Use Restrictions

It remains unclear how the separate Model Acceptable Use Policy will be enforced and what specific restrictions it imposes beyond the Apache 2.0 license. The extent to which these restrictions could limit commercial or research applications is still unknown, as the policy has not been publicly verified.

Additionally, the long-term implications of layered licensing and restrictions on open-source models are still developing, and industry consensus on best practices remains unsettled.

AI Engineering: Building Applications with Foundation Models

AI Engineering: Building Applications with Foundation Models

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Future Developments and Industry Impact of Inkling

Next steps include independent benchmarking of Inkling’s performance, verification of the Acceptable Use Policy, and broader industry responses to open-weight releases. Companies and researchers will likely test the model’s capabilities in real-world applications, assess safety and compliance, and evaluate how layered restrictions influence adoption. Further updates from Thinking Machines on testing and licensing clarifications are expected in the coming months.

Laplink PCmover Migration Software - Initial Pay-Per-Use License Fee - Monthly invoicing for additional uses - $29.95/license with Super Speed USB 3.0 cable - Business Technician, 10 Licenses

Flexible Pay-Per-Use Structure: Laplink's Technician licensing bills only for completed transfers. One license covers unlimited transfer attempts from…

As an affiliate, we earn on qualifying purchases.

As an affiliate, we earn on qualifying purchases.

Key Questions

What makes Inkling different from other AI models?

Inkling is notable for its full open weights under Apache 2.0, allowing free download, modification, and deployment, unlike most proprietary models. It also supports multimodal input and has a large context window, making it versatile for various applications.

Does open weights mean the model is fully open source?

No. While the weights are open under Apache 2.0, the training data, training pipeline, and any layered Acceptable Use Policy may impose restrictions, meaning it is not fully open source in the traditional sense.

What are the potential risks of layered licensing restrictions?

Layered restrictions could limit the model’s use in certain domains, create legal uncertainties, and undermine transparency if enforcement is inconsistent or opaque.

Why does this release matter for the AI industry?

It signals a shift toward greater transparency and ownership options in AI, challenging the dominance of closed models and potentially influencing industry standards and regulatory policies.

Source: ThorstenMeyerAI.com

You May Also Like

Build vs Buy a Prebuilt AI Workstation

Struggling to choose between building or buying your AI workstation? Discover the real pros and cons, backed by latest 2026 insights, to make the right call.

Fable 5 Is Back. GPT-5.6 Is Next. And Anthropic Reportedly Already Has Something Stronger.

Anthropic restores Fable 5 after government blackout; OpenAI previews GPT-5.6, with rumors of a more capable Anthropic model circulating. What this means for AI development.

Quiet GPUs for Local AI: Acoustic and Thermal Roundup

This roundup compares the quietest GPUs for local AI in 2026, focusing on thermal and acoustic performance across VRAM tiers and cooling strategies.

Governments, companies, nonprofits should invest in free, open source AI [pdf]

Experts urge governments, companies, and nonprofits to fund open source AI development to promote innovation, transparency, and equitable access.