The Inference Report

September 11, 2026

The infrastructure layer has become the constraint that matters more than model capability. Wall Street is already pricing in the limits: Nvidia projects 70% growth next year not from innovation but from consolidation of a market that cannot expand beyond what the power grid can support. A single transmission line fault in Ashburn, Virginia knocked 3 gigawatts offline in seconds, and the grid failures cascade through the entire stack. Banks are pulling back from data center lending, forcing Vantage Data Centers to seek $2 billion from alternative investors like Pimco and PGIM. Meanwhile, OpenAI has paused Pro subscriptions because capacity cannot keep up with demand, and Oracle's data center revenue surges as companies scramble for infrastructure that does not exist yet. The real story underneath the model releases is that power delivery has replaced innovation as the binding constraint.

Control of data and the shortcuts companies will take to acquire it constitute the second layer beneath the headlines. Spirit Airlines faces a data sale to Google through bankruptcy that prompted warnings that insolvency cannot become a land grab for AI training material. Clearview AI is testing InquiryIQ, a prototype using xAI's Grok model to surface personal information about individuals identified through facial recognition. Anthropic disclosed that Alibaba, Moonshot AI, and DeepSeek have escalated distillation attacks on its models, and that five users circumvented controls to potentially develop bioweapons. The pressure to acquire training data is overriding stated commitments to safety, and when Hugging Face's co-founder pointed to OpenAI's hack as evidence that commercial tools failed to defend the platform, the solution offered was open-weight models, which shifts control away from the companies claiming to manage risk.

Beneath that sits the subsidy cliff and the architectural decisions it will force. Every AI feature being built today rests on pricing that is not real. Current services are heavily subsidized as model providers seek market share, and subsidies inevitably end. Pocket FM doubled its revenue run rate to $500 million by using AI to produce 99% of its new content, making production 80 times cheaper. But that economics works only if model pricing stays where it is. When it does not, the business model collapses. Latham & Watkins is already customizing open-weight models as an alternative to OpenAI and Anthropic, signaling that enterprises will defect once pricing moves toward reality. India's Pocket FM and Maven Robotics emerging from stealth with $100 million in Series A funding show that builders are moving fast into a market they assume will remain cheap. When it does not, those deployments become liabilities.

The consolidation visible across labs, research, and GitHub reflects this same pressure. OpenAI is moving upstream into vertical software to capture workflow, not just inference, while NVIDIA consolidates its position as the infrastructure layer beneath the entire stack. AWS distributes Claude and positions itself as the neutral hosting layer. IBM and NASA's lunar foundation model signals that foundation models are becoming domain-specific tools. The pattern is power concentrating at two layers: whoever controls the chips and interconnects, and whoever controls the software layer and data access. Everyone else is either building on their platforms or getting acquired into them. Developers, meanwhile, are investing in tools that reclaim infrastructure: Colibri runs frontier models on commodity hardware, SkyPilot abstracts away cloud fragmentation, and vector databases have become table stakes. The agent frameworks gaining traction are not the ones with the most features but the ones with the cleanest APIs and the fewest locked-in dependencies. The market is sorting itself into builders who own their stack and builders who rent access to someone else's, and the economics of that division are about to become visible.

Grant Calloway

AI LabsAll labs
From the WireAll feeds
Research PapersAll papers
GPU-CFR: 80x Faster Counterfactual Regret Minimization by Compiling the Game to Static Dataflow and CUDA Graph Replay cs.DC

Counterfactual regret minimization (CFR) is one of the few large numerical workloads that still runs faster on CPUs than on GPUs. Each iteration sweeps a game tree with up to billions of states in millions of small, interdependent gather and scatter steps issued through a generic tree interface. On a GPU every kernel finishes in microseconds, so kernel launches and framework dispatch dominate the run time, and prior GPU implementations have lost to optimized CPU code. We observe that for a fixed game, everything about a CFR iteration except the numerical values is known before the first iteration runs. We propose GPU-CFR, a compiler and runtime built on this observation. It compiles any game once into static dataflow: flat edge and information-set arrays, precomputed indices, and depth-level batched passes fix the entire operation sequence, and only solver state changes between iterations. Static chance folding, depth-level execution blocks, and a dual-lane reach buffer cut the number of framework operations by up to 18.1x. Because shapes, indices, and buffer addresses never change, CUDA Graph Replay records the iteration once and replays it with a single graph launch. On one A100, across an eight-game suite that spans card games, dice games, and board games, GPU-CFR runs 29.8--80.4x faster than the fastest prior GPU CFR on the same accelerator, and 14--258x faster than LiteEFG, one of the fastest open-source CPU implementations, on the four largest games. The compiled representation carries most of that margin: on eight CPU threads with no accelerator it is already 2.2--51.1x faster than the GPU baseline. On the CPU the optimized path reproduces the reference iterates bitwise, and tree construction and graph capture pay for themselves within the first solve. GPU-CFR beats every CPU and GPU baseline on the mid-to-large games of the suite without changing the update rule.

General Quantification of Covariate and Concept Shifts cs.LG

Generalization under distribution shift remains a core challenge in modern machine learning, yet existing learning bound theory is limited to narrow, idealized settings and is non-estimable from samples. In this paper, we bridge the gap between theory and practical applications. We first show that existing definition of concept shift breaks when the source and target supports mismatch. Leveraging entropic optimal transport, we propose a key notion: $γ^{*}\!$-concept shifts, and derive a general error bound unifying covariate and $γ^{*}\!$-concept shifts, which applies to broad loss functions, label spaces, and stochastic labeling. We further develop estimators for these shifts with concentration guarantees, and the DataShifts algorithm, which can quantify distribution shifts and estimate the error bound in most applications - a rigorous and general tool for analyzing learning error under distribution shift.

