The Inference Report

June 7, 2026

OpenAI is simultaneously fortifying its core product against attack, overhauling ChatGPT into a services gateway ahead of a potential IPO, and negotiating equity stakes with the Trump administration while proposing a sovereign-wealth fund to address public anxiety about AI's impact. Sriram Krishnan has left his White House advisor role to shape Trump's AI policy from outside. The pattern is unmistakable: the companies building the products are also writing the policy framework, structuring the financial instruments, and placing their people in corridors of power. When a builder proposes a fund to address public concern and the administration considers taking an equity stake in that same builder, there is no separation left between the builder, the regulator, and the beneficiary.

This consolidation of control extends across the technical stack. NVIDIA is betting that consumer hardware upgrades and AI-native software will drive the next computing cycle through RTX Spark and gaming partnerships with T1 and Krafton. Hugging Face recognizes a different market reality: many enterprise workflows don't need frontier models, just efficient ones purpose-built for specific domains in finance and regulated verticals where inference cost, compliance, and interpretability matter more than raw capability. Neither company is chasing scale-at-all-costs, suggesting the industry is finally pricing the difference between capability and utility. On the research front, the field has moved from treating model outputs as atomic units toward decomposing the processes that generate them. Self-consistency ranking, function vectors, and trajectory extrapolation error now measure latent capabilities without explicit training. MedSP1000 replaces single-turn medical QA with interactive standardized-patient scenarios. StreamMA and ReasoningFlow capture multi-agent reasoning and non-linear reasoning traces as directed acyclic graphs to reveal fine-grained behaviors like backtracking and self-correction.

In infrastructure, the agent layer is consolidating around practical web access and memory. Agent-Reach and last30days-skill solve the same constraint: reliable internet sight lines without burning through API quotas. MemPalace and CopilotKit at 33k stars show developers treating memory and agentic capability as foundational layers. The harder problems remain fragmented. LocalAI's 46k stars reflects demand for cloud-independent inference, but security-focused repos like AIJack and synthetic data work on DeepEcho suggest risk management, privacy simulation, and training data generation remain underfunded relative to the agent layer. The real gap isn't in inference or chat. It's in operational machinery: testing, security scanning, and synthetic data generation remain splintered across isolated tools rather than integrated into development workflows.

Grant Calloway

AI LabsAll labs
From the WireAll feeds
Research Papers — FocusedAll papers
Learning Sexism Detection Using Multi-Agent Perspectivist Preference Optimization cs.CL

When people label text for sexism, they often disagree, and not because some of them are wrong: they genuinely perceive sexism differently. Most NLP systems discard this disagreement by collapsing it into a majority vote. We propose the Multi-Agent Perspectivist Preference Optimization (MAP-PO) framework to keep these different perspectives. On the EXIST 2024 dataset of labeled English and Spanish tweets, we first cluster annotators by their labeling behavior rather than their demographic attributes. We then fine-tune one Large Language Model agent per cluster to reproduce that cluster's annotation behavior, and coordinate the agents with preference optimization that combines individual and team-level rewards. We evaluate MAP-PO in four settings defined by two languages and two backbone language models, asking whether each agent reproduces the annotations of its own cluster and whether the agents together reproduce the majority label. Two findings hold in all four settings. First, without fine-tuning the agents behave almost identically, so cluster-specific training is necessary. Second, we show that training each agent only on the labels of its own cluster pushes the agents far beyond the clusters they should represent, while adding a shared team-level training signal consistently keeps each agent calibrated to its cluster.

ConlangBench: Exploring Language Knowledge and Learning in LLMs through Diverse Constructed Languages cs.CL

Constructed languages (conlangs) are intentionally created human languages with a rich tradition of linguistic creativity. Despite their potential for studying language learning in large language models (LLMs), existing conlangs remain largely underexplored in LLM research. We present ConlangBench, the first large-scale benchmark for evaluating and training LLMs on 21 existing conlangs. We collect over 21M conlang-English parallel sentence pairs (including 430K pairs across the 20 non-Esperanto conlangs) and 321K vocabulary entries. In bidirectional translation experiments, we find that models perform better on a posteriori conlangs, whose vocabularies are derived from natural languages, reflecting the design characteristics of conlangs. Training on ConlangBench also shows that models can learn all eight conlangs for which sufficient parallel corpora are available, while their learning curves vary depending on how the conlangs were created. Our findings suggest that conlangs provide a unique testbed for investigating how LLMs acquire low-resource languages.

