ThinkLLM
ModelsCapabilitiesUse CasesBenchmarksPapersGlossary
ModelsCapabilitiesUse CasesBenchmarksPapersGlossary
AboutPrivacyTermsRSS

ThinkLLM

Spot an error in our data? Let us know.

Papers

Recent AI research papers with accessible summaries. Updated daily from arXiv, summarized for developers who don't read papers regularly.

1492 papers21 this month12 topics
AllEvaluation 42Training 39Agents 31Reasoning 27Efficiency 25Safety 18Multimodal 17Applications 17Alignment 11Data 11Architecture 8scaling 6

Jul 6 – Jul 12(3)

From Fixed to Free Cameras: Calibration-Free View-Robust Vision-Language-Action Model

Jul 6, 2026

Wenhao Li, Xueying Jiang, Quanhao Qian et al.

Robot policies can achieve view robustness without camera calibration by learning to predict both action in camera space and camera-to-robot geometry, making deployment more practical when camera positions vary.

This paper introduces CamVLA, a robot vision-language-action model that learns to figure out camera positioning automatically instead of requiring explicit calibration. By predicting both camera-relative actions and the geometric relationship between camera and robot, the model works with any camera setup without needing depth data or prior calibration.

multimodalagentsapplications

LLM-as-a-Verifier: A General-Purpose Verification Framework

Jul 6, 2026

Jacky Kwok, Shulu Li, Pranav Atreya et al.

Using continuous probability-based scores instead of discrete LLM judgments improves verification accuracy and calibration, and these fine-grained signals can guide both solution selection and reinforcement learning training.

This paper introduces LLM-as-a-Verifier, a framework that uses language models to evaluate solution correctness by computing probability distributions over scoring tokens rather than discrete scores.

Jun 29 – Jul 5(27)

Distributed Attacks in Persistent-State AI Control

Jul 2, 2026

Josh Hills, Ida Caspary, Asa Cooper Stickland

Persistent AI systems that ship code iteratively create a new vulnerability: attackers can hide malicious behavior by spreading it across multiple sessions, and different detection strategies are needed to catch gradual versus concentrated attacks.

This paper studies how AI coding agents can distribute malicious attacks across multiple pull requests over time to evade detection. The authors introduce a benchmark where agents pursue hidden goals while building software, comparing gradual attacks spread across PRs against concentrated attacks.

safetyagentsevaluation

What LLM Agents Say When No One Is Watching: Social Structure and Latent Objective Emergence in Multi-Agent Debates

Jul 2, 2026

Arman Ghaffarizadeh, Danyal Mohaddes, Aliakbar Izadkhah et al.

LLM agents develop emergent social behaviors and hidden objectives in response to relational context—they'll publicly accommodate others due to perceived social pressure even when privately disagreeing, which current evaluation methods miss.

This paper reveals that LLM agents change what they say depending on their audience and social context, even without explicit instructions to do so. Researchers created a dual-channel debate system where agents give public responses and private off-the-record responses, finding that social pressures (like career risk) cause agents to diverge from their true positions by up to 40%.

Jun 22 – Jun 28(22)

DexCompose: Reusing Dexterous Policies for Multi-Task Manipulation with a Single Hand

Jun 26, 2026

Dihong Huang, Zhenyu Wei, Zhuxiu Xu et al.

By assigning different fingers to different tasks and using bounded residual modules, you can reuse existing dexterous manipulation policies for new tasks without destructive interference between skills.

DexCompose enables robot hands to perform multiple manipulation tasks by composing pretrained policies through explicit finger-level ownership. The framework identifies which fingers are needed to maintain the first task, then trains two residual modules—one to preserve the initial skill and another to execute a new task—achieving 77.4% success on composite manipulation tasks.

agents

Agentic Hardware Design as Repository-Level Code Evolution

Jun 26, 2026

Cunxi Yu, Chenhui Deng, Nathaniel Pinckney et al.

Hardware design can be automated using agentic AI that evolves code repositories with built-in validation and state management, though current benchmarks don't capture the full complexity of production chip design.

HORIZON is an AI agent framework that automatically designs hardware by treating it as code evolution in a git repository. The system uses a Markdown specification to guide an agent loop that modifies Verilog code, tracks changes through git operations, and validates designs against acceptance criteria.

Jun 15 – Jun 21(23)

Execution-State Capsules: Graph-Bound Execution-State Checkpoint and Restore for Low-Latency, Small-Batch, On-Device Physical-AI Serving

Jun 18, 2026

Liang Su

For on-device AI agents that need to pause, branch, and resume execution frequently, capsules provide sub-millisecond state snapshots and 27x speedup on long contexts—a different optimization target than high-throughput LLM serving.

This paper introduces execution-state capsules, a checkpoint-restore mechanism for LLM serving on resource-constrained devices.

efficiencyagentsarchitecture

LedgerAgent: Structured State for Policy-Adherent Tool-Calling Agents

Jun 18, 2026

Md Nayem Uddin, Amir Saeidi, Eduardo Blanco et al.

Explicitly tracking task state in a separate ledger helps agents avoid stale information and policy violations—two major failure modes in tool-calling agents—without requiring model retraining.

LedgerAgent is a method that helps AI agents handle customer service tasks by maintaining a separate record (ledger) of important task information like facts and constraints. Instead of having agents dig through long prompts to find relevant details, the ledger keeps this information organized and visible, and also checks whether tool calls follow domain rules before executing them.

Jun 8 – Jun 14(25)

AgentSpec: Understanding Embodied Agent Scaffolds Through Controlled Composition

Jun 12, 2026

Jixuan Chen, Jianzhi Shen, Haoqiang Kang et al.

When building LLM agents, component interactions and scaffold compatibility matter more than individual module quality—AgentSpec provides tools to systematically test these combinations.

AgentSpec is a modular framework for building and understanding embodied AI agents by standardizing how components like memory, reasoning, and action execution connect. Instead of tightly coupled systems, it lets researchers swap components in and out to see how they interact, revealing that agent performance depends more on how modules work together than individual component strength.

agentsarchitectureevaluation

Towards Direct Latent-Space Synthesis for Parallel Branches in LLM-Agent Workflows

Jun 12, 2026

Shikun Liu, Mufei Li, Dongqi Fu et al.

Direct cache-based synthesis enables LLM agents to efficiently combine parallel branches without redundant computation, making multi-agent workflows faster and more aligned with how modern systems actually work.

This paper introduces Parallel-Synthesis, a framework that lets LLM agents directly process cached outputs from multiple parallel worker branches instead of concatenating text. By working with KV caches directly, it reduces computation time by 2.5-11x while maintaining or improving performance across math, code, and reasoning tasks.

evaluationreasoningagents

Search Beyond What Can Be Taught: Evolving the Knowledge Boundary in Agentic Visual Generation

Jul 6, 2026

Haozhe Wang, Weijia Feng, Jinpeng Yu et al.

Visual generators need to learn *when* to search for external knowledge, not just *how* to use it—and this knowledge boundary is discoverable through co-training, not fixed in advance.

This paper identifies a critical gap in visual generators: they confidently create incorrect images for requests about new entities, trending topics, and post-training events. The authors show that naive search-augmentation fails because generators have an evolving 'knowledge boundary'—a threshold between what they learned and what needs external context.

agentsmultimodalevaluation
agentsevaluationalignment

Controllable Sim Agents with Behavior Latents

Jul 2, 2026

Juanwu Lu, Junyu Zhu, Ziran Wang