Data Scarcity and Model Sparsity: Mixtures-of-Experts Overfit More to Repeated Data cs.LG

As the supply of human-written text is exhausted, it has become standard practice to repeat language model training data. Prior work has studied data repetition for densely activated Transformers, but the effects of data repetition remains largely unexplored for recently dominant sparse architectures such as Mixture-of-Experts (MoE), despite their increased compute efficiency. We vary data repetition rates across single- and multi-domain data mixes, and across MoE settings, including expert count and granularity. We consistently find, for models ranging from 80M to 1B active (8.5B total) parameters, that MoEs degrade more rapidly under data repetition. This effect increases with sparsity, dictated by total rather than active parameters. While 80M dense models can repeat data over 8x with minimal degradation, MoEs instead begin to suffer at 4x, and deteriorate rapidly, ceding their performance benefits in all-unique data settings to underperform dense models after 32x. We experiment with existing regularization methods as a potential remedy. We find that some methods, such as dropout, can mitigate overfitting. In particular, with strong masking-based regularization, MoEs are able to outperform dense models even when data is repeated more than 64 times. However, no method fully matches the performance of all-unique training data. Finally, we analyze internal mechanisms correlated with MoE overfitting in high repetition regimes, and find that MoE routing universally stabilizes early in training, and that expert specialization correlates with overfitting to repeated data. In sum, our work addresses the adverse interactions between sparsity and data repetition: we present evidence for the core mechanisms of overfitting and its potential remediation, and suggest promising avenues for future methods to reduce over-specialization in model parameters by disrupting memorization patterns.

Can Edge-Deployable Vision-Language Models Identify Species? cs.AI

Camera traps often run in the field on edge hardware with limited or no connectivity, making small, locally-deployable vision-language models (VLMs) -- not frontier-scale ones -- the practically relevant class to evaluate for species identification. We test whether models in this deployment-relevant 2--8B range carry genuine taxonomic knowledge, evaluating four such VLMs (Qwen3-VL 2B/4B/8B, Gemma3 4B) against the domain-specific specialist BioCLIP (300M parameters) on a 96-species task, comparing clean iNaturalist photographs against camera-trap imagery from 6 LILA.science collections, on two independently-sampled evaluation sets. All models identify species far above chance, but every model -- general-purpose or specialist -- degrades sharply on field imagery (domain gaps of 9.6--26.6 percentage points, consistent across taxonomic levels and both evaluation sets), indicating the degradation reflects general image legibility rather than fine-grained discrimination failure. BioCLIP substantially outperforms every VLM tested (by 33.2--59.2 percentage points across an expanded 200-image sample for every model) despite its far smaller size, suggesting the gap reflects specialized training data rather than model scale; yet BioCLIP's own domain gap (18.0 points) is statistically indistinguishable from the best VLM's (22.3 points), suggesting the clean-to-field degradation itself is a property of the image-quality shift rather than a general-purpose-model weakness. Under open-set prompting, 5.9--9.6% of responses are syntactically valid but taxonomically nonexistent species names; the relative fabrication-rate ranking across models replicates exactly across both evaluation sets, a more robust finding than any single point estimate.

Generative Marketing Mix Modeling: A Causal Inference Framework Linking GEO and GEM to Business Impact stat.ML

Generative artificial intelligence changes how firms reach customers, but standard marketing data do not record how often users see and notice a firm's name in generated answers. We develop Generative Marketing Mix Modeling (GMMM) to estimate the causal effects of Generative Engine Optimization (GEO) and Generative Engine Marketing (GEM). For GEO, GMMM combines repeated generated answers with question counts, shares of use across generative systems, and notice probabilities. For GEM, it combines records of sponsored placements with notice probabilities. GMMM compares expected business responses under alternative treatment sequences and establishes sufficient conditions for identifying the resulting effects. We investigate the empirical performance of the proposed method using simulated answers to product recommendation in English and Japanese.

Distance generalization in transformers: why bother with positional encoding? cs.CL

Out-of-distribution length generalization, namely to extrapolate a task from short to longer context, has been studied intensively for transformers. Here we focus on distance generalization, which probes performance when inter-token distances are changed between training and inference, while keeping a fixed context length. We construct two synthetic delay copy tasks, both involving finite distances between source and recall, where tokens are copied either fully or selectively, and test models on delays unseen during training. We address three questions: (A) Do positional encoding schemes such as RoPE and ALiBi improve distance resolution relative to no positional encoding (NoPE)? (B) How does data diversity, the number of inter-token distances seen in training, affect performance? (C) When is distance transfer learning positive or negative? We present a thorough investigation, finding that it is paramount to improve our understanding of the underlying mechanisms.

BenchmarksFull tables
Artificial AnalysisIntelligence Index

Composite score across coding, math, and reasoning

#ModelScoretok/s$/1M
1Claude Fable 5.153.469$20.00
2GPT-6 Astra52.856$20.00
3Claude Opus 550.758$10.00
4Claude Fable 549.769$20.00
5Muse Spark 1.348.2455$2.00
SWE-rebench

Agentic coding on real-world software engineering tasks

#ModelScore
1AnthropicFable 5 [high]Model64.5%± 1.41%
2GrokGrok 4.5 [high]Model63.8%± 0.60%
3AnthropicOpus 5 [high]Model63.4%± 1.35%
4Z.aiGLM-5.2 [high]Model62.9%± 1.19%
5OpenAIGPT-5.6 Sol [medium]Model62.3%± 1.83%