The Inference Report

July 11, 2026

Across AI development and deployment this week, a single pressure is reshaping competition: the cost of operation is outpacing the cost of capability. Meta's Muse Spark 1.1 is undercutting OpenAI and Anthropic on API pricing while matching Claude Opus 4.8 and GPT-5.5 on agentic benchmarks. OpenAI launched ChatGPT Work and is rolling out GPT-5.6 with claims of lower operating costs. Mistral entered robotics with a single RGB camera instead of depth sensors and LiDAR, trading sensor complexity for algorithmic efficiency. Meanwhile, enterprises are discovering that AI token costs run 10 to 20 times higher than projected, and capital is flowing toward infrastructure rather than toward the companies that rent models. SK Hynix just raised $26.5 billion in the largest foreign IPO in US history, with the market already asking Samsung and SK Hynix to build US fabs. The question is no longer which company has the best frontier model. The question is which company can deliver capability cheaply enough to justify adoption.

Regulation and user friction are simultaneously pushing closed platforms toward openness. Meta faces EU fines for autoplay and infinite scroll while backing away from its AI image generation feature after user pushback, revealing a company suddenly responsive to friction it once ignored. Open source is no longer fringe: Hugging Face now serves roughly half the Fortune 500 as a distribution platform for models and datasets. Companies are done renting their AI because the rental model assumes lock-in, and open alternatives now exist with enough capability to matter. Prompt injection attacks are proliferating across five new techniques that CrowdStrike has catalogued, and data exfiltration through seemingly benign agent actions is now a documented threat. In this environment, the company with the most defensible moat is the one that controls the chips, not the one that controls the API.

GitHub's post-mortem on Copilot code review exposes the operational reality underneath capability claims. Migrating to Unix-style code exploration tools and reshaping agent workflows around pull request evidence reduced costs by forcing the system to reason over actual evidence rather than hallucinate context. The trending GitHub repos reveal developers recognizing that agent capability scales through composition, not through better prompts: repos like obra/superpowers and mattpocock/skills have accumulated massive star counts because they solve a real coordination problem, offering reusable abstractions over terminal control, file operations, and office automation. Agents are moving from proof-of-concept to production, which means people are now paying attention to cost, observability, and integration quality. The SWE-rebench rankings show no movement in the top tier, with OpenAI's gpt-5.5 remaining at 62.7 percent, suggesting either that the controlled coding task environment has stabilized or that the evaluation window was too brief to detect meaningful change. Neither announcement is about capability breakthrough. Both are about operational reality catching up to initial hype.

Grant Calloway

AI LabsAll labs
From the WireAll feeds
Research Papers — FocusedAll papers
Two-level domain-decomposition AdaGrad method for scalable training of graph neural networks math.NA

Graph neural networks (GNNs) have emerged as a powerful framework for learning from graph-structured data. However, their efficient training remains challenging, particularly in distributed computing environments. This challenge arises from the use of message passing, which couples all graph nodes, leading to expensive optimization steps, high memory requirements, and substantial communication overhead. To alleviate these limitations, we propose a novel domain-decomposition (DD) variant of AG2m, an AdaGrad method enhanced with second-order curvature information and momentum, denoted by DD-AG2m. The proposed DD-AG2m alternates between AG2m optimization on the original (global) graph and AG2m optimization on the partitioned graphs. To incorporate global information at reduced cost, we further introduce a two-level variant (2DD-AG2m) that performs global optimization steps on a coarse graph obtained by randomly subsampling nodes within each subdomain. Numerical experiments spanning graph classification, node-level regression, and spatiotemporal forecasting tasks demonstrate that the proposed DD methods reduce the computational cost required to achieve the same predictive performance by a factor of 4-8. Moreover, for the fixed computational cost, they improve the predictive performance of GNNs by up to 22% compared with the baseline AG2m.

Inertial Manifold Neural Operator for Dissipative Time-Dependent Partial Differential Equations math.NA

In this paper, we introduce the Inertial Manifold Neural Operator (IMNO) for solving dissipative time-dependent partial differential equations (PDEs). The long-time dynamics of such systems often exhibit an effective low-dimensional structure due to dissipation. Unlike standard neural operator architectures such as the Fourier Neural Operator (FNO), IMNO explicitly leverages the low-dimensional structure to achieve better physical interpretability, accuracy, and stability in long-horizon autoregressive training and prediction for nonlinear dissipative PDEs. For shift-equivariant PDEs, we further introduce a shift-equivariant variant (IMNO-SE) of the proposed neural operator, ensuring that a spatial shift in the input induces the same spatial shift in the output. This symmetry-preserving inductive bias substantially improves its performance in shift-equivariant PDEs. Extensive benchmark experiments are presented to evaluate IMNO's performance numerically.

Advanced Linear Algebra with Applications - Part I (Numerical linear algebra for PDEs, machine learning, and data assimilation) math.NA

