Category intelligence

Research Briefing — June 26, 2026

499 current items analyzed and ranked.

Executive synthesis

Research Summary

Today's research spans embodied AI, world-model reliability, and learning theory, with several contributions from top-tier author groups.

Embodied AI & World Models

Learning Theory & RL

Scientific ML & Efficiency

Interpretability & Safety

  • LLMs encode facts task-specifically rather than as consistent knowledge bases (Geva, Globerson).
  • A large-scale study characterizes AI nudification on 4chan, documenting 24,000+ non-consensual synthetic images and community dynamics.

Key Themes

AI Safety & Security · 9Agents & Embodied AI · 9Interpretability & Representation Analysis · 7Reinforcement Learning · 26Scientific ML · 7Evaluation & Benchmarks · 5Inference Efficiency and Serving · 8AI Agents and Self-Improvement · 11Efficiency & Architectures · 6Language Model Reasoning and Data · 6

Primary evidence

Top Ranked Signals

Research arXiv (Robotics) Jun 26

Scalable Behavior Cloning with Open Data, Training, and Evaluation

By Arthur Allshire, Himanshu Gaurav Singh, Ritvik Singh, Adam Rashid, Hongsuk Choi, David McAllister, Justin Yu, Yiyuan Chen, Huang Huang, Pieter Abbeel, Xi Chen, Rocky Duan, Phillip Isola, Jitendra Malik, Fred Shentu, Guanya Shi, Philipp Wu, Angjoo Kanazawa

76 score
AI Analysis

ABC is a fully open-source behavior-cloning stack centered on ABC-130K, the largest open teleoperation dataset to date with 3,500 hours over 130K episodes across 195 tasks, plus open hardware, training infrastructure, simulation, 400 hours of sim-teleop data, and a co-training recipe correlating sim and real evaluation. The authors compare DiT and VLA architectural choices. The scale and full openness make this a potentially field-shaping resource.

arXiv:2606.27375v1 Announce Type: new Abstract: We introduce ABC, a fully open-source stack for manipulation with behavior cloning. At its core is ABC-130K: the largest open-source teleoperation dataset to date, featuring 3,500 hours of data spanning over 130K episodes across 195 diverse tasks. Furthermore, we open-source our accessible hardware setup, training infrastructure, and simulation pipeline. We also release 400 hours of sim-teleop data and provide a co-training recipe that produces co
Behavior CloningOpen DatasetsRobotic Manipulation
Research arXiv (Machine Learning) Jun 26

Hallucination in World Models is Predictable and Preventable

By Nicklas Hansen, Xiaolong Wang

71 score
AI Analysis

This work shows that hallucination in generative world models concentrates in low-coverage regions of state-action space and is therefore predictable and preventable with lightweight data-centric signals. It introduces MMBench2, a 427-hour 210-task dataset, trains a 350M world model, and identifies three distinct hallucination modes with targeted mitigations.

arXiv:2606.27326v1 Announce Type: new Abstract: Modern generative world models render increasingly realistic action-controllable futures, yet they frequently hallucinate: rollouts remain visually fluent while drifting from the ground-truth dynamics. We hypothesize that hallucination concentrates in low-coverage regions of the state-action space, where lightweight data-centric signals can both detect it and guide mitigation. To test this, we introduce MMBench2, a 427-hour, 210-task dataset for v
World ModelsHallucinationReinforcement LearningDatasets
Research arXiv (Machine Learning) Jun 26

Blackwell Approachability and Gradient Equilibrium are Equivalent

By Brian W. Lee, Nika Haghtalab, Michael I. Jordan, Ryan J. Tibshirani

70 score
AI Analysis

This paper proves that gradient equilibrium (a recently introduced online optimization framework generalizing first-order stationarity) is algorithmically equivalent to Blackwell approachability. Any approachability problem can be solved via black-box GEQ oracle queries with no asymptotic loss, and vice versa.

arXiv:2606.27315v1 Announce Type: new Abstract: Gradient equilibrium (GEQ) is a recently introduced online optimization framework that generalizes first-order stationarity from offline optimization and abstracts problems like online conformal prediction. While GEQ has curious similarities with known online learning frameworks, namely regret minimization, prior work has shown that GEQ error and regret are incomparable objectives, leaving open a precise understanding of how GEQ fits into the broa
Online LearningLearning TheoryGame TheoryOptimization
Research arXiv (Machine Learning) Jun 26

Reinforcement Learning without Ground-Truth Solutions can Improve LLMs