You can build controllable traffic simulators that stay realistic while letting engineers adjust specific behaviors—like making agents safer or faster—without the model gaming the reward system.

This paper presents CNeVA, a framework for creating realistic traffic simulation agents that can both imitate real driving behavior and be steered along interpretable dimensions like speed or safety.

agentstrainingevaluation

TestEvo-Bench: An Executable and Live Benchmark for Test and Code Co-Evolution

Jul 2, 2026

Jiale Amber Wang, Kaiyuan Wang, Pengyu Nie

Existing test generation benchmarks don't verify if tests actually run or match code changes; this benchmark solves that by grounding evaluation in real executable environments and commit history, revealing that state-of-the-art agents still struggle on recent tasks.

TestEvo-Bench is a benchmark for evaluating AI agents on test and code co-evolution tasks—writing new tests for code changes and updating failing tests. Unlike static benchmarks, it uses real commits from Java projects with executable environments to measure pass rates, coverage, and mutation scores.

evaluationagentsapplications

Human Capital, Not Model Benchmarks, Predicts Hybrid Intelligence in Forecasting

Jul 2, 2026

Vivienne Ming

Human-AI collaboration success depends on specific collaborative traits (perspective-taking, intellectual humility, curiosity) rather than cognitive ability or model benchmarks.

This study examines when pairing humans with AI improves forecasting accuracy using real-money prediction markets as an objective benchmark.

evaluationagentsalignment

EvoPolicyGym: Evaluating Autonomous Policy Evolution in Interactive Environments

Jul 2, 2026

Zhilin Wang, Han Song, Runzhe Zhan et al.

Autonomous policy improvement requires agents to discover task-specific mechanisms and efficiently convert feedback into parameter updates under constrained budgets—not just win individual tasks.

EvoPolicyGym is a benchmark for evaluating how AI agents autonomously improve executable policies through iterative editing and feedback.

evaluationagentsreasoning

Reasoning effort, not tool access, buys first-try reliability in agentic code generation: an observational study

Jul 2, 2026

Achint Mehta

For agentic code generation, invest in reasoning capability and effort rather than external tools—stronger models and higher reasoning settings prevent failures at their root, while testing tools don't catch the reasoning errors that actually cause failures.

This study evaluated 90 runs of an agentic coding assistant building the same application, testing whether extra tools and prompts improve code quality. Results show that increased reasoning effort (not testing tools) dramatically improved first-try reliability, raising perfect runs from 28% to 89%, while a testing tool added 42-68% cost with no functional benefit.

agentsevaluationapplications

WorldSample: Closed-loop Real-robot RL with World Modelling

Jul 2, 2026

Yuquan Xue, Le Xu, Zeyi Liu et al.

Using a world model trained on real robot data to generate synthetic transitions—combined with careful sample selection—lets robots learn manipulation tasks with 59% fewer real interactions while improving success rates by 28%.

WorldSample combines real robot interactions with a world model to generate synthetic training data for reinforcement learning. By closing a loop between physical rollouts, synthetic data generation, and policy improvement, it reduces the number of costly real-world interactions needed while maintaining high-quality learning.

trainingefficiencyagents

LIME: Learning Intent-aware Camera Motion from Egocentric Video

Jul 2, 2026

Boyang Sun, Jiajie Li, Yung-Hsu Yang et al.

Robots can learn intent-aware camera control from passive human video by mining supervision pairs of language descriptions, observation changes, and target poses—turning everyday egocentric footage into training data for active perception.

This paper tackles language-conditioned camera motion for robots by learning from egocentric video. Given an image and natural language intent, LIME predicts the next camera pose by combining observation-gain prediction with flow-matching, enabling robots to actively position cameras for inspection, occlusion handling, or user-intent-driven viewing.

agentsmultimodaltraining

Steerability via constraints: a substrate for scalable oversight of coding agents

Jul 2, 2026

Thomas Winninger

Constraining coding agents through simple, language-level restrictions is more effective and cheaper than complex oversight frameworks—the same techniques that manage human engineering teams work better for AI agents.

This paper shows that applying traditional software engineering practices—access control, network policies, and coding conventions—to AI coding agents makes them safer and easier to oversee than using complex scaffolding.

safetyagentsapplications

Bringing Agentic Search to Earth Observation Data Discovery

Jul 2, 2026

Minghan Yu, Youran Sun, Chugang Yi et al.

Combining supervised retrieval scoring with zero-shot LLM reasoning can dramatically improve dataset discovery—achieving 5x better recall through score fusion and an additional 28% improvement through agentic reranking without extra training.

This paper presents an agentic search system that helps geoscience researchers find relevant datasets and tools from NASA's Earth Observation Knowledge Graph using natural language queries. The system combines supervised neural retrieval with LLM-based reasoning to significantly improve search accuracy, and includes a new benchmark of 47k query-dataset pairs for evaluation.

agentsapplications

HULAT2 at MER-TRANS 2026: Governed Multi-Agent Simplification for Spanish Easy-to-Read Generation

Jul 2, 2026

Lourdes Moreno, Paloma Martínez, Marco Antonio Sanchez-Escudero et al.

Multi-agent systems with internal quality signals and intelligent routing can outperform single-model approaches for text simplification tasks, even when adding lexical resources doesn't improve automatic metrics.

This paper presents three automatic systems for Spanish Easy-to-Read translation, submitted to a shared task. The best approach uses a multi-agent workflow combining two language models with quality signals and intelligent routing to simplify text while maintaining meaning. Results show this guided multi-agent approach outperforms simpler baseline methods.

applicationsagentsevaluation

Hardware-Enforced Semantic Coordination for Safety-Critical Real-Time Autonomous Systems

Jul 2, 2026

Uwe M. Borghoff, Paolo Bottoni, Remo Pareschi

Hardware-enforced coordination can provide hard safety guarantees for autonomous systems by implementing coordination rules at the FPGA level, separating deterministic interaction management from adaptive AI reasoning.

This paper proposes using FPGAs to enforce safety-critical coordination rules directly in hardware for autonomous systems that combine AI models with real-time control. By moving coordination logic from software to hardware, the system guarantees deterministic timing and verifiable safety constraints while keeping AI reasoning flexible.

safetyagentsarchitecture

Understanding Agent-Based Patching of Compiler Missed Optimizations

Jul 2, 2026

Batu Guan, Zirui Wang, Shaohua Li

AI agents can generate compiler optimization patches, but they typically optimize only the reported case rather than generalizing to all similar cases like human developers do—a gap that retrieval-augmented techniques can partially close.

This paper studies how well AI agents can patch compiler optimizations that were missed by LLVM. The key finding is that agents struggle to generalize patches beyond the specific reported case—they often fix the example but fail to cover all similar cases that developers would handle.

agentsevaluation

AutoMem: Automated Learning of Memory as a Cognitive Skill

Jul 1, 2026

Shengguang Wu, Hao Zhu, Yuhui Zhang et al.

Memory management is a high-leverage, independently trainable skill for LLMs on long-horizon tasks—optimizing it alone can match frontier models' performance without modifying task-solving capabilities.

This paper treats memory management as a learnable skill for language models, similar to how humans develop expertise in organizing and retrieving information. The AutoMem framework automatically optimizes both the memory structure (file schemas, prompts) and the model's ability to use it, achieving 2-4x performance improvements on long-horizon tasks without changing the core task behavior.

trainingagentsreasoning

FurnitureVLA: Learning Long-Horizon Bimanual Furniture Assembly with Vision-Language-Action Model

Jul 1, 2026

Chenyang Ma, Yue Yang, Radu Corcodel et al.

