Thinking Machines Lab has released Inkling, its first open-weights model and its first public artifact after roughly eighteen months of building infrastructure out of view. Inkling is a 975-billion-parameter mixture-of-experts transformer with 41 billion active parameters, natively multimodal over text, images and audio, pretrained on 45 trillion tokens spanning text, images, audio and video. The MoE layout largely follows DeepSeek-V3: 256 routed experts plus two shared experts per layer, six routed experts active per token, a sigmoid router with auxiliary-loss-free load-balancing bias. Two architectural choices break from the field. Attention interleaves sliding-window and global layers at a five-to-one ratio with eight key-value heads, and positional information comes from relative positional embeddings rather than RoPE — the team argues RPE both performs better and extrapolates further to longer sequences. The model is encoder-free: audio enters as dMel spectrograms and images as 40-by-40-pixel patches through a four-layer hMLP, both trained from scratch and processed jointly with text tokens. Context runs to one million tokens natively.
The training recipe is where the release earns attention. Optimization is a hybrid — Muon for large matrix weights, Adam for everything else — with weight decay coupled to the square of the learning rate, which kept weight norms stable across training horizons. Post-training ran large-scale asynchronous reinforcement learning across more than 30 million rollouts in two long continuous runs, with aggregate held-out reasoning reward climbing log-linearly from 0.264 at supervised-fine-tuning initialization to 0.356 at the released checkpoint. A continuous effort dial, swept from 0.2 to 0.99, was taught by varying the system message and the per-token cost per sample. One emergent finding stands out: chain-of-thought spontaneously compressed over RL, dropping articles and connectives while remaining comprehensible and leaving final answers unaffected — nothing in the reward targeted brevity, efficiency alone drove it. The company also concedes that an initial bootstrap SFT ran on synthetic data generated by open-weights models including Kimi K2.5, framed as a small fraction of total compute.
The benchmark story is deliberately modest. Thinking Machines states plainly that Inkling is not the strongest model available today, open or closed. It posts 29.7% on text-only Humanity's Last Exam, 97.1% on AIME 2026, 87.2% on GPQA Diamond, 77.6% on SWE-Bench Verified and 63.8% on Terminal-Bench 2.1, trailing GLM-5.2 and Kimi K2.6 on most reasoning axes while leading the open-weights field on SWE-Bench Pro, MCP Atlas, Tau-3 Banking and adversarial FORTRESS. Artificial Analysis scores it 41 on its Intelligence Index, eighteenth overall. The efficiency claim is sharper than the capability claim: Inkling spends one third as many tokens as Nemotron 3 Ultra to reach the same Terminal-Bench performance. The pitch is fit-for-customization rather than frontier-chasing, with fine-tuning on Tinker — which is where TechCrunch notes the company's revenue actually has to come from.
Weights are on Hugging Face in both original and NVFP4 checkpoints, with SGLang and Miles shipping day-zero support and APIs live on TogetherAI, Fireworks, Modal, Databricks and Baseten. The caveats are real and mostly self-declared. Terminal-Bench 2.1 used an internal coding harness against self-reported external numbers, and a small number of solutions were found contaminated from web search and scored zero. SWE-Bench Verified ran on a bash-only harness. Several competitor figures on audio and chart reasoning were produced in-house rather than taken from official leaderboards. The forecasting and epistemics results came from a different checkpoint than the one released. Inkling-Small, at 276 billion total and 12 billion active parameters, remains a preview with weights still unreleased. And the license — the single fact that determines what open-weights actually means here — is not named anywhere in the announcement.
- Latent Space calls it "not a SOTA model" but a solid baseline American open model, praising taste and depth.
- TechCrunch reads Inkling as a loss-leader for Tinker, and asks who in the enterprise market it is really for.
- Artificial Analysis scores it 41 on the Intelligence Index — eighteenth overall, mid-pack among open weights.
- LMSYS shipped day-zero SGLang and Miles support, indicating serving-stack coordination well before launch.
- Hacker News gave the announcement 892 points, with a second 121-point thread on the parameter count alone.