The Inference Report

July 14, 2026

Meanwhile, the largest technology companies are consolidating AI infrastructure while smaller competitors raise at inflated valuations or vanish, and the technical work of making models cheaper to run is diverging sharply from the research narratives that labs publish to shape perception. Apple sues OpenAI for trade secret theft while integrating Siri across its devices. Google retrofits every product with Gemini. Anthropic, valued near one trillion dollars, localizes Claude pricing for India and has become the subject of warnings about proprietary models acting as Trojan horses. Smaller players like Nous Research and PixVerse raise at billion-dollar valuations not because the market validated their technology but because capital has nowhere else to go. The infrastructure layer explains why: US export controls on chips spawn a black market that enriches existing semiconductor gatekeepers. Michigan gives away thirteen million dollars in tax breaks on data center equipment. Google backs solar projects to offset emissions from its own data centers. Insurance companies scramble to cover AI lawsuits as liability becomes another tax on smaller builders. The winners are those already large enough to absorb regulatory friction and capital costs. Everyone else grinds for scraps at prices that assume they will.

The divergence between deployment and research reveals where the money actually moves. AMD shipped four technical posts on inference optimization, sparse attention for video, quantization support on MI355, and automated kernel tuning for DeepSeekV4. These are not research papers but engineering solutions to bottlenecks in production serving. Google DeepMind announced ATL Saathi, a Gemini tool for Indian robotics educators, positioning inference capability as a distribution channel into emerging markets. Anthropic released work on Claude's behavior across models and languages, plus robotics red-teaming, work that lives in the research-and-safety narrative space rather than the deployment optimization space. The pattern is clear: infrastructure players race to commoditize inference performance and cross-platform compatibility. Frontier labs spend cycles on values alignment and red-teaming exercises that do not directly improve model capability or reduce serving cost.

Today's research papers cluster around measurement of learned representations, grounding of model outputs in verifiable evidence, and efficient adaptation of existing architectures to new domains. Each treats the model's internal structure as a legible object whose behavior can be decomposed and steered. A shared tension surfaces across the work: scaling and parameter count alone do not predict performance on the tasks that matter, whether that task is generalization, visual precision, or robust perception. The papers treat this gap not as a limitation to overcome through more parameters but as a signal to refactor how models integrate information, where they attend, or what evidence they must provide. On GitHub, the real signal lives in the skills ecosystem. Graphify and marketing skills repos function as Claude Code and Cursor extensions, not standalone tools but context layers that make existing editors smarter about specific domains. Destructive Command Guard wraps dangerous git and shell commands to prevent agents from executing them. That has 3,990 stars because people are running agents in production and discovering they need guard rails. The real engineering work moves upstream: better training pipelines, better model serving abstractions, better data augmentation. These do not trend because they solve consumer problems. They trend because practitioners need them.

Grant Calloway

AI LabsAll labs
From the WireAll feeds
Research PapersAll papers
Requential Coding: Pushing the Limits of Model Compression with Self-Generated Training Data cs.LG

Compression is fundamental to intelligence. A model that can represent its training data as a short code has discovered regularities that enable generalization. Large neural networks may learn functions far simpler than their parameter counts suggest, but it is challenging to construct codes that realize this simplicity. Parameter-based methods such as quantization produce code lengths that scale with model size, insensitive to how much information the parameters store. Prequential coding bypasses this issue by compressing the training trajectory, but codes the exact data sequence regardless of how much the model learns, yielding large codes when the data has high entropy. We introduce requential coding, where a teacher model selects training samples drawn from the student's own distribution. The student's code records only these selections, which cost bits only where teacher and student disagree. The resulting code length is independent of parameter count and data entropy, and often orders of magnitude shorter than the prequential counterpart, with an advantage that grows with scale. This compression sheds light on phenomena inaccessible to prior compressors. Holding loss fixed, larger models and ensembles compress to much smaller sizes despite more parameters. Plugged into a PAC-Bayes bound, the requential code yields state-of-the-art generalization guarantees for billion-parameter LLMs, outperforming bounds built on aggressive post-training quantization even granted zero error. The bound tightens with scale in the compute-optimal regime, as models become increasingly compressible relative to dataset size. The same code predicts that models gradually overfit when trained for multiple epochs. It also isolates the learnable information in a dataset from its unpredictable, random content, revealing that lower-entropy text holds far more learnable structure than higher-entropy image data.

Metacognition in LLMs: Foundations, Progress, and Opportunities cs.CL

Metacognition is a foundational component of intelligence critical to effective learning, problem solving, decision-making, communication, and more. In recent years, it has become increasingly recognized as a cornerstone of capable, transparent AI systems. Yet while LLMs have made significant progress across diverse real-world tasks, it is not yet clear when, how, or to what extent they can exhibit or be endowed with effective metacognitive abilities, nor how such abilities can be adapted to advance the fundamental capabilities, reliability, and intelligence of AI systems. This paper bridges this gap by presenting the first comprehensive overview of the current state of knowledge on metacognition for LLMs. We analyze and taxonomize the landscape of this emerging field and summarize recent technical advancements, including methods and benchmarks to measure and evaluate LLMs' metacognitive abilities, techniques to elicit, improve, and apply metacognition in LLMs, and findings and implications of ongoing research. We also discuss applications, open questions and challenges, and promising directions for future work. Our aim is to provide a detailed and up-to-date review of this topic and stimulate meaningful research and discussion. An organized list of papers can be found at https://github.com/yale-nlp/LLM-Metacognition.

