The Inference Report

July 21, 2026

The market is fracturing along control, and the winners are the ones giving tools away. OpenAI's copyright settlement with Anthropic closes one legal front while the company simultaneously signals fear of open-weight competition from China, a tell that the moat is narrower than the rhetoric suggests. Trump's AI czar position has become a revolving door, with David Sacks departing after public fights over Chinese models, revealing that even within the administration there is no consensus on whether the threat is foreign competition or domestic incumbents defending turf. The practical answer arrived when a Hugging Face breach required defenders to reach for an open Chinese model because US frontier guardrails locked them out of their own tools.

Infrastructure and efficiency are where the real competition is moving. Google is building custom silicon for Gemini efficiency. Meta open-sourced Astryx, its internal design system with 150 components and an agent-ready CLI, after running it across 13,000 apps for eight years. Anthropic donated MCP to the Linux Foundation after it reached nearly 100 million monthly SDK downloads across more than 10,000 servers. NVIDIA released Cosmos 3 Edge, a 4-billion-parameter model that runs on-device for robotics. These are not gestures of altruism but rational moves by companies that realized the real value is not the model itself but the infrastructure layer that makes models useful at scale. The companies giving away tools are the ones that understand deployment wins over architecture.

Hardware vendors are fighting for infrastructure lock-in while labs are either publishing defensive safety research or targeting verticals where they can own the full stack. Microsoft is expanding Azure AI and HPC capacity with AMD silicon, while NVIDIA is pushing upmarket into life sciences with Bristol Myers Squibb's second SuperPOD and downstream into application layers through its Agent Toolkit. AMD is responding with developer tooling, SPIR-V on ROCm for portable GPU compilation and documentation on attention backends for ComfyUI, moves that lower switching costs and make AMD GPUs more accessible to builders who might otherwise default to NVIDIA. The pattern across announcements is bifurcation: the companies that control the infrastructure layer, the protocols, the design systems, the local models that run without upstream dependencies, are the ones positioned to survive tightening regulation and shifting geopolitics.

GitHub's trending repos reveal a field consolidating around making AI agents useful at scale and making them useful cheaply. OmniRoute solves provider fragmentation by routing requests across 268 plus models with automatic fallback and token compression. Code-review-graph solves context bloat by building persistent code maps so AI tools stop hallucinating about functions that do not exist. MCP servers, the Model Context Protocol standard for connecting agents to tools, are becoming the assembly language of agent development. The infrastructure beneath these agents is shifting toward local-first tooling where latency and privacy are non-negotiable in production. The discovery repos show what is underneath: langchain remains the reference implementation for agent orchestration with 142,000 stars, while transformers at 162,000 stars is still the definition of what a model library looks like. The gap between these numbers tells you where developers are spending effort, the model layer is mature, but the agent layer is still being figured out.

Grant Calloway

AI LabsAll labs
From the WireAll feeds
Research PapersAll papers
The Many Senses of Visual Similarity: A Text-Prompted Image Perceptual Metric cs.CV

Human visual similarity judgments are context-dependent. For example, two images may be similar in shape but distinct in color. Existing perceptual similarity metrics, however, collapse these nuances into a single scalar value, offering no mechanism to condition on specific aspects. To bridge this gap, we introduce a large-scale dataset of human similarity judgments over image triplets, where each triplet is annotated across multiple, free-form semantic aspects of similarity. Benchmarking a broad range of frontier vision-language models (VLMs) reveals a considerable performance gap compared to human annotators' consensus. Leveraging our data, we fine-tune a VLM to produce our Text-Prompted Image Perceptual Similarity (TPIPS) metric, capturing multiple senses of visual similarity depending on the specified text prompt. We demonstrate that TPIPS aligns more closely with human perception and generalizes reliably beyond the training distribution. Finally, we show that TPIPS unlocks new capabilities in text-guided retrieval, compositional search, and the fine-grained evaluation of generative models. Our code, data, and trained models are at https://peterwang512.github.io/TPIPS

Patch Policy: Efficient Embodied Control via Dense Visual Representations cs.RO

Pretrained dense visual features from Vision Transformers (ViTs) are powerful yet have been underutilized in robot learning. Modern robot policies either compress each observation into a single global token, or rely on visual backbones trained from scratch, sacrificing both fine-grained spatial detail and the benefits of large-scale visual pre-training. While there exist policies that do operate on dense patch features like large vision-language-action models (VLAs), they tend to be heavy and slow, inheriting the full cost of a billion-parameter vision-language model (VLM) backbone. We close this gap with Patch Policy, a minimal architectural extension that enables transformer-based policies to consume dense pre-trained patch tokens directly without the computational overhead of a full VLM. At its core is a block-causal attention mask that preserves the temporal causality of standard policies while letting the model attend over many patch tokens per observation, alongside other state information. Patch Policy is lightweight, fast, and highly effective. Across four simulated and three real-world environment suites, our method achieves a 40% relative improvement over policies using state-of-the-art global-pooled representations. Furthermore, it surpasses fine-tuned OpenVLA-OFT by 18% while using roughly 0.7% of the parameters. We believe Patch Policy provides a pipeline for the robotics community to readily leverage continuing progress in visual representation learning, without sacrificing the training efficiency or inference speed required for high-frequency, reactive control. Videos can be viewed at https://patch-policy.github.io

Automated Discovery Has No Universally Superior Harness cs.CL