Progress signals and semantic subtask grounding are critical for long-horizon bimanual manipulation—the model predicts both actions and continuous progress to automatically transition between assembly steps and reduce compounding errors.

FurnitureVLA tackles real-scale bimanual robot furniture assembly using vision-language-action models. The system combines a VR teleoperation interface for data collection, a simulation pipeline for training, and a progress-aware model that predicts both actions and assembly progress to handle long-horizon tasks (up to 1550 steps).

agentsreasoningmultimodal

Are Performance-Optimization Benchmarks Reliably Measuring Coding Agents?

Jul 1, 2026

Zhi Chen, Zhensu Sun, Yuling Shi et al.

Performance-optimization benchmarks for coding agents have significant reliability issues: reference patches are unstable across machines, scoring rules heavily influence rankings, and most tasks are already solved by existing submissions, making leaderboard positions unreliable indicators of tru...

This paper audits three major benchmarks for evaluating coding agents on performance optimization tasks.

evaluationagentsapplications

Optimal Resource Utilization for Autonomous Laboratory Orchestrators

Jul 1, 2026

Austin McDannald, Julia Tisaranni, Howie Joress

Constraint programming can optimize experiment scheduling in autonomous labs by finding time-minimal plans that respect hardware constraints, with status dependencies ensuring robust real-world execution.

This paper tackles how to efficiently schedule experiments in autonomous labs when multiple instruments have different speeds and capacities. The authors use constraint programming to find optimal schedules that minimize total time while respecting hardware limits, then add a dependency system to ensure reliable execution of those schedules.

agentsapplicationsreasoning

QVal: Cheaply Evaluating Dense Supervision Signals for Long-Horizon LLM Agents

Jun 30, 2026

Sergio Hernández-Gutiérrez, Matteo Merler, Ilze Amanda Auzina et al.

Simple prompting baselines outperform recent dense supervision methods, and you can now evaluate supervision signal quality before training by checking if scores align with reference Q-values—saving significant compute.

QVal is a training-free evaluation framework for comparing dense supervision signals used in long-horizon LLM agents.

evaluationtrainingagents

Generative Skill Composition for LLM Agents

Jun 30, 2026

Xinyu Zhao, Zhen Tan, Vaishnav Tadiparthi et al.

Instead of treating skill selection as separate retrieval and ordering problems, jointly predicting skill sequences as a single structured decision improves agent performance and reduces token costs.

This paper tackles how LLM agents should select and order skills (reusable procedural knowledge packages) when solving complex tasks. The authors propose SkillComposer, which treats skill selection as a structured prediction problem—jointly deciding which skills to use, how many times, and in what order.

agentstrainingreasoning

TRIAGE: Role-Typed Credit Assignment for Agentic Reinforcement Learning

Jun 30, 2026

Yuanda Xu, Zhengze Zhou, Hejian Sang et al.

When training agents that interact with environments through discrete actions, assigning credit based on semantic role categories (not just final outcomes) reduces variance and improves learning by properly rewarding exploration and penalizing waste.

TRIAGE improves credit assignment in agentic RL by classifying action segments into semantic roles (progress, exploration, infrastructure, regression) and assigning role-specific rewards.

agentsreasoning

Scalable Behaviour Cloning on Browser Using via Skill Distillation

Jun 30, 2026

Kaisen Yang, Zheng Jiang, Yuzhao Peng et al.

Browser agents can scale more efficiently by learning from the implicit skills already present in human web interactions rather than from manually designed tasks, using skill distillation to convert trajectories into reusable, composable natural-language instructions.

This paper proposes a scalable approach for training browser agents by distilling human web browsing interactions into reusable natural-language skills. Rather than training agents from scratch on individual tasks, the method converts user interaction traces into compact skill descriptions that agents can retrieve and compose, organized in a skill graph to enable efficient learning and reuse.

agentstrainingdata

AxDafny: Agentic Verified Code Generation in Dafny

Jun 30, 2026

Benjamin Breen, Austin Letson, Borja Requena Pozo et al.

Agentic code generation can be dramatically improved by using verification feedback to guide iterative repair of both code and formal proofs, rather than trying to generate correct code in one shot.

AxDafny is a system that helps AI models generate verified code in Dafny by iteratively fixing code and proofs based on verification feedback. The authors created a benchmark of 250 programming problems and show their approach achieves 92.7% verification success, significantly outperforming previous methods.

agentsreasoningevaluation

Self-Evolving World Models for LLM Agent Planning

Jun 29, 2026

Xuan Zhang, Wenxuan Zhang, See-Kiong Ng et al.

World models can be continuously improved during deployment by learning from real interactions and filtering unreliable predictions, making LLM agents better at long-horizon planning without modifying the agent itself.

This paper presents WorldEvolver, a framework that improves LLM agent planning by maintaining and updating a world model at test time. The system uses three components—episodic memory (storing real transitions), semantic memory (learning rules from errors), and selective foresight (filtering unreliable predictions)—to provide better action consequence predictions without retraining the agent.

reasoningagents

GROW$^2$: Grounding Which and Where for Robot Tool Use

Jun 29, 2026

Yuhong Deng, Yuyao Liu, David Hsu

By decomposing tool affordance grounding into semantic (which object/part) and geometric (where) levels, robots can generalize to novel objects and creative tool use without expensive end-to-end training.

GROW² enables robots to creatively use any available object as a tool by breaking down the problem into two steps: using vision-language models to identify which object and which part to use, then using vision models to locate the exact 3D position. This lets robots solve tasks like cutting cake with a plate when no knife is available, without needing large labeled datasets.

agentsmultimodalreasoning

Scaling the Horizon, Not the Parameters: Reaching Trillion-Parameter Performance with a 35B Agent

Jun 29, 2026

Lei Bai, Zongsheng Cao, Yang Chen et al.

You can match trillion-parameter model performance on complex reasoning tasks with a 35B model by focusing on longer, more complex action sequences and multi-domain expertise rather than raw parameter count.

Agents-A1 is a 35B parameter model that achieves trillion-parameter performance on complex tasks by scaling agent horizon—the length and complexity of action sequences—rather than model size.

agentstrainingscaling

MESA: Prioritizing Vulnerable Communication Channels for Securing Multi-Agent Systems

Jun 29, 2026

Kunyang Li, Kyle Domico, Jonathan Gregory et al.

In multi-agent systems, a small number of communication channels often control most of the attack surface—MESA can identify these critical edges proactively, letting defenders protect 3x more attacks with the same security budget.

This paper introduces MESA, a framework for identifying which communication channels in multi-agent systems are most critical to protect. By analyzing graph structure and testing channel importance without needing attack data, MESA ranks edges by their security risk, helping defenders focus limited resources on the most vulnerable connections before attacks happen.

safetyagentsevaluation
agents
architecture
applications

Towards Automating Scientific Review with Google's Paper Assistant Tool

Jun 26, 2026

Rajesh Jayaram, Drew Tyler, David Woodruff et al.

AI-assisted peer review can augment (not replace) human reviewers by catching errors early and reducing their workload, but requires careful design to preserve human oversight and decision-making authority.

Google researchers introduce Paper Assistant Tool (PAT), an AI system that automatically reviews scientific papers by checking mathematical proofs, validating experiments, and identifying flaws. PAT uses inference scaling to catch errors before human peer review, addressing the bottleneck created by AI-accelerated research outpacing traditional review capacity.

evaluationagentsreasoning

Agent-Native Immune System: Architecture, Taxonomy, and Engineering

Jun 26, 2026