These lecture notes form the first part of a master's-level course on advanced numerical linear algebra. Their aim is not only to present the classical algorithms, but to show why the subject has become considerably more central than it was a generation ago. Numerical linear algebra grew up alongside the numerical solution of partial differential equations, and for a long time that is where its large sparse systems came from. Ranking the nodes of a network, assimilating observations into a weather forecast, and fitting a model to a large noisy data set now lead to problems of the same kind: too large to factorise, structured, and accessible only through matrix-vector products. Strikingly few ideas are needed for all of them. Each chapter therefore develops a standard topic and then puts it to work outside its original setting. We treat norms, factorisations, conditioning and floating-point arithmetic; sparse matrices arising from finite differences, from graphs and from machine learning; stationary iterations and the smoothing property; the conjugate gradient and Lanczos methods, with spectral clustering and regularisation by early stopping; Arnoldi and GMRES, with PageRank and large least squares; and finally preconditioning, Schwarz domain decomposition and multigrid. We assume a first course in linear algebra. Every section closes with a summary of what should be retained and every chapter with exercises, several drawn from past examinations. Accompanying Python code reproduces the numerical illustrations.

Learning Deterministic and Stochastic Forced Hamiltonian Systems math.NA

We develop a geometric framework for learning deterministic and stochastic forced Hamiltonian systems with neural networks. Motivated by the Lagrange-d'Alembert principle and the theory of variational integrators, we introduce the notion of a Lagrange-d'Alembert map and establish a $C^r$ convergence theorem for first-order one-step methods. Building on these results, we propose Generalized Forced Hamiltonian Neural Networks (GFHNNs), a class of structure-preserving neural networks obtained by concatenating Lagrange-d'Alembert-Euler maps, and prove a universal approximation theorem for this architecture. We further extend the framework to parameter-dependent systems, leading to Parametric Generalized Forced Hamiltonian Neural Networks (PGFHNNs). By interpreting the multiple Stratonovich integrals appearing in the Stratonovich-Taylor expansion as parameters, the same framework can be applied to stochastic forced Hamiltonian systems whenever information about the underlying Wiener process is available. Our numerical experiments demonstrate that the proposed geometric architectures provide significantly improved long-time stability and accuracy compared to non-geometric residual neural networks, while requiring substantially less training data to achieve a comparable level of performance.

Asymptotics-guided learning and symbolic regression for dispersive resonances math.NA

We study resonance prediction in dispersive media, formulated as nonlinear spectral problems for volume integral operators. The main idea is to use asymptotic analysis not only as a baseline approximation, but also as a guide for constructing predictive correction models. We learn the residual between asymptotic and reference resonances using features suggested by the subwavelength expansion, including the logarithmic scales specific to two dimensions. The resulting corrections substantially improve single-resonator and dimer predictions, and symbolic regression produces compact formulas for the learned residual. The results show that asymptotic analysis can be used not only to approximate resonances, but also to design the feature space in which data-driven corrections become accurate, low-dimensional, and interpretable.

ADEx-FNO: A Unified Ambient-Domain Framework for Fourier Neural Operators on Varying Geometries math.NA

Fourier neural operators (FNOs) provide efficient nonlocal spectral learning, but varying geometries and independently chosen discretizations remain difficult to accommodate. We introduce the ambient-domain extension Fourier neural operator (ADEx-FNO), a deterministic framework that incorporates geometry without modifying the defining Fourier-operator layers. Each physical domain is embedded in a fixed ambient hypercube and represented by a signed distance function. Inputs and solution fields are deterministically extended to the ambient domain, transferred to a common, potentially nonuniform rectilinear latent grid, processed by the FNO, then interpolated to an independently chosen target discretization and restricted to the physical domain. All geometry-transfer operations lie outside the optimization procedure and require no trainable graph, point-cloud, deformation, or geometry-decoding modules. ADEx-FNO achieves relative l2 errors of 0.32%-0.77% on held-out smooth-domain nonlinear Poisson and advection-reaction-diffusion problems in 2D and 3D, and is also evaluated on unseen nonsmooth geometries. A single ADEx-FNO inference is then used to initialize conventional CFD solvers. For all 29 converged 2D and 3D RANS cases, pseudo-time iterations decrease, with mean reductions of 44.17% and 43.03%, respectively, with comparable gains across three mesh resolutions. URANS cases reduce post-window physical-time advances by 18.52%-27.51%. In transfer from 2D URANS training data to DNS at different Mach and Reynolds numbers, the bootstrap interval decreases by 23.47%-48.21%, depending on the target statistic. In all CFD tests, ADEx-FNO provides only the initial field; the governing-equation solver controls the subsequent solution, while physical or statistical consistency is assessed separately from computational savings.

BenchmarksFull tables
Artificial AnalysisIntelligence Index

Composite score across coding, math, and reasoning

#ModelScoretok/s$/1M
1Claude Fable 559.972$20.00
2GPT-5.6 Sol58.992$11.25
3Claude Opus 4.855.757$10.00
4GPT-5.6 Terra55178$5.63
5GPT-5.554.864$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%