Hook
Four thousand downloads in seven days.
That number is not the headline Thinking Machines wanted. It is the one I keep circling. In the age of viral model releases, four thousand Hugging Face downloads is a whisper. But whispers carry narratives, and narratives are where I make my living.
Inkling-Small is the first open-weight model from Thinking Machines, the company founded by Mira Murati only a year after her exit from OpenAI. The launch report positions it as a frontier model built on "the complete American stack." The spec sheet is aggressive: 276 billion total parameters, 12 billion active, one million token context, native multimodal support, and benchmark scores that claim to match the strongest Chinese open-weight models. SWE-bench Verified 80.2%. Terminal Bench 2.1 64.7%. AIME 95.1% at max effort.
I have been through this ride before. In late 2016, when TheDAO still looked like a brilliant idea to most of the market, I spent a weekend reading its Solidity code and found the reentrancy condition that would eventually empty the treasure chest. My warning to three friends saved them a meaningful slice of their ETH. Since then, I have trusted code over quotes, and narrative over noise. Searching for truth in the noise of the network means starting with the least exciting number on the page. So I started with four thousand downloads.
Context
What exactly is Inkling-Small? It is a mixture-of-experts model. The network contains 276 billion parameters in total but routes only 12 billion active parameters through any given token. This is the same architecture family as DeepSeek-V3, which has 671 billion total and 37 billion active, and the Mixtral line that popularized sparse expert routing. The design goal is to capture the capacity of a large model while keeping inference cost close to that of a small one. The product slogan would be "big total, small active, deep reasoning." The engineering term is "MoE efficiency optimization." Both are true.
The broader package includes a serverless API called Tinker, a fine-tuning endpoint, and downloadable weights on Hugging Face. The API context window is 256K tokens, even though the underlying model claims a one-million-token context. The public price is $0.30 per million input tokens and $1.20 per million output tokens. Fine-tuning is advertised at $1.73 per million tokens, with a 50% intro discount. The launch report does not say whether the weights ship under a permissive license, what training data were used, or how the safety alignment was performed.
The report compares Inkling-Small with OpenAI Luna at $0.20/$1.20, Kimi K3 at $3.00/$15.00, and DeepSeek V4-Flash at $0.14/$0.28. It calls Inkling-Small the strongest open-weight model with a complete American development stack. It also claims the price is about half of OpenAI Luna. That claim is wrong on its face. I will show you why in a moment. But first, let us acknowledge the strategic shape: Thinking Machines wants to stand between DeepSeek’s price floor and OpenAI’s walled garden, occupying the only territory that matters right now — trusted open weights for compliance-sensitive enterprises.
Core
The architecture is mature efficiency, not a miracle
MoE is now the default way to make large models cheap enough to serve. Inkling-Small’s 276B/12B split is close in spirit to DeepSeek-V3’s 671B/37B. The fact that 12 billion active parameters can score 80.2 on SWE-bench is impressive, but it says little about the quality of the expert routing, the diversity of the training data, or the model’s behavior in long-tail production tasks. A model can be excellent at a benchmark and fail in a real codebase because the test distribution and the production distribution are different. The report reveals none of these details.
The report is also silent on training FLOPs, GPU-hours, and the full cost of the run. If the core American story is cost efficiency, silence here is dangerous. DeepSeek changed the conversation not merely because it was capable but because it showed that a very large MoE model can be trained at a fraction of the expected bill. Thinking Machines cannot borrow that story if it hides its own bill. There may be legitimate reasons for secrecy: commercial sensitivity, supply-chain security, or investor preference. But from the outside the absence reads like a page that would not survive printing.
Then there is the AIME 2026 label. AIME is an annual contest. Each edition has a year. If the report lives in 2025, AIME 2026 cannot exist. This could be a code name, a typo, or a sign that the document is sloppier than it looks. In my security career, I call these things canaries. When one fact on a page is impossible, every neighboring fact deserves a second read.
The price myth: half of Luna fails arithmetic
Now the pricing. The report claims Inkling-Small costs about half of OpenAI Luna. The table below uses the report’s published numbers.
| Model | Input USD / million tokens | Output USD / million tokens | | --- | ---: | ---: | | Thinking Machines Inkling-Small | 0.30 | 1.20 | | OpenAI Luna (as reported) | 0.20 | 1.20 | | Kimi K3 (as reported) | 3.00 | 15.00 | | DeepSeek V4-Flash (as reported) | 0.14 | 0.28 |
There is no mix of inputs and outputs where $0.30/$1.20 equals half of $0.20/$1.20. If a workload is 60% input tokens and 40% output tokens, the blended cost for Inkling-Small is $0.66 per million tokens against $0.60 for Luna — ten percent higher. If a workload is output-heavy, the two have the same output price, so the bill is nearly identical. If a workload is input-heavy, the American model is 50% more expensive. The claim only works if you compare output prices only, or if you bake in the 50% intro discount on fine-tuning, which is a different service. This is not a rounding error; it is a misrepresentation.
Pricing is not a philosophical signal in enterprise procurement. It is a unit-economics decision. The strongest reason to buy an American open-weight model is compliance, not cheapness. But by making a false cost claim, the report undermines the very credibility that compliance buyers need. In crypto, a minor mismatch in a tokenomics table is enough to crater a project’s reputation. In AI, a wrong comparison is enough for a vendor review board to pause. DeepSeek remains 2.1 times cheaper on input and 4.3 times cheaper on output. If the pitch is "we are better," show me. If the pitch is "we are safer," show me the evidence. If the pitch is "we are cheaper," the math has to work.
The three-layer wedge and the $1.73 mystery
Thinking Machines is running a classic three-layer wedge: open weights for acquisition, API for revenue and telemetry, and fine-tuning for lock-in. The open-weights release gives developers the freedom to self-host, audit, and trust. The serverless API lowers the barrier to production pilots. The fine-tuning product catches the most valuable workflow: when a developer fine-tunes on proprietary code, the resulting weights are theirs, but the relationship is no longer a commodity. Switching later means re-fine-tuning from scratch. That is a genuine moat.
Yet the fine-tuning price is technically strange. $1.73 per million tokens is not a natural unit for training. Fine-tuning cost depends on GPU-seconds, sequence lengths, optimizer states, batch sizes, and how many parameters are trainable. Charging by token is a simplification that treats a training run like an inference call. It may make the price easy to quote, but it is not a reliable comparison with inference pricing. The 50% intro discount is a bigger tell. It is an admission of cold start. A platform with busy fine-tuning demand does not need to cut prices in half on day one.
The report lacks API volume, active developers, enterprise logos, cloud marketplace listings, and revenue run-rate. If strong usage existed, a launch report would say so. The four thousand downloads in the first week are the only public number. Many of those downloads may be mirrors, bots, and weekend experiments. Four thousand is not ecosystem lock-in. It is an early proof-of-concept.
Nor is there a license mention. "Open-weight" is not the same as "open-source." A bank cannot approve an AI model without knowing whether its derivative weights can be used commercially. The license may be restrictive or permissive; the report does not say.
Competitive positioning: where Inkling-Small actually sits
Based only on the data in the report, Inkling-Small’s profile is lopsided. On coding and agentic tasks it is at or near the top of open-weight releases. On math it claims a very high score, with the caveat about max-effort scoring. On long context it offers a million-token window, although the serverless API only exposes 256K. On multimodal support it is ahead of pure-text Chinese rivals. On price it is structurally behind DeepSeek. On ecosystem traction it is behind Kimi and DeepSeek by a wide margin if four thousand first-week downloads is the signal. That shape is the profile of a product built for a niche, not for total global leadership.
Benchmark tables tend to flatten context. My own scoring read, based on the report, is something like this: software engineering and agentic tool use, 4.5 out of 5; math, close to 5, with the max-effort caveat; multimodal, competitive but underdocumented; long context, 5 as a specification and 3 in practice, because the exposed API window is only a quarter of the promoted window; price, 3 against DeepSeek and 5 against Kimi; ecosystem, 2.5. The only dimension where the product feels like an obvious winner is the American-stack compliance story.
That lobe of the brain is not in the parameter count. It is in the company registration, the cloud partner, the legal review path, and the ability to say "We did not use a Chinese model." Those are real features for an institutional buyer. They do not show up on SWE-bench.
Infrastructure and cost: the quiet constraints
A 276-billion-parameter MoE model is not cheap to train. If DeepSeek-V3 with 671B parameters was able to train at a reported cost near $20M, Inkling-Small could plausibly land in the $10M to $30M band for a single run. That is manageable for a well-funded startup, but not trivial. And Thinking Machines is not a one-model company. The report alludes to a larger Inkling model that may sit at roughly four times the scale. That larger model, if it appears, will carry a significantly larger bill. The absence of capital-raise information makes it impossible to measure the runway.
On the inference side, 12 billion active parameters is friendlier to hardware. With the right quantization, a single A100 or H100 can serve batch workloads. That makes a serverless API at $0.30/$1.20 plausible from a pure compute perspective, though not comfortable after taking on tenancy, support, and margin. The one-million-token context is a different problem. Long contexts consume enormous KV cache memory. The fact that the serverless API limits context to 256K strongly suggests that serving the full million tokens is too expensive at the advertised price. The model may support a million tokens in principle, but the product does not sell it. That gap between capability and productized capacity is exactly the kind of detail that gets lost in a launch moment.
Also absent is cloud integration. If an American open-weight model had an AWS or Azure Marketplace presence, the report would lead with it. Its absence suggests the go-to-market motion is still direct sales. Similarly, there is no SLA, no enterprise support tier, no security whitepaper. This is enough to make an institution nervous.
The trust premium
Here is the real product. Inkling-Small is less a machine-learning breakthrough than a settlement instrument. It is for the enterprise buyer who wants frontier-adjacent open-weight capability without Chinese jurisdiction. The phrase "complete American stack" is not a technical detail. It is a compliance memo.
Institutional clients face export controls, supply-chain audits, and data-residency rules. A model trained in Beijing can be brilliant and still blocked by procurement rules that have nothing to do with benchmark accuracy. The price and quality of DeepSeek do not matter if the legal team cannot approve the vendor. Thinking Machines is trying to capture the premium that sits between technically best and politically acceptable.
In crypto, I know this exact dynamic. Tether and USDC both peg to the dollar, but they have different risk profiles because custody, jurisdiction, and redemption rights diverge. Where code meets culture, the real value emerges. The code is the same sparse MoE math that DeepSeek uses. The culture is the American corporate governance. The market will pay for cultural fit, not just model fit.
Security: open weight means open responsibility
Here is where the report’s silence is most damaging. Inkling-Small is not a closed API with a safety layer in front. Anyone can download the weights, remove the filters, and run the model offline. Open weights are a promise and a risk at the same time. A Terminal Bench score of 64.7% means the model handles shell commands, file modifications, and system interactions. Those skills can power legitimate security auditing and IT automation. They can also support network intrusions. This dual-use profile deserves a security analysis, not a bullet point.
From my background in cybersecurity, I know that an open-weight, terminal-capable model should be treated like a threat-hunting kit. A jailbroken instance with system access is not a policy problem; it is an operational one. The report does not mention red-team exercises, adversarial testing, model cards, data provenance, or copyright compliance. That absence is a finding, not a blank. If the product is pitched to institutions that care about regulatory alignment, safety evidence is not a bonus feature. It is a procurement requirement.
Legal responsibility is also asymmetric. When a company downloads a model and deploys it in production, the deployer becomes the compliance owner. Open weights do not erase liability; they transfer it. That should make enterprises more careful, not less. The report’s silence on this subject means the buyer is being asked to take on risk without disclosure. In a crypto due-diligence context, we would call this the missing audit section.
The investor lens: optionality is a story, not a balance sheet
What is the investment case? Mira Murati’s founder pedigree is the strongest asset in the cap table. The same halo that lets Ilya Sutskever raise large sums before shipping applies to her. The launch of Inkling-Small gives investors a product to point at, not just a promise. But the report contains no financial data, no revenue, no customers, no cash runway, and no burn rate. If Thinking Machines is raising, the pitch likely rests on three pillars: the Murati productization story, the American trust premium, and the fine-tuning lock-in narrative. Those are real narratives. None of them is a current revenue line.

