Two new research papers published on arXiv in July 2026 reveal that large language models can produce correct answers while relying on flawed or disconnected reasoning chains — a problem that standard benchmarks cannot detect. Separately, Thinking Machines released Inkling, a 975-billion-parameter open-weights model with a “controllable thinking effort” mechanism designed to make reasoning costs explicit and adjustable.
The ‘Right Answer, Wrong Reasoning’ Problem in Chain-of-Thought
A team of researchers introduced “interventional grounding audits,” a black-box method for testing whether an LLM’s chain-of-thought reasoning actually depends on its stated premises. Applied to GPT-4o across 50 problems from the ProntoQA deductive reasoning benchmark, the method achieved an F1 score of 0.806 on detecting proof-tree dependencies — far above the self-consistency baseline of F1 = 0.343, with non-overlapping 95% bootstrap confidence intervals confirming the gap is statistically meaningful, according to the arXiv paper.
The core technique works by substituting a single premise’s predicate with a fresh symbol, re-running the model, and checking whether each reasoning step’s conclusion changes. If a step doesn’t change when its governing premise does, the model isn’t actually using that premise — it’s producing plausible-looking logic that is structurally disconnected from the inputs.
The findings are striking: 66% of correctly-solved problems contained at least one reasoning step insensitive to a direct proof-tree dependency. The researchers describe this as a “right answer, wrong reasoning” signal that passive evaluation methods — including standard accuracy metrics — cannot surface. All audit certificates, raw outputs, and reproduction scripts are available in a public GitHub repository.
Latent Reasoning Dynamics Reveal Two Stability Classes
A second arXiv paper from July 2026 tackles a different interpretability gap: understanding how reasoning evolves inside models that reason in hidden (latent) space rather than through explicit token-by-token chains. Methods like CODI and COCONUT maintain multiple superimposed candidate reasoning traces simultaneously, making them fundamentally harder to inspect than standard chain-of-thought.
The researchers modeled latent token sequences as trajectories in representation space and applied dynamical systems tools — including Lyapunov sensitivity analysis, UMAP projections, and Dynamic Mode Decomposition — to characterize how reasoning evolves across steps. According to the paper, the analysis revealed two distinct stability classes: CODI behaves as a stable attractor system, while COCONUT behaves as an unstable, expanding system. SIM-CoT supervision tightened both behaviors without altering their underlying dynamics.
The practical implication is that latent reasoning is not random or arbitrary — it has measurable structure — but that structure differs significantly between architectures. Knowing whether a model’s reasoning is attractor-stable or expansively unstable has direct consequences for how reliably it will generalize across problem types.
Thinking Machines Releases Inkling with Adjustable Reasoning Effort
Thinking Machines — the AI startup founded by former OpenAI CTO Mira Murati — released Inkling on July 14, 2026, under an Apache 2.0 open-source license. The model is a natively multimodal Mixture-of-Experts system with 975 billion total parameters, capable of reasoning across text, images, and audio. Weights are available on Hugging Face and through the company’s Tinker API.
Inkling’s headline engineering feature is “controllable thinking effort” — a mechanism that lets operators dial reasoning compute up or down depending on task complexity and cost constraints. This directly addresses a criticism of frontier reasoning models: that they apply maximum compute regardless of whether a task warrants it.
On third-party benchmarks, VentureBeat reported that Inkling scores 77.6% on SWE-bench Verified (above Nvidia Nemotron 3’s 71.9%) and 91.4% on VoiceBench (versus Gemini 2.5 Pro’s 94.4% on high reasoning effort). Thinking Machines also released a preview of Inkling-Small, a 276-billion-parameter variant optimized for lower-cost deployments.
The company explicitly designed Inkling to “answer directly on topics that may be subject to censorship,” positioning it for enterprises that prioritize factual outputs over content filtering — a deliberate differentiation from more restrictive closed models.
What This Means
The two arXiv papers, taken together, point to a maturing field of reasoning audits that goes beyond asking whether a model gets the right answer. Interventional grounding audits show that a model can achieve high accuracy on deductive benchmarks while its reasoning trace is partially or wholly disconnected from the premises it claims to use. Dynamical systems analysis of latent CoT shows that even hidden reasoning has measurable geometric structure — but that structure varies in ways that matter for reliability.
For practitioners deploying reasoning-heavy models in legal, scientific, or financial contexts, these findings argue for treating chain-of-thought outputs as hypotheses to verify, not explanations to trust. A model that solves 90% of problems correctly while using flawed reasoning on 66% of those solutions is a liability in high-stakes settings.
Inkling’s controllable thinking effort mechanism is a practical response to a related problem: reasoning compute is expensive, and not every query justifies a full reasoning pass. Whether the mechanism delivers consistent quality at reduced effort settings will require independent evaluation beyond the benchmarks Thinking Machines has published.
FAQ
What is an interventional grounding audit for chain-of-thought reasoning?
An interventional grounding audit is a black-box test that checks whether an LLM’s reasoning steps genuinely depend on their stated premises. It works by substituting a single premise’s predicate with a novel symbol, re-running the model, and checking whether the affected reasoning steps change — if they don’t, the model isn’t actually using that premise.
What does ‘controllable thinking effort’ mean in Inkling?
Controllable thinking effort is a mechanism in Thinking Machines’ Inkling model that lets users or operators adjust how much reasoning compute the model applies to a given query. It allows cost-performance trade-offs without switching to a different model, which is relevant for high-volume enterprise deployments.
How does latent chain-of-thought differ from standard chain-of-thought?
Standard chain-of-thought produces a single, visible token-by-token reasoning trace. Latent chain-of-thought methods like CODI and COCONUT maintain multiple superimposed candidate traces in hidden representation space simultaneously, making them faster but significantly harder to interpret or audit.
Related news
Sources
- Interventional Grounding Audits: Black-Box Premise-Dependency Tests for LLM Chain-of-Thought via Predicate Substitution – arXiv AI
- Thinking Machines open sources first multimodal language model, Inkling, focused on low cost and ‘resistance to censorship’ – VentureBeat
- 28 Best STEM Toys for Kids (2026): Learning Made Fun – Wired
- Interpreting Latent CoT Reasoning as Dynamical Systems – arXiv AI
- A Psychologist Reveals When You’ll Hit Your ‘Peak Form’ In Life – Forbes Tech






