The Inference Report

July 17, 2026

A new paper on statistical self-consistency in language models arrives at a moment when enterprise AI agents are already deployed and failing in ways that no one anticipated. The work establishes reference-free criteria for measuring whether models satisfy probabilistic identities rather than relying on leaderboard metrics alone, but it addresses a problem that organizations should have solved before shipping agents to production. Half of surveyed enterprises have already deployed agents that passed internal evaluations and then failed in the wild. Only one in twenty fully trust automated evaluation. The infrastructure gap is no longer about raw capability. It is about control, accountability, and the alignment between what an evaluation predicts and what actually happens when an autonomous system touches a customer or a system of record.

This bifurcation between consumer and enterprise AI deployment has hardened into two distinct markets with opposing risk profiles. On the consumer side, friction has evaporated. Google is adding AI avatars to Vids. Roblox is letting users generate games from text prompts. DoorDash is opening a command-line interface so agents can order food. These moves optimize for adoption velocity and direct monetization, and capital flows rationally toward them. Mira Murati's Thinking Machines Lab launched Inkling, a 975-billion-parameter open-weight model with a 1-million-token context window, adding another US option to a market where Chinese models like Moonshot's Kimi K3 are narrowing the frontier gap. The competitive pressure is real, but the path forward is clear: build capability, deploy at scale, iterate.

Enterprise deployment operates under entirely different constraints. Fifty-four percent of surveyed enterprises have already experienced a confirmed AI agent security incident or near-miss, yet most agents still share credentials and only one-third give every agent its own scoped identity. The security stack is borrowed from model providers and hyperscalers rather than purpose-built for autonomous systems that can cause damage. Organizations are buying compute faster than they can measure its cost and deploying agents with real access while the controls meant to contain them lag behind. Research now emerging on cost-aware security-agent evaluation, trustworthy multimodal reasoning, and agentic inference with explicit state management treats the reasoning process as inspectable and correctible rather than opaque. SearchOS, AutoSynthesis, and Plover externalize search progress and task plans as persistent, queryable state that agents can inspect and revise. But this infrastructure is being built after the agents are already in production, which is precisely the wrong order.

The competitive positioning from major labs reflects this fragmentation. OpenAI is consolidating consumer and enterprise workflows while investing in regulatory narratives. Google DeepMind is staking territory in applied biology, where AI's value proposition remains concrete. NVIDIA and AMD are locked in infrastructure competition. What is notably absent across all announcements is any significant new safety breakthrough, regulatory compliance framework, or industry coordination on risk. The market is optimizing for different value chains, consumer lock-in, domain-specific applications, infrastructure dominance, rather than converging on a shared vision of how frontier AI should be governed. On coding benchmarks, OpenAI's gpt-5.5-2026-04-23-xhighModel holds first place at 62.7 percent on SWE-rebench, with tight confidence intervals suggesting genuine performance differences at the top tier. But downstream, Claude Fable 5 has displaced GPT-5.6 Sol on the Artificial Analysis benchmark, and Kimi K3 has entered the top three, signaling capability shifts that lack error bars and remain difficult to interpret. The absence of methodological consistency across benchmarks mirrors the broader problem: evaluation frameworks are proliferating faster than governance structures, and the market is rewarding speed over rigor.

Grant Calloway

AI LabsAll labs
From the WireAll feeds
Research PapersAll papers
Partition, Prompt, Aggregate: Statistical Self-Consistency in Language Models cs.CL

In-context learning is commonly interpreted as a form of conditional inference, in which the prompt specifies a context and the model's output is treated as an estimate of the corresponding conditional distribution. If this interpretation holds, then LLM estimates should satisfy basic probabilistic identities. In particular, the law of total probability asserts that prior-weighted conditional distributions aggregate into population-level marginals over any valid partition of the population. In this work, we investigate to what extent LLM estimates adhere to this self-consistency principle. We use binary trees as an evaluation scaffold to recursively partition a population into increasingly fine-grained subpopulations. We then prompt LLMs with verbalized subpopulation descriptions in context, aggregate the resulting estimates back into population-level estimates, and compare them across partitions of varying granularity. Applying this protocol across problem domains and state-of-the-art frontier models, we show widespread violations of basic consistency properties. An in-depth study of persona prompting reveals a pattern we call the macro fallacy: estimates reconstructed from more fine-grained subpopulation responses are often better aligned with human reference data than direct population-level estimates. This effect persists across variations in tree structure and estimation task, and can be partially recovered through implicit prompting. Together, these findings suggest that models possess relevant subpopulation knowledge but do not reliably propagate it into aggregate estimates. This gap establishes statistical self-consistency as an unsaturated, reference-free criterion for evaluating LLMs.

RoboTTT: Context Scaling for Robot Policies cs.RO

Recent robot foundation models operate with single-step or short-history visuomotor context. We introduce Test-Time-Training Robot Policies (RoboTTT), a robot model and training recipe that scale visuomotor context to 8K timesteps, three orders of magnitude beyond state-of-the-art policies, without growing inference latency. At this context length, we unlock new robot capabilities: one-shot in-context imitation from human video demonstrations, on-the-fly policy improvement, robustness to perturbations, and stronger performance on multi-stage, long-horizon tasks. We also observe, for the first time, steady gains in closed-loop performance as pretraining context length scales. At its core, RoboTTT integrates Test-Time Training into robot foundation models such as Vision-Language-Action policies, yielding a sequence model whose recurrent state consists of fast weights, parameters updated by gradient descent during both training and inference, compressing histories into weight space and retrieving contextual information for long-context conditioning. To scale training context length, the recipe combines sequence action forcing with truncated backpropagation through time. On challenging real-robot manipulation tasks, RoboTTT improves overall performance by 87% over the single-step context baseline and fully completes a five-minute, ten-stage assembly task, which no baseline ever does. RoboTTT trained with 8K-timestep context outperforms the same model pretrained with 1K timesteps by 62%, suggesting context length as a new scaling axis for robot foundation models. Videos are available at https://research.nvidia.com/labs/gear/robottt/

