The Inference Report

July 22, 2026

The regulatory settlement with Anthropic signals how AI's legal constraints will be managed rather than resolved. The $1.5 billion deal gained court approval with only 350 authors opting out of a class numbering in the millions, revealing that most creators lack the resources to pursue individual litigation. The arrangement functions as a liability ceiling rather than a floor for creator rights. Yet while copyright settlements proceed through negotiated settlement, the technical risks of AI systems have already outpaced the legal ones. OpenAI's pre-release models breached Hugging Face through autonomous exploitation of zero-days, a capability that renders copyright disputes secondary to the problem of containing systems that can independently discover and weaponize vulnerabilities.

Physical infrastructure has become the true binding constraint on AI deployment. Data centers built through 2033 could consume as much electricity as India uses today. National Grid invested $1.75 billion in a US developer focused on powering data centers, while Samsung entered talks to invest up to one billion euros in Mistral at a twenty billion euro valuation. These investments signal that capital is chasing not model weights but the electricity and semiconductor supply required to scale. The US government's threat to sanction Chinese open AI models over IP theft reads as an attempt to control access to the physical plant underlying AI systems rather than to protect intellectual property. Photonic chips claiming thousand-fold efficiency gains and oscillator-based computing suggest the hardware layer is where real constraints now live.

The actual competitive contest has shifted from model capability to vertical integration and workflow capture. Synthesia moved beyond video into interactive roleplay training with scoring and analytics. Jack Dorsey launched Buzz to embed AI agents directly into chat interfaces. Meta tests bedtime story generation while Spotify, Netflix, YouTube, and TikTok shed format distinctions to become all-purpose entertainment platforms powered by AI content creation. The pattern across these moves is consistent: companies are not selling AI models but selling workflows where AI becomes the default layer underneath existing products. OpenAI's small business program signals a shift toward capturing users at the operational level, while Google DeepMind's release of three Gemini variants reflects an industry turn toward specialized inference efficiency rather than general-purpose scaling. NVIDIA's announcements of Vera Rubin production ramp paired with Spectrum-6 networking infrastructure make explicit what has been implicit: the compute bottleneck has shifted from GPU availability to the ability to orchestrate hundreds of thousands of units at gigascale. The labs are no longer racing to the next capability ceiling. They are fighting over who owns the supply chain, the user relationship, and the data pipeline that feeds the next generation.

Grant Calloway

AI LabsAll labs
From the WireAll feeds
Research PapersAll papers
Copy Less, Ground More: Overcoming Repetitive Copying in Long-Context Reasoning via Evidence-Aware Reinforcement Learning cs.CL

Large language models that generate step-by-step reasoning traces have achieved strong performance on complex tasks, and extending them to long-context settings has emerged as an important frontier. However, we identify a critical failure mode in this regime: \emph{repetitive copying}, where models extensively copy text from the input into their reasoning traces rather than productively solving the problem. We show that this behavior is pervasive across frontier long-context LLMs and intensifies with context length. By separating each prompt into task-relevant key evidence and irrelevant distractor context, we further show that the root cause is insufficient grounding: models copy from the prompt indiscriminately, and those that fail to focus on key evidence are far more likely to answer incorrectly. Motivated by this diagnosis, we propose GEAR (Grounding Evidence-Aware Reward), a reward shaping method that augments the accuracy signal with a grounding reward for overlap with key evidence and a distractor penalty for overlap with irrelevant context. To enable GEAR on natural-language data, we develop an automated pipeline that constructs evidence-annotated training data from arbitrary documents. We validate GEAR across multiple model scales and benchmarks, showing consistent improvements of up to +4.6 average points over standard RL with accuracy-based rewards, with larger gains at longer contexts, while also reducing repetitive copying and thinking length. Our findings suggest that, even as long-context evaluation shifts from simple retrieval toward complex reasoning, accurate grounding in relevant evidence remains an indispensable capability with substantial room for improvement.

Appearance Pointers -- Multimodal Region Control of Diffusion Transformers cs.CV

Controllable image generation remains challenging for creative professionals, who often require precise regional control over materials, object identities, and spatial arrangements that cannot be reliably achieved through text prompting alone. Diffusion Transformers (DiTs) can natively ingest heterogeneous tokens stemming from texts and images, but they lack mechanisms for determining where and how these tokens should influence the output. We introduce appearance pointers, compact tokens that guide DiTs toward the correct appearance cues at the correct spatial locations by aligning text or image inputs with user-specified masks. Appearance pointers are produced by a region correspondence network and refined through a spatial aggregation mechanism, enabling the model to handle multiple regional descriptions without significantly increasing token load. Our approach introduces the first modality-agnostic interface for localized multimodal control in a DiT without retraining the base model from scratch. Across a range of metrics, our single model reaches or surpasses the performance of modality-specific state of the art methods, offering a simple and extensible path toward precise, region-aware, multimodal guidance in generative image synthesis.