Autonomous discovery systems such as OpenEvolve and TTT-Discover are often used as general-purpose harnesses. However, in practice these are composite systems combining several design choices about archives, parent selection, exploration, and budget allocation into a single recipe. Because discovery runs are expensive and inherently stochastic, existing harnesses are often compared using too few independent trials to distinguish key methodological improvements from run-to-run variance. We systematically decompose OpenEvolve-style evolutionary search and the TTT-Discover search harness into its constituent components and systematically evaluate 30 budget-matched harnesses across 12 model-problem pairs using more than 3.1 million LLM rollouts and repeated-trial statistical analysis. Our results show that discovery harnesses have a generalization problem: No fixed harness is reliably superior across the evaluated model-problem pairs, and variants of OpenEvolve generally underperform simpler alternatives. Thus, harness choice is better viewed as a hyperparameter rather than as a universal recipe, and should be tailored to the specific problem and underlying model. We also find that early discovery progress predicts final performance, and use this property to present a budget-matched adaptive-allocation experiment that starts multiple harnesses, prunes weak partial runs, and reallocates compute to stronger survivors, outperforming both commitment to a randomly sampled fixed harness and a non-adaptive harness ensemble. Together, these results motivate shifting from fixed harness selection to online adaptation guided by early performance. We release all run pools including baseline null distributions for every model-problem pair as reusable statistical infrastructure against for future harness proposals.

It's Not What You Say, It's How You Say It: Evaluating LLM Responses to Expressions of Belief cs.CL

Users frequently express their beliefs to large language models (LLMs). In some situations, the LLM should accept these contextual beliefs as true. In others, they should stick to their prior knowledge. Notably, users' expressions of belief (EoBs) can take linguistically diverse forms - using presuppositions, evidential and certainty markers, or varied tones - each of which may have a different persuasiveness over the LLMs. We introduce a typology to systematically evaluate how different EoBs affect whether models follow context versus prior knowledge. The typology is grounded in four linguistically motivated dimensions: form, evidentiality, epistemic stance, and tone, spanning 17 fine-grained types. By pairing these EoBs with world knowledge facts, we generate controlled EoB-query pairs that isolate the effect of linguistic variation. Using this benchmark, we evaluate 16 LLMs that differ in architecture (Llama3, Qwen3, Gemma3), scale (1B-30B parameters), and training stages (base vs instruct). We identify meaningful variations in response behavior across these axes, e.g., that bigger models and instruction models tend to be less context-following than smaller models and base models. We further identify specific EoBs that statistically significantly persuade LMs more consistently than others. Our work reveals systematic patterns in how linguistic framing affects LLM context integration, with implications for prompt engineering and model robustness.

Simple Domain Generalization for Strong Pixel-Level Image Tampering Detection in Modern VLMs cs.CV

Modern vision-language models (VLMs) have significantly improved image generation and editing capabilities, making pixel-level image tampering detection increasingly important yet challenging under cross-model and out-of-distribution shifts. This work studies domain generalization for pixel-level image tampering detection in modern VLMs like ChatGPT, Gemini, Qwen-Image, etc., aiming to learn tampering localization models that remain robust across diverse VLM-generated manipulation distributions. We propose a simple yet effective domain-generalized training framework built on two practical strategies. First, we introduce a balanced minibatch sampling scheme that strategically samples tampered and real images in each minibatch, preventing biased optimization toward either manipulated artifacts or clean-image priors and avoiding training collapse, ensuring that each optimization step receives proper sampled gradient signals. Second, we adopt a simple late-injection strategy, where the detector is first trained on large-scale base data until stable convergence, and then exposed to a small amount of newly selected supporting data from emerging VLM distributions, improving adaptability without overfitting to limited new domains. Together, these components provide a simple yet strong recipe for improving pixel-level tampering localization and OOD robustness across modern VLMs. Despite the conceptual simplicity, our framework outperforms the prior state-of-the-art PIXAR by a large margin of 26.1% and 26.8% relative improvement in average gIoU and cIoU, respectively, across OOD VLMs of GPT-Images-2.0, Gemini-3.1, FLUX.2, and Seedream 4.5. Our code is available at https://github.com/VILA-Lab/PIXAR-DG

Logical Judgments Under Pressure: Diagnosing Syllogistic Stability with Learned Soft Prefixes cs.AI

To test how correct logical judgments respond to learned context, we prepend a soft prefix to an exactly labeled syllogistic reasoning benchmark while keeping the model fixed. Soft prefixes are opaque continuous vectors, so we characterize them through the behavior they induce across controlled variations in logical form and interface. By studying which prefixes succeed and how their effects generalize, we characterize how learned contextual pressure can override correct judgments and expose limits in a model's logical stability. Across Qwen3.6-35B-A3B MoE, Qwen3-8B, and Gemma 4 31B, learned prefixes redirect many correct answers and remain effective across unseen forms and interface changes. In repeated tests with Qwen3.6 MoE and Gemma, they outperform paired random controls in all 16 model--direction--split comparisons by 37 to 99 percentage points. Qwen3.6 MoE flip rates remain between 72% and 90% across wording and prompt changes, while Gemma validity prefixes retain 54% to 56% flip compared with less than 1% for matched random prefixes. Diagnostic tests show that the dominant effect is a broad preference for one answer meaning rather than fixed-symbol forcing or a logical operation that transfers reliably between tasks. The form of this bias differs across models. In both Qwen models, simple score models often predict which judgments will flip but not how far their margins will move, whereas Gemma's overall response is more closely approximated by the same models. These results show that the dominant behavioral effect of successful soft prefixes is a broad answer preference, while the remaining response reveals substantial model-specific differences in logical stability.

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.968$11.25
3Kimi K357.139$6.00
4Claude Opus 4.855.762$10.00
5GPT-5.6 Terra55154$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