
TL;DR
A new American open-weights frontier model with multimodal capabilities, 1M token context, and competitive benchmarks. Here's what the HN community thinks.
| Resource | Link |
|---|---|
| Inkling Announcement | thinkingmachines.ai/news/introducing-inkling |
| Hacker News Discussion | news.ycombinator.com/item?id=48924912 |
| Model on Hugging Face | huggingface.co/thinkingmachines/inkling |
| Tinker Playground | tinker.thinkingmachines.ai/playground |
Last updated: July 15, 2026
Thinking Machines Lab just released Inkling, a 975 billion parameter open-weights model that represents the most capable American-made open model to date. With multimodal capabilities across text, images, and audio, plus a 1 million token context window, it enters a market dominated by Chinese open-weights models like GLM 5.2 and DeepSeek V4.
Inkling uses a Mixture-of-Experts architecture with 975B total parameters and 41B active per forward pass. The MoE configuration runs 256 routed experts plus 2 shared experts per layer, with 6 routed experts active per token. The architecture interleaves sliding-window and global attention layers at a 5:1 ratio with 8 KV heads.
Key specs:
The benchmarks position Inkling as competitive with frontier models on reasoning tasks:
| Benchmark | Score |
|---|---|
| AIME 2026 | 97.1% |
| GPQA Diamond | 87.2% |
| Humanity's Last Exam (text) | 29.7% |
| Humanity's Last Exam (with tools) | 46.0% |
| SWEBench Verified | 77.6% |
| Terminal Bench 2.1 | 63.8% |
| MMMU Pro | 73.5% |
| VoiceBench | 91.4% |
| FORTRESS Adversarial | 78.0% |
The 78% FORTRESS score is notable as the highest among open-weights models tested for adversarial robustness.
Unlike most open-weights models that focus on text, Inkling handles audio natively via dMel spectrograms and encodes images as 40x40 pixel patches. This makes it immediately useful for applications that need to process voice or visual inputs without bolting on separate models.
The VoiceBench score of 91.4% and MMMU Pro of 73.5% suggest the multimodal training actually worked rather than being a marketing checkbox.
Newsletter
Get the weekly deep dive
Tutorials on Claude Code, AI agents, and dev tools, delivered free every week.
From the archive
Jul 15, 2026 • 8 min read
Jul 15, 2026 • 8 min read
Jul 14, 2026 • 7 min read
Jul 14, 2026 • 6 min read
The technical writeup reveals some interesting choices:
The 30 million rollout number for RL is substantial and suggests they took the reinforcement learning phase seriously rather than treating it as a quick polish.
The Hacker News discussion (440+ points, 100+ comments) shows a mix of cautious optimism and skepticism.
The positive takes:
The most upvoted sentiment frames this as America getting back in the open-weights race. One commenter noted: "America needs its own DeepSeek or Z.ai, a lot of people root for open Chinese models to win because they have no other choice. Thinking Machines might be it."
Several commenters appreciated the multimodal capabilities, particularly the audio support: "It's nice to see a strong long context open weights model that is multi-modal. There are many applications that will benefit from the strength in audio here."
The skepticism:
The main criticism concerns competitive positioning. With GLM 5.2 already available and performing slightly better on most coding benchmarks, the value proposition for a larger model is unclear. One commenter asked bluntly: "If it's ~30% bigger and not as good as GLM 5.2, why would I tinker with this model?"
Others pointed to the $2B raise at $12B valuation, comparing debut benchmark rankings unfavorably to models from smaller labs.
The practical concerns:
Multiple commenters noted the model isn't yet available on OpenRouter or other common inference providers, making real-world testing difficult. The Hugging Face weights require significant hardware - even the smaller 276B/12B active variant would need quantization to fit on consumer hardware.
Thinking Machines positions Inkling as "a good open-weights base for customization" rather than claiming benchmark dominance. The integration with their Tinker platform for fine-tuning suggests they're targeting organizations that need specialized models rather than raw benchmark performance.
The Apache 2.0 licensing (with an Acceptable Use Policy) keeps it genuinely open, though the AUP adds some restrictions typical of responsible AI releases.
Inkling is available through several providers:
The model has also been integrated into vLLM, SGLang, llama.cpp, and Hugging Face Transformers through partnerships with the respective development teams.
For developers choosing between open-weights models, the current landscape looks like:
| Model | Architecture | Active Params | Strengths |
|---|---|---|---|
| GLM 5.2 | Dense | ~32B | Coding, speed |
| DeepSeek V4 | MoE | ~37B | Reasoning, cost |
| Qwen 3.6 | Dense | 27B | Multilingual |
| Inkling | MoE | 41B | Multimodal, context |
Inkling's 1M context and native audio/vision support differentiate it, but the larger active parameter count means higher inference costs compared to competitors.
If you're running local inference, the 276B/12B Inkling-Small variant (currently preview) is the more realistic option. At 2-bit quantization it might fit in 128GB, making it theoretically runnable on high-end consumer hardware.
For API-based workloads, the multimodal capabilities are the main draw. If your application needs to process audio alongside text without managing multiple models, Inkling is worth evaluating.
The Tinker fine-tuning platform adds value for teams building specialized applications, though you'll need to weigh the lock-in against the convenience.
The release of Inkling-Small weights will be the real test of adoption. A model that can run on a DGX Spark or high-end workstation would open much broader experimentation than the full 975B version.
For now, Inkling represents a meaningful entry from an American lab in a space dominated by Chinese open-weights models. Whether it gains traction depends on how quickly inference providers optimize for it and whether the multimodal capabilities prove useful in practice.
Read next
Switzerland's fully open foundation model promises transparent training data and EU compliance. The HN crowd has questions about actual performance.
6 min readMeta's first paid API model arrives with $1.25/M input tokens, 1M context window, and strong tool-use benchmarks. HN debates what it means for the open-weights company.
5 min readA solo developer built a 1,300-line C inference engine that runs the 744B GLM 5.2 model on consumer hardware by streaming routed experts from disk. Here's how it works.
6 min readTechnical content at the intersection of AI and development. Building with AI agents, Claude Code, and modern dev tools - then showing you exactly how it works.
DeepSeek's reasoning-first model built for agents. First model to integrate thinking directly into tool use. Ships along...
View ToolDeepSeek's open-weights frontier family, previewed April 24, 2026. V4-Pro is 1.6T total / 49B active params; V4-Flash is...
View ToolAnthropic's AI. Opus 4.6 for hard problems, Sonnet 4.6 for speed, Haiku 4.5 for cost. 200K context window. Best coding m...
View ToolOpenAI's flagship. GPT-4o for general use, o3 for reasoning, Codex for coding. 300M+ weekly users. Tasks, agents, web br...
View ToolInstall Ollama and LM Studio, pull your first model, and run AI locally for coding, chat, and automation - with zero cloud dependency.
Getting StartedUse opus, sonnet, haiku, and best to switch models easily.
Claude CodeInteractive UI to switch models and effort sliders mid-session.
Claude Code
NVIDIA just released Nemotron Nano 2 VL - an open-source vision language model that's 4x more efficient than previous models. In this video, I break down what makes this 12-billion parameter...

Exploring Google's Advanced Gemma 2 AI Models and Exciting Updates In this video, I delve into Google's newly released Gemma 2 AI models, including the 9 billion and 27 billion parameter versions....

Introducing Meta Llama 3: The most capable openly available LLM to date Meta has released two groundbreaking AI models under the Lama 3 series, an 8 billion parameter model and a 70 billion...

Switzerland's fully open foundation model promises transparent training data and EU compliance. The HN crowd has questio...

A solo developer built a 1,300-line C inference engine that runs the 744B GLM 5.2 model on consumer hardware by streamin...

Tencent's Hy3 ships 295B parameters but activates only 21B per token, matching flagship performance at flash-tier pricin...

A developer got Google's Gemma 4 26B running on 2013 Xeon hardware for under $300. The fix for a silent MoE bug is now u...

Days after getting caught uploading entire codebases to xAI servers, Grok Build is now open source on GitHub. The HN com...

PrismML's Bonsai 27B uses 1-bit quantization to compress a 27B model to 3.9GB - small enough to run on an iPhone. Here's...

New tutorials, open-source projects, and deep dives on coding agents - delivered weekly.