Hook
The press release landed with a single data point: an "impressive MCP score." No MMLU. No HumanEval. No GSM8K. No SWE-bench. Just one non-standard metric, wrapped in the phrase "best western open-source model." As someone who spent 2017 auditing Solidity contracts for integer overflows, I learned one rule: when a project hides behind a single test, there is likely a dump truck of technical debt underneath. Code doesn't lie, but missing code is the loudest lie of all.
Context
Thinking Machines Lab, founded by former OpenAI CTO Mira Murati, emerged from two years of silence with its first model: Inkling. The model launched on OpenRouter, an API aggregation platform popular among developers for rapid experimentation. The press coverage, originating from a blockchain/Web3 news source, highlights Inkling's MCP (Model Context Protocol) performance. MCP tests a model's ability to manage context and call external tools during multi-step agent workflows. It is not a general intelligence benchmark. It is a protocol-level stress test for tool-use orchestration. The article claims Inkling is the "best western open-source model" — a loaded phrase that simultaneously courts geopolitical pride and sidesteps direct comparison with eastern models like DeepSeek or Qwen.
Core
Let's disassemble the technical claims. The only evidence provided is the MCP score. To understand why this is insufficient, we need to examine what MCP actually measures. MCP is a protocol designed by Anthropic for tool-calling and context management over long agentic chains. It tests whether a model can maintain state, call functions, and recover from errors. It is a valuable metric for agent developers, but it is not a proxy for reasoning, knowledge breadth, or code generation. A model could ace MCP by being heavily fine-tuned on a specific dataset of tool interactions while failing miserably on novel logic. Without standard benchmarks, we are flying blind.
From my experience auditing ZK-rollup constraint systems in 2021, I learned that a single success metric can mask systemic flaws. A zk-SNARK with perfect constraint consistency might still have an underlying security vulnerability in the trusted setup. Similarly, a model that scores high on MCP could be architecturally weak—trained on a narrow distribution, prone to hallucination when the tool doesn't exist, or unable to generalize beyond the protocol's predefined endpoints.
What is missing from the announcement? Model size. Open-source license. Base model origin. Training compute. Data provenance. Tokenization details. Context window length. All critical infrastructure parameters are absent. As a researcher who integrated Celestia's blob-sidecar into my testnet last year, I know that performance claims are meaningless without knowing the underlying resource constraints. A model that performs well on MCP with a 128K context window is different from one with a 4K window. Both can be called "impressive" but have wildly different real-world utility.
Furthermore, the term "open-source" is used without specificity. Is it Apache 2.0? MIT? A custom license with commercial restrictions? The crypto community has been burned by "open-source" projects that later impose usage limits. If the weights are released under a non-commercial license, calling it "best western open-source" is misleading. True open-source means the community can fork, audit, and build upon the work. Without a clear license and a GitHub repository, Inkling is just a proprietary model with a press release.
Let's talk about the MCP protocol itself. It is still in its early stages, with limited adoption beyond Anthropic and a few agent frameworks. A high score on MCP does not guarantee that Inkling will integrate seamlessly into existing agent pipelines. Moreover, MCP is a black-box evaluation—we don't know the test set, the prompt templates, or the scoring rubric. In my ten years of security auditing, I've seen many projects cherry-pick metrics that make them look good while hiding underperformance elsewhere. This is a classic trap, and the crypto-AI space is particularly prone to it, given the overlap with token hype.
Based on my analysis, Inkling is almost certainly a fine-tuned variant of an existing open-source base model—likely Llama 3.1, Mistral, or Qwen. The two-year development window suggests the team focused on alignment and post-training for agentic tasks, not on foundation model training. There is nothing wrong with that; fine-tuning is a legitimate engineering path. But it means the model's "innovation" lies in its training recipe, not in fundamental architecture. Without releasing the fine-tuning code and dataset, the community cannot reproduce or verify the claims. In blockchain, we call this "trust me, bro". In AI, it's the same.
Contrarian
The most dangerous blind spot in this announcement is the framing of "best western open-source." This phrase is deliberately divisive. It pits western models against eastern models (DeepSeek, Qwen, Yi) while ignoring that the entire open-source AI ecosystem is built on shared research and cross-border collaboration. By labeling Inkling as "western best", the team is creating a geopolitical narrative that masks technical mediocrity. I've seen this playbook in crypto: projects claim to be "the most decentralized Layer 2" while running a single sequencer. The label becomes a shield against scrutiny.
Moreover, the emphasis on MCP may actually be a weakness signal. If Inkling were strong in general reasoning, the team would have published its MMLU and HumanEval scores. The fact they didn't suggests that Inkling's comparative advantage is narrow. In my experience auditing DeFi protocols, I've learned that a single highlighted feature often hides a lack of depth elsewhere. A lending protocol that boasts about its liquidation mechanism but never mentions its oracle security is a red flag. Inkling boasts about MCP but never mentions syntax error handling, multi-step planning, or long-form reasoning.
Another blind spot: security and alignment. For an agent-oriented model, safety is paramount. A model that can call tools can be prompted to delete databases or send phishing emails. The announcement says nothing about red teaming, RLHF alignment, or guardrails. This is particularly concerning given Mira Murati's former role at OpenAI, where she advocated for safety. Silence on this front suggests either immaturity in the project's safety culture or a desire to avoid scrutiny. Either way, it's a red flag for any entity planning to use Inkling in production.
Takeaway
Inkling is a test balloon—a proof-of-concept to gauge developer interest before committing to a full open-source release. The lack of verifiable code, standard benchmarks, and clear licensing means the model's actual capabilities remain unproven. The crypto community, shaped by years of smart contract audits and protocol hacks, should demand the same rigorous standard here: show us the weights, the code, and the benchmarks. If you can't verify, you don't own it. Trust is math, not magic. And math requires open source.