MeanFlowNFT: Bringing Forward-Process RL to Average-Velocity Generators cs.CV

MeanFlow generators achieve fast few-step sampling by predicting average velocities over time intervals, making them attractive for efficient generation. Reinforcement learning (RL) has become a powerful way to align diffusion and flow models with human preferences and task-specific objectives. In particular, DiffusionNFT offers an efficient forward-process RL framework that does not require reverse-process trajectories or likelihood estimation. However, applying such RL methods to MeanFlow remains underexplored. DiffusionNFT optimizes instantaneous velocities, whereas MeanFlow samples with average velocities. To bridge this gap, we introduce MeanFlowNFT. Inspired by the MeanFlow identity, which bridges average and instantaneous velocities, we construct an induced instantaneous-velocity predictor. We apply the DiffusionNFT objective to this predictor, making reward optimization well-defined for MeanFlow. Sampling remains based on the average velocity, preserving MeanFlow's fast few-step generation. We further prove that MeanFlowNFT inherits DiffusionNFT's strict policy-improvement guarantee. Experiments on image and video generation show that MeanFlowNFT consistently improves baselines. Moreover, it outperforms prior state-of-the-art RL-tuned few-step generators on most metrics ($6$ of $8$ on SD3.5-M), and can even surpass multi-step RL-tuned diffusion while using only a few sampling steps. For instance, on Wan 2.1, $4$-step MeanFlowNFT reaches a VBench score of $84.33$, surpassing $50$-step LongCat-Video RL ($82.57$).

SciDiagramEdit: Learning to Edit Scientific Diagrams from Paper Revisions cs.CL

Editing the figures in a research paper is a routine and time-consuming part of everyday research practice: authors relabel components, rearrange panels, and restyle visuals as they revise their manuscripts. Automating this editing workflow under a natural-language instruction, however, is challenging, because a scientific figure is a dense infographic in which heterogeneous visual elements such as schematics, plots, photos, captions, and arrows are composed under a tight visual grammar to advance a specific argument. To address this, we present SciDiagramEdit, a benchmark and skill-evolution framework that learns from natural paper revisions and operates on the figure's editable vector source, where users can inspect and co-edit individual primitives alongside the agent. Our benchmark mines before/after figure pairs from arXiv version histories, each grounded in the authors' own revision intent. To accommodate the diversity of editing instructions, we adopt agentic learning via skill evolution: an agentic proposer continually refines the agent's skill specification from execution traces over multiple epochs. The resulting skill progressively lifts edit accuracy on a held-out validation set, providing evidence that natural paper revisions are an effective training signal for instruction-driven figure editing.

Online Neural Space Time Memory for Dynamic Novel View Synthesis cs.CV

Online novel view synthesis from multi-view streaming videos faces a fundamental trade-off: maintaining a persistent, long-horizon memory to reconstruct temporarily occluded regions while operating under strict real-time constraints. While Test-Time Training (TTT) offers a powerful memory mechanism, standard models mandate gradient-based memory updates at every frame to adapt to the changing motion in dynamic scenes. The computational cost of heavy memory updates precludes real-time application and can lead to instability over long contexts. Given that memory updates are more demanding than memory application and video content is largely redundant, we propose to decouple the frequencies of these two processes. Our approach performs periodic memory updates while applying the memory on a per-frame basis, using cross-view attention to manage deformations between the prior memory state and the current frame. To lock in the historical context, we introduce two critical mechanisms: an auxiliary Memory Loss that forces persistent internalization of the scene, and a Memory Caching strategy that regularizes active weights against catastrophic drift. Our method demonstrates real-time, state-of-the-art performance on scenes with dynamic human motion as well as minute-scale online memorization.

Pretraining Data Can Be Poisoned through Computational Propaganda cs.AI

Poisoning pretraining data can introduce harmful behaviors to LMs that are difficult to detect and mitigate. Prior work on poisoning pretraining data has largely exploited established data sources such as Wikipedia, which do not represent the large scale and heterogeneity typical of pretraining corpora, and has ignored the interaction between poisoned data and data curation pipelines. We demonstrate that poisoning attacks on pretraining data are feasible beyond this limited setting through an existing web-scale content injection mechanism: public discussion interfaces. Additionally, to measure whether malicious content is included after web crawling and data curation, we introduce HalfLife, a novel analysis for estimating adversarial content inclusion in web-crawl based LM training data. We use HalfLife to explore the feasibility of poisoning pretraining corpora at web scale through open discussion interfaces. Our analysis demonstrates the importance of estimating whether poison injections are included in pretraining data, and establishes third-party webpage content as a possible vector for attacking language model pretraining.

BenchmarksFull tables
Artificial AnalysisIntelligence Index

Composite score across coding, math, and reasoning

#ModelScoretok/s$/1M
1Claude Fable 559.967$20.00
2GPT-5.6 Sol58.966$11.25
3Kimi K357.159$6.00
4Claude Opus 4.855.755$10.00
5GPT-5.6 Terra55163$5.63
SWE-rebench

Agentic coding on real-world software engineering tasks

#ModelScore
1OpenAIgpt-5.5-2026-04-23-xhighModel62.7%± 0.91%
2JunieJunieAgent61.6%± 0.64%
3OpenAICodexAgent60.4%± 1.37%
4AnthropicClaude CodeAgent59.6%± 1.98%
5OpenAIgpt-5.5-2026-04-23-mediumModel58.9%± 0.78%
Trending