Consensus Measures for Unstructured Biomedical Text Annotations cs.CL

Biomedical literature is increasingly mined for knowledge beyond the questions it was written to answer. Because the target concepts are not known in advance, annotators prefer open-ended labels, whose agreement is hard to quantify. We study soft inter-rater reliability for annotators providing unstructured texts for biomedical annotation tasks. Synthetic experiments show that soft reliability can be quantified using a variety of semantic equivalence measures, and that the choice of measure affects failure modes of the estimation. Embeddings are scalable, but limited when differentiating similar but distinct concepts. Large language models are promising, but limited by scalability for estimating agreement by chance. Finally, we suggest measures based on natural language inference as a sensible compromise.

Hi-TTRL: Regulating Consensus with Hints for Test-Time Reinforcement Learning cs.CL

Test-time reinforcement learning (TTRL) improves the reasoning capabilities of large language models without labeled data by updating the policy with pseudo-labels constructed through majority voting. While effective, the reward signal assigned from majority voting is highly sensitive to consensus strength, defined as the frequency of the most common answer within a rollout group. In TTRL, consensus strength plays a dual role: it reflects both the reliability of the pseudo-label and the distribution of advantages. Low consensus can amplify updates from unreliable pseudo-labels through disproportionately large advantages, whereas high consensus reduces reward contrast and ultimately yields vanishing gradients. In this paper, we introduce Hi-TTRL, a test-time reinforcement learning framework that utilizes hints during sampling to regulate rollout consensus strength. Hi-TTRL first estimates consensus strength from a partial rollout group. When the consensus strength falls outside a target interval, it invokes a Markov chain Monte Carlo (MCMC) hint sampler. The sampler targets the power-transformed prefix distribution and uses finite-step approximate sampling to generate rollout prefixes as hints. By tuning the power exponent, Hi-TTRL generates hints with a sharpened or flattened power target, steering rollout consensus strength toward the target interval. Experiments on multiple datasets and backbones show that Hi-TTRL consistently improves over standard TTRL, with ablations and consensus-steering analyses validating the effectiveness of adaptive hint-guided consensus regulation.

GPTKB 2.0: Direct Construction of Disambiguated Knowledge Bases from Large Language Models cs.CL

Automated Knowledge Base Construction (AKBC) is a core NLP task, and recent work proposes generating knowledge bases directly from large language models (LLMs), treating the model itself as the knowledge source. However, LLMs natively possess no representation of entities, leading to duplicate entries as well as conflations. We propose GPTKB 2.0, a methodology for constructing disambiguated KBs directly from LLMs. GPTKB 2.0 incorporates on-the-fly disambiguation of entities, relations and classes, and is meticulously designed to satisfy both scalability and disambiguation accuracy. We analyze the central design decisions and characterize the trade-offs between accuracy, scale, and cost. We execute GPTKB 2.0 at scale, obtaining a materialized KB containing over 1M disambiguated entities and 38.4M triples. This represents the first million-scale LLM-native KB with explicit internal canonicalization of entities, relations, and classes, a significant departure from prior Wikimedia-centric works. GPTKB 2.0 is available at https://gptkb.org/.

OneDayAgent: Towards a Long-Horizon Harness for Autonomous Agents cs.CL

LLM agents are increasingly applied to open-ended everyday requests that span work, study, and life. These tasks are long-horizon, cross-environment, and multimodal, forcing the agent to preserve goals and constraints across many steps while navigating heterogeneous tools and attachments. While prior work has addressed individual failure modes such as goals drift, states loss, and context overflow, whether a single harness can manage them jointly and remain effective across backends has received less study. We present OneDayAgent, a long-horizon harness for autonomous agents. OneDayAgent turns an open-ended request into a managed execution process that decomposes tasks into bounded subtasks, maintains execution memory under context pressure, and verifies and repairs the final deliverable. We evaluate OneDayAgent on AgentIF-OneDay across 104 tasks. With the GLM-5.2 backend, OneDayAgent sets a new state of the art with an overall score of 0.821. The same harness runs across five backend LLMs from three model families, indicating the harness generalizes across backends without tuning, even as different models induce distinct execution styles under the same workflow.

BenchmarksFull tables
Artificial AnalysisIntelligence Index

Composite score across coding, math, and reasoning

#ModelScoretok/s$/1M
1Claude Opus 4.861.471$10.94
2GPT-5.560.264$11.25
3Claude Opus 4.757.366$10.94
4Gemini 3.1 Pro Preview57.2137$4.50
5GPT-5.456.895$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%