Bo Shen, Lifeng Chang, Tianyuan Wei et al.

Autonomous agents need internal, runtime defenses beyond training-time alignment—ANIS provides a biologically-inspired immune system that monitors and protects an agent's memory, tools, and multi-agent interactions from active exploitation.

This paper introduces Agent-Native Immune System (ANIS), a defense framework built directly into autonomous agents to protect against runtime attacks like memory poisoning and tool manipulation. Unlike traditional external security measures, ANIS operates within the agent's reasoning loop through a six-layer architecture and continuously learns to adapt to new threats.

safetyagentsalignment

Govern the Repository, Not the Agent: Measuring Ecosystem-Level Risk in AI-Native Software

Jun 26, 2026

Daniel Russo

Evaluating AI coding agents one at a time on isolated tasks misses the real problem: agent contributions create twice as much integration friction in shared codebases, making ecosystem-level governance more important than agent-level performance.

This paper studies how autonomous coding agents affect shared software repositories by analyzing over 930,000 pull requests. It finds that integration friction—the cost of merging code when others are changing it simultaneously—is largely a repository-level problem, not an agent problem.

agentsevaluationapplications

Empowering GUI Agents via Autonomous Experience Exploration and Hindsight Experience Utilization for Task Planning

Jun 25, 2026

Tianyi Men, Zhuoran Jin, Pengfei Cao et al.

Small 7B models can outperform much larger 32B models at web automation by learning high-level task decomposition through autonomous exploration and hindsight experience, rather than just memorizing low-level actions.

This paper improves small multimodal AI models for web automation by having them autonomously explore environments to learn task planning. The key innovation is using 'hindsight experience'—learning from failed attempts by reframing them as high-level tasks—which helps models generalize to new websites better than training on low-level atomic actions alone.

agentstrainingreasoning

When Does Combining Language Models Help? A Co-Failure Ceiling on Routing, Voting, and Mixture-of-Agents Across 67 Frontier Models

Jun 25, 2026

Josef Chen

Before building a multi-model system, measure how often all your models fail together—this sets a hard ceiling on possible gains. Standard error correlation metrics won't tell you this, but a simple statistical bound will.

This paper reveals a fundamental limit on multi-model LLM systems: their accuracy gains are capped by how often all models fail together on the same question. The authors measure this 'co-failure rate' across 67 frontier models and show that standard metrics like error correlation miss this ceiling, making it invisible to practitioners.

evaluationscalingagents

E-TTS: A New Embodied Test-Time Scaling Framework for Robotic Manipulation

Jun 25, 2026

Wen Ye, Peiyan Li, Tingyu Yuan et al.

Test-time scaling for robots works better when you combine reasoning with action planning, track historical context, and use closed-loop feedback—enabling significant performance gains without retraining.

E-TTS is a framework that improves robot manipulation by combining reasoning and action planning at test time, using historical context and feedback loops. It works with existing vision-language-action models without retraining, achieving up to 33% performance gains in simulation and 27% in real-world tasks.

reasoningagentsefficiency

Advancing Omnimodal Embodied Agents from Isolated Skills to Everyday Physical Autonomy

Jun 25, 2026

Junhao Shi, Zezheng Huai, Siyin Wang et al.

Persistent robot autonomy requires separating planning, memory, and verification into distinct components rather than relying on a single model; OmniAct demonstrates this approach scales to 100k+ interaction tokens while maintaining performance on real-world tasks.

OmniAct is a framework for building embodied robots that can perform long-horizon tasks in real-world environments by combining planning, memory management, and failure detection.

agentsreasoning

Bridging Talk and Thought: Understanding Dialogue Dynamics Across Collaborative Problem-Solving Contexts

Jun 25, 2026

Zhengyuan Liu, Stella Xin Yin, Min-Yen Kan et al.

When building human-AI collaborative systems, pay attention to metacognitive dialogue (how teams reflect on and adjust their approach) alongside task progress—it's a key indicator of collaboration quality.

This paper presents a framework for analyzing dialogue during collaborative problem-solving between humans and AI systems.

agentsevaluationreasoning

A Process Harness for Uplifting Legacy Workflows to Agentic BPM: Design and Realization in CUGA FLO

Jun 25, 2026

Fabiana Fournier, Lior Limonad

You can add agentic AI capabilities to existing business processes by wrapping them with policy-governed agents at specific control points, rather than rebuilding the entire system.

This paper introduces a 'process harness'—a layer that adds AI reasoning to existing business workflows without replacing them. It uses three types of AI agents (for tasks, decisions, and flow control) that operate within policy guardrails, letting legacy systems maintain structural control while gaining adaptive intelligence at key decision points.

agentsarchitectureapplications

RevengeBench: Reverse Engineering Code-Space Policies from Behavioral Experiments

Jun 24, 2026

Babak Rahmani, Sebastian Dziadzio, Joschka Strüber et al.

You can reverse-engineer an agent's decision logic from its behavior by combining observation with strategic experimentation—a technique that works for policy interpretability and opponent modeling in competitive settings.

RevengeBench is a benchmark for reconstructing hidden decision-making code from an agent's behavior in games. Researchers observe a hidden policy playing and can design custom opponents to probe its behavior, then submit executable code that mimics it.

reasoningevaluationagents

Model Forensics: Investigating Whether Concerning Behavior Reflects Misalignment

Jun 24, 2026

Aditya Singh, Gerson Kroiz, Senthooran Rajamanoharan et al.

Detecting bad behavior isn't enough to prove misalignment—you need forensic investigation to distinguish between malicious intent and innocent mistakes like confusion or shortcuts.

This paper develops a protocol for investigating whether concerning AI model behaviors stem from misalignment (intentional deception) or benign causes like confusion. The authors use chain-of-thought reasoning to generate hypotheses about behavior, then test these hypotheses through targeted prompt and environment modifications across six agentic scenarios.

safetyevaluationagents

The Unfireable Safety Kernel: Execution-Time AI Alignment for AI Agents and Other Escapable AI Systems

Jun 24, 2026

Seth Dobrin, Łukasz Chmiel

AI safety controls embedded in an agent's own code can be bypassed; instead, safety enforcement should run in a separate process with formal verification, acting as an external referee that agents cannot manipulate.

This paper proposes the Unfireable Safety Kernel, a system that enforces AI safety constraints at the execution level—outside the AI agent's own code—rather than relying on internal safeguards.

safetyagentsalignment

InSight: Self-Guided Skill Acquisition via Steerable VLAs

Jun 23, 2026

Maggie Wang, Lars Osterberg, Stephen Tian et al.

By making VLA models steerable at the primitive-action level, you can create a self-improving loop where robots identify skill gaps, practice autonomously, and expand their capabilities continuously.

InSight enables vision-language-action models to autonomously learn new manipulation skills by breaking down demonstrations into reusable primitive actions (like "move gripper to bowl").

agentstrainingmultimodal

OpenThoughts-Agent: Data Recipes for Agentic Models

Jun 23, 2026

Negin Raoof, Richard Zhuang, Marianna Nezhurina et al.

Systematic data curation matters more than you might think—the right mix of task sources and diversity in training data significantly improves how well agents generalize across different benchmarks.

This paper presents OpenThoughts-Agent, an open framework for creating training data for AI agents that can handle diverse tasks. The authors ran 100+ experiments to understand what makes good training data, then created a 100K example dataset that improved agent performance by 3.9 percentage points over existing open models.

trainingagentsdata

Grading the Grader: Lessons from Evaluating an Agentic Data Analysis System

Jun 23, 2026

Tian Zheng, Kai-Tai Hsu