Potential acquirers are easy to imagine: cloud providers building an open-weight portfolio, AI chip companies trying to strengthen software ecosystems, or infrastructure firms that want to own the compliance layer. A successful acquirer would buy an American open-weight stack with multimodal capability and a fine-tuning service. That is a plausible bolt-on. But the independence scenario depends on maintaining a fragile story. If the business cannot show enterprise adoption in the next two cycles, the valuation will quietly reset to its infrastructure value. In a sideways market for AI hype, that reset can be brutal.
The missing variables, listed
Let me list what is not in the report: training data composition, alignment details, safety evaluations, license terms, team size, compute partnerships, cloud deals, API call volumes, enterprise references, and the status of the larger Inkling model. Any one of these could be absent for good reasons. Together, however, they turn a would-be watershed into a puzzle. The most charitable reading is that Thinking Machines is moving with speed and will release documentation later. The least charitable reading is that the report is designed to be strong on narrative and weak on evidence. I do not need to choose between those readings. I need to tell you that the difference matters.
Contrarian
The market loves a duel. It wants an American counterpunch to Chinese open-weight supremacy. But the available evidence suggests Inkling-Small is not that counterpunch. It is a targeted product for a narrow, compliance-constrained niche. The word "frontier-level" is doing heavy lifting. There are no direct comparisons to Meta’s Llama family, none to GPT-4.5 or Claude, none to the strongest closed models. Saying "the strongest American open-weight model" is not the same as saying the strongest open-weight model. It is a carefully hedged sentence that leaves room for someone else to be better.
The download count is the strongest counterweight. If the open-source community believed this was the American DeepSeek, the number would be in the hundreds of thousands. Four thousand is not a movement. It is a pulse. Open-source developers are trained to read between the lines of a release. They want to see the license, the data card, the eval harness, and the reproducibility scripts. This report gives them one paragraph. The community is not unimpressed; it is cautious.
Then there is the AIME 2026 detail. It is small, but small inconsistencies are the first evidence of a deeper problem. TheDAO’s code was deadly not because of one line but because the invariant between balances and withdrawals did not hold when evaluated from top to bottom. A benchmark label that cannot exist on the stated timeline means the document was not checked carefully. If the launch report was not checked carefully, buyers should ask what else was not checked.
Here is my contrarian thesis: Thinking Machines is not trying to win the open-source community. It is trying to win the enterprise vendor selection committee. Those committees are the ones signing the order. They care less about public downloads and more about legal defensibility, supply-chain risk, and the consequence of a failure. For that audience, an American open-weight model with a familiar regulatory environment is a reasonable purchase, even at a premium. Inkling-Small does not need to be better than DeepSeek. It needs to be better than the alternative of doing nothing until a giant buys a startup.
The long-term moat is fine-tuning lock-in, not architecture. Once a company builds private weights on top of Inkling-Small, switching becomes expensive. That is a real advantage. But lock-in requires a critical mass of developers to build a foundation in the first place. At four thousand downloads, the critical mass is not there. The wedge is in the door. The door, however, has not swung open.

