🚀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 →
Decoy Direction Optimization: A Post-Hoc Defense Against LLM Abliteration

Decoy Direction Optimization: A Post-Hoc Defense Against LLM Abliteration

Aashiq Muhamed, Mona Diab and Virginia Smith (CMU) defend open-weight models against refusal-direction ablation by planting a nonlinear decoy signal that corrupts the attacker's direction estimate.

02Safety
Available but Unclaimed: An Empirical Study of Human-AI Synergy

Available but Unclaimed: An Empirical Study of Human-AI Synergy

Robin Welsch, Albrecht Schmidt and colleagues (Aalto, LMU) ran a 535-person study of reasoning with GPT-5.6-Luna, Claude Opus 4.8, Gemini 3.6 Flash or Kimi K3, and measured how much model accuracy reaches the human-AI team.

03Reasoning
The AI-Enabled Scientific Frontier

The AI-Enabled Scientific Frontier

Gabriel Manso, Emma Fu and Neil Thompson (MIT FutureTech) assemble 2,507 head-to-head comparisons between AI and other analysis methods across 27 disciplines from 2000 to early 2025.

04Evaluation
Position: AI Is Not Ready for Strategic Conflicts

Position: AI Is Not Ready for Strategic Conflicts

Mark Riedl and Glenn Matlin (Georgia Tech) argue that no LLM-enabled wargame should inform planning, doctrine, policy or crisis response without an auditable safety case.

05Safety
"Looking for Something Weird to Happen": How Humans Sustain AI Agent Novelty Amid Semantic Collapse

"Looking for Something Weird to Happen": How Humans Sustain AI Agent Novelty Amid Semantic Collapse

Shiyang Lai, James Evans and colleagues (UChicago, Stanford) study semantic collapse among 30,076 active agents on MOLTBOOK, a social network of AI agents configured by humans.

06Agents
Retrieval-Driven Memory Reconsolidation for Long-Term LLM Agents

Retrieval-Driven Memory Reconsolidation for Long-Term LLM Agents

Yuanyi Song, Weinan Zhang and colleagues (SJTU, OPPO) propose REALM, an agent memory that reorganizes its graph structure based on which memories are retrieved and used together.

07Agents
Rewarding Reasoning, Not Answers: Fixing and Bounding Test-Time Reinforcement Learning on Medical QA

Rewarding Reasoning, Not Answers: Fixing and Bounding Test-Time Reinforcement Learning on Medical QA

Kailong Fan, Yichen Wu and colleagues (Harvard Medical School/MGH) show why majority-vote test-time RL collapses on medical multiple-choice QA and propose PROSE, which rewards reasoning steps instead of answer agreement.

08Reinforcement Learning
Protocol-Preserving Context Trimming for Agentic Workflows: Benefits, Failure Regimes, and Budget Guardrails

Protocol-Preserving Context Trimming for Agentic Workflows: Benefits, Failure Regimes, and Budget Guardrails

Harish Gaggar (Intuit Credit Karma) compares five context-trimming strategies for multi-step agent workflows and finds that preserving protocol-critical state matters more than the amount of text removed.

09Memory
Metacognitive Steering: Learning the Structure of Scientific Judgment

Metacognitive Steering: Learning the Structure of Scientific Judgment

Vincent Karpf and colleagues (Autopoiesis Sciences) find a low-dimensional control structure in Kimi 2.6 that corresponds to scientific judgment and use it to steer reasoning at inference time.

10Reasoning
OmniHarness: Harnessing Generalizable Visual Generation via Symbolic Policy Learning

OmniHarness: Harnessing Generalizable Visual Generation via Symbolic Policy Learning

Xu Xu, Jinxiu Liu and colleagues (Beihang University, CUHK, NUS) present OmniHarness, which turns verified visual-generation runs into reusable symbolic policies without changing model weights.

11Agents
RepoAtlas: Guiding Coding Agents via Evolving Multimodal Repository Views

RepoAtlas: Guiding Coding Agents via Evolving Multimodal Repository Views

Yunxiang Zhang, Yan Chen and colleagues (Beihang University) present RepoAtlas, a training-free module that gives coding agents an evolving visual and textual view of the relevant part of a repository code graph.

12Code
Large Language Models Develop Belief State Geometry In-Context

Large Language Models Develop Belief State Geometry In-Context

Daniel Balcells, Andrew Jun Lee, Chirag Rastogi, Adam Shai, Xavier Poncini and colleagues (Simplex, Astera Institute) test a computational-mechanics prediction: an LLM predicting hidden-Markov-model data in context should represent the belief state over hidden states.

13Training
Latent Undertow: How Ordinary Typos Break Probes

Latent Undertow: How Ordinary Typos Break Probes