By Yingyu Lin, Qiyue Gao, Nikki Lijing Kuang, Xunpeng Huang, Kun Zhou, Tongtong Liang, Zhewei Yao, Yi-An Ma, Yuxiong He

69 score
AI Analysis

RiVER trains LLMs on score-based optimization tasks without ground-truth solutions, using deterministic execution feedback as continuous-valued reward instead of verifiable answers. It addresses scale dominance and frequency dominance challenges that arise when applying group-relative RL to such continuous rewards.

arXiv:2606.27369v1 Announce Type: new Abstract: Reinforcement learning with verifiable rewards (RLVR) for training LLMs typically rely on ground-truth answers to assign rewards, limiting their applicability to tasks where the ground-truth solution is unknown. We introduce a \textbf{R}anking-\textbf{i}nduced \textbf{VER}ifiable framework (RiVER) that trains LLMs on score-based optimization tasks without ground-truth solutions, using deterministic execution feedback as continuous-valued supervisi
Reinforcement LearningLanguage ModelsRLVRReward Design
Research arXiv (Artificial Intelligence) Jun 26

Algorithmic Foundations of Deep Learning: Complexity-Theoretic Rates and a Characterization of Universal Approximation

By Anastasis Kratsios, Simone Brugiapaglia, Bum Jun Kim, Gregory Cousins, Haitz S\'aez de Oc\'ariz Borde

68 score
AI Analysis

This theoretical work reframes neural networks as models of computation rather than only flexible basis functions, providing complexity-theoretic approximation rates and a characterization of universal approximation tied to circuit computability. It offers explicit depth/width/parameter bounds for functions computable by real-valued circuits.

arXiv:2606.26705v1 Announce Type: cross Abstract: Feedforward neural network (NN) expressivity is typically studied by emulating optimal basis-expansion schemes. While powerful, this perspective is incomplete: it primarily captures complexity through regularity, and therefore does not distinguish intuitively simple and complicated objects with comparable regularity, such as the square-root function and a typical Brownian path. The guiding message is that neural networks should be viewed not o
Deep Learning TheoryApproximation TheoryComputational Complexity
Research arXiv (Artificial Intelligence) Jun 26

Autoregressive Boltzmann Generators

By Danyal Rehman, Charlie B. Tan, Yoshua Bengio, Avishek Joey Bose, Alexander Tong

68 score
AI Analysis

Autoregressive Boltzmann Generators introduce an autoregressive modeling framework for sampling molecular systems at thermodynamic equilibrium, overcoming the expressivity and likelihood-cost limitations of normalizing-flow-based Boltzmann Generators. It enables rapid generation of uncorrelated equilibrium samples with exact likelihoods.

arXiv:2606.27361v1 Announce Type: cross Abstract: Efficient sampling of molecular systems at thermodynamic equilibrium is a hallmark challenge in statistical physics. This challenge has driven the development of Boltzmann Generators (BGs), which allow rapid generation of uncorrelated equilibrium samples by combining a generative model with exact likelihoods and an importance sampling correction. However, modern BGs predominantly rely on normalizing flows (NFs), which either suffer from limited
Scientific MLGenerative ModelsMolecular Simulation
Research arXiv (Machine Learning) Jun 26

Epiphany-Aware KV Cache Eviction Without the Attention Matrix

By Steven Kolawole, Virginia Smith

68 score
AI Analysis

EpiKV is a training-free KV cache eviction method that scores tokens by the change in the model's internal representation (the epiphany score) rather than attention weights, avoiding materialization of the attention matrix. This makes it compatible with fused FlashAttention kernels in production for long reasoning traces.

arXiv:2606.26472v1 Announce Type: new Abstract: As reasoning models emit chains of thought tens of thousands of tokens long, KV cache increasingly becomes a deployment bottleneck. Existing cache eviction methods rank tokens by attention weight, which is a noisy importance proxy in long reasoning traces, and prohibits the use of fused kernels in production inference by forcing the model to materialize the attention matrix. In this work, we instead score tokens with a metric we term the epiphany
EfficiencyKV CacheInference OptimizationReasoning
Research arXiv (Machine Learning) Jun 26

Theory-Scale Auto-Formalization of Logics for Computer Science

By Yuming Feng, Frederick Pu, One An, Osbert Bastani, Li Zhang, Jiani Huang, Xujie Si, Ziyang Li

67 score
AI Analysis

This work introduces LCS-Bench, a theory-scale auto-formalization benchmark covering 327 interdependent textbook items in Logics for Computer Science, built via a semi-automated agentic pipeline with concept graphs, signature planning, and counterexample-driven sorry-filling. It targets the open challenge of coherently formalizing entire theories rather than isolated statements.