Invariant Learning Dynamics of Transformers in Inductive Reasoning Tasks cs.LG

We present a theoretical framework to explain the emergence of inductive reasoning abilities in Transformer language models. While previous works on Transformer learning dynamics have so far been mostly tied to specific tasks, we study a generalized class of inductive tasks that unifies several synthetic tasks known in the literature, including in-context n-grams and multi-hop reasoning. In this class, we theoretically prove that the training dynamics of attention models can be confined to a highly interpretable, low-dimensional invariant manifold. On this manifold, the learning dynamics are captured by a handful of interpretable coordinates rather than millions of parameters, making both theoretical and empirical analysis more tractable. Using this framework, we characterize how data statistics govern the competition between in-context and in-weights learning, we study how random initializations determine the `winning' circuit when multiple solutions are possible, and we demonstrate that the coordinate frame associated with the manifold can be used to automatically detect which circuits have been learned in trained models. By casting circuit formation as a low-dimensional dynamical phenomenon, we take a step toward a predictive theory of how Transformers learn.

A Minimalist Retargeting-Guided Reinforcement Learning Recipe for Dexterous Manipulation cs.RO

Recent work in humanoid whole-body control has found success with a simple recipe: retarget human motion to robot kinematic references, then train policies via reinforcement learning (RL) to track them. But how does this recipe transfer to dexterous manipulation? The answer is not obvious, as manipulation involves complex, contact-rich dynamics and requires delicate regulation of contact modes and forces. We present REGRIND, a minimalist retargeting-guided RL pipeline that learns dexterous manipulation policies from a single human demonstration. REGRIND retargets human hand-object motion to a robot reference that preserves hand-object spatial and contact relationships, trains a residual RL policy in simulation to track object-centric keypoints along that reference, and transfers the resulting policy zero-shot to hardware with careful system identification. The resulting policies produce fluid, human-like behavior on two different multi-fingered hands across contact-rich tool-use tasks, including operating a pair of scissors and turning a screwdriver. Through systematic hardware experiments, we identify and analyze the key factors that govern sim-to-real transfer in dexterous manipulation, offering practical guidance for retargeting-based learning in contact-rich settings. Videos and code are available at https://yunhaifeng.com/REGRIND.

A Durability and Cross-Language Transfer Benchmark for a Validated Teaching-Feedback Classification Protocol cs.CL

Institutions collect far more open-ended teaching-evaluation feedback than they read. A prior study introduced a validated protocol for classifying such comments by thematic category and sentiment, built from a documented annotation guide, an intra-annotator reliability measurement, stratified cross-validation, and a held-out evaluation on a Spanish institutional corpus with a frozen-encoder design. Two questions limit its reuse: whether a protocol fixed to 2019-era frozen embeddings stays competitive as representation methods advance, and whether it transfers to a second language. We re-run it on the original Spanish data across three representation generations, sparse lexical features, frozen transformer embeddings, and prompted large language models, and transfer its sentiment task to English with a balanced 45,000-comment corpus checked against an aspect-labeled education dataset. Treating paired comparisons as descriptive, we find the protocol durable: a 2026 frontier model posts the highest thematic F1 on the hardest Spanish task, yet shows no sentiment advantage over a cheap model and no descriptive separation from it on English, so model choice is a deployment decision, not a property of the method.

Inside the Unfair Judge: A Mechanistic Interpretability Account of LLM-as-Judge Bias cs.LG

Existing studies of LLM-as-judge scoring bias work predominantly at the input-output level: they perturb inputs, measure score deltas, and propose prompt-level mitigations. We argue that the same biases admit a representation-level account in the judge's hidden state, complementary to the input-output view and operationally useful in ways it does not afford. We report three findings, across seven judges, seven bias types, and nine benchmarks. Geometry: baseline judging inputs occupy a tight activation manifold while biased inputs are displaced along a low-dimensional, type-specific subspace that sharpens with depth and is recovered consistently by three families of estimators. Causal control: steering hidden states along this subspace drives scoring in both directions, forward shifts reproducing biased scoring on clean inputs and reverse shifts restoring baseline scoring on biased ones, while matched-norm random directions produce shifts an order of magnitude smaller. Operational: a simple linear projection onto the same bias-direction features anticipates judge failures on three entirely unseen benchmarks, substantially outperforming text-based alternatives. Reading bias as activation geometry, rather than as input-output noise, unifies geometric structure, causal control, and operational prediction within a single framework. The project page is available at https://xzx34.github.io/unfair-judge/

BenchmarksFull tables
Artificial AnalysisIntelligence Index

Composite score across coding, math, and reasoning

#ModelScoretok/s$/1M
1Claude Fable 559.968$20.00
2GPT-5.6 Sol58.980$11.25
3Claude Opus 4.855.758$10.00
4GPT-5.6 Terra55163$5.63
5GPT-5.554.883$11.25
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%