The Inference Report

June 3, 2026

The infrastructure layer for autonomous AI agents is now the primary battleground for competitive advantage, and the companies racing to control it are abandoning the fiction that models alone drive value. Microsoft's Project Solara, Scout, and new agent governance tools reveal a strategic pivot away from model capability toward the operating system where agents execute tasks. Workday, Snowflake, and others are simultaneously building compliance and context layers because enterprises will not deploy agents without guardrails embedded in the platform itself. The leverage now flows to whoever owns the policy engine, the identity layer, and the audit trail when an agent acts on your behalf continuously. This shift from model-centric competition to infrastructure-centric competition is not theoretical. It is visible across every company announcement this week: OpenAI is moving Codex from a developer tool into a horizontal productivity layer across finance, marketing, and analytics; NVIDIA and Microsoft are packaging hardware, runtimes, data layers, and tuned models as an integrated full-stack offering; Hugging Face and Anthropic are focusing on local agent deployment and orchestration infrastructure rather than model releases.

The market is simultaneously correcting the productivity narrative that sustained AI valuations through 2024. Cyera is raising at 80x ARR despite operating losses while Uber capped AI spending after exhausting its budget in four months. Most telling: Impulse Space raised half a billion dollars explicitly to hire humans instead of betting on AI replacing engineers. When venture capital flows toward human hiring rather than automation, the market is signaling that the productivity gains from current AI are narrower than the hype suggested. Autonomous systems require human oversight, domain expertise, and governance infrastructure that existing models cannot provide. The collision between the venture narrative of "AI will do the work" and the operating reality of what autonomous systems actually need is reshaping how companies deploy capital.

Regulatory capture is outpacing formal regulation. Trump signed a narrower executive order requiring only voluntary prerelease government reviews of advanced models after industry objections killed stronger versions. Meanwhile, Anthropic is scaling Claude Mythos access to 150 organizations across 15 countries targeting critical infrastructure in power, water, healthcare, and communications, essentially certifying itself as trustworthy for systems affecting 100 million people. This is not regulation; this is the regulated choosing which regulator to work with. Supply chain attacks on npm packages targeting OpenAI Codex users and Red Hat cloud services reveal the real vulnerability is not the models themselves but the developer tools and integrations wrapping around them, which are moving too fast for security to keep pace.

On the execution side, the GitHub ecosystem confirms what the infrastructure announcements suggest: developers are moving past monolithic agent frameworks toward specialized components that solve concrete problems. LangGraph is maturing into genuine state management and resilience patterns. Headroom cuts token usage by 60-95% by compressing logs and RAG chunks before they reach the model. MarkItDown's 140,000 stars reflects a simpler truth: converting documents to Markdown remains a bottleneck for RAG pipelines. VoxCPM2, Open-LLM-VTuber, Scrapling, and CVAT occupy distinct niches rather than pretending to solve everything. This is a healthier ecosystem than monolithic platforms, and it mirrors the infrastructure layer consolidation happening upstream: better plumbing matters more than smarter agents.

Grant Calloway

AI LabsAll labs
From the WireAll feeds
Research Papers — FocusedAll papers
Transformer-Based Flow Shop Scheduling Using MILP-Generated Training Data math.OC

Advances in machine learning (ML) have created new opportunities to complement traditional operations research (OR) methods. In particular, transformer models can capture complex interactions in token sequences by mapping tokens into a high-dimensional embedding space and propagating contextual information via attention. This makes them a candidate to model non-permutation flow shop scheduling with secondary resources as a next-token prediction task, where tokens represent job-machine-secondary resource tuples. For training, mixed-integer linear programming (MILP)-generated schedules are tokenized and used as next-token prediction data. During inference, partial token sequences (prefixes) are randomly generated and completed by the trained transformer through constrained decoding. A computational study is conducted on a flow shop with 8 jobs, 4 machines, and 3 secondary resources, where jobs are selected from a fixed pool of 20 jobs that is sampled during training and provides the candidates during prefix completion. The transformer achieves better solution quality (smaller makespans) compared to a genetic algorithm (GA), the NEH heuristic, and random search. It is outperformed only by the MILP model and the iterated greedy (IG) heuristic. The study concludes that transformer models can, to some extent, learn patterns from MILP-optimized non-permutation flow shop schedules and that transformer-based scheduling represents an interesting direction for future research, particularly in settings with a fixed, recurring job set.

A Unified Perspective on Conformal Prediction and Wasserstein Distributionally Robust Optimization for Uncertainty Quantification math.OC

Uncertainty quantification from finite data is central to machine learning, optimization, and automation systems, where decisions must remain reliable under limited samples and test-time distribution shift. Conformal prediction (CP) and distributionally robust optimization (DRO) offer two complementary approaches: CP constructs data-dependent prediction sets with distribution-free finite-sample validity under exchangeability, while DRO optimizes worst-case performance over an ambiguity set around an empirical distribution. We develop a unified probabilistic perspective on CP and DRO by viewing both as ways to turn finite calibration data into a data-dependent quantile estimator that a test score falls below with high probability. From this perspective, CP and DRO correct the empirical quantile along two coordinates of the same family of estimators: CP inflates the quantile level, whereas DRO shifts the quantile value through an ambiguity radius. Both methods provide the same calibration-conditional guarantee for the true distribution, requiring the target coverage to hold with high probability over the calibration sample. Their constructions differ, however: CP uses a closed-form, distribution-free level correction, while DRO uses a value-space correction whose certified radius depends on properties of the unknown distribution and additionally guarantees coverage uniformly over the ambiguity set. This distinction emerges in the tails of the score distribution. Because CP relies on sparse upper-tail order statistics of the calibration samples, its level inflation barely moves the estimator when those samples are dense near the target quantile but overshoots when they are sparse, whereas a well-chosen DRO radius corrects in value space and may avoid this overshoot.

