🚀NEW COURSEVibe Coding AI Apps with Claude Code 🤖✨Enroll now
DAIR.AI · Curated weekly since April 2023Issue 180 · Sep 14 – Sep 20, 2026

AI Papers of the Week

Every paper worth reading in AI, hand-picked one week at a time.

2,315
Papers
180
Weekly issues
2023
Since
This week · 10 papersView the full issue →
When Tool Calls Succeed but Workflows Fail: Anomalies at the Agent-Tool Boundary

When Tool Calls Succeed but Workflows Fail: Anomalies at the Agent-Tool Boundary

Artem Trofimov (AVIV Group) and Boris Novikov catalog eight anomalies that arise when long-running agent workflows produce external effects through tools under retries, concurrency and partial failure.

02Agents
Learning How Much to Collaborate: Difficulty-Aware Topology Selection for Multi-Agent Code Generation

Learning How Much to Collaborate: Difficulty-Aware Topology Selection for Multi-Agent Code Generation

Yunsong Hong (University of Sydney) shows that the benefit of hierarchical multi-agent code generation grows sharply with problem difficulty and proposes DATS, which picks a communication topology for each problem by trading predicted success against cost.

03Agents
Question's Gambit: The First Move Matters in Agentic Deep Search

Question's Gambit: The First Move Matters in Agentic Deep Search

Hamidi Rad, Clarke, Bagheri and colleagues (Toronto, Waterloo, UC Berkeley, McGill, Mila) show that the first retrieval call a deep research agent makes has a large effect on final accuracy, and propose Question's Gambit, a module that builds the opening context before the agent loop starts.

04Agents
Confuse the Model, Control the Flow: Understanding and Mitigating Privacy Leakage from LLM Agents with Information Flow Control

Confuse the Model, Control the Flow: Understanding and Mitigating Privacy Leakage from LLM Agents with Information Flow Control

Minsun Shim and colleagues at UC Irvine and other University of California campuses show three new attacks that make personal agents leak private data through ordinary interaction, and propose FLOWSEAL, which enforces confidentiality outside the model.

05Agents
AGENTQ: Quantization-Conditioned Backdoor Attacks on LLM Agents

AGENTQ: Quantization-Conditioned Backdoor Attacks on LLM Agents

Xiaoqun Liu and Qiben Yan (Michigan State University) present AGENTQ, the first study of quantization-conditioned backdoors against LLM agents, where a full-precision checkpoint passes audits but executes malicious function calls once quantized.

06Efficiency
AutoTailor: Automatic, User-Aligned Capability Selection and Adaptation for Web Agents

AutoTailor: Automatic, User-Aligned Capability Selection and Adaptation for Web Agents

Cao (University of Michigan) with Szekeres and Faisal (Microsoft Research Redmond) present AutoTailor, a meta-agent that turns web trajectories into MCP browser-automation APIs and then keeps that API set small and matched to what users actually ask for.

07Agents
LLaDA-UI: Bringing Block-wise Diffusion to Vision-Language GUI Agents

LLaDA-UI: Bringing Block-wise Diffusion to Vision-Language GUI Agents

Zhangxuan Gu and colleagues present LLaDA-UI, a 16.7B-parameter mixture-of-experts GUI agent built on a block-wise diffusion language backbone, and test whether diffusion decoding can support capable multimodal GUI agents.

08Agents
Vulnerability Localization Benchmark: Measuring Agentic Security Analysis at Repository Scale

Vulnerability Localization Benchmark: Measuring Agentic Security Analysis at Repository Scale

Aman Priyanshu and colleagues at Cisco Foundation AI introduce VLoc Bench, which tests whether agents can find the files affected by a known weakness class in an unfamiliar repository, and whether they can recognize that a patched version is no longer vulnerable.

09Agents
Know When to Stop, Where to Restart: Accelerating Multi-Turn Agentic On-Policy Distillation

Know When to Stop, Where to Restart: Accelerating Multi-Turn Agentic On-Policy Distillation

Zhiyu Gui and colleagues speed up multi-turn agentic on-policy distillation with STRIDE, which stops student rollouts once teacher support collapses and restarts generation from cached good prefixes.

10Agents
Why LLM Agents Collapse Without Oversight: The Enforcement Gap as the Mechanism Behind Emergence World Failures

Why LLM Agents Collapse Without Oversight: The Enforcement Gap as the Mechanism Behind Emergence World Failures

Yuhang Wang (Fudan University) argues that Reflexion-style agents already detect dangerous plan steps during self-critique but have no path from detection to action, and calls this the enforcement gap.

11Agents
Root-Cause Attribution Is a Search Problem: Continual Search for Long-Horizon Agent Failures

Root-Cause Attribution Is a Search Problem: Continual Search for Long-Horizon Agent Failures

Harsh Raj and colleagues at Scale AI treat root-cause attribution of long agent failures as a search problem and introduce Continual Search, which prompts an LLM judge over several turns to keep looking for unresolved evidence instead of settling on its first plausible diagnosis.

12Agents
SkillLift: Learning Dense Rubrics from Sparse Oracles for Efficient Skill Evolution

SkillLift: Learning Dense Rubrics from Sparse Oracles for Efficient Skill Evolution