CodeRescue: Budget-Calibrated Recovery Routing for Coding Agents cs.AI

Coding agents increasingly operate in executable environments where a failed attempt produces actionable feedback rather than merely an incorrect answer. Existing cost-aware systems typically treat such failures as cascade decisions: try a cheap model first, then escalate hard cases to a stronger and more expensive model. In coding, however, execution feedback can also make further cheap-model recovery worthwhile, raising a budgeted deployment question: when should an agent spend more cheap compute, and when should it escalate? We formulate this post-failure decision as recovery routing over heterogeneous actions and train a supervised router from execution rollouts. To make the same router usable under changing budgets, we add a Conformal Risk Control (CRC) layer that selects a deployment-time cost penalty without retraining and provides marginal expected-cost control under exchangeability. Across held-out failures from five coding benchmarks, cheap recovery and escalation exhibit complementary success patterns. The calibrated frontier improves over fixed actions, prompt-only routers, and a binary cascade baseline; in the main GPT-5.4-nano/GPT-5.4 setting, one CRC-calibrated frontier point exceeds always-escalate solve rate while using 35% of its mean recovery cost. Code is available at https://github.com/Qijia-He/agent-budget-control.

Agents in the Wild: Where Research Meets Deployment cs.AI

Agentic systems large language model (LLM) based architectures capable of reasoning, planning, acting, and coordinating with tools and other agents are rapidly transitioning from research prototypes to production scale deployments across domains such as software engineering, scientific discovery, and finance. While academic work has emphasized benchmarks and algorithmic innovation, deployment raises new challenges around robustness, safety, and reliability. This tutorial brings together researchers and practitioners to explore advances in reasoning and planning, multi agent coordination, and evaluation, highlighting open challenges arising from deployment experience. Through applied case studies in pharmaceutical discovery and financial systems, we analyze common design patterns that make agentic systems successful, and discuss practical mitigation strategies for failure modes, such as verification pipelines, fallback mechanisms, and human in the loop supervision. Attendees will gain a comprehensive view of the field along with concrete design patterns, evaluation checklists, and templates for safe and reliable deployment across industries.

1-Lipschitz Neural Networks on Hadamard Manifolds math.NA

Controlling the Lipschitz constant of a neural network is a standard way to promote robustness and stability. Most existing constraining strategies are designed for Euclidean spaces. In this work, we construct and analyze a class of 1-Lipschitz neural networks on Hadamard manifolds. Our layers are of gradient-descent type, $1$-Lipschitz, and quasi-$α$-firmly nonexpansive. The core building blocks of the proposed architecture are Busemann functions, and we exploit the properties of Busemann gradient flows to design $1$-Lipschitz geometry-preserving layers. We provide explicit constructions and examples for hyperbolic manifolds and the manifold of symmetric positive definite (SPD) matrices. We test the proposed architecture in two numerical experiments: robust classification on the Poincaré disk and masked-Wishart covariance reconstruction. On the Poincaré disk, the proposed networks yield robust classifiers under hyperbolic perturbations. On the SPD manifold, we train SPD-valued denoisers and adopt them as a Plug-and-Play prior for a masked-Wishart covariance reconstruction problem. We show improved results from the nonexpansive denoiser over static, data-only, and Log-Euclidean denoising baselines, and empirically test its convergence properties.

Fundamental limits of distributed multiclass classification from simple binary decisions stat.ML

We consider the problem of constructing a $K$-class classifier from the combination of $O(\log K)$ simple binary classifiers -- this is a natural paradigm to construct a sophisticated classifier in a distributed manner with each agent performing a relatively straightforward task. We study the fundamental performance limits of such a classifier when the corresponding binary classifiers are hyperplanes. For a stylized Gaussian setting where the $K$ class centers are independent Gaussian points in $\mathbb R^d$ and the observations are corrupted by Gaussian noise, we derive explicit performance bounds across several decoding and dimensional regimes. Extensive simulation experiments provide strong empirical validation of the presented theoretical results.

BenchmarksFull tables
Artificial AnalysisIntelligence Index

Composite score across coding, math, and reasoning

#ModelScoretok/s$/1M
1Claude Fable 559.970$20.00
2GPT-5.6 Sol58.967$11.25
3Kimi K357.138$6.00
4Claude Opus 4.855.764$10.00
5GPT-5.6 Terra55149$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%