Dec-BFTRL: Squre-Root Regret for Decentralized Online Upper-Linearizable Optimization under Separation Access with Application to Continuous Submodular Maximization math.OC

We study decentralized online optimization of upper-linearizable payoffs over an action set under efficient separation access, with applications to online continuous diminishing-return (DR) submodular maximization. We propose Decentralized Barrier Follow-the-Regularized-Leader (Dec-BFTRL), and evaluate each agent's played action against the average of all local objectives. Each agent maps an internal iterate to a feasible action through an approximate gauge projection, communicates only a cumulative surrogate-gradient dual state, and invokes the local HybridNewton procedure to approximately minimize its post-communication BFTRL potential. For every agent, we achieve expected network-aggregate regret of $\widetilde O(\sqrt{T})$. Over $T$ rounds, each agent uses $T$ neighbor-mixing steps and $\widetilde O(T)$ separation-oracle calls. We give four wrapper instantiations covering three DR-submodular maximization problems.

A Multi-View Coupled Tensor Decomposition for Lightweight Online Adaptive Traffic Prediction math.OC

Accurate online traffic prediction is essential for intelligent transportation systems, where forecasting must be performed continuously under imperfect sensing conditions. Missing observations and anomalous disturbances make this task challenging, particularly when prediction relies on a single traffic view. This paper proposes a Multi-View Coupled Tensor Decomposition (MVCTD) model for online traffic prediction from imperfect multi-view observations, such as speed, flow, and occupancy. The proposed model uses coupled tensor decomposition to build a structured latent forecasting space, in which shared spatial structures across traffic views and view-specific temporal dynamics are jointly modeled. A group sparse regularization is further introduced to capture correlated abnormal responses induced by real traffic anomalies and thus reduce their influence on forecasts. For streaming deployment, MVCTD performs iterative refinement only on the current latent tensor, while the remaining model variables are updated by lightweight closed-form steps based on summarized historical information, thereby avoiding repeated optimization over the full historical sequence. Experiments on real-world traffic datasets demonstrate that MVCTD achieves accurate forecasts with favorable runtime under severe missingness, confirming its suitability for online traffic prediction.

The Value of Human Expertise math.OC

We consider optimization applications with unknown parameters where the decision maker believes that the optimal value of the nominal problem-the optimization problem they would have solved if the true parameters were known-is unlikely to be large. This belief derives from information that humans have that is not captured in datasets, obtained from domain knowledge and interacting with the physical world. We propose an approach to evaluating policies that provides tighter performance guarantees if the decision maker's belief happens to be correct. Our main result shows that if computing a policy's worst-case performance is a convex program, then the value of human expertise-the maximum improvement in performance guarantees that can be obtained from the belief about the nominal problem-is equal to the minimax gap of a max-min problem. We illustrate our developments in assortment optimization and shortest path problems.

Dimensionless Controls of Plasticity Under Alternating Tasks: From Evolutionary Biology to Continual Learning math.OC

Plasticity under changing environments is central to both evolutionary biology and continual learning. Motivated by recent work on genotype--phenotype maps, we study a minimal deep-learning analogue where a network is trained alternately on two Boolean label sets, and ask which biological controls of plasticity survive the translation to gradient descent. Reinterpreting four proposed biological factors as quantities of training dynamics, we find the system reduces to two dimensionless controls: the task disagreement $r$, the fraction of disagreeing labels, and the reach $ηT$, the product of learning rate and switching period. We derive two bounds on plasticity: $r$ alone fixes an extremal geometric floor on the utopia distance, while $r$ and $ηT$ jointly bound forgetting. Across 9,720 trajectories, an ANOVA confirms that $r$, $η$, and $T$ dominate, while the effect of neutral-set size (emphasized in the biological setting) is negligible. The optimal reach itself follows an approximate inverse power law $ηT^{*}\propto r^{-1.18}$, yielding a heuristic that sets the optimal reach $ηT^*$ from the task disagreement alone. The analogy that survives is therefore dynamical rather than geometric, and our setting enables a view of plasticity through the lens of other driven systems in physics and engineering.

BenchmarksFull tables
Artificial AnalysisIntelligence Index

Composite score across coding, math, and reasoning

#ModelScoretok/s$/1M
1Claude Opus 4.861.459$10.94
2GPT-5.560.267$11.25
3Claude Opus 4.757.353$10.94
4Gemini 3.1 Pro Preview57.2123$4.50
5GPT-5.456.879$5.63
SWE-rebench

Agentic coding on real-world software engineering tasks

#ModelScore
1gpt-5.5-2026-04-23-xhigh62.7%
2Codex60.4%
3Claude Code59.6%
4gpt-5.5-2026-04-23-medium58.9%
5Claude Opus 4.8-xhigh56.4%