Takeaway
Where do we go from here? I am not looking for a bigger benchmark. I am looking for a deployment announcement in a regulated industry. I want to see a bank, a hospital, a defense-adjacent contractor, or a sovereign cloud operator say that they evaluated Inkling-Small and put it in production. I want to see a model card with red-team results. I want to see fine-tuning volume, ideally from someone who has built a custom weight and written about why it worked. I also want to see the larger Inkling model, because that is the real strategic bet.
In a market that chops sideways, prices tell you less than structure. This is the time to watch who holds the power in a relationship. The power does not sit with the company with the best AIME score. It sits with the organization that can turn capability into a repeatable, auditable workflow. The model that is downloaded four thousand times is not yet that workflow. But the attempt has changed the conversation. American AI now has an open-weight player with a credible founder and a plausible route into institutional deployment. That is a meaningful narrative step, even if the code is still young.
The narrative is the asset; the code is the proof. Right now, the narrative is strong and the proof is still a four-thousand-download whisper. That is not enough to call a shift. It is enough to start watching carefully. Will a Western enterprise pay the trust premium for "Made in USA" when a cheaper Chinese model does the same benchmark trick? Or will it run DeepSeek on a shadow server and write a risk memo later? I have seen that second behavior before. In crypto, we call it custody theater. The code can be downloaded in seconds; the trust has to be built over years. The question is not whether Inkling-Small is technically capable. It is whether the institutions that need a safe story can actually hold it.