Elad David, Max Fomin and Amit LeVi (Zenity) show that ordinary typos, which leave model behavior unchanged, rotate hidden states enough to break activation probes for prompt injection.

14Safety
Anatomy of Associative Recall in Fixed-State Recurrences: A Matched-State Decomposition, an Interference Wall, and a Curriculum That Breaks It

Anatomy of Associative Recall in Fixed-State Recurrences: A Matched-State Decomposition, an Interference Wall, and a Curriculum That Breaks It

Julian Boesch and Andrew Wee (Purdue University, Obit Research) decompose why fixed-state recurrent models lag on associative recall and find two cheap fixes.

15Architecture
Grounding SWE-Agent Decisions in Architecture-0 Design: Navigating Unknown Unknowns through Physical Mapping

Grounding SWE-Agent Decisions in Architecture-0 Design: Navigating Unknown Unknowns through Physical Mapping

Zhongkai Wang and Yan Liu (Tongji University) study how SWE agents handle early system design with unstated physical constraints, and propose taking verification out of the agent's hands.

16Agents
BLINDSPOT: A Benchmark for Safety and Refusal Calibration in Long-Horizon Tool-Using Agents

BLINDSPOT: A Benchmark for Safety and Refusal Calibration in Long-Horizon Tool-Using Agents

Sadia Asif and Mohammad Mohammadi Amiri (RPI) with Prasanna Sattigeri and colleagues (IBM Research) introduce Blindspot, a benchmark for trajectory-level safety calibration of long-horizon tool-using agents.

17Safety
Where Should the KV Cache Live? Placement Policies Across GPU, CPU, and SSD for Long-Lived Sessions

Where Should the KV Cache Live? Placement Policies Across GPU, CPU, and SSD for Long-Lived Sessions

Srikanta Datta Tumkur and colleagues (Vizuara) simulate KV cache placement across GPU, CPU and SSD for chat, agent and document QA sessions and find that tier capacity, not placement policy, produces the gains.

18Memory
Skill-based Agentic Evaluation for Real-time Data Science Tasks

Skill-based Agentic Evaluation for Real-time Data Science Tasks

Storing a fixed reference answer for every eval case breaks when the underlying data changes daily, so Adobe researchers write each reference answer as a Python function that runs against the live system at evaluation time. An LLM judge then splits the agent's response and the computed answer into atomic facts and scores precision and recall regardless of output format, raising agreement with expert labels from an MCC of 0.331 to 0.427 while cutting token cost per case by 16%. A judge given no ground truth scored an MCC of -0.379, which is worse than chance.

19Agents
PaperDoctor: Evidence-Grounded and Actionable Feedback for Scientific Papers in Progress

PaperDoctor: Evidence-Grounded and Actionable Feedback for Scientific Papers in Progress

Kevin Qinghong Lin, Pan Lu, Philip Torr, James Zou and colleagues (Oxford, Stanford, NUS) build PaperDoctor, an agent that gives authors pre-submission feedback in which every finding points to specific evidence and comes with a revision.

20Agents
Never Stop Thinking: Continuous-Time Language Agents

Never Stop Thinking: Continuous-Time Language Agents

Bojie Li and Noah Shi (Pine AI, University of Washington) show that an unmodified text model can think while listening and while speaking under a small interrupt-and-resume orchestrator, and introduce ReactiveBench to measure whether that thinking helps.

21Agents
Spurious Tool Use: When RL Agents Learn the Wrong Reason to Act

Spurious Tool Use: When RL Agents Learn the Wrong Reason to Act

Yiwei Yang, Haoxiang Zhang, Pan Lu, Bill Howe and colleagues (UW, UCSD, Stanford) show that RL-trained agents learn to call tools because of superficial prompt cues, and fix it with a per-call necessity reward.

22Agents
Verbalizing Subliminal Learning Effects Using Text Optimization

Verbalizing Subliminal Learning Effects Using Text Optimization

Nathan Hu, Sanmi Koyejo and Christopher Potts (Stanford) detect subliminal learning, where distillation data carries a teacher trait that is not legible in the data, by recovering the trait as a readable prompt.

23Training
Agentic Societies Need a Social Harness

Agentic Societies Need a Social Harness

Tapan Chugh, Ratul Mahajan, Arvind Krishnamurthy and colleagues at the University of Washington study agentic societies, where agents acting for different principals coordinate across trust boundaries, and argue that each agent's personal harness needs a companion social harness that governs inter-agent communication.

24Agents
EchoPath: Execution-Level Replayable Memory for GUI Agents

EchoPath: Execution-Level Replayable Memory for GUI Agents

Yao Zhao and Yanxun Xu (Johns Hopkins) with Aditya Shanmugham and Swastik Roy (Amazon AGI) present EchoPath, which turns validated GUI trajectories into parameterized callable memories that replay without a fresh plan-ground-act loop.

25Memory
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