Kang (independent) and Wen (Fudan University) propose SkillLift, which reduces the number of expensive agent rollouts needed to evolve reusable skill prompts by learning a rubric that ranks candidate skills in place of the rollout oracle.

13Agents
Coaching Qwen3 Coder 30B to Think Like a CodeClash Arena Agent

Coaching Qwen3 Coder 30B to Think Like a CodeClash Arena Agent

Ivy Ning Zhang (Stanford) post-trains Qwen3-Coder-30B on stronger agents' CodeClash trajectories to improve its multi-round arena play.

14Agents
OpenAI4S: Code as Action, Science as Sessions

OpenAI4S: Code as Action, Science as Sessions

Gongbo Zhang, Li Yuan and colleagues at Peking University Shenzhen Graduate School release OpenAI4S, an open-source research agent that runs scientific actions as code cells in persistent Python and R kernels with full provenance tracking.

15Agents
Rollback the World, Keep the Reflection: Rollback-Induced Reflection for Long-Horizon LLM Agents

Rollback the World, Keep the Reflection: Rollback-Induced Reflection for Long-Horizon LLM Agents

Yi Yu, Liuyi Yao, Yaliang Li and colleagues at Wuhan University and Alibaba Group propose Rollback-Induced Reflection, which restores an agent's environment to an earlier state while keeping lessons from the abandoned trajectory.

16Agents
LifeFuse-Mem: Lifecycle-Aware State Fusion Against Temporary Overwriting for Long-Term Memory

LifeFuse-Mem: Lifecycle-Aware State Fusion Against Temporary Overwriting for Long-Term Memory

Zhao and colleagues introduce a memory architecture that labels each write with its intended lifetime, so information meant to apply only to the current context cannot overwrite knowledge meant to persist.

17Memory
BusMA: A Bus Communication Substrate for Multi-Agent Systems

BusMA: A Bus Communication Substrate for Multi-Agent Systems

Peng, Zhang, Wang and Aletras replace the manager-worker and router topologies used in most multi-agent systems with a shared bus, so any agent can address any peer directly instead of routing through a coordinator.

18Agents
ModularRSI: Modular and Generalizable Recursive Harness Self-Improvement

ModularRSI: Modular and Generalizable Recursive Harness Self-Improvement

Siwei Wu, Chenghua Lin and colleagues at Beihang University, the University of Manchester and collaborating institutions propose ModularRSI, a framework for evolving agent harnesses that transfer to unseen tasks rather than overfitting the benchmark used during evolution.

19Evaluation
Contiguity, Not Importance: Budgeted Repair of Stale KV Caches After Document Edits

Contiguity, Not Importance: Budgeted Repair of Stale KV Caches After Document Edits

Mingyang Mao, Wyatt Mackey and Xiaomin Lin study how to repair a reused KV cache after a document edit with a limited recomputation budget, comparing training-free choices of which positions to recompute.

20Memory
Asclepius: An Adaptive Harness for Long-Horizon Clinical Agents

Asclepius: An Adaptive Harness for Long-Horizon Clinical Agents

Grace Chang Yuan, Pranav Rajpurkar and colleagues at MIT and Harvard Medical School study agents that manage a full emergency-department shift and introduce Asclepius, a harness that rewrites its own operating manual between shifts.

21Agents
VRL-Bench: Benchmarking agents on computer control tasks under finite trial budgets

VRL-Bench: Benchmarking agents on computer control tasks under finite trial budgets

Yu Bai and colleagues (Zhongguancun Laboratory, Tsinghua University and China Mobile) build VRL-Bench to compare verbal trial-and-error learning methods such as Reflexion under a fixed trial budget, and propose a scheduler that splits the budget between exploiting reflections and exploring.

22Evaluation
CoMem: Collective-Individual Memory Synergy for Evolutionary Multi-Agent Systems

CoMem: Collective-Individual Memory Synergy for Evolutionary Multi-Agent Systems

Yu and colleagues propose a two-tier memory for multi-agent systems that keeps each agent's private experience separate from the group's shared knowledge, so shared memory does not erase what makes individual agents different.

23Agents
MemRiskBench: Trace-Aware Risk-Preserving Evaluation for Long-Horizon LLM Agents

MemRiskBench: Trace-Aware Risk-Preserving Evaluation for Long-Horizon LLM Agents

Jiang, Yuan and Li build a benchmark that measures rare high-severity memory failures in long-horizon agents per risk category, on the argument that an aggregate accuracy score hides exactly the events that matter.

24Evaluation
HarnessBandit: Joint Learnability-Transferability Scheduling for Multi-Harness Agentic Reinforcement Learning

HarnessBandit: Joint Learnability-Transferability Scheduling for Multi-Harness Agentic Reinforcement Learning

Hongliang Wei and colleagues at Harbin Institute of Technology and Alibaba Cloud train one policy across several agent harnesses and introduce HarnessBandit, an online scheduler that picks which harness to train on at each optimizer step.

25Agents
180 weeks of AI research · papers per week
Week of Sep 14–20, 202610 papers →
Apr2023
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
Jan2024
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
Jan2025
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
Jan2026
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Apr 2023Hover a week to inspect · select to openSep 2026