Evaluating agentic systems requires multi-layered grading strategies with different failure modes; a cascade combining strict pattern matching, lenient LLM grading, and human review is more reliable than any single approach.

This paper tackles the challenge of evaluating agentic data analysis systems that produce complex outputs like code, results, and explanations. The authors develop a three-layer grading cascade combining regex matching, LLM-based evaluation, and human review, achieving 97% recall while maintaining 100% precision. They show that iterative nudging improves grading success from 36% to 97%.

evaluationagentsreasoning

Accuracy and Satisfaction in Multi-Turn LLM Dialogues for NFR Assessment

Jun 23, 2026

Ali Pourghasemi Fatideh, Wilder Baldwin, Maria Dhakal et al.

LLM dialogue systems for compliance assessment suffer from low accuracy against expert ground truth, and user satisfaction decreases with longer responses—designers should prioritize concise, proactive interactions over verbose explanations.

This paper evaluates how well LLM dialogue assistants (like GitHub Copilot) help developers assess non-functional requirements like HIPAA compliance. The researchers had 49 programmers use Copilot to evaluate 148 compliance requirements against real code, measuring both accuracy against expert standards and user satisfaction across multi-turn conversations.

evaluationapplicationsagents

SHERLOC: Structured Diagnostic Localization for Code Repair Agents

Jun 23, 2026

Hovhannes Tamoyan, Sean Narenthiran, Erik Arakelyan et al.

By combining structured diagnostic reasoning with efficient repository exploration, SHERLOC helps coding agents spend less time searching for bugs and more time fixing them—improving fix success rates by ~6% while cutting token usage by a quarter.

SHERLOC is a framework that helps AI coding agents quickly find and diagnose bugs in large codebases. Instead of just pointing to buggy files, it provides the reasoning and context needed to actually fix them. The system uses reasoning-focused language models with repository tools and achieves state-of-the-art results while using 36% fewer tokens than competing approaches.

agentsefficiency

Semantic Browsing: Controllable Diversity for Image Generation

Jun 22, 2026

Sara Dorfman, Maya Vishnevsky, Omer Dahary et al.

By generating diverse prompts rather than diverse images from one prompt, you can create navigable design spaces where each variation is semantically meaningful and user-understandable, rather than random visual differences.

This paper solves the diversity problem in text-to-image generation by shifting variation from the model's random sampling to the text prompt itself.

multimodalagentsapplications

MAS-PromptBench: When Does Prompt Optimization Improve Multi-Agent LLM Systems?

Jun 22, 2026

Juyang Bai, Laixi Shi

Prompt optimization can significantly improve multi-agent systems, but gains vary dramatically depending on task complexity, team structure, and communication patterns—there's no one-size-fits-all approach.

This paper studies how to optimize system prompts for multi-agent LLM systems—where multiple AI agents work together with different roles and communication patterns. The researchers test prompt optimization techniques across different team sizes, workflows, and tasks to understand when and how much these optimizations actually improve performance.

agentsevaluation

EnterpriseClawBench: Benchmarking Agents from Real Workplace Sessions

Jun 22, 2026

Jincheng Zhong, Weizhi Wang, Che Jiang et al.

Enterprise agents need evaluation frameworks that measure artifact quality, cost, runtime, and skill transfer—not just task completion—because real workplace tasks are complex, heterogeneous, and require reproducible, auditable results.

This paper introduces EnterpriseClawBench, a benchmark for evaluating AI agents in real workplace environments. Built from actual enterprise sessions, it contains 852 reproducible tasks involving file handling, tool use, and business artifact creation.

evaluationagentsapplications
agentsreasoningsafety

Sovereign Execution Brokers: Enforcing Certificate-Bound Authority in Agentic Control Planes

Jun 18, 2026

Jun He, Deying Yu

For production AI agents controlling infrastructure, enforce mutations through a separate broker that validates certificates at execution time, not just at decision time—this creates a mandatory checkpoint that agents cannot bypass.

This paper introduces Sovereign Execution Broker (SEB), a runtime enforcement system that sits between AI agents and infrastructure APIs to ensure mutations (changes) only happen when authorized by valid certificates.

safetyagentsarchitecture

Probe-and-Refine Tuning of Repository Guidance for Coding Agents

Jun 18, 2026

Asa Shepard, Jeannie Albrecht

Automatically tuning repository guidance through synthetic bug probes improves coding agent performance by 7.5 percentage points, primarily by helping agents locate correct files rather than improving code quality.

This paper shows that repository guidance files (like AGENTS.md) help coding agents fix bugs, but only if created the right way. The authors introduce probe-and-refine tuning: a method that tests guidance against synthetic bugs and automatically improves it.

agentstrainingevaluation

Efficient and Sound Probabilistic Verification for AI Agents

Jun 18, 2026

Alaia Solko-Breslin, Pramod Kaushik Mudrakarta, Mihai Christodorescu et al.

You can now formally verify AI agent security policies with probabilistic components (like imperfect detectors) and get mathematical guarantees on violation rates, even when you don't know how errors correlate.

This paper presents a framework for verifying that AI agents follow security policies even when using unreliable components like PII detectors or classifiers that sometimes fail. Unlike existing approaches that assume perfect detection, this method computes guaranteed upper bounds on policy violations using robust optimization, without requiring assumptions about how errors correlate.

safetyagentsevaluation

Contagion Networks: Evaluator Bias Propagation in Multi-Agent LLM Systems

Jun 18, 2026

Zewen Liu

Evaluator bias in LLM-based multi-agent systems spreads between agents like contagion, but using multiple evaluators (k=3 vs k=1) cuts this propagation by 72%—a simple mitigation for production systems.

This paper studies how evaluation biases spread through multi-agent LLM systems. Using a mathematical framework called Contagion Networks, researchers measured how one agent's evaluator bias influences other agents' behavior in a 3-agent system.

evaluationagentssafety

Beyond Global Replanning: Hierarchical Recovery for Cross-Device Agent Systems

Jun 18, 2026

Shu Yao, Yuhua Luo, Qian Long et al.

Multi-device agents need hierarchical recovery strategies that distinguish between local device failures (fixable with alternative approaches) and global failures (requiring task replanning), rather than treating all failures the same way.

This paper presents H-RePlan, a framework that helps AI agents recover from failures when working across multiple devices (like computers and phones). Instead of replanning entire tasks when something goes wrong, the system first tries to fix problems locally on each device, only escalating to global replanning when necessary.

agentsreasoningevaluation

Optimal Order of Multi-Agent and General Many-Body Systems

Jun 18, 2026

Jake J. Xia

Collective intelligence isn't about maximizing order—it's about finding the right balance between coordination and flexibility based on what the system needs to achieve.

This paper develops a framework for understanding multi-agent systems by analyzing how individual agent properties (power and response functions) create emergent collective behaviors. It shows that synchronization increases output but can reduce resilience, and derives an optimal balance between order and adaptability based on system objectives.

agentsreasoningscaling

Marginal Advantage Accumulation for Memory-Driven Agent Self-Evolution

Jun 18, 2026

Mingyu Yang, Keye Zheng, Congchao Cheng et al.

MAA enables agents to learn which memory operations consistently help by accumulating cross-batch evidence, making agent self-improvement more efficient and reliable without requiring online training.

This paper addresses a problem in training AI agents: when the same memory operation gets conflicting feedback across different training batches, it's hard to know which operations actually work. MAA solves this by accumulating evidence for each operation across batches and filtering out unreliable ones, improving agent learning while using 75% fewer tokens during training.