arXiv:2606.26525v1 Announce Type: new Abstract: Auto-formalization is critical for scalable formal verification, but existing progress largely focuses on isolated statements, while theory-scale auto-formalization, which coherently translates hundreds of interdependent definitions, lemmas, and theorems, remains open due to challenges in consistency, faithfulness, scalability, and correctness. In this paper, we introduce LCS-Bench, a stand-alone, theory-scale benchmark based on Logics for Compute
Formal VerificationAuto-FormalizationLanguage ModelsBenchmarks
Research arXiv (Machine Learning) Jun 26

A Generalization Theory for JEPA-Based World Models

By Jingyi Cui, Qi Zhang, Hongwei Wen, Yisen Wang

67 score
AI Analysis

This paper develops the first generalization theory for JEPA-based world models, formulating JEPA pretraining as conditional spectral graph learning equivalent to low-rank factorization of an action-conditioned co-occurrence matrix. It connects pretraining error to downstream planning regret.

arXiv:2606.27014v1 Announce Type: new Abstract: Joint Embedding Predictive Architectures (JEPAs) have recently emerged as a promising paradigm for world modeling by learning predictive dynamics in a latent space rather than generating future observations at the input level. Despite their empirical success, the theoretical understanding of JEPA-based world models remains limited. In this paper, we develop the first generalization theory for JEPA-based world models. We formulate JEPA pretraining
World ModelsLearning TheorySelf-Supervised LearningJEPA
Research arXiv (Artificial Intelligence) Jun 26

From Celebrities to Anyone: Characterizing AI Nudification Content, Technology, and Community Dynamics on 4chan

By Chi Cui, Yixin Wu, Yang Zhang

66 score
AI Analysis

This large-scale study characterizes AI nudification on 4chan, identifying over 24,000 non-consensual sexually explicit synthetic images and revealing that non-celebrity targets now account for 55.8 percent versus 4.7 percent in prior studies. It documents the technology and community dynamics enabling this harm.

arXiv:2606.27234v1 Announce Type: cross Abstract: AI nudification uses generative models to create synthetic non-consensual sexually explicit imagery (SNEACI) of real individuals. Prior work has examined dedicated nudification platforms and model repositories, finding that most targets are female celebrities. However, the anonymous content community, where SNEACI is actively requested, generated, and exchanged, remains unexplored. In this work, we present a large-scale study of AI nudification
AI SafetySocietal ImpactGenerative ModelsHarm Analysis
Research arXiv (Machine Learning) Jun 26

Finding the Time to Think: Learning Planning Budgets in Real-Time RL

By Aneesh Muppidi, Firas Darwish, Dylan Cope, Jo\~ao F. Henriques, Jakob Nicolaus Foerster

66 score
AI Analysis

This work introduces variable-delay real-time RL where the environment continues progressing while the agent deliberates, making the cost of planning explicit. They train a lightweight gating policy on top of a planner to choose state-dependent planning budgets, avoiding the paralysis of naively planning how long to plan.

arXiv:2606.26463v1 Announce Type: new Abstract: Deliberating takes time. In real-time settings, that time is not free. Standard reinforcement learning (RL) sidesteps this as the environment waits indefinitely for the agent's decision. Instead, we study real-time RL environments where the environment progresses while waiting for the agent's action. Building on prior real-time formalizations, we introduce variable-delay real-time RL, where the agent chooses how long to deliberate at each decision
Reinforcement LearningPlanningReal-Time Systems
Research arXiv (Machine Learning) Jun 26

Reasoning Quality Emerges Early: Data Curation for Reasoning Models

By Hongyi Henry Jin, Wenhan Yang, Meysam Ghaffari, Carlos Morato, Baharan Mirzasoleiman

66 score
AI Analysis

This work shows that high-quality reasoning SFT examples can be identified using only the first 100 reasoning tokens, via the loss at a randomly perturbed pretrained checkpoint, avoiding costly filtering with strong reasoning models. It demonstrates that difficult problems are detectable early, enabling cheaper data curation for reasoning models.

arXiv:2606.26797v1 Announce Type: new Abstract: Supervised fine-tuning (SFT) on a small, high-quality set of long reasoning traces is an effective approach for eliciting strong reasoning capabilities in Large Language Models (LLMs). However, existing methods for curating high-quality SFT data rely heavily on strong reasoning models to filter examples based on diversity and difficulty, making the curation process costly while often yielding suboptimal data quality. In this work, we show that div
ReasoningData CurationSupervised Fine-TuningLanguage Models