Thinking Machines Lab, the AI startup founded by former OpenAI CTO Mira Murati, just got its first major benchmark crown. ARC Prize has officially verified that Inkling, Thinking Machines' debut open-weight model, is now the highest-scoring open-weight model on both ARC-AGI-1 and ARC-AGI-2. It hits 79.5% on ARC-AGI-1 and 36.5% on ARC-AGI-2, at costs of $0.30 and $0.64 per task respectively. For context, that ARC-AGI-2 score puts it ahead of every other open-weight model that has been formally evaluated by ARC Prize, in a benchmark where frontier closed models like GPT-5.5 sit around 85%.

What ARC-AGI actually tests

ARC-AGI is not a typical benchmark. Each puzzle ships with 2-8 examples, and the model must infer a hidden rule (color swaps, symmetry, recursion, compositional transforms) and apply it to a withheld test grid, with no memorized facts, just pattern discovery and reasoning. It is deliberately designed to resist the kind of pattern-matching that large training corpora enable. Average individual human performance on ARC-AGI-2 is 66%. The benchmark is graded with zero tolerance: answers must match ground-truth output exactly, any discrepancy in length, structure, or formatting fails the task, and no partial credit is given, with attempts limited to three per test input.

ARC-AGI-2 launched in early 2025 with every frontier model at 0%. Progress over the past year has been steep. The open-weight side of the leaderboard, however, has lagged far behind closed-weight systems, making Inkling's 36.5% a meaningful data point for the open-source community.

What Inkling actually is

Thinking Machines Lab released its first in-house model, and unlike the flagships from OpenAI, Anthropic, or Google, anyone can download it. Inkling is a Mixture-of-Experts transformer with 975 billion total parameters and 41 billion active, a 1 million token context window, and 45 trillion tokens of pretraining across text, images, audio and video. The MoE design (Mixture-of-Experts) means the model routes each token through a small subset of its parameters, keeping inference fast and cheap despite the massive total parameter count.

Alpha Signal

Don't miss what's next in AI

Join 300,000+ engineers and researchers who get the signal, not the noise.

  • Full access to in-depth AI research breakdowns
  • Be the first to know what's trending before it hits mainstream
  • Daily curated papers, repos, and industry moves