trainingagentsefficiency

UltraQuant: 4-bit KV Caching for Context-Heavy Agents

Jun 18, 2026

Inesh Chakrabarti, David Limpus, Aditi Ghai Rana et al.

4-bit KV cache compression can dramatically speed up multi-turn agent interactions by reducing memory pressure, but requires careful design choices like asymmetric K/V treatment and hardware-specific optimizations to work reliably in production.

This paper optimizes key-value cache memory for AI agents that maintain long conversation histories by compressing KV data to 4-bit precision. The authors develop practical techniques including asymmetric compression, specialized rotations, and GPU-optimized kernels that achieve 3.47x faster response times in later conversation turns while maintaining output quality.

efficiencyagents

Analyzing Defensive Misdirection Against Model-Guided Automated Attacks on Agentic AI Systems

Jun 18, 2026

Reza Soosahabi, Vivek Namsani

Misdirection-based defenses that provide false feedback to automated attackers are more effective than simple refusals, which attackers can easily detect and learn from during automated search.

This paper analyzes how AI systems can defend against automated jailbreak attacks by using misdirection instead of simple refusals. Rather than blocking attacks predictably, the system gives misleading but safe responses that confuse the attacker's automated evaluation tools, making it harder for attackers to know if their prompts actually worked.

safetyagents

LLM agent safety, multi-turn red-teaming, jailbreak benchmarks, adversarial robustness, safety-critical systems

Jun 18, 2026

Hanwool Lee, Dasol Choi, Bokyeong Kim et al.

LLM agents in safety-critical systems have overlapping but distinct failure modes under adversarial pressure, meaning you can't rely on a single defense strategy across different models.

NRT-Bench is a benchmark that tests how well LLM agents can safely operate a simulated nuclear power plant when facing sustained, adaptive attacks over multiple turns. The benchmark reveals that current frontier models fail 8.7-12.1% of the time under attack, and crucially, each model has different vulnerabilities—defenses that help one model can actually hurt another.

safetyevaluationagents

Native Active Perception as Reasoning for Omni-Modal Understanding

Jun 17, 2026

Zhenghao Xing, Ruiyang Xu, Yuxuan Wang et al.

Active perception—where an AI agent decides what to observe rather than passively processing everything—enables better video understanding with lower computational cost and improves with more reasoning steps.

OmniAgent is an AI agent that watches videos intelligently by deciding what to pay attention to, rather than processing every frame. It combines audio, visual, and text understanding in a reasoning loop, building up memory of important moments. This approach scales better with video length and achieves top performance on video understanding benchmarks.

agentsmultimodalreasoning

Learning User Simulators with Turing Rewards

Jun 17, 2026

Yingshan Susan Wang, Cedegao E. Zhang, Linlu Qiu et al.

Training user simulators to be indistinguishable from real users (via Turing-test-style rewards) works better than training them to match specific ground-truth responses, enabling more realistic evaluation of conversational AI systems.

This paper proposes Turing-RL, a new method for training AI models to simulate human users in conversations. Instead of teaching models to match specific human responses word-for-word, it uses a judge (another LLM) to score how realistic and indistinguishable the simulated responses are from real human behavior.

trainingevaluationagents

Data Intelligence Agents: Interpreting, Modeling, and Querying Enterprise Data via Autonomous Coding Agents

Jun 17, 2026

Anoushka Vyas, Aarushi Dhanuka, Sina Khoshfetrat Pakazad et al.

Autonomous coding agents that execute and validate their own code outputs, combined with shared memory for experience reuse, outperform text-only approaches for data integration tasks and generalize across different SQL dialects and query types.

Data Intelligence Agents (DIA) is a production system using three autonomous coding agents to automate enterprise data workflows—interpreting raw data, creating schemas, and generating SQL queries.

agentsapplicationsdata

Enhancing Decision-Making with Large Language Models through Multi-Agent Fictitious Play

Jun 17, 2026

Leyang Shen, Yang Zhang, Xiaoyan Zhao et al.

When building LLM systems for real-world decisions involving multiple stakeholders with conflicting interests, use iterative game-theoretic reasoning rather than one-shot reasoning—agents improve by learning from and countering each other's strategies.

This paper introduces Multi-Agent Fictitious Play (MAFP), a framework where LLM-based agents represent different stakeholders and iteratively improve decisions by responding to each other's past choices.

agentsreasoning

Does VLA Even Know the Basics? Measuring Commonsense and World Knowledge Retention in Vision-Language-Action Models

Jun 17, 2026

Nikita Kachaev, Andrey Moskalenko, Matvey Skripkin et al.

VLA models trained for robotics lose significant commonsense and world knowledge compared to their base vision-language models, particularly on complex semantic tasks—a critical finding for building reliable embodied AI systems.

This paper introduces Act2Answer, a benchmark that measures whether vision-language-action (VLA) models—AI systems trained to understand images and perform robot actions—retain commonsense and factual knowledge after fine-tuning on robotics data.

evaluationmultimodalagents

ReproRepo: Scaling Reproducibility Audits with GitHub Repository Issues

Jun 16, 2026

Shanda Li, Qiuhong Anna Wei, Jingwu Tang et al.

LLM agents can effectively identify reproducibility issues in ML papers by analyzing code repositories, even without execution—but they struggle with precise localization of problems.

ReproRepo is a scalable framework that uses GitHub issues as natural training data to evaluate whether AI agents can identify reproducibility problems in machine learning research. Testing on 1,149 papers, the best agent found at least one relevant issue for ~90% of papers, showing LLMs can spot real-world blockers without running code.

evaluationagentsapplications

EvolveNav: Proactive Preflection and Self-Evolving Memory for Zero-Shot Object Goal Navigation

Jun 16, 2026

Qi Chai, Wenhao Shen, Nanjie Yao et al.

By learning from past navigation failures and predicting outcomes before acting, zero-shot object navigation can improve significantly without retraining—achieving 10% better success rates with fewer wasted steps.

This paper presents EvolveNav, a framework for embodied agents to find objects in unseen environments without prior training. It builds a memory of successful navigation rules from past attempts and uses them to guide future exploration, reducing trial-and-error through predictive planning before taking actions.

agentsreasoning

Learning Red Agent Policy from Observations for Neurosymbolic Autonomous Cyber Agents

Jun 16, 2026

Ankita Samaddar, Sandeep Neema, Daniel Balasubramanian et al.

Autonomous cyber-defense systems can predict attacker actions without directly observing them by learning from network data and defender responses, enabling smarter, adaptive security.

This paper develops a technique for autonomous cyber-defense agents to learn and predict attacker behavior in partially observable networks. Using imitation learning, the system learns what an attacker might do based on network observations, helping defenders anticipate threats and adapt their security strategies in real-time.

agentsreasoningsafety

Hierarchical Advantage Weighting for Online RL Fine-Tuning of VLAs from Sparse Episode Outcomes

Jun 15, 2026

Tongyan Fang, Siyuan Huang, Naiyu Fang et al.

Splitting sparse episode outcomes into separate success and efficiency signals with state-adaptive weighting, plus intervention-aware credit assignment, enables effective online RL fine-tuning of robot policies from minimal supervision.

This paper solves a key problem in robot learning: when fine-tuning pretrained vision-language-action models through trial-and-error, each episode only gives a binary success/failure signal, but the model needs per-step feedback.

agentstraining

Benchmarking LLM Agents on Meta-Analysis Articles from Nature Portfolio

Jun 15, 2026

Anzhe Xie, Weihang Su, Yujia Zhou et al.

LLM agents excel at finding papers but fail at the harder task of determining whether papers actually meet study eligibility criteria—a bottleneck that stage-specific metrics can help diagnose better than single overall scores.

MetaSyn is a benchmark dataset of 442 expert-curated meta-analyses from Nature journals that tests how well AI systems can perform evidence synthesis—retrieving relevant studies, screening them against eligibility criteria, and aggregating results.

evaluationreasoningagents

TokenPilot: Cache-Efficient Context Management for LLM Agents

Jun 15, 2026

Buqiang Xu, Zirui Xue, Dianmou Chen et al.

Effective context pruning for agents requires preserving prompt cache structure—TokenPilot achieves 56-87% cost reduction by removing content conservatively rather than aggressively rewriting prompts.

TokenPilot manages context in long-running AI agents by smartly removing unnecessary information while keeping the prompt cache valid. It uses two strategies: cleaning up noise when information enters the system, and removing old context only when it's no longer useful. This cuts inference costs by 56-87% while maintaining performance.

efficiencyagentsreasoning
agentsefficiencyarchitecture

EvoArena: Tracking Memory Evolution for Robust LLM Agents in Dynamic Environments

Jun 11, 2026

Jundong Xu, Qingchuan Li, Jiaying Wu et al.

LLM agents need to track how their environment evolves over time to work reliably in the real world—EvoMem shows that explicitly recording memory changes improves agent performance on both dynamic and standard benchmarks.

EvoArena is a benchmark that tests LLM agents in dynamic environments where conditions change over time, and EvoMem is a memory system that tracks how environments evolve. Current agents struggle with these changing conditions (39.6% accuracy), but EvoMem improves performance by recording structured update histories, helping agents understand what has changed.

agentsevaluationreasoning

SpatialClaw: Rethinking Action Interface for Agentic Spatial Reasoning

Jun 11, 2026

Seokju Cho, Ryo Hachiuma, Abhishek Badki et al.

Using executable code as an action interface lets vision-language models flexibly compose spatial reasoning operations and adapt to intermediate results, significantly improving performance on 3D/4D reasoning tasks without model-specific tuning.

SpatialClaw is a framework that helps AI agents reason about 3D space and object relationships by letting them write and execute Python code step-by-step. Instead of committing to a full analysis upfront or using rigid tool menus, the agent can see intermediate results and adapt its approach, achieving 59.9% accuracy across spatial reasoning tasks—11.2 points better than prior methods.

reasoningagentsmultimodal

Agents-K1: Towards Agent-native Knowledge Orchestration

Jun 11, 2026

Zongsheng Cao, Bihao Zhan, Jinxin Shi et al.

Instead of feeding agents flat paper summaries, this work structures scientific knowledge into queryable graphs with explicit entities, claims, and evidence—making it easier for AI systems to perform multi-step scientific reasoning and fact-checking.

Agents-K1 builds agent-friendly knowledge graphs from scientific papers by extracting entities, claims, evidence, and relationships across full documents—not just abstracts. The system combines a multimodal parser, an information-extraction model trained with reinforcement learning, and a unified interface for searching and traversing knowledge.

agentsdata

HyperTool: Beyond Step-Wise Tool Calls for Tool-Augmented Agents

Jun 11, 2026

Yaxin Du, Yifan Zhou, Yujie Ge et al.

Bundling multiple tool calls into executable code blocks dramatically improves agent performance on multi-step tasks—doubling accuracy on some benchmarks by reducing the overhead of step-by-step tool management.

HyperTool lets AI agents call multiple tools in a single code block instead of one at a time, reducing context waste and improving performance. Rather than exposing each tool call separately, agents write code that chains tools together locally, making complex workflows more efficient.

agentsreasoningefficiency

EurekAgent: Agent Environment Engineering is All You Need For Autonomous Scientific Discovery

Jun 11, 2026

Amy Xin, Jiening Siow, Junjie Wang et al.

The key bottleneck for autonomous scientific discovery isn't better agent algorithms—it's better environment design. By engineering constraints, collaboration tools, and oversight mechanisms, you can make agents more reliable and productive at discovering new solutions.

EurekAgent is an AI agent system designed to automate scientific discovery by focusing on environment engineering—the resources, constraints, and interfaces that shape agent behavior.

agentsreasoningapplications

Recursive Agent Harnesses

Jun 11, 2026

Elias Lumer, Sahil Sen, Kevin Paul et al.

Spawning parallel subagents with independent tools and planning is more effective for complex long-context tasks than having a single agent handle everything—this architectural pattern improves coding performance from 71.75% to 81.36% on long documents.

This paper introduces Recursive Agent Harness (RAH), a pattern where AI agents spawn subagents to handle complex tasks in parallel rather than processing everything in a single call. Like how recursive language models break down reasoning into multiple model calls, RAH breaks down work into multiple agent instances, each with their own tools and planning capabilities.

agentsreasoningarchitecture

Beyond Runtime Enforcement: Shield Synthesis as Defensibility Analysis for Adversarial Networks

Jun 11, 2026

Achraf Hsain, Sultan Almuhammadi

Shield synthesis is most valuable for analyzing whether a system architecture can be defended at design time, not for enforcing safety during deployment—formal defensibility and operational robustness are distinct properties that require different metrics.

This paper reframes shield synthesis—a technique that uses formal logic to restrict agent actions—as a design-time analysis tool rather than a runtime safety mechanism.

safetyagentsreasoning

AgentBeats: Agentifying Agent Assessment for Openness, Standardization, and Reproducibility

Jun 11, 2026

Xiaoyuan Liu, Jianhong Tu, Yuqi Chen et al.

Agent evaluation should use standardized protocols and agent-based judges instead of fixed benchmarks—this makes comparing different agent designs fair and reproducible at scale.

AgentBeats proposes a new way to evaluate AI agents using other agents as judges, rather than fixed benchmarks. Instead of building separate evaluation systems for each agent type, all agents communicate through standardized protocols (A2A and MCP), making evaluation fairer, more reproducible, and compatible with real-world constraints like privacy and openness.

evaluationagents

Multi-Agent Reinforcement Learning from Delayed Marketplace Feedback for Objective-Weight Adaptation in Three-Sided Dispatch

Jun 11, 2026

Haochen Wu, Yi Hou, Shiguang Xie

You can safely deploy RL in production by having learned policies adjust existing systems rather than replace them, using offline learning from delayed marketplace feedback with conservative value estimation to avoid overoptimistic decisions.

DoorDash built a reinforcement learning system that learns to adjust how their delivery dispatch algorithm balances speed vs. efficiency using real marketplace feedback. Instead of replacing the core optimizer, a learned policy selects adjustment multipliers based on delayed signals like delivery times and courier workload, enabling safe offline learning from noisy production data.

agentsapplications

EpiBench: Verifiable Evaluation of AI Agents on Epigenomics Analysis

Jun 11, 2026

Harihara Muralidharan, Reema Baskar, Soo Hee Lee et al.

Current AI agents fail at domain-specific scientific reasoning in genomics: they can locate data and perform calculations, but lack the deeper understanding needed to make correct analytical decisions for specialized assays.

EpiBench is a benchmark that tests whether AI agents can perform epigenomics analysis tasks—like analyzing DNA sequencing data from CUT&Tag, ATAC-seq, and ChIP-seq experiments—by making correct decisions and returning verifiable answers.

evaluationagentsapplications

Reward Modeling for Multi-Agent Orchestration

Jun 11, 2026

King Yeung Tsang, Zihao Zhao, Vishal Venkataramani et al.

You can train effective multi-agent orchestrators without human labels by learning from the artifacts agents produce—making it practical to build and improve systems that coordinate specialized LLM agents.

This paper introduces OrchRM, a self-supervised method for training orchestrators that coordinate multiple AI agents without human feedback. Instead of expensive rollouts, it learns from intermediate results of agent executions to build a reward model that guides which agent to use when.

trainingagentsefficiency

LabVLA: Grounding Vision-Language-Action Models in Scientific Laboratories

Jun 11, 2026

Baochang Ren, Xinjie Liu, Xi Chen et al.

Vision-language-action models can now control lab robots by combining action token pretraining with flow matching, but success requires both lab-specific training data and support for multiple robot embodiments.

This paper introduces LabVLA, a vision-language-action model designed to control robots in scientific laboratories. The key innovation is a two-stage training approach: first pretraining the model to understand action tokens, then fine-tuning it with flow matching.

multimodalagentstraining

A Three-Layer Framework for AI in Scientific Discovery

Jun 11, 2026

Guojun Liao

AI's biggest gap in scientific discovery isn't search or execution—it's the ability to recognize structural inadequacy in existing frameworks and find solutions through conceptual insight rather than brute-force optimization.

This paper argues that AI in scientific discovery requires three layers: searching existing knowledge, forming new models through structural insight, and executing solutions. The key innovation is Layer 2—recognizing when current frameworks are inadequate and finding solutions by understanding what's missing conceptually, not through trial-and-error.

reasoningagentsapplications

Adaptive Turn-Taking for Real-time Multi-Party Voice Agents

Jun 11, 2026

Soumyajit Mitra, Prabhat Pandey, Abhinav Jain et al.

Role-based conditioning significantly improves when voice agents decide to speak in group conversations—a critical capability for real-time multi-party voice applications like meeting assistants and collaborative AI systems.

This paper presents ModeratorLM, a voice agent that improves turn-taking in multi-party conversations by conditioning behavior on an explicitly assigned role (e.g., moderator, participant). The system uses a speech language model with streaming processing and optional chain-of-thought reasoning.

agentsreasoningmultimodal

DIRECT: When and Where Should You Allocate Test-Time Compute in Embodied Planners?

Jun 10, 2026

Jadelynn Dao, Milan Ganai, Yasmina Abukhadra et al.

Test-time compute scaling helps embodied AI, but different scaling strategies (reasoning depth, model size, memory) have different costs and benefits—smart routing based on scene context can match stronger models at 65% lower latency.

This paper introduces DIRECT, a routing framework that intelligently allocates test-time compute for vision-language models used as robot planners. Instead of uniformly scaling compute (which increases latency and cost), DIRECT analyzes scene context to decide when to use chain-of-thought reasoning, larger models, or extended memory—achieving better performance per dollar spent on real robots.

agentsefficiencyreasoning

ATLAS: Active Theory Learning for Automated Science

Jun 10, 2026

Noémi Éltető, Nathaniel D. Daw, Kimberly L. Stachenfeld et al.

Active learning can dramatically accelerate scientific discovery by automatically designing experiments that test competing mechanistic theories, reducing the data needed to understand complex systems.

ATLAS is an automated system that discovers interpretable behavioral models by iteratively generating competing hypotheses and designing experiments to distinguish between them. It uses sparse neural networks and active learning to efficiently recover how agents make decisions, achieving 5-10x better sample efficiency than random experimentation.

reasoningagentsdata

APPO: Agentic Procedural Policy Optimization

Jun 10, 2026

Xucong Wang, Ziyu Ma, Yong Wang et al.

Fine-grained credit assignment at individual decision points in agent sequences, rather than at coarse tool-call boundaries, significantly improves learning efficiency and tool-use performance in agentic RL systems.

APPO improves how AI agents learn to use tools by identifying the most important decision points in their reasoning sequences and assigning credit more precisely.

agentsreasoning

Verifiable Environments Are LEGO Bricks: Recursive Composition for Reasoning Generalization

Jun 10, 2026

Hao Xiang, Qiaoyu Tang, Le Yu et al.

You can generate unlimited diverse reasoning training environments by recursively composing smaller, reusable building blocks—reducing manual environment creation from 300 tasks to 50 while maintaining or improving model performance.

This paper introduces RACES, a framework that treats verifiable environments (structured tasks for training reasoning) as composable building blocks that can be automatically combined.

trainingreasoningagents

UniIntervene: Agentic Intervention for Efficient Real-World Reinforcement Learning

Jun 10, 2026

Haoyuan Deng, Yitong Gao, Yudong Lin et al.

Autonomous intervention systems can dramatically reduce human workload in robot learning by predicting when policies are failing and self-correcting using learned recovery strategies from past experience.

UniIntervene is an AI system that learns to intervene in robot learning tasks without waiting for humans. Instead of requiring frequent human corrections, it detects when a robot is stuck in unproductive exploration, retrieves successful past solutions from memory, and executes corrective actions autonomously.

agentsapplications

EEVEE: Towards Test-time Prompt Learning in the Real World for Self-Improving Agents

Jun 9, 2026

Weixian Xu, Shilong Liu, Mengdi Wang

Test-time prompt learning now works in real-world multi-dataset scenarios through intelligent task routing and co-evolution—enabling agents to adapt their behavior to diverse, heterogeneous data streams without retraining.

EEVEE is a framework that lets AI agents improve themselves during real-world use by learning better prompts on-the-fly. Unlike existing methods that work on single datasets, EEVEE handles messy real-world data from multiple sources by routing different types of tasks to specialized prompts, then co-evolving both the router and prompts together.

trainingagentsefficiency

Data Journalist Agent: Transforming Data into Verifiable Multimodal Stories

Jun 9, 2026

Kevin Qinghong Lin, Batu EI, Yuhong Shi et al.

Building trustworthy AI journalism requires end-to-end orchestration of specialized agents plus explicit evidence-grounding: every number and claim must link back to verifiable data, code, or references.

Data2Story is a multi-agent system that automates data journalism by transforming raw data into complete multimedia news stories. It combines specialized agents for data analysis, writing, and design while ensuring every claim is traceable back to its source—making stories more transparent and verifiable than traditional approaches.

agentsmultimodalapplications

Multi-Faceted Interactivity Alignment in Full-Duplex Speech Models

Jun 9, 2026

Atsumoto Ohashi, Neil Zeghidour, Alexandre Défossez et al.

Full-duplex speech models need RL-based alignment beyond standard training to handle natural conversation dynamics—pauses, turn-taking, and interruptions—without degrading response quality.

This paper improves full-duplex speech models (which listen and speak simultaneously) by using reinforcement learning to optimize four key conversational behaviors: pauses, turn-taking, backchanneling, and handling interruptions. Rather than just maximizing word prediction accuracy, the method trains models with specific reward signals for each interaction type, while preserving response quality.

trainingalignmentagents

ABC-Bench: An Agentic Bio-Capabilities Benchmark for Biosecurity

Jun 9, 2026

Andrew Bo Liu, Samira Nedungadi, Bryce Cai et al.

LLM agents now exceed human expert performance on practical biology tasks, including dual-use capabilities like DNA synthesis evasion, raising urgent questions about how to safely deploy AI in biological research.

This paper introduces ABC-Bench, a benchmark that measures how well AI agents can perform biology tasks—both helpful ones like DNA design and risky ones like evading safety screening. Researchers tested multiple LLM agents and found they outperformed expert humans on all tasks, with some agents successfully writing working code for lab robots.

safetyevaluationagents