200+ must-read papers, continuously growing: the annotated reading list for building
LLM agents that plan, remember, use tools, and cooperate. Companion to the survey βLLM Agents: A Survey.β
π Read the survey β βLLM Agents: A Surveyβ Β Β·Β PDF in this repo Β Β·Β β Start with the 10-paper Starter Kit
LLM agents Β· LLM agent papers Β· autonomous agents Β· agentic AI Β· multi-agent systems Β· tool use Β· ReAct Β· planning Β· memory Β· agent benchmarks Β· agent safety & prompt injection
| What's here | |
|---|---|
| π A superset of the survey | The 228 references behind βLLM Agents: A Survey,β plus the work verified and added since the paper was fixed. The paper is a snapshot; this list keeps moving. |
| π§ Organized by function | 10 sections following the survey's structure: Surveys, Architectures, Planning, Memory, Tool Use, Multi-Agent, Environments, Applications, Evaluation, Safety. |
| βοΈ Annotated | Each entry has a one-line note on what it contributes, its venue and year, and a [code] link where an official implementation exists. |
| β Starter Kit | A 10-paper list for getting oriented, with a note on why each one is worth reading first. |
| π Navigable | A Contents index with per-section counts and collapsible sections. |
Topics covered: cognitive architectures Β· ReAct & reasoning-and-acting Β· long-horizon planning Β· agent memory Β· tool-augmented LLMs Β· multi-agent collaboration Β· web / code / embodied agents Β· agent benchmarks & evaluation Β· safety, alignment & indirect prompt injection.
π Companion deep-dive, now live: Awesome Agent Loop Papers goes below the components to the loop itself, with 524 papers and 60 open-source artifacts (frameworks, coding harnesses, memory and sandbox infrastructure, skill libraries, registries). Companion to The Agent Loop: A Survey of Control Strategies, Skills, and Harnesses for LLM Agents.
This repository collects must-read papers on LLM-based agents: language models equipped with planning, memory, tool use, and multi-agent coordination to pursue goals over long horizons. Papers follow the taxonomy of the accompanying survey, covering the core components of an agent, the environments and applications they are deployed in, and the cross-cutting concerns of evaluation and safety. Each entry links to the paper and, where an official implementation exists, to its code.
This is a curated, continuously updated selection, and a strict superset of the survey rather than a copy of its bibliography. The paper cites 228 references, each verified against its primary source; this list has grown well past that with work published since the paper was fixed, verified under the same rule. Sections are collapsed by default. Click Show N papers to expand.
Legend: β = Starter Kit pick (read these first) Β·
[code]= link to an official implementation.
New to the area? These ten papers are a good place to start.
| # | Paper | Area | Why start here |
|---|---|---|---|
| 1 | ReAct: Synergizing Reasoning and Acting | Planning | The template for the modern agent loop: interleave reasoning with actions. |
| 2 | Reflexion: Verbal Reinforcement Learning | Planning | Self-reflection stored in memory as a gradient-free improvement loop. |
| 3 | Toolformer: LMs Can Teach Themselves to Use Tools | Tool Use | The seminal self-supervised tool-use paper. |
| 4 | Generative Agents: Interactive Simulacra | Multi-Agent | Memory + reflection at population scale; the canonical agent-memory design. |
| 5 | Voyager: An Open-Ended Embodied Agent | Memory / Env. | Lifelong learning via a growing library of executable skills. |
| 6 | Cognitive Architectures for Language Agents (CoALA) | Foundations | The vocabulary (memory, action space, decision loop) this list is organized around. |
| 7 | A Survey on LLM-based Autonomous Agents | Survey | The canonical general survey of the field. |
| 8 | LLM-based Multi-Agents: A Survey | Multi-Agent | The standard reference for the multi-agent branch. |
| 9 | AgentBench: Evaluating LLMs as Agents | Evaluation | The standard cross-environment agent benchmark. |
| 10 | Not what you've signed up for (Indirect Prompt Injection) | Safety | The founding paper of the agent-security threat model. |
Fresh 2026 work that is already drawing attention.
- β Starter Kit
- π₯ 10 to Watch (2026)
- π§ Background
- π§± Part I: Core Components
- π Part II: Agents in Context
- βοΈ Part III: Cross-Cutting Concerns
Corresponds to Β§1-Β§3 (Introduction, Background, Taxonomy).
Show 52 papers
-
A Survey on Large Language Model based Autonomous Agents (Wang et al., arXiv 2023) - The canonical, most-cited general-purpose LLM-agent survey. β [code]
-
The Rise and Potential of Large Language Model Based Agents: A Survey (Xi et al., arXiv 2023) - Co-foundational with Wang et al. 2023 as one of the two seminal general surveys. [code]
-
Cognitive Architectures for Language Agents (Sumers et al., TMLR 2023) - The most widely adopted conceptual/architectural vocabulary for describing LLM agents. β [code]
-
ReAct: Synergizing Reasoning and Acting in Language Models (Yao et al., ICLR 2023) - The single most-cited technical precursor of modern LLM agents. β [code]
-
Reflexion: Language Agents with Verbal Reinforcement Learning (Shinn et al., NeurIPS 2023) - Established the 'self-reflection + memory' loop as an alternative to gradient-based RL for agent self-improvement. β [code]
-
Toolformer: Language Models Can Teach Themselves to Use Tools (Schick et al., NeurIPS 2023) - Seminal tool-use paper anchoring the 'tool augmentation' pillar of LLM-agent taxonomies. β
-
Generative Agents: Interactive Simulacra of Human Behavior (Park et al., arXiv 2023) - Foundational demonstration of LLM-driven agent societies/simulation. β [code]
-
Voyager: An Open-Ended Embodied Agent with Large Language Models (Wang et al., TMLR 2023) - Seminal example of embodied, code-skill-based, lifelong-learning LLM agents. β [code]
-
HuggingGPT: Solving AI Tasks with ChatGPT and its Friends in Hugging Face (Shen et al., NeurIPS 2023) - Foundational example of the 'LLM-as-orchestrator-of-tools/models' agent pattern. [code]
-
MRKL Systems: A Modular, Neuro-Symbolic Architecture that Combines Large Language Models, External Knowledge Sources and Discrete Reasoning (Karpas et al., arXiv 2022) - Earliest widely-cited neuro-symbolic precursor to LLM tool-use/agent architectures.
-
Agent AI: Surveying the Horizons of Multimodal Interaction (Durante et al., arXiv 2024) - Broadens the LLM-agent survey landscape to multimodal/embodied agent AI.
-
Igniting Language Intelligence: The Hitchhiker's Guide From Chain-of-Thought Reasoning to Language Agents (Zhang et al., arXiv 2023) - Bridges the reasoning (CoT) literature and agent literature. [code]
-
Large Language Model based Multi-Agents: A Survey of Progress and Challenges (Guo et al., IJCAI 2024) - The standard reference survey specifically for the multi-agent branch of LLM agents. β [code]
-
Understanding the Planning of LLM Agents: A Survey (Huang et al., arXiv 2024) - Fills the planning-specific gap in the foundational-survey landscape.
-
Tool Learning with Large Language Models: A Survey (Qu et al., arXiv 2024) - The definitive survey for the tool-use pillar of LLM agents. [code]
-
A Survey on the Memory Mechanism of Large Language Model based Agents (Zhang et al., arXiv 2024) - The standard survey for the memory subsystem of LLM agents. [code]
-
Agentic Large Language Models, a Survey (Plaat et al., arXiv 2025) - A recent, widely-referenced general survey with a compact reasoning/acting/interacting taxonomy.
-
Large Language Model Agent: A Survey on Methodology, Applications and Challenges (Luo et al., arXiv 2025) - One of the most comprehensive and recent (2025) general surveys. [code]
-
Fully Autonomous AI Agents Should Not Be Developed (Mitchell et al., arXiv 2025) - A prominent, widely-discussed dissenting position paper on agent autonomy.
-
AI Agents vs. Agentic AI: A Conceptual Taxonomy, Applications and Challenges (Sapkota et al., arXiv 2025) - Provides terminological/conceptual disambiguation increasingly cited given inconsistent usage in the field.
-
LLM-Based Human-Agent Collaboration and Interaction Systems: A Survey (Zou et al., arXiv 2025) - Covers the human-agent cooperation branch identified in the earliest foundational surveys. [code]
-
Levels of Autonomy for AI Agents (Feng et al., arXiv 2025) - Offers a widely-cited operational framework for comparing autonomy across LLM-agent systems.
-
Advances and Challenges in Foundation Agents: From Brain-Inspired Intelligence to Evolutionary, Collaborative, and Safe Systems (Liu et al., arXiv 2025) - A 48-author landmark survey organizing the field around brain-inspired cognitive modules, self-evolution, collective intelligence, and safety.
-
The Landscape of Agentic Reinforcement Learning for LLMs: A Survey (Zhang et al., arXiv 2025) - The canonical survey of agentic RL: training LLMs as decision-making agents rather than passive generators.
-
A Comprehensive Survey of Self-Evolving AI Agents: A New Paradigm Bridging Foundation Models and Lifelong Agentic Systems (Fang et al., arXiv 2025) - Surveys techniques by which agents optimize their own components from interaction data, bridging foundation models and lifelong agentic systems.
-
Deep Research Agents: A Systematic Examination and Roadmap (Huang et al., arXiv 2025) - First systematic survey of long-horizon autonomous research agents (search, tool use, report synthesis).
-
A Survey of AI Agent Protocols (Yang et al., arXiv 2025) - Maps the emerging protocol layer (MCP, A2A, and successors) and proposes evaluation dimensions for agent interoperability standards.
-
Agentic Reasoning for Large Language Models (Wei et al., arXiv 2026) - Survey organizing agentic reasoning into single-agent, self-evolving, and multi-agent layers, bridging in-context reasoning and post-training. [code]
-
Memory for Autonomous LLM Agents: Mechanisms, Evaluation, and Emerging Frontiers (Du et al., arXiv 2026) - Frames agent memory as a write-manage-read loop with a taxonomy over mechanisms, benchmarks, and applications.
-
Anatomy of Agentic Memory: Taxonomy and Empirical Analysis of Evaluation and System Limitations (Jiang et al., arXiv 2026) - Taxonomizes agent memory structures and empirically exposes benchmark saturation and metric-validity issues across systems.
-
Beyond Individual Intelligence: Surveying Collaboration, Failure Attribution, and Self-Evolution in LLM-based Multi-Agent Systems (Qi et al., arXiv 2026) - Proposes a unified 'LIFE' framework (foundation, integrate, find faults, evolve) for multi-agent collaboration, failure attribution, and self-evolution.
-
A Technical Taxonomy of LLM Agent Communication Protocols (Sander et al., arXiv 2026) - Analyzes nine open agent-to-agent protocols across five dimensions and predicts convergence toward a federated protocol stack.
-
Bridging the Agent-World Gap: Text World Models for LLM-based Agents (Li et al., arXiv 2026) - Systematizes text world models (LLM-as-WM vs code-as-WM) that give agents explicit environment prediction for planning and verification. [code]
-
Agents That Know Too Much: A Data-Centric Survey of Privacy in LLM Agents (Lahjouji et al., arXiv 2026) - Data-centric survey organizing agent-privacy research by data surface rather than attack type, mapping governance gaps.
-
Self-Improvements in Modern Agentic Systems: A Survey (Ren et al., arXiv 2026) - Frames a modern agent as a foundation model plus an operational scaffold, and organizes self-improvement by what gets updated (weights or scaffold) and which signal drives the change. [code]
-
Dynamic Agent Skills: A Lifecycle Survey and Taxonomy of Evolving Skill Libraries (Li et al., arXiv 2026) - Surveys 124 papers on evolving skill libraries as lifecycle-managed artifact stores, arguing that admission and repair, not acquisition, are the decisive stages.
-
From Question Answering to Task Completion: A Survey on Agent System and Harness Design (Guo et al., arXiv 2026) - Reads agents through a model-versus-harness lens, decomposing the harness into six runtime responsibilities and asking where the performance bottleneck actually sits. [code]
-
Isolation as a First-Class Principle for LLM-Agent System Safety: Concepts, Taxonomy, Challenges and Future Directions (Jing et al., arXiv 2026) - Position paper recasting prompt injection, tool misuse, and memory poisoning as one structural problem: missing isolation boundaries across five agent interfaces.
-
Always-On Agents: A Survey of Persistent Memory, State, and Governance in LLM Agents (Ding et al., arXiv 2026) - Surveys 435 works on agents with durable cross-session state, finding the literature favours accumulation and retrieval while neglecting governance and recovery.
-
Externalization in LLM Agents: A Unified Review of Memory, Skills, Protocols and Harness Engineering (Zhou et al., arXiv 2026) - Frames the progression of agents as externalization, with capability migrating out of weights into memory, skills, protocols, and harness infrastructure.
-
SoK: Agentic Skills -- Beyond Tool Use in LLM Agents (Jiang et al., arXiv 2026) - Systematization of agentic skills as reusable callable procedures, drawing the line between a skill and an atomic tool call.
-
From Storage to Experience: A Survey on the Evolution of LLM Agent Memory Mechanisms (Luo et al., arXiv 2026) - Surveys agent memory through a three-stage evolution from storage to reflection to experience, driven by consistency, dynamics, and continual learning. [code]
-
LLM agents security duality: a comprehensive survey of self-security and empowered cybersecurity (Xu et al., arXiv 2026) - A survey that jointly organizes the security threats to LLM agents and their mitigations under a threat-source taxonomy alongside a framework mapping agent capabilities onto the full cyber offense-defense lifecycle.
-
Agentic Environment Engineering for Large Language Models: A Survey of Environment Modeling, Synthesis, Evaluation, and Application (Li et al., arXiv 2026) - This survey organizes research on environments for LLM-based agents around an engineering lifecycle of modeling, synthesis, evaluation, and application, proposing an eight-attribute categorization of environments.
-
Toward Efficient Agents: Memory, Tool learning, and Planning (Yang et al., arXiv 2026) - A survey that reviews efficiency in LLM agent systems across three components (memory, tool learning, and planning), framing effectiveness versus cost as a Pareto frontier.
-
Agentic Artificial Intelligence (AI): Architectures, Taxonomies, and Evaluation of Large Language Model Agents (Arunkumar V et al., arXiv 2026) - A survey that proposes a unified six-component taxonomy (Perception, Brain, Planning, Action, Tool Use, Collaboration) for LLM agents and reviews their architectures, operational environments, evaluation methods.
-
A Survey on Long-Term Memory Security in LLM Agents: Attacks, Defenses, and Governance Across the Memory Lifecycle (Lin et al., arXiv 2026) - Surveys security threats to long-term memory in LLM agents by organizing attacks, defenses, and governance across six memory-lifecycle phases and four security objectives, advocating a "Verifiable Memory Governance" framework.
-
Uncertainty Quantification in LLM Agents: Foundations, Emerging Challenges, and Opportunities (Oh et al., arXiv 2026) - Argues uncertainty quantification has to move off single-turn QA and onto interactive agents, giving a general formulation plus the four challenges specific to agents: estimator choice, heterogeneous entities, uncertainty dynamics, and the absence of fine-grained benchmarks.
-
Multi-Agent Debate Strategies: Survey, Taxonomy, and Challenges (Motger et al., arXiv 2026) - Reviews 141 multi-agent debate studies and finds the field has quietly settled on static, fully connected topologies with voting, adopted by convention rather than by controlled comparison.
-
Beyond the Leaderboard: A Synthesis of Tool-Use, Planning, and Reasoning Failures in Large Language Model Agents (Albayaydh et al., arXiv 2026) - Synthesizes 27 evaluation papers across 19 benchmarks into six failure clusters, finding that failures compound nonlinearly with task length and that added scaffolding does not reliably improve reliability.
-
How Agents Ask for Permission: User Permissions for AI Agents, from Interfaces to Enforcement (Michael et al., arXiv 2026) - Surveys 21 agent permission proposals against five commercial agents, taxonomizing how user-level policies get specified, derived from user input, and enforced at run time, and where gaps remain.
-
Blockchain Empowered Trustworthy Agent Networks: Foundations, Taxonomy, and Future Directions (Zhu et al., arXiv 2026) - Surveys the road from classical multi-agent systems to open agent networks over 1980 to 2026, arguing that the trust problem moves to the network level once agents owned by different parties transact, and that single-agent safety mechanisms cannot reach it.
Corresponds to Β§2 (Background) and the running examples throughout.
Show 42 papers
-
Auto-GPT for Online Decision Making: Benchmarks and Additional Opinions (Yang et al., arXiv 2023) - Only peer-reviewed-adjacent empirical study of the widely-influential (but paper-less) AutoGPT autonomous-agent design pattern. [code]
-
AgentBench: Evaluating LLMs as Agents (Liu et al., ICLR 2024) - The standard reference benchmark for measuring general single-agent capability across heterogeneous environments. β [code]
-
WebArena: A Realistic Web Environment for Building Autonomous Agents (Zhou et al., ICLR 2024) - The de facto standard testbed for web-browsing single-agent architectures. [code]
-
Gorilla: Large Language Model Connected with Massive APIs (Patil et al., NeurIPS 2024) - Key single-agent tool-use paper demonstrating that fine-tuning plus retrieval can make an agent reliably invoke large real-world API catalogs. [code]
-
ReWOO: Decoupling Reasoning from Observations for Efficient Augmented Language Models (Xu et al., arXiv 2023) - Influential efficiency-oriented alternative to the ReAct loop, illustrating the plan-then-execute vs. interleaved architectural design axis. [code]
-
Tree of Thoughts: Deliberate Problem Solving with Large Language Models (Yao et al., NeurIPS 2023) - A core deliberate-search reasoning architecture underpinning later single-agent planning/search frameworks like LATS. [code]
-
WebGPT: Browser-assisted question-answering with human feedback (Nakano et al., arXiv 2021) - Early pre-ChatGPT precursor to modern LLM web agents, establishing the browsing-tool-use-plus-human-feedback pattern.
-
SELF-REFINE: Iterative Refinement with Self-Feedback (Madaan et al., NeurIPS 2023) - A minimal, widely-adopted single-agent self-improvement loop that is reused as a subroutine inside many larger agent architectures. [code]
-
SWE-agent: Agent-Computer Interfaces Enable Automated Software Engineering (Yang et al., NeurIPS 2024) - Demonstrates how interface design materially changes single-agent capability, now standard in coding-agent design. [code]
-
Language Agent Tree Search Unifies Reasoning, Acting, and Planning in Language Models (Zhou et al., ICML 2024) - Represents the state-of-the-art convergence of search-based planning with the ReAct/Reflexion lineage. [code]
-
Executable Code Actions Elicit Better LLM Agents (Wang et al., ICML 2024) - Established 'code-as-action' as a leading alternative action-space design for single agents. [code]
-
Describe, Explain, Plan and Select: Interactive Planning with Large Language Models Enables Open-World Multi-Task Agents (Wang et al., NeurIPS 2023) - Key single-agent planning architecture for open-world/embodied tasks. [code]
-
OS-Copilot: Towards Generalist Computer Agents with Self-Improvement (Wu et al., arXiv 2024) - A leading recent example of a general-purpose, self-improving OS-level single agent, extending AutoGPT-style autonomy to real computer environments. [code]
-
AppAgent: Multimodal Agents as Smartphone Users (Zhang et al., CHI 2025) - Representative recent single-agent architecture extending the ReAct/tool-use paradigm to GUI/mobile control. [code]
-
The Landscape of Emerging AI Agent Architectures for Reasoning, Planning, and Tool Calling: A Survey (Masterman et al., arXiv 2024) - A survey specifically scoped to agent architecture design patterns, directly relevant to categorizing single-agent frameworks.
-
MetaGPT: Meta Programming for A Multi-Agent Collaborative Framework (Hong et al., ICLR 2024) - Widely cited framework showing how single-agent role/procedure templates improve reliability, marking the transition point between single- and multi-agent framework design. [code]
-
Gemini 2.5: Pushing the Frontier with Advanced Reasoning, Multimodality, Long Context, and Next Generation Agentic Capabilities (Comanici et al., arXiv 2025) - Frontier model report that treats agentic tool use and computer operation as headline capabilities.
-
Kimi K2: Open Agentic Intelligence (Kimi Team, arXiv 2025) - Flagship open model built explicitly around agentic post-training at scale. [code]
-
GenericAgent: A Token-Efficient Self-Evolving LLM Agent via Contextual Information Density Maximization (Liang et al., arXiv 2026) - Token-efficient self-evolving agent that accumulates contextual experience; one of the most-starred 2026 agent frameworks. [code]
-
Orchestral AI: A Framework for Agent Orchestration (Roman et al., arXiv 2026) - Framework for composing and orchestrating specialized agents behind a single interface. [code]
-
AgentArk: Distilling Multi-Agent Intelligence into a Single LLM Agent (Luo et al., arXiv 2026) - Distills multi-agent intelligence into a single LLM agent, retaining collaboration gains at lower cost. [code]
-
The Interplay of Harness Design and Post-Training in LLM Agents (Kim et al., arXiv 2026) - Shows harness design and post-training interact, so harness-aware post-training improves both in-distribution and out-of-distribution performance.
-
Next-Generation Agentic Reinforcement Learning Systems Enable Self-Evolving Agents (Ran Yan et al., arXiv 2026) - Argues the agentic RL systems stack, not the algorithm, is what enables agents that revise their own components rather than only their weights.
-
From Atomic Actions to Standard Operating Procedures: Iterative Tool Optimization for Self-Evolving LLM Agents (Ding et al., arXiv 2026) - Synthesizes recurring action sequences from execution traces into callable higher-order procedures, then merges, evaluates, and prunes the resulting toolset.
-
Self-Evolving World Models for LLM Agent Planning (Zhang et al., arXiv 2026) - Refines the agent's internal world model at test time while holding the executor fixed, tightening the plan-and-simulate loop.
-
Scaling Self-Evolving Agents via Parametric Memory (Ren et al., arXiv 2026) - Moves self-evolution out of the context window and into parameters, so accumulated experience scales without growing the prompt.
-
Inside the Scaffold: A Source-Code Taxonomy of Coding Agent Architectures (Rombaut et al., arXiv 2026) - Derives a source-code taxonomy of 13 open coding-agent scaffolds, identifying five composable loop primitives that systems recombine.
-
Agentic Harness Engineering: Observability-Driven Automatic Evolution of Coding-Agent Harnesses (Lin et al., arXiv 2026) - Automatically evolves a coding-agent harness from observability signals, raising Terminal-Bench 2 from 69.7 to 77.0.
-
AgentFactory: A Self-Evolving Framework Through Executable Subagent Accumulation and Reuse (Zhang et al., arXiv 2026) - Accumulates capability by saving successful solutions as reusable executable subagent code rather than textual prompts, refined by execution feedback. [code]
-
LogicHunter: Testing LLM Agent Frameworks with an Agentic Oracle (Long et al., arXiv 2026) - Proposes LogicHunter, a specification-driven fuzzing framework paired with a ReAct-based agentic oracle that retrieves documentation, navigates source code.
-
AgentFlow: Building Agent Dependency Graphs for Static Analysis of Agent Programs (Wang et al., arXiv 2026) - Introduces AgentFlow, a static analysis framework that recovers agent dependencies from LLM agent source code by constructing a framework-agnostic Agent Dependency Graph typing agents, prompts, models, capabilities.
-
SEAGym: An Evaluation Environment for Self-Evolving LLM Agents (Zheng et al., arXiv 2026) - Introduces SEAGym, an evaluation environment for self-evolving LLM agents that measures agent-harness modifications across training, validation, held-out test, replay, and cost dimensions rather than a single task score.
-
Harness-MU: A Safe, Governed, and Effective Harness for Multi-User LLM Agents (Fan et al., arXiv 2026) - Proposes Harness-MU, a model-agnostic, zero-tuning harness that enforces multi-principal access control for LLM agents through deterministic execution hooks rather than model-internal safeguards. [code]
-
Co-Evolving Skill Generation and Policy Optimization (Zhang et al., arXiv 2026) - Proposes an online framework for skill-augmented language agents that estimates each candidate skill's context-dependent marginal utility via matched comparison groups (retrieved skills with and without the candidate) to filter.
-
DemoEvolve: Overcoming Sparse Feedback in Agentic Harness Evolution with Demonstrations (Che et al., arXiv 2026) - DemoEvolve uses human expert demonstration trajectories to guide the search in agentic harness evolution, addressing sparse-reward instability in complex stochastic environments like Balatro where self-practice alone struggles.
-
Self-Evolving Software Agents (Robol et al., arXiv 2026) - Proposes an architecture combining BDI (Belief-Desire-Intention) reasoning with large language models in which an automated evolution module elicits new requirements from experience and synthesizes corresponding design and code.
-
Codified Context: Infrastructure for AI Agents in a Complex Codebase (Vasilopoulos et al., arXiv 2026) - Proposes a three-component infrastructure (a conventions constitution, 19 specialized agents, and a knowledge base of 34 specification documents) to give LLM coding assistants persistent context. [code]
-
LLM-as-a-Verifier: A General-Purpose Verification Framework (Kwok et al., arXiv 2026) - Treats verification as its own scaling axis: continuous scores from scoring-token logits, scaled by granularity, repeated evaluation and criteria decomposition, reach 86.5% on Terminal-Bench V2 without extra training. [code]
-
Molt: A Scalable PyTorch-Native Training Framework for Agentic Reinforcement Learning (Hu et al., arXiv 2026) - Shows a compact PyTorch-native agentic RL trainer, small enough for a researcher or coding assistant to read end to end, stays statistically comparable to a Megatron-based stack. [code]
-
Baselines Before Architecture: Evaluating Coding Agents for Autonomous Penetration Testing (Dhakal et al., arXiv 2026) - Default coding CLI agents already solve a large share of the 104-task XBOW benchmark, and repeated plain-agent runs can match published harness architectures under matched models.
-
Argus: A General-Purpose Agentic Runtime for Long-Horizon Reasoning (Li et al., arXiv 2026) - A persistent runtime in which Manager, Planner, Engineer and Reviewer run bounded missions over durable project state, admitting memories, skills and verifiers only after role-owned review; weights stay fixed, and 78% on SWE-Bench Pro against 59% for a direct baseline comes from runtime state alone.
-
Architectural Implications of Agentic AI Workflows (Yang et al., arXiv 2026) - Characterizes agentic workloads as a datacenter problem through a production study at Azure, finding that orchestration and tools put the CPU on the critical path and that fragmented execution strands both CPU and GPU capacity on conventional uniform servers.
Corresponds to Β§4 (Planning and Reasoning).
Show 44 papers
-
Chain-of-Thought Prompting Elicits Reasoning in Large Language Models (Wei et al., NeurIPS 2022) - The foundational technique underlying virtually all LLM-agent reasoning/planning modules; the starting point for the whole CoT/ToT/ReAct lineage.
-
Self-Consistency Improves Chain of Thought Reasoning in Language Models (Wang et al., ICLR 2023) - Standard inference-time ensembling/verification strategy widely reused inside agent reasoning and planning pipelines.
-
Large Language Models are Zero-Shot Reasoners (Kojima et al., NeurIPS 2022) - Established that reasoning behavior is latent and promptable zero-shot, a key enabler for general-purpose agent prompting templates. [code]
-
Least-to-Most Prompting Enables Complex Reasoning in Large Language Models (Zhou et al., ICLR 2023) - Early formalization of task decomposition, a core planning primitive reused by nearly all subsequent LLM-agent task planners.
-
STaR: Bootstrapping Reasoning With Reasoning (Zelikman et al., NeurIPS 2022) - Precursor to the RL-based reasoning-model training paradigm (e.g., DeepSeek-R1, o1) used to instill self-generated reasoning in agents. [code]
-
Graph of Thoughts: Solving Elaborate Problems with Large Language Models (Besta et al., AAAI 2024) - Extends structured-reasoning/search frameworks used by agents beyond trees, improving quality and cost on complex multi-step tasks. [code]
-
Reasoning with Language Model is Planning with World Model (Hao et al., EMNLP 2023) - Connects classical planning-as-search (MCTS, world models) with LLM reasoning, directly relevant to agent planning under uncertainty. [code]
-
CRITIC: Large Language Models Can Self-Correct with Tool-Interactive Critiquing (Gou et al., ICLR 2024) - Bridges self-critique with tool-augmented verification, a key mechanism in modern agent frameworks that ground reflection in external feedback. [code]
-
Plan-and-Solve Prompting: Improving Zero-Shot Chain-of-Thought Reasoning by Large Language Models (Wang et al., ACL 2023) - Widely-used lightweight plan-then-execute template that many LLM agent planning modules adopt directly. [code]
-
ADaPT: As-Needed Decomposition and Planning with Language Models (Prasad et al., ACL 2024) - Demonstrates adaptive, execution-conditioned planning that balances plan granularity against agent capability, an important refinement over static plan-and-execute agents. [code]
-
Self-Discover: Large Language Models Self-Compose Reasoning Structures (Zhou et al., NeurIPS 2024) - Shows LLMs can self-select their own reasoning strategy per task, a meta-reasoning capability central to adaptive agent planning.
-
Buffer of Thoughts: Thought-Augmented Reasoning with Large Language Models (Yang et al., NeurIPS 2024) - Represents reusable, memory-augmented reasoning-structure retrieval, connecting reasoning strategies with agent long-term memory design. [code]
-
Large Language Models Cannot Self-Correct Reasoning Yet (Huang et al., ICLR 2024) - A widely-cited cautionary/critical result that tempers over-reliance on self-critique loops in agent design, motivating external-feedback-grounded methods.
-
Training Language Models to Self-Correct via Reinforcement Learning (Kumar et al., ICLR 2025) - Shows self-correction can be made genuinely effective via RL rather than prompting alone, directly informing reasoning-model post-training used in modern agents.
-
Let's Verify Step by Step (Lightman et al., ICLR 2024) - Establishes process reward models/step-level verification, now a standard component for guiding search and self-critique in reasoning agents. [code]
-
DeepSeek-R1: Incentivizing Reasoning Capability in LLMs via Reinforcement Learning (Guo et al., Nature 2025) - Landmark open reasoning-model release demonstrating RL-induced emergent planning/reflection behaviors now underpinning next-generation reasoning agents. [code]
-
Towards Reasoning in Large Language Models: A Survey (Huang et al., ACL 2023) - One of the earliest and most-cited surveys specifically on LLM reasoning, a natural anchor citation for any LLM-agent survey's reasoning section. [code]
-
Large Language Models for Planning: A Comprehensive and Systematic Survey (Cao et al., arXiv 2025) - A dedicated, up-to-date survey covering exactly the planning-strategies portion of this sub-topic, ideal for anchoring taxonomy claims. [code]
-
When Can LLMs Actually Correct Their Own Mistakes? A Critical Survey of Self-Correction of LLMs (Kamoi et al., ACL 2024) - The key critical survey specific to self-critique/self-correction, essential for a balanced, rigorous treatment of reflection methods in an agent survey. [code]
-
Search-R1: Training LLMs to Reason and Leverage Search Engines with Reinforcement Learning (Jin et al., arXiv 2025) - Canonical agentic-RL result: the model learns to interleave search-engine calls with its own reasoning from outcome rewards alone. [code]
-
ReTool: Reinforcement Learning for Strategic Tool Use in LLMs (Feng et al., arXiv 2025) - RL that teaches a reasoning model when and how to invoke a code interpreter mid-derivation.
-
Harness Updating Is Not Harness Benefit: Disentangling Evolution Capabilities in Self-Evolving LLM Agents (Lin et al., arXiv 2026) - Separates 'harness-updating' from 'harness-benefit' in self-evolving agents, finding a non-monotonic benefit curve across model tiers. [code]
-
Demystifying Reinforcement Learning for Long-Horizon Tool-Using Agents: A Comprehensive Recipe (Wu et al., arXiv 2026) - Empirical recipe over reward shaping, model scale, data, and algorithm choices for agentic RL, reaching SOTA on TravelPlanner. [code]
-
StraTA: Incentivizing Agentic Reinforcement Learning with Strategic Trajectory Abstraction (Xue et al., arXiv 2026) - Jointly trains strategy generation and action execution via sampled trajectory abstractions, improving agentic RL on ALFWorld/WebShop/SciWorld.
-
The Self-Correction Illusion: LLMs Correct Others but Not Themselves (Chen et al., arXiv 2026) - Shows LLMs correct external claims but not identical self-authored errors, an artifact of chat-template role labels rather than a capability gap.
-
Recursive Self-Improvement in AI: From Bounded Self-Refinement to Autonomous Research Loops (Chen et al., arXiv 2026) - Maps the spectrum from bounded self-refinement to autonomous research loops, and where each step of recursive self-improvement currently breaks.
-
SIRI: Self-Internalizing Reinforcement Learning with Intrinsic Skills for LLM Agent Training (He et al., arXiv 2026) - Reinforcement learning that internalizes discovered skills into the policy rather than leaving them in an external library. [code]
-
Agentic Chain-of-Thought Steering for Efficient and Controllable LLM Reasoning (Xia et al., arXiv 2026) - Steers agentic chain-of-thought at inference for controllable reasoning length, trading compute against accuracy without retraining. [code]
-
ECHO: Prune To Act, Trace To Learn With Selective Turn Memory In Agentic RL (Xie et al., arXiv 2026) - Selective turn memory for agentic RL: prunes the trajectory to act, keeps the trace to learn from.
-
AgentTether: Graph-Guided Diagnosis and Runtime Intervention for Reliable LLM Agent Operation (Zhao et al., arXiv 2026) - Diagnoses agent failures on a graph of the run and intervenes at runtime, rather than only post-hoc.
-
Reasoning as Gradient: Scaling MLE Agents Beyond Tree Search (Zhang et al., arXiv 2026) - Replaces tree search in an MLE agent with a gradient-style optimization framework, mapping reasoning to gradients and success memory to momentum. [code]
-
MAP: A Map-then-Act Paradigm for Long-Horizon Interactive Agent Reasoning (Liu et al., arXiv 2026) - Builds a cognitive map of the environment before acting, separating mapping from action for long-horizon interactive reasoning.
-
Learning from Trials and Errors: Reflective Test-Time Planning for Embodied LLMs (Hong et al., arXiv 2026) - Reflective test-time planning for embodied agents that learns from its own trials and errors within a single episode. [code]
-
Agora: Enhancing LLM Agent Reasoning Via Auction-Based Task Allocation (Zhou et al., arXiv 2026) - Proposes Agora, an auction-based orchestration framework in which reasoning steps are treated as tradeable items and expert models and tools bid on them according to rectified competence rather than raw confidence.
-
Training the Orchestrator: A Supervised Approach to End-to-End PDDL Planning with LLM Agents (Mangannavar et al., arXiv 2026) - Introduces HALO, which supervises a small QLoRA-tuned orchestrator policy on verifier-certified plan-refinement trajectories across 11 PDDL domains.
-
Retrospective Progress-Aware Self-Refinement for LLM Agent Training (Ma et al., arXiv 2026) - Introduces RePro, a forward-then-reflect rollout framework in which an LLM agent executes actions online and then retrospectively reassesses its step-wise progress conditioned on the completed trajectory and known outcome.
-
LiTS: A Modular Framework for LLM Tree Search (Li et al., arXiv 2026) - LiTS is a Python framework that decomposes LLM tree search into reusable Policy, Transition, and RewardModel components supporting algorithms like MCTS and BFS, evaluated across MATH500, Crosswords, and MapEval. [code]
-
Localizing and Correcting Errors for LLM-based Planners (Kumar et al., arXiv 2026) - Proposes Localized In-Context Learning (L-ICL), which localizes constraint violations in LLM-generated plans and injects minimal corrective examples for failing steps.
-
CLEANER: Self-Purified Trajectories Boost Agentic Reinforcement Learning (Xu et al., arXiv 2026) - Proposes CLEANER, which uses Similarity-Aware Adaptive Rollback to build purified agentic RL trajectories by replacing failed steps with successful self-corrections, improving accuracy on AIME24/25 while using fewer training steps.
-
VERGE: Formal Refinement and Guidance Engine for Verifiable LLM Reasoning (Singh et al., arXiv 2026) - A neurosymbolic framework that decomposes LLM outputs into atomic claims, formalizes them into first-order logic, and verifies consistency with SMT solvers to iteratively refine answers, using multi-model consensus.
-
TREK: A Travel Reasoning and Evaluation Kit for LLM Agents in Complex Trip Planning (Qi et al., arXiv 2026) - Travel-planning benchmark graded by a deterministic rule-based evaluator instead of an LLM judge; the strongest of 15 agents returns a fully feasible itinerary on only 46.2% of solvable tasks. [code]
-
PRO-LONG: Programmatic Memory Enables Long-Horizon Reasoning (Fox et al., arXiv 2026) - Keeping the full structured interaction log and searching it with a coding agent adds 18 points on ARC-AGI-3 over a base coding agent, matching specialist harnesses at 4.2-5.8x fewer tokens. [code]
-
The Physics of Multi-Turn Long-Horizon Planning: From Pre-training to Post-training via Single- and Multi-Teacher On-Policy Agentic Distillation (Men et al., arXiv 2026) - Controlled study of where long-horizon planning ability comes from: CoT state-transition modeling in pre-training generalizes best, suboptimal trajectories hurt disproportionately, and multi-teacher distillation only merges compatible planning patterns.
-
SearchMaster: Grounded and Regulated Self-Play for Search Agents (Tan et al., arXiv 2026) - Self-play for search agents that names the three ways self-generated data misleads: evidence chains to stop pseudo multi-hop questions, difficulty scored by search depth rather than success rate, and a penalty on opening documents the agent never uses. [code]
Corresponds to Β§5 (Memory).
Show 48 papers
-
RET-LLM: Towards a General Read-Write Memory for Large Language Models (Modarressi et al., arXiv 2023) - Early and influential structured/triplet-based read-write memory design, a precursor to graph- and KG-based agent memory systems.
-
MemoryBank: Enhancing Large Language Models with Long-Term Memory (Zhong et al., AAAI 2024) - One of the first systems to bring a psychologically grounded (human-memory-inspired) forgetting/consolidation mechanism into LLM agent memory. [code]
-
Augmenting Language Models with Long-Term Memory (Wang et al., NeurIPS 2023) - Key architectural approach to giving the underlying language model itself (not just an agent scaffold) a trainable long-term memory retrieval mechanism. [code]
-
Synapse: Trajectory-as-Exemplar Prompting with Memory for Computer Control (Zheng et al., ICLR 2024) - Demonstrates retrieval-augmented episodic-trajectory memory for grounding agent decision-making in complex GUI/computer-control tasks. [code]
-
ExpeL: LLM Agents Are Experiential Learners (Zhao et al., AAAI 2024) - Influential paradigm for extracting reusable, transferable 'experience' knowledge from an agent's own memory rather than raw episodic replay. [code]
-
Walking Down the Memory Maze: Beyond Context Limit through Interactive Reading (MemWalker) (Chen et al., arXiv 2023) - Influential tree-structured (hierarchical) memory-navigation approach bridging long-context modeling and agentic memory retrieval.
-
MemGPT: Towards LLMs as Operating Systems (Packer et al., COLM 2024) - One of the most widely cited and productized (Letta) architectures for tiered, self-managed long-term memory in LLM agents. [code]
-
Think-in-Memory: Recalling and Post-thinking Enable LLMs with Long-Term Memory (Liu et al., arXiv 2023) - Addresses inconsistent-reasoning pitfalls of naive memory recall by storing reasoning traces rather than raw text, influencing later 'reflective retrieval' memory designs.
-
Evaluating Very Long-Term Conversational Memory of LLM Agents (Maharana et al., ACL 2024) - The standard benchmark used to evaluate and compare long-term conversational memory systems for LLM agents (used by Mem0, MIRIX, A-MEM, etc.). [code]
-
Larimar: Large Language Models with Episodic Memory Control (Das et al., ICML 2024) - Representative of the architecture-level (rather than prompt-level) approach to giving LLMs an editable, fast-updating episodic memory. [code]
-
HippoRAG: Neurobiologically Inspired Long-Term Memory for Large Language Models (GutiΓ©rrez et al., NeurIPS 2024) - A highly influential neuro-inspired long-term memory/RAG framework bridging knowledge-graph retrieval and agent memory, widely adopted as a strong baseline. [code]
-
On the Structural Memory of LLM Agents (Zeng et al., arXiv 2024) - Provides a controlled empirical comparison of memory-structuring choices, useful evidence base for a survey's discussion of design trade-offs in agent memory.
-
A-MEM: Agentic Memory for LLM Agents (Xu et al., arXiv 2025) - Representative of the newest generation of dynamically self-organizing (graph/note-linking) long-term memory systems for LLM agents. [code]
-
From Human Memory to AI Memory: A Survey on Memory Mechanisms in the Era of LLMs (Wu et al., arXiv 2025) - A recent, comprehensive sub-topic survey giving a psychology-grounded taxonomy that a broader LLM-agent survey can cite for organizing the memory literature.
-
Mem0: Building Production-Ready AI Agents with Scalable Long-Term Memory (Chhikara et al., arXiv 2025) - A leading production-oriented, widely-deployed long-term memory system for LLM agents, frequently used as a state-of-the-art comparison point. [code]
-
MIRIX: Multi-Agent Memory System for LLM-Based Agents (Wang et al., arXiv 2025) - Illustrates the current frontier trend of multi-agent, multi-type (multimodal) memory architectures for LLM-based agents. [code]
-
LongMemEval: Benchmarking Chat Assistants on Long-Term Interactive Memory (Wu et al., ICLR 2025) - Decomposes long-term interactive memory into five separately testable abilities. [code]
-
ReasoningBank: Scaling Agent Self-Evolving with Reasoning Memory (Ouyang et al., arXiv 2025) - Distills strategy-level memory from both successful and failed trajectories so an agent self-evolves over a task stream.
-
Memory OS of AI Agent (Kang et al., EMNLP 2025) - Applies operating-system memory management (STM/MTM/LPM tiers with heat-based promotion and segmented paging) to agent memory, with strong LoCoMo gains. [code]
-
Zep: A Temporal Knowledge Graph Architecture for Agent Memory (Rasmussen et al., arXiv 2025) - A bi-temporal knowledge-graph memory engine (Graphiti) that dynamically fuses chat and business data, surpassing MemGPT on DMR and LongMemEval; a standard production-memory reference. [code]
-
What Deserves Memory: Adaptive Memory Distillation for LLM Agents (Ma et al., ACL 2026) - Self-organizing episodic memory (Nemori) that segments dialogue by event boundaries and distills semantics via a predict-then-calibrate loop, cutting build cost while improving temporal reasoning. [code]
-
MemOS: A Memory OS for AI System (Li et al., arXiv 2025) - Promotes memory to a first-class resource (MemCube), unifying parametric, activation, and plaintext memory under one scheduling-and-governance operating system. [code]
-
G-Memory: Tracing Hierarchical Memory for Multi-Agent Systems (Zhang et al., NeurIPS 2025) - Organization-theory-inspired three-tier graph (insight/query/interaction) that stores collaboration trajectories, a memory design tailored to multi-agent systems. [code]
-
Agentic Context Engineering: Evolving Contexts for Self-Improving Language Models (Zhang et al., ICLR 2026) - Evolves the context itself as a playbook via generateβreflectβcurate delta operations, countering brevity bias and context collapse for self-improving agents. [code]
-
SimpleMem: Efficient Lifelong Memory for LLM Agents (Liu et al., arXiv 2026) - Semantic-compression lifelong memory (structured compression, online synthesis, intent-aware retrieval) cutting inference tokens up to 30x. [code]
-
PlugMem: A Task-Agnostic Plugin Memory Module for LLM Agents (Yang et al., arXiv 2026) - Cognitive-science-inspired knowledge-graph memory pluggable across tasks without redesign. [code]
-
Memanto: Typed Semantic Memory with Information-Theoretic Retrieval for Long-Horizon Agents (Abtahi et al., arXiv 2026) - Typed 13-category memory schema with information-theoretic single-query retrieval, SOTA on LongMemEval and LoCoMo.
-
MINTEval: Evaluating Memory under Multi-Target Interference in Long-Horizon Agent Systems (Lee et al., arXiv 2026) - 15.6K-QA benchmark (up to 1.8M-token contexts) showing memory agents struggle under interfering, frequently-updated facts. [code]
-
What to Keep, What to Forget: A Rate-Distortion View of Memory Compaction in LLMs and Agents (Colaco et al., arXiv 2026) - Gives context compaction a rate-distortion formulation, making what to keep and what to forget an explicit distortion budget rather than a heuristic.
-
AutoMem: Automated Learning of Memory as a Cognitive Skill (Wu et al., arXiv 2026) - Treats memory management itself as a skill the agent learns, instead of a fixed retrieval policy written by the harness. [code]
-
TokenPilot: Cache-Efficient Context Management for LLM Agents (Xu et al., arXiv 2026) - Manages context with the prompt cache in mind, preserving cache continuity under eviction to cut cost. [code]
-
Self-GC: Self-Governing Context for Long-Horizon LLM Agents (Hao et al., arXiv 2026) - Lets the agent govern its own context over long horizons, deciding when to compact rather than compacting on a fixed schedule.
-
MemSyco-Bench: Benchmarking Sycophancy in Agent Memory (Xiang et al., arXiv 2026) - Benchmarks sycophancy in agent memory: whether stored beliefs bend to user pressure across sessions. [code]
-
Remember the Decision, Not the Description: A Rate-Distortion Framework for Agent Memory (Zou et al., arXiv 2026) - Gives agent memory a rate-distortion formulation, keeping the decision rather than the description under an explicit distortion budget.
-
LongMemEval-V2: Evaluating Long-Term Agent Memory Toward Experienced Colleagues (Wu et al., arXiv 2026) - Long-term agent memory benchmark aimed at the experienced-colleague setting, past short-context question answering.
-
Experience Compression Spectrum: Unifying Memory, Skills, and Rules in LLM Agents (Zhang et al., arXiv 2026) - Unifies memory, skills, and rules as points on one experience-compression spectrum rather than separate mechanisms.
-
PLACEMEM: Toward a Compute-Aware Memory Plane for Lifelong Agents (Ganguly et al., arXiv 2026) - Proposes PLACEMEM, a memory plane for lifelong agents built on versioned capsules that bind semantics, provenance, and validity under a correction-aware identity.
-
COMFYCLAW: Self-Evolving Skill Harnesses for Image Generation Workflows (Li et al., arXiv 2026) - Proposes an agentic framework that formulates image-generation workflow construction as typed graph editing, uses a vision-language model to detect and repair visual errors.
-
The Past Is Prologue: A Plug-in Controller for Selective Updates in Sequentially Evolving LLM Memory (Chen et al., arXiv 2026) - Proposes Janus, a method-agnostic controller that wraps existing LLM-agent memory updaters and decides whether to accept or reject each candidate update.
-
E-mem: Multi-agent based Episodic Context Reconstruction for LLM Agent Memory (Wang et al., arXiv 2026) - E-mem is a hierarchical multi-agent memory framework where assistant agents retain uncompressed memory segments and a master agent coordinates planning to reconstruct episodic context, evaluated on the LoCoMo benchmark. [code]
-
AMV-L: Lifecycle-Managed Agent Memory for Tail-Latency Control in Long-Running LLM Systems (Bamidele et al., arXiv 2026) - Proposes AMV-L, an agent-memory system that assigns each memory item a continuously updated utility score and uses value-driven promotion, demotion.
-
From Raw Experience to Skill Consumption: A Systematic Study of Model-Generated Agent Skills (Huang et al., arXiv 2026) - Proposes a utility-grounded evaluation framework spanning experience generation, skill extraction, and skill consumption for model-generated LLM agent skills.
-
MemFail: Stress-Testing Failure Modes of LLM Memory Systems (Garg et al., arXiv 2026) - Introduces MemFail, a diagnostic benchmark of five datasets across four tasks that isolates and stress-tests the summarization, storage, and retrieval failure modes of external memory systems used by LLM agents.
-
Filesystem-Based Memory for LLM Agents: Organization, Evolution, and Sustainability (Zhou et al., arXiv 2026) - Finds that the markdown-directory memory agents actually ship buys search economy (roughly half the retrieval cost on large material) but not better answers, and its organization erodes as the store grows.
-
Keep It InMind: Benchmarking the Implicit-Association Blind Spot in Agent Memory (Li et al., arXiv 2026) - Shows that memory fails when the needed fact does not resemble the query: backbones answer 84.0% of indirect questions with the memory in context, six retrieval systems at most 14.4%.
-
Metis: Memory Foundation Model (Zhang et al., arXiv 2026) - Moves memory into the backbone rather than an external module: a native memory state maintained gradient-free by a single forward pass, with weights frozen at inference and checkpoints released.
-
When Memory Lies: An Empirical Study of Spatial Memory Staleness in VLM Agents (Sun et al., arXiv 2026) - Measures what happens when a confident stored memory contradicts what the agent can see: vision F1 spans 0.887 down to 0.067 on identical grids, and an agent that trusts raw memory dies more than twice as often as the same agent given no memory at all.
-
Caching for the Future: Scrub Jay Episodic Memory Principles for Agent Memory Systems (Bhandari et al., arXiv 2026) - Borrows type-conditioned forgetting from scrub jay episodic memory, tagging each stored item with a perishability coefficient and a utility horizon so stale facts decay out of retrieval; ablating the decay term collapses generalization by 5.7 times.
Corresponds to Β§6 (Tool Use and Action Execution).
Show 41 papers
-
TALM: Tool Augmented Language Models (Parisi et al., arXiv 2022) - Early, influential formulation of self-supervised bootstrapping for tool use in LMs, directly anticipating Toolformer's self-supervised approach.
-
API-Bank: A Comprehensive Benchmark for Tool-Augmented LLMs (Li et al., EMNLP 2023) - One of the earliest and most cited dedicated benchmarks for evaluating and training tool-augmented dialogue LLMs. [code]
-
Chameleon: Plug-and-Play Compositional Reasoning with Large Language Models (Lu et al., NeurIPS 2023) - Prominent example of natural-language-planned tool composition/orchestration across heterogeneous tool types, widely cited in tool-use and compositional-reasoning literature. [code]
-
Large Language Models as Tool Makers (Cai et al., arXiv 2023) - Foundational for the tool-creation (as opposed to tool-use) direction, showing LLMs can author their own reusable tools rather than only calling pre-existing ones. [code]
-
GPT4Tools: Teaching Large Language Model to Use Tools via Self-instruction (Yang et al., NeurIPS 2023) - Widely used reference for open-source instruction-tuning approaches to multimodal tool use, complementing proprietary-model tool-use papers. [code]
-
ToolkenGPT: Augmenting Frozen Language Models with Massive Tools via Tool Embeddings (Hao et al., NeurIPS 2023) - An influential alternative architecture for scalable tool selection that avoids the context-length bottleneck of prompt-based tool listing. [code]
-
ToolAlpaca: Generalized Tool Learning for Language Models with 3000 Simulated Cases (Tang et al., arXiv 2023) - Key evidence that generalized tool-use capability is achievable in small open models via automatically synthesized tool-use corpora, influential for later synthetic-data tool-training pipelines. [code]
-
RestGPT: Connecting Large Language Models with Real-World RESTful APIs (Song et al., arXiv 2023) - Demonstrates tool-use extended to complex, stateful real-world REST APIs beyond toy tool sets, with a benchmark still used for API-grounded agent evaluation. [code]
-
ToolLLM: Facilitating Large Language Models to Master 16000+ Real-world APIs (Qin et al., ICLR 2024) - One of the largest and most cited tool-use datasets/frameworks, establishing ToolBench as a standard training/evaluation resource for open-source tool-use LLMs. [code]
-
Tool Documentation Enables Zero-Shot Tool-Usage with Large Language Models (Hsieh et al., arXiv 2023) - Reframes tool-use elicitation around documentation rather than demonstrations, an important and frequently cited methodological insight for scaling to many tools.
-
Small LLMs Are Weak Tool Learners: A Multi-LLM Agent (Shen et al., EMNLP 2024) - Influential for the multi-agent/role-decomposition approach to tool learning, especially relevant to efficiently deploying tool-use in smaller open models. [code]
-
StableToolBench: Towards Stable Large-Scale Benchmarking on Tool Learning of Large Language Models (Guo et al., ACL 2024) - Widely used evaluation infrastructure paper that fixed reproducibility problems plaguing large-scale real-API tool-learning benchmarks. [code]
-
What Are Tools Anyway? A Survey from the Language Model Perspective (Wang et al., COLM 2024) - A dedicated, LM-centric survey of tool use that is directly citable as a sub-topic survey reference for a broader LLM-agent survey.
-
ToolACE: Winning the Points of LLM Function Calling (Liu et al., arXiv 2024) - Represents the state-of-the-art synthetic-data pipeline approach to training small open models for accurate function calling, rivaling GPT-4.
-
xLAM: A Family of Large Action Models to Empower AI Agent Systems (Zhang et al., arXiv 2024) - Prominent industrial (Salesforce) effort establishing 'large action models' as a distinct model class optimized for agentic tool use, widely benchmarked against. [code]
-
The Berkeley Function Calling Leaderboard (BFCL): From Tool Use to Agentic Evaluation of Large Language Models (Patil et al., ICML 2025) - The de facto standard leaderboard/benchmark for comparing LLM function-calling and tool-use performance, referenced by nearly all subsequent function-calling papers. [code]
-
Model Context Protocol (MCP): Landscape, Security Threats, and Future Research Directions (Hou et al., arXiv 2025) - Security analysis of the MCP ecosystem across the server lifecycle; the reference for protocol-layer supply-chain risk.
-
UniToolCall: Unifying Tool-Use Representation, Data, and Evaluation for LLM Agents (Liang et al., arXiv 2026) - Unifies tool-calling representation, a 22K+ tool / 390K+ instance corpus, and seven standardized benchmarks into one framework. [code]
-
Skill Retrieval Augmentation for Agentic AI (Su et al., arXiv 2026) - Lets agents retrieve and apply skills on demand from large libraries; introduces SRA-Bench with ~26K skills.
-
ToolFailBench: Diagnosing Tool-Use Failures in LLM Agents (Soni et al., arXiv 2026) - Diagnostic benchmark separating the ways tool use fails, rather than scoring only end-task success. [code]
-
Why Multi-Step Tool-Use Reinforcement Learning Collapses and How Supervisory Signals Fix It (Hao et al., arXiv 2026) - Identifies why multi-turn tool-use RL collapses and which supervisory signals prevent it. [code]
-
When Does Restricting a Coding Agent to execute_code Help? A Regime Γ Agent-Design Ablation (Yang et al., arXiv 2026) - Ablation asking when narrowing a coding agent to a single execute_code action helps, and in which regimes it hurts. [code]
-
PACT: Privileged Trace Co-Training for Multi-Turn Tool-Use Agents (Du et al., arXiv 2026) - Co-trains multi-turn tool-use agents on privileged traces, transferring information available at training but not at inference. [code]
-
PlanBench-XL: Evaluating Long-Horizon Planning of LLM Tool-Use Agents in Large-Scale Tool Ecosystems (Liu et al., arXiv 2026) - Long-horizon planning benchmark for tool-use agents in large tool ecosystems, where retrieval and selection dominate. [code]
-
MCP-Atlas: A Large-Scale Benchmark for Tool-Use Competency with Real MCP Servers (Bandi et al., arXiv 2026) - Large-scale tool-use benchmark built on real Model Context Protocol servers rather than synthetic tool stubs. [code]
-
Model Context Protocol (MCP) Tool Descriptions Are Smelly! Towards Improving AI Agent Efficiency with Augmented MCP Tool Descriptions (Hasan et al., arXiv 2026) - Shows MCP tool descriptions carry recurring quality smells and that fixing them measurably improves agent tool-use.
-
LLM Agents Already Know When to Call Tools -- Even Without Reasoning (Sun et al., arXiv 2026) - Finds agents already encode when to call a tool without an explicit reasoning trace, questioning the need for reason-before-call. [code]
-
Tool-Making and Self-Evolving LLM Agents in Low-Latency Systems (KujanpÀÀ et al., arXiv 2026) - Replaces an LLM agent's inference-time code-generation loop with an offline agentic tool-making pipeline that compiles recurring standard-operating-procedure steps into validated.
-
Looking Is Not Picking: An Attention-Segment Account of Tool-Selection Failures in LLM Agents (Chen et al., arXiv 2026) - Using per-segment attention metrics on BFCL failure cases across models from 0.5B to 32B parameters, the paper localizes tool-selection errors to the decision stage rather than to retrieval.
-
HyperTool: Beyond Step-Wise Tool Calls for Tool-Augmented Agents (Du et al., arXiv 2026) - Folds deterministic tool subroutines into one outer call the model issues as code, so intermediate values move locally instead of through the reasoning trace; on MCP-Universe this lifts Qwen3-32B from 15.7% to 35.3%.
-
Tool-Aware Optimization with Entropy Guidance for Efficient Agentic Reinforcement Learning (Cao et al., arXiv 2026) - Stabilizes agentic RL by discarding rollouts whose tool calls all fail or whose outcomes are uniformly right or wrong, then adding an entropy bonus at post-tool-call tokens to keep exploration alive at the decision points that matter.
-
SENTINEL: Failure-Driven Reinforcement Learning for Training Tool-Using Language Model Agents (Wang et al., arXiv 2026) - Proposes SENTINEL, a failure-driven reinforcement learning pipeline in which a Controller mines failure modes from the policy's own failed rollouts, a Proposer converts them into targeted training tasks.
-
SCRIBE: Structured Mid-Level Supervision for Tool-Using Language Models (Jiang et al., arXiv 2026) - SCRIBE is a reinforcement learning framework that grounds process-level reward modeling for tool-augmented agents in a curated library of skill prototypes.
-
CodeDelegator: Mitigating Context Pollution via Role Separation in Code-as-Action Agents (Fei et al., arXiv 2026) - Proposes CodeDelegator, which separates a persistent Delegator agent for strategic planning from fresh Coder agents that execute sub-tasks with clean contexts.
-
PruneTIR: Inference-Time Tool Call Pruning for Effective yet Efficient Tool-Integrated Reasoning (Zhang et al., arXiv 2026) - Proposes an inference-time framework that prunes erroneous tool calls in tool-integrated reasoning via Success-Triggered Pruning, Stuck-Triggered Pruning and Resampling.
-
The Evolution of Tool Use in LLM Agents: From Single-Tool Call to Multi-Tool Orchestration (Xu et al., arXiv 2026) - A survey reviewing multi-tool LLM agents, organizing recent progress across six dimensions (planning/execution, training, safety, efficiency, capability development, and evaluation) and their applications in software, enterprise.
-
AppWorld-UL: Benchmarking Diverse Agent-User Interactions for Tool-Use (Chen et al., arXiv 2026) - Claude Opus 4.7 solves only 48.6% of 516 user-in-the-loop tool tasks that require clarification, confirmation or a refusal, falling to 21.3% on compositional scenarios.
-
HANDBOOK.md: A Benchmark for Long-Context Agentic Instruction Following (Panavas et al., arXiv 2026) - Hand an agent a 20 to 124 page policy document plus MCP tools and it stops obeying: the best of thirty configurations passes 36.2% of trials under strict grading. [code]
-
ToolAtlas: Learning Once, Reusing Everywhere with Tool-Side Memory (Fang et al., arXiv 2026) - Puts the memory on the provider side instead of the agent: execution-probed records of tool capabilities, failure boundaries and compositions lift pass@1 by up to 21.61% and transfer across agent frameworks without retraining.
-
The Bitter Lesson of Tool Calling (Patel et al., arXiv 2026) - Compares programmatic tool calling against native JSON across 14 models on BFCL v4: exposing tools as typed Python stubs the model invokes through code matches or beats JSON in 11 of 14, gains 10.6% on the GPT-5.6 family, and holds steady under context rot where the baseline slips.
-
Diagnosing Tool-Selection Reasoning in LLM Agents with Canary Tools (Anand et al., arXiv 2026) - Plants diagnostic decoy tools in an MCP tool set so a bare wrong-tool outcome becomes a profile of why, across six probe types and 8,640 runs; susceptibility varies about 36x across models and does not track capability tier.
Corresponds to Β§7 (Multi-Agent Systems).
Show 45 papers
-
CAMEL: Communicative Agents for "Mind" Exploration of Large Language Model Society (Li et al., NeurIPS 2023) - One of the earliest and most cited frameworks establishing autonomous agent-to-agent cooperation via role-play. [code]
-
Improving Factuality and Reasoning in Language Models through Multiagent Debate (Du et al., ICML 2024) - Seminal multi-agent debate paper popularizing 'society of minds'-style debate as a test-time technique. [code]
-
Encouraging Divergent Thinking in Large Language Models through Multi-Agent Debate (Liang et al., EMNLP 2024) - Diagnoses a core failure mode motivating why multi-agent debate helps beyond self-consistency. [code]
-
ChatEval: Towards Better LLM-based Evaluators through Multi-Agent Debate (Chan et al., ICLR 2024) - Shows multi-agent debate improves reliability of LLM-as-judge evaluation. [code]
-
AutoGen: Enabling Next-Gen LLM Applications via Multi-Agent Conversation (Wu et al., arXiv 2023) - Widely adopted industrial multi-agent orchestration framework (Microsoft). [code]
-
ChatDev: Communicative Agents for Software Development (Qian et al., ACL 2024) - Widely cited demonstration of end-to-end multi-agent collaboration for a complex real-world workflow. [code]
-
AgentVerse: Facilitating Multi-Agent Collaboration and Exploring Emergent Behaviors in Agents (Chen et al., ICLR 2024) - General-purpose, dynamically-composed multi-agent collaboration framework and study of emergent social dynamics. [code]
-
Building Cooperative Embodied Agents Modularly with Large Language Models (Zhang et al., ICLR 2024) - Extends multi-agent collaboration and communication to embodied/physically-grounded settings. [code]
-
ReConcile: Round-Table Conference Improves Reasoning via Consensus among Diverse LLMs (Chen et al., ACL 2024) - Combines heterogeneous LLM backbones with confidence-weighted persuasion/voting in agent debate/consensus. [code]
-
Dynamic LLM-Agent Network: An LLM-Agent Collaboration Framework with Agent Team Optimization (v2 retitled: A Dynamic LLM-Powered Agent Network for Task-Oriented Agent Collaboration) (Liu et al., arXiv 2023) - Introduces dynamic agent-team composition/topology optimization for multi-agent collaboration. [code]
-
Exchange-of-Thought: Enhancing Large Language Model Capabilities through Cross-Model Communication (Yin et al., EMNLP 2023) - Provides a taxonomy of inter-agent communication paradigms, useful for surveying communication mechanisms. [code]
-
LLM-Deliberation: Evaluating LLMs with Interactive Multi-Agent Negotiation Games (v2 retitled: Cooperation, Competition, and Maliciousness: LLM-Stakeholders Interactive Negotiation) (Abdelnabi et al., arXiv 2023) - Extends multi-agent LLM research into strategic/competitive communication (negotiation). [code]
-
Unleashing the Emergent Cognitive Synergy in Large Language Models: A Task-Solving Agent through Multi-Persona Self-Collaboration (Wang et al., ACL 2024) - Boundary case showing multi-agent-style collaboration can be simulated within a single model via personas. [code]
-
Should we be going MAD? A Look at Multi-Agent Debate Strategies for LLMs (Smit et al., ICML 2024) - Important critical/empirical counterpoint on when multi-agent debate actually helps. [code]
-
Debating with More Persuasive LLMs Leads to More Truthful Answers (Khan et al., ICML 2024) - Connects multi-agent debate to AI-safety scalable oversight. [code]
-
Mixture-of-Agents Enhances Large Language Model Capabilities (Wang et al., ICLR 2025) - Influential architecture showing structured multi-agent aggregation can outperform any single strong proprietary model. [code]
-
More Agents Is All You Need (Li et al., TMLR 2024) - Crucial baseline showing much of multi-agent benefit can come from ensemble scaling rather than communication. [code]
-
Beyond Self-Talk: A Communication-Centric Survey of LLM-Based Multi-Agent Systems (Yan et al., arXiv 2025) - Most directly on-topic recent survey for communication within multi-agent LLM systems.
-
Multi-Agent Collaboration Mechanisms: A Survey of LLMs (Tran et al., arXiv 2025) - Recent dedicated survey providing a structured taxonomy of collaboration mechanisms.
-
Language Agents as Optimizable Graphs (Zhuge et al., ICML 2024) - GPTSwarm: formalizes multi-agent systems as computational graphs whose prompts and edges are jointly learned. [code]
-
Scaling Large Language Model-based Multi-Agent Collaboration (Qian et al., arXiv 2024) - Scales collaboration to 1000+ agents in explicit topologies; irregular graphs outperform regular ones (a collaborative scaling result).
-
AFlow: Automating Agentic Workflow Generation (Zhang et al., ICLR 2025) - Searches over code-represented workflows to discover agentic pipelines automatically.
-
Graph-of-Agents: A Graph-based Framework for Multi-Agent LLM Collaboration (Yun et al., arXiv 2026) - Graph-based agent selection with directed/reverse message passing that outperforms Mixture-of-Agents using fewer agents. [code]
-
Latent Agents: A Post-Training Procedure for Internalized Multi-Agent Debate (Yi et al., arXiv 2026) - Distills multi-agent debate into a single model via two-stage fine-tuning, cutting tokens up to 93% while preserving steerable perspectives. [code]
-
Uno-Orchestra: Parsimonious Agent Routing via Selective Delegation (Cui et al., arXiv 2026) - Unified RL policy jointly deciding decomposition depth and worker delegation, beating workflow baselines at 10x lower cost.
-
Competition and Cooperation of LLM Agents in Games (Yao et al., arXiv 2026) - Finds LLM agents cooperate rather than reach Nash equilibria in resource-allocation and Cournot games, driven by fairness-based reasoning.
-
Multi-Agent LLMs Fail to Explore Each Other (Choi et al., arXiv 2026) - Frames peer exploration as a partially observable stochastic game and finds current agents myopic and polarized when probing each other; the fix, MACE, uses structured peer selection, and the paper proves the value of exploration rises with agent diversity. [code]
-
Who Broke the System? Failure Localization in LLM-Based Multi-Agent Systems (Xia et al., arXiv 2026) - Localizes which agent broke a multi-agent run, a prerequisite for debugging that aggregate success rates hide.
-
When is Routing Meaningful? Diversity and Robustness in Language Model Societies (Huot et al., arXiv 2026) - Asks when routing across a society of models is meaningful, and when diversity buys robustness rather than noise.
-
What LLM Agents Say When No One Is Watching: Social Structure and Latent Objective Emergence in Multi-Agent Debates (Ghaffarizadeh et al., arXiv 2026) - Observes what agents say with no audience, surfacing latent objectives and social structure that task metrics miss.
-
Decision Protocols in Multi-Agent Large Language Model Conversations (Kaesberg et al., arXiv 2026) - Compares decision protocols in multi-agent conversations, treating the voting or consensus rule as a design variable.
-
The Long-Horizon Task Mirage? Diagnosing Where and Why Agentic Systems Break (Wang et al., arXiv 2026) - Diagnoses where and why agentic systems break on long-horizon tasks, arguing much apparent long-horizon competence is a mirage.
-
GoAgent: Group-of-Agents Communication Topology Generation for LLM-based Multi-Agent Systems (Chen et al., arXiv 2026) - Generates the communication topology of a multi-agent system as a group-of-agents graph rather than fixing it by hand.
-
Reinforcement Learning for LLM-based Multi-Agent Systems through Orchestration Traces (Zhang et al., arXiv 2026) - Trains a multi-agent system end to end from orchestration traces with reinforcement learning.
-
Learning Latency-Aware Orchestration for Multi-Agent Systems (Shi et al., arXiv 2026) - Targets the critical execution path rather than total cost, learning latency-aware execution graphs during training and pruning redundant agent interactions at run time, for over 50% lower end-to-end latency at competitive accuracy.
-
ProACT: Towards Breakdown-Aware Proactive Agent in Multi-User Collaboration (Yang et al., arXiv 2026) - Proposes ProACT, a framework that lets conversational agents observe speaker-attributed multi-user dialogue, detect whether the current turn contains a collaboration breakdown warranting intervention.
-
MAS-Orchestra: Understanding and Improving Multi-Agent Reasoning Through Holistic Orchestration and Controlled Benchmarks (Ke et al., arXiv 2026) - Formulates LLM multi-agent coordination as a reinforcement learning problem that generates an entire multi-agent system at once (holistic orchestration) and introduces MASBENCH, a controlled benchmark with five task dimensions.
-
Security Threat Modeling for Emerging AI-Agent Protocols: A Comparative Analysis of MCP, A2A, Agora, and ANP (Anbiaee et al., arXiv 2026) - Applies threat modeling to four AI-agent communication protocols (MCP, A2A, Agora, ANP), introducing a qualitative risk framework that identifies twelve protocol-level risks across creation, operation.
-
WebWeaver: Breaking Topology Confidentiality in LLM Multi-Agent Systems with Stealthy Context-Based Inference (Xiong et al., arXiv 2026) - Proposes WebWeaver, an attack framework that infers the communication topology of LLM multi-agent systems by compromising a single agent and reasoning solely from agent contexts rather than agent IDs.
-
Towards Self-Improving Error Diagnosis in Multi-Agent Systems (Li et al., arXiv 2026) - Introduces ErrorProbe, a self-improving framework for failure attribution in LLM multi-agent systems that uses backward tracing and a Strategist/Investigator/Arbiter team with verified episodic memory to localize the responsible.
-
OrchBench: Evaluating Multi-Agent Orchestration Plans in Isolation via Deterministic Simulation (Ren et al., arXiv 2026) - Scores orchestration plans by simulation instead of running the workers, tracking real execution quality at r=0.816 on 1.3% of the tokens; preserving task-critical information beats adding agents.
-
Two Calls Beat Five Agents: Evaluating Multi-Agent Pipelines Against Self-Refinement for Local Language Models (Prajapati et al., arXiv 2026) - Two-call self-refinement beats a five-role pipeline on a local 7B model (86.2% vs 82.0% on GSM8K, with 7.4x lower token usage), and switching JSON to plaintext matters more than architecture.
-
Do Latent Channels Actually Communicate? A Causal Audit of Latent Multi-Agent LLM (Zhang et al., arXiv 2026) - Replaces latent messages across examples to show aggregate accuracy hides the mechanism: a -1.00 point GSM8K effect splits into -6.17 from an unrelated message and +5.17 from example-specific content.
-
When Does Latent Communication Pay? A Causal Audit of Relayed KV Caches in Multi-Agent LLMs (Cheng et al., arXiv 2026) - Audits the claim that relaying KV caches between agents transfers latent thoughts, by swapping in deranged, zeroed and moment-matched caches: where the receiver needs the sender's private information the effect is real, and where it does not, the reported gain is statistically equivalent to nothing.
-
Everyone Conforms, No One Believes: Pluralistic Ignorance in LLM Agent Populations (YS, arXiv 2026) - Finds that agent populations reproduce pluralistic ignorance, conforming publicly 64 to 94% of the time while privately rejecting the norm, and that a single public dissenter breaks the false consensus less than 26% of the time for seven of eight models.
Corresponds to Β§8 (Agents in Interactive Environments).
Show 50 papers
-
Do As I Can, Not As I Say: Grounding Language in Robotic Affordances (al., CoRL 2022) - Foundational demonstration of LLM-as-planner grounded by real-world affordances for embodied robotic agents. [code]
-
Inner Monologue: Embodied Reasoning through Planning with Language Models (al., CoRL 2022) - Established the closed-loop, feedback-grounded planning pattern underlying subsequent embodied/GUI agent architectures.
-
ALFWorld: Aligning Text and Embodied Environments for Interactive Learning (Shridhar et al., ICLR 2021) - Widely used benchmark for evaluating LLM-based embodied/household agents (ReAct, Reflexion), bridging text reasoning and embodied execution. [code]
-
RT-1: Robotics Transformer for Real-World Control at Scale (al., RSS 2023) - Foundational large-scale robot-transformer model establishing the recipe later extended by RT-2 and OpenVLA. [code]
-
PaLM-E: An Embodied Multimodal Language Model (al., ICML 2023) - Seminal embodied multimodal LLM showing internet-scale vision-language pretraining transfers to embodied robotic reasoning, inspiring RT-2 and VLA models.
-
RT-2: Vision-Language-Action Models Transfer Web Knowledge to Robotic Control (al., CoRL 2023) - Established the vision-language-action (VLA) modeling paradigm central to embodied/robotics agent research.
-
OpenVLA: An Open-Source Vision-Language-Action Model (al., CoRL 2024) - Open-source counterpart to closed VLA models, democratizing research on LLM-driven robotic control. [code]
-
WebShop: Towards Scalable Real-World Web Interaction with Grounded Language Agents (Yao et al., NeurIPS 2022) - Foundational, widely-used benchmark for grounded language web agents, predating and motivating later LLM-based web-navigation research. [code]
-
Mind2Web: Towards a Generalist Agent for the Web (Deng et al., NeurIPS 2023) - First benchmark and LLM-based agent explicitly designed for generalist web navigation on real websites; standard reference cited by subsequent web/GUI agent papers. [code]
-
GPT-4V(ision) is a Generalist Web Agent, if Grounded (Zheng et al., ICML 2024) - First systematic demonstration that multimodal LLMs can act as generalist visual web agents, catalyzing the shift to vision-grounded web/GUI agents. [code]
-
WebVoyager: Building an End-to-End Web Agent with Large Multimodal Models (He et al., ACL 2024) - Key demonstration and benchmark for real-world, multimodal browser agents widely used to evaluate subsequent web-agent systems. [code]
-
CogAgent: A Visual Language Model for GUI Agents (Hong et al., arXiv 2023) - One of the first large VLMs purpose-built for screenshot-only GUI grounding, establishing the high-resolution visual GUI agent architecture line. [code]
-
SeeClick: Harnessing GUI Grounding for Advanced Visual GUI Agents (Cheng et al., ACL 2024) - Established GUI grounding as a core sub-problem for visual GUI agents and introduced ScreenSpot, a standard grounding benchmark. [code]
-
Mobile-Agent: Autonomous Multi-Modal Mobile Device Agent with Visual Perception (Wang et al., arXiv 2024) - Representative vision-centric mobile GUI agent design demonstrating cross-app, metadata-free operation. [code]
-
OSWorld: Benchmarking Multimodal Agents for Open-Ended Tasks in Real Computer Environments (Xie et al., NeurIPS 2024) - Standard benchmark for evaluating 'computer-use' agents, used to evaluate essentially every major computer-use agent since 2024. [code]
-
AndroidWorld: A Dynamic Benchmarking Environment for Autonomous Agents (al., ICLR 2025) - Dominant reproducible benchmark for mobile GUI agents enabling dynamic task variation. [code]
-
UI-TARS: Pioneering Automated GUI Interaction with Native Agents (al., arXiv 2025) - State-of-the-art open 'native' GUI/computer-use agent model showing the field's shift toward end-to-end trained GUI action models. [code]
-
GUI Agents: A Survey (al., ACL 2025) - Direct, up-to-date survey specifically on GUI agents for structuring the GUI/computer-use agent sub-area and taxonomy.
-
Large Language Model-Brained GUI Agents: A Survey (Zhang et al., arXiv 2024) - Complementary GUI-agent-specific survey valuable for comprehensive coverage of the LLM-driven GUI agent literature. [code]
-
A Survey of WebAgents: Towards Next-Generation AI Agents for Web Automation with Large Foundation Models (Ning et al., KDD 2025) - Dedicated survey for the web-agent sub-area, giving a ready-made taxonomy and trustworthiness discussion specific to browser/web automation agents.
-
UI-TARS-2 Technical Report: Advancing GUI Agent with Multi-Turn Reinforcement Learning (Wang et al., arXiv 2025) - Successor to UI-TARS; multi-turn RL for end-to-end GUI control.
-
Ο0: A Vision-Language-Action Flow Model for General Robot Control (Black et al., arXiv 2024) - Flow-matching action expert on a pretrained VLM, controlling many robot embodiments. [code]
-
Tongyi DeepResearch Technical Report (Tongyi DeepResearch Team, arXiv 2025) - Open end-to-end deep-research agent model for long-horizon web research and synthesis. [code]
-
Mobile-Agent-v3.5: Multi-platform Fundamental GUI Agents (Xu et al., arXiv 2026) - GUI-Owl-1.5 native multi-platform (mobile/desktop/browser) agent family with a data flywheel and MRPO RL, SOTA on 20+ GUI benchmarks. [code]
-
EvoCUA: Evolving Computer Use Agents via Learning from Scalable Synthetic Experience (Xue et al., arXiv 2026) - Self-evolving computer-use agent fusing synthetic-task generation with online sandbox policy optimization, reaching 56.7% on OSWorld.
-
CUA-Suite: Massive Human-annotated Video Demonstrations for Computer-Use Agents (Jian et al., arXiv 2026) - Releases VideoCUA, the UI-Vision benchmark, and GroundCUA (56K screenshots, 3.6M UI annotations) for computer-use agents. [code]
-
Long-Horizon-Terminal-Bench: Testing the Limits of Agents on Long-Horizon Terminal Tasks with Dense Reward-Based Grading (Li et al., arXiv 2026) - Terminal benchmark built for long-horizon tasks, where agents fail from state tracking rather than single-step incompetence. [code]
-
WebRetriever: A Large-Scale Comprehensive Benchmark for Efficient Web Agent Evaluation (Dong et al., arXiv 2026) - Large-scale web-agent benchmark designed for efficient evaluation rather than a handful of hand-built sites. [code]
-
CLI-Anything: Towards Agent-Native Computer Use (Yang et al., arXiv 2026) - Argues computer use should be agent-native through the CLI instead of pixel-level screen imitation. [code]
-
PhoneBuddy: Training Open Models for Agentic Phone Use (Tang et al., arXiv 2026) - Trains open models for agentic phone use, a setting dominated by closed systems. [code]
-
Designing Agent-Ready Websites for AI Web Agents: A Framework for Machine Readability, Actionability, and Decision Reliability (Elnaffar et al., arXiv 2026) - Turns the problem around and asks how websites should be built to be machine-readable and actionable for agents.
-
TerminalWorld: Benchmarking Agents on Real-World Terminal Tasks (Chu et al., arXiv 2026) - Benchmarks agents on real-world terminal tasks, where long-horizon state tracking dominates single-step skill. [code]
-
WebNavigator: Global Web Navigation via Interaction Graph Retrieval (Zhang et al., arXiv 2026) - Web navigation through retrieval over an interaction graph, giving the agent global structure instead of local page views. [code]
-
MobileGym: A Verifiable and Highly Parallel Simulation Platform for Mobile GUI Agent Research (Wu et al., arXiv 2026) - Verifiable, highly parallel simulation platform for training and evaluating mobile GUI agents.
-
ABot-AgentOS: A General Robotic Agent OS with Lifelong Multi-modal Memory (Tian et al., arXiv 2026) - Proposes an agent operating system for embodied robots that unifies planning, skill execution, and a Universal Multi-modal Graph Memory integrating visual, spatial, and temporal information. [code]
-
EvoPolicyGym: Evaluating Autonomous Policy Evolution in Interactive Environments (Zhilin Wang et al., arXiv 2026) - Introduces Autonomous Policy Evolution as an evaluation setting and the EvoPolicyGym benchmark, in which agent-models iteratively modify executable policy code across 16 compact interactive reinforcement learning environments. [code]
-
ChainSWE: Benchmarking Coding Agents on Multi-Bug Software Maintenance (Jin et al., arXiv 2026) - Introduces ChainSWE, a benchmark of 304 chronologically chained issues across 54 Python projects that evaluates coding agents on sequential, dependent bug fixes rather than isolated defects.
-
VisCritic: Visual State Comparison as Process Reward for GUI Agents (Qian et al., arXiv 2026) - Proposes VisCritic, a visual process reward framework that verifies GUI agent actions by comparing pre- and post-action screenshots in visual feature space via a Siamese vision transformer and an action-aware critic head.
-
ASPIRE: Agentic /Skills Discovery for Robotics (Lu et al., arXiv 2026) - Proposes ASPIRE, a continual learning system in which an agent autonomously writes and refines robot control programs under a code-as-policy paradigm.
-
GUI vs. CLI: Execution Bottlenecks in Screen-Only and Skill-Mediated Computer-Use Agents (Zhou et al., arXiv 2026) - Using a matched benchmark to compare computer-use agents across GUI and CLI modalities, the paper reports that the strongest GUI agent attains a 59.1% full pass rate versus 48.2% for the strongest original-skill CLI agent.
-
A History-Aware Visually Grounded Critic for Computer Use Agents (Lee et al., arXiv 2026) - Proposes HiViG, a multimodal critic trained on GUI trajectories that compresses a computer-use agent's interaction history into multi-step goals and verifies proposed actions against the current screenshot. [code]
-
ISE: An Execution-Grounded Recipe for Multi-Turn OS-Agent Trajectories (Luo et al., arXiv 2026) - Proposes ISE, a three-stage Intent-Simulate-Execute pipeline that synthesizes multi-turn OS-agent training trajectories by pairing a role-locked user simulator with real tool execution in isolated OS workspaces. [code]
-
Demonstration-Free Robotic Control via LLM Agents (Tsui et al., arXiv 2026) - Introduces FAEA (Frontier Agent as Embodied Agent), applying an unmodified general-purpose LLM agent framework to robotic manipulation without demonstrations or fine-tuning. [code]
-
On Data Engineering for Scaling LLM Terminal Capabilities (Pi et al., arXiv 2026) - Introduces Terminal-Task-Gen, a synthetic task generation pipeline, and studies data strategies (filtering, curriculum) to train Nemotron-Terminal models.
-
Generalization in Online Reinforcement Learning for Mobile Agents (Gu et al., arXiv 2026) - Introduces AndroidWorld-Generalization, a benchmark and GRPO-based online RL training system for GUI mobile agents, reporting zero-shot generalization gains of 26.1% on unseen instances that diminish to 15.7% on unseen templates. [code]
-
WebXSkill: Skill Learning for Autonomous Web Agents (Wang et al., arXiv 2026) - WebXSkill is a skill-learning framework for web agents that combines parameterized action programs with natural language guidance, extracting reusable action patterns from synthetic trajectories and organizing them in a URL-based. [code]
-
Beyond Sequential Interaction: Benchmarking Parallel Execution and Coordination for GUI Agents (Yu et al., arXiv 2026) - First benchmark for parallel GUI agents: splitting long-horizon desktop tasks across concurrent workers on separate machines beats the best serial baseline by 12.9 points at roughly half the steps and tokens. [code]
-
OpenForgeRL: Train Harness-native Agents in Any Environment (Yu et al., arXiv 2026) - Trains agents end-to-end inside the real inference harnesses they are deployed with (Claude Code, Codex, OpenClaw), and finds that some harnesses are substantially harder to learn than others.
-
StateAct: Program State, before Pixels, for Long-Horizon Computer-Use Agents (Yang et al., arXiv 2026) - Grounding computer-use agents in program state rather than screenshots lifts Claude Opus 4.8 from 20.6% to 26.9% on OSWorld 2.0 at about nine times lower cost per task.
-
StepReflect: Structured UI Transition Reflection for Mobile GUI Agents (Guo et al., arXiv 2026) - Treats per-step GUI reflection as structured prediction over explicit transition specifications rather than open-ended multimodal reasoning; an 8B model reaches 82.16% transition accuracy on AndroidWorld, 11.83 points above zero-shot GPT-5.2 on the same input.
Corresponds to Β§10 (Applications).
Show 49 papers
-
AutoCodeRover: Autonomous Program Improvement (Zhang et al., arXiv 2024) - One of the first cost-efficient autonomous program-repair agents grounded in structured code search. [code]
-
Agentless: Demystifying LLM-based Software Engineering Agents (Xia et al., arXiv 2024) - Influential counter-narrative showing simpler non-agentic pipelines can rival complex agents. [code]
-
OpenHands: An Open Platform for AI Software Developers as Generalist Agents (al., ICLR 2025) - The leading open community platform underlying much subsequent applied coding-agent research. [code]
-
Large Language Model-Based Agents for Software Engineering: A Survey (Liu et al., arXiv 2024) - A dedicated sub-topic survey giving the taxonomy needed to situate coding/SWE agent work. [code]
-
Autonomous chemical research with large language models (Boiko et al., Nature 2023) - One of the earliest and most-cited demonstrations of an LLM agent performing autonomous physical-world scientific experimentation. [code]
-
ChemCrow: Augmenting large-language models with chemistry tools (Bran et al., Nature 2023) - A foundational tool-augmented LLM agent paper for chemistry. [code]
-
The AI Scientist: Towards Fully Automated Open-Ended Scientific Discovery (Lu et al., arXiv 2024) - A landmark, widely publicized attempt at fully automating the scientific-paper lifecycle. [code]
-
The AI Scientist-v2: Workshop-Level Automated Scientific Discovery via Agentic Tree Search (Yamada et al., arXiv 2025) - Marks a concrete, verifiable milestone for autonomous scientific discovery agents. [code]
-
Towards an AI co-scientist (Gottweis et al., arXiv 2025) - A major industry (Google) applied-agent system for hypothesis generation in science.
-
AlphaEvolve: A coding agent for scientific and algorithmic discovery (Novikov et al., arXiv 2025) - A landmark demonstration of an LLM agent making a genuine, verifiable new mathematical/algorithmic discovery.
-
Kosmos: An AI Scientist for Autonomous Discovery (Mitchener et al., arXiv 2025) - One of the most capable and rigorously evaluated 'AI scientist' agents to date.
-
ScienceAgentBench: Toward Rigorous Assessment of Language Agents for Data-Driven Scientific Discovery (al., ICLR 2025) - A rigorous, expert-validated benchmark quantifying the gap between current LLM agents and end-to-end scientific-discovery automation. [code]
-
Towards Scientific Intelligence: A Survey of LLM-based Scientific Agents (Ren et al., arXiv 2025) - The dedicated sub-topic survey for grounding the scientific-discovery-agent literature.
-
A Survey of LLM-based Agents in Medicine: How far are we from Baymax? (Wang et al., ACL 2025) - The primary dedicated survey of LLM agents in healthcare.
-
MDAgents: An Adaptive Collaboration of LLMs for Medical Decision-Making (al., NeurIPS 2024) - A widely cited example of adaptive multi-agent orchestration tailored to medical reasoning complexity. [code]
-
Agent Hospital: A Simulacrum of Hospital with Evolvable Medical Agents (Li et al., arXiv 2024) - A distinctive applied-agent paradigm for learning medical expertise via agent-agent simulation.
-
Towards Conversational Diagnostic AI (al., arXiv 2024) - A landmark, rigorously evaluated Google system showing an LLM agent matching or exceeding physicians in simulated diagnostic dialogue.
-
Large Language Model Agent in Financial Trading: A Survey (Ding et al., arXiv 2024) - The dedicated sub-topic survey needed to anchor the finance branch of applied LLM agents.
-
FinMem: A Performance-Enhanced LLM Trading Agent with Layered Memory and Character Design (Yu et al., AAAI 2023) - An early, widely referenced LLM trading agent introducing human-cognition-inspired layered memory design. [code]
-
TradingAgents: Multi-Agents LLM Financial Trading Framework (Xiao et al., arXiv 2024) - A recent, popular multi-role multi-agent finance system widely used as a reference architecture. [code]
-
FinGPT: Open-Source Financial Large Language Models (Yang et al., IJCAI 2023) - One of the most cited open-source financial LLM/agent efforts, providing base-model infrastructure underlying many downstream financial agent systems. [code]
-
SWE-Lancer: Can Frontier LLMs Earn $1 Million from Real-World Freelance Software Engineering? (Miserendino et al., arXiv 2025) - Prices coding-agent competence in real freelance dollars; frontier models leave most of the posted value unearned. [code]
-
AgentClinic: A Multimodal Agent Benchmark to Evaluate AI in Simulated Clinical Environments (Schmidgall et al., arXiv 2024) - Multimodal benchmark of simulated clinical settings for doctor-patient agent interaction.
-
OptimAI: Optimization from Natural Language Using LLM-Powered AI Agents (Thind et al., arXiv 2025) - Turns natural-language optimization problems into executable solver code through a formulator-planner-coder-critic pipeline, with UCB-based plan selection.
-
AutoSci: A Memory-Centric Agentic System for the Full Scientific Research Lifecycle (Qian et al., arXiv 2026) - Memory-centric agentic system automating the full scientific research loop. [code]
-
SWE-Pruner: Self-Adaptive Context Pruning for Coding Agents (Wang et al., arXiv 2026) - Self-adaptive context pruning that keeps coding agents effective under long repository contexts. [code]
-
LiteResearcher: A Scalable Agentic RL Training Framework for Deep Research Agent (Li et al., arXiv 2026) - Scalable agentic-RL training framework for deep-research agents. [code]
-
LawThinker: A Deep Research Legal Agent in Dynamic Environments (Yang et al., arXiv 2026) - Deep-research legal agent operating in dynamic legal environments. [code]
-
Agentic Trading: When LLM Agents Meet Financial Markets (Xia et al., arXiv 2026) - Studies LLM agents acting in financial markets and the trading dynamics they produce.
-
Rethinking Scientific Discovery in the Agentic Era (Zheng et al., arXiv 2026) - Position paper on what changes, and what does not, when scientific discovery is run by agents.
-
Deep Research in Physical Sciences: A Multi-Agent Framework and Comprehensive Benchmark (Jiang et al., arXiv 2026) - Multi-agent deep-research framework and benchmark for the physical sciences. [code]
-
HealthAgentBench: A Unified Benchmark Suite of Realistic Agentic Healthcare Environments for Challenging Frontier AI Agents (Liu et al., arXiv 2026) - Benchmark suite of realistic agentic healthcare environments rather than static clinical question answering. [code]
-
EvoDS: Self-Evolving Autonomous Data Science Agent with Skill Learning and Context Management (Yang et al., arXiv 2026) - Self-evolving data science agent combining skill learning with context management. [code]
-
MetaResearcher: Scaling Deep Research via Self-Reflective Reinforcement Learning in Adversarial Virtual Environments (Yu et al., arXiv 2026) - Trains the deep-research loop with self-reflective reinforcement learning against adversarial conditions.
-
Can Deep Research Agents Retrieve and Organize? Evaluating the Synthesis Gap with Expert Taxonomies (Zhang et al., arXiv 2026) - Evaluates the synthesis gap in deep-research agents: whether they can organize retrieved evidence, not just retrieve it, against expert references. [code]
-
ClinicalAgents: Multi-Agent Orchestration for Clinical Decision Making with Dual-Memory (Ge et al., arXiv 2026) - Multi-agent orchestration for clinical decision making with a dual-memory design. [code]
-
SciResearcher: Scaling Deep Research Agents for Frontier Scientific Reasoning (Zheng et al., arXiv 2026) - Scales deep-research agents toward frontier scientific reasoning tasks.
-
Physics-Audited Agentic Discovery in Scientific Machine Learning (Abueidda et al., arXiv 2026) - Selects agent-discovered surrogate models by machine-checkable physics requirements rather than error alone, catching a case where an error-matched baseline responds to future parts of the loading history and fails a causality check.
-
LLMoxie: Exploring Agentic AI for Scientific Software Development (Setiawan et al., arXiv 2026) - Reports twenty months of experience deploying LLMoxie, an institutional three-tiered agentic AI platform with a LiteLLM/MLflow governance control plane and an open-source Plugin-Agent-Skill ecosystem.
-
Agon: An Autonomous Large-Scale Omnidisciplinary Research System Built on Prompt Economy (Sun et al., arXiv 2026) - A research orchestrator that validates what can be checked inside the workflow and leaves the rest to human scientists; 444 loop iterations across disciplines with no human-written experimental code, and a failure taxonomy separating what the loop can fix from what it cannot. [code]
-
Hybrid-Gym: Training Coding Agents to Generalize Across Tasks (Xie et al., arXiv 2026) - Trains coding agents on synthetic auxiliary tasks such as function localization and dependency search, which transfer to real work: +25.4% on SWE-Bench Verified, +7.9% on SWT-Bench Verified, +5.1% on Commit-0 Lite. [code]
-
Toward Expert Investment Teams: A Multi-Agent LLM System with Fine-Grained Trading Tasks (Miyazaki et al., arXiv 2026) - Proposes a multi-agent LLM framework that decomposes investment analysis into fine-grained trading subtasks, evaluated on Japanese stock data to improve risk-adjusted returns over abstract-instruction baselines.
-
MiroEval: Benchmarking Multimodal Deep Research Agents in Process and Outcome (Ye et al., arXiv 2026) - MiroEval is a benchmark of 100 tasks (70 text-only, 30 multimodal) that evaluates deep research agents along synthesis quality, factuality, and research-process dimensions. [code]
-
HeartAgent: An Autonomous Agent System for Explainable Differential Diagnosis in Cardiology (Zhou et al., arXiv 2026) - HeartAgent is an autonomous multi-agent system that integrates customized tools and curated data resources and orchestrates specialized sub-agents to perform explainable differential diagnosis in cardiology.
-
AutoNumerics: An Autonomous, PDE-Agnostic Multi-Agent Pipeline for Scientific Computing (Du et al., arXiv 2026) - Builds and residual-verifies classical numerical PDE solvers straight from natural-language problem statements, keeping the solver transparent rather than neural. [code]
-
Stress-testing large language model agents in a robotic chemistry laboratory (Guo et al., arXiv 2026) - Runs 4,608 trials on a 45-workstation robotic chemistry lab: only 3.3% of agent workflows were expert-judged executable, the best system reached 28.1%, and feedback never triggered replanning.
-
PatientAgentBench: A Benchmark Framework for Evaluating Patient-Facing Health AI Agents (Vatanparvar et al., arXiv 2026) - Benchmarks patient-facing health agents over 1,200 tool-using conversations; triage separates models most sharply (32% to 88% pass rates), and even the strongest scores only 4.25 of 5 overall. [code]
-
Agentic Evaluation of Copyright Law Compliance (Hui et al., arXiv 2026) - Copyright-Bench puts agents on commercial jobs (websites, merchandise, pitch decks) and finds they pick copyrighted works when public-domain alternatives exist, with open-weight violation rates rising under simulated time pressure.
-
From Social Coding to Agentic Coding: Productivity and Relational Reconfiguration in Open-Source Communities (Zhou et al., arXiv 2026) - Simulates a community of 1,084 real GitHub developers with and without coding agents: completed tasks rise 39.0% and median completion time falls from 45 to 20 minutes, while direct human-to-human interaction drops from 32.4% to 11.6% and the gains concentrate among the already well connected.
Corresponds to Β§9 (Evaluation and Benchmarks).
Show 43 papers
-
GAIA: a benchmark for General AI Assistants (Mialon et al., ICLR 2024) - Reference benchmark for generalist, tool-using agent assistants; underlies popular public leaderboards tracking frontier agent progress.
-
SWE-bench: Can Language Models Resolve Real-World GitHub Issues? (Jimenez et al., ICLR 2024) - De facto standard benchmark for coding/software-engineering agents; spawned the SWE-bench Verified/Lite/Live/Multimodal family. [code]
-
MLAgentBench: Evaluating Language Agents on Machine Learning Experimentation (Huang et al., arXiv 2023) - Seminal benchmark for the 'AI research agent'/'ML engineering agent' evaluation subfield, precursor to MLE-bench, RE-Bench, etc. [code]
-
Ο-bench: A Benchmark for Tool-Agent-User Interaction in Real-World Domains (Yao et al., arXiv 2024) - Pioneered evaluation of agent-user interaction and policy compliance; standard reference for enterprise/customer-service agent evaluation. [code]
-
AgentBoard: An Analytical Evaluation Board of Multi-turn LLM Agents (Ma et al., NeurIPS 2024) - Widely-used unified evaluation toolkit addressing the coarse pass/fail scoring gap, directly relevant to evaluation-methodology framing. [code]
-
SmartPlay: A Benchmark for LLMs as Intelligent Agents (Wu et al., ICLR 2024) - Capability-decomposed evaluation methodology that influenced later fine-grained agent capability benchmarks. [code]
-
TravelPlanner: A Benchmark for Real-World Planning with Language Agents (Xie et al., ICML 2024) - Widely-cited stress test for complex constrained multi-tool planning, illustrating agents' distance from reliable long-horizon planning. [code]
-
InterCode: Standardizing and Benchmarking Interactive Coding with Execution Feedback (Yang et al., NeurIPS 2023) - Established the interactive, execution-feedback evaluation paradigm underlying later coding-agent and terminal-agent benchmarks. [code]
-
GTA: A Benchmark for General Tool Agents (Wang et al., NeurIPS 2024) - Addresses realism gaps (implicit intent, authentic multimodal context) left by earlier synthetic tool-use benchmarks. [code]
-
Survey on Evaluation of LLM-based Agents (Yehudai et al., arXiv 2025) - Directly on-topic survey providing a ready-made taxonomy for a new agent survey's evaluation section.
-
Evaluation and Benchmarking of LLM Agents: A Survey (Mohammadi et al., KDD 2025) - Independently-developed sub-topic survey complementing Yehudai et al., useful for cross-checking taxonomy coverage.
-
ΟΒ²-Bench: Evaluating Conversational Agents in a Dual-Control Environment (Barres et al., arXiv 2025) - Extends Ο-bench to settings where user and agent both act on the environment. [code]
-
Agent-as-a-Judge: Evaluate Agents with Agents (Zhuge et al., arXiv 2024) - Systematizes agentic evaluation of agents; the reference point for judge-circularity concerns. [code]
-
Holistic Agent Leaderboard: The Missing Infrastructure for AI Agent Evaluation (Kapoor et al., arXiv 2025) - Standardized harness that re-evaluates agents at scale with cost reported alongside accuracy.
-
Terminal-Bench: Benchmarking Agents on Hard, Realistic Tasks in Command Line Interfaces (Merrill et al., arXiv 2026) - Hard, realistic command-line tasks; a de facto standard for terminal agents. [code]
-
Can AI Agents Answer Your Data Questions? A Benchmark for Data Agents (DataAgentBench) (Ma et al., arXiv 2026) - Benchmark across heterogeneous database systems; frontier models reach only 38% accuracy on complex data questions. [code]
-
AgencyBench: Benchmarking the Frontiers of Autonomous Agents in 1M-Token Real-World Contexts (Li et al., arXiv 2026) - 32 real-world long-horizon scenarios testing autonomous agents under up to 1M-token contexts. [code]
-
Agent-Diff: Benchmarking LLM Agents on Enterprise API Tasks via Code Execution with State-Diff-Based Evaluation (Pysklo et al., arXiv 2026) - Benchmarks agents on enterprise API tasks via sandboxed code execution with state-diff (not trace-matching) success criteria. [code]
-
When Tools Fail: Benchmarking Dynamic Replanning and Anomaly Recovery in LLM Agents (ToolMaze) (Zhu et al., arXiv 2026) - DAG-based benchmark with a perturbation taxonomy testing agent replanning and recovery when tool calls fail. [code]
-
Agent-ValueBench: A Comprehensive Benchmark for Evaluating Agent Values (Dong et al., arXiv 2026) - First dedicated agent-values benchmark: 394 executable environments and 4,335 value-conflict tasks across 28 value systems.
-
How Many Tasks Are Enough for Agent Benchmark Decisions? A Replay Analysis of Public LLM Agent Benchmarks (Huang et al., arXiv 2026) - Replay analysis asking how many tasks a benchmark actually needs before its ranking is trustworthy. [code]
-
Beyond Static Leaderboards: Predictive Validity for the Evaluation of LLM Agents (Patel et al., arXiv 2026) - Argues agent leaderboards need predictive validity, not just a score, to say anything about deployment.
-
AgentGym2: Benchmarking Large Language Model Agents in De-Idealized Real-World Environments (Xi et al., arXiv 2026) - Benchmarks agents in de-idealized environments, closing the gap between clean benchmark worlds and real ones. [code]
-
Measuring Harness-Induced Belief Divergence in Multi-Step LLM Agents (Yi et al., arXiv 2026) - Measures how much the harness alone shifts an agent's beliefs across steps, isolating a confound in agent evaluation. [code]
-
Rethinking the Evaluation of Harness Evolution for Agents (Wang et al., arXiv 2026) - Rethinks how harness evolution should be evaluated, given that the harness moves the number as much as the model. [code]
-
ReliabilityBench: Evaluating LLM Agent Reliability Under Production-Like Stress Conditions (Gupta et al., arXiv 2026) - Benchmarks agent reliability under production-like stress rather than single clean runs.
-
AgentAtlas: Beyond Outcome Leaderboards for LLM Agents (Mazaheri et al., arXiv 2026) - Moves agent evaluation beyond outcome leaderboards toward per-decision diagnosis of where control breaks.
-
CUBE: A Standard for Unifying Agent Benchmarks (Lacoste et al., arXiv 2026) - Proposes a standard for unifying heterogeneous agent benchmarks under one interface. [code]
-
UniClawBench: A Universal Benchmark for Proactive Agents on Real-World Tasks (Chen et al., arXiv 2026) - Introduces UniClawBench, a capability-driven bilingual benchmark of 400 tasks executed in live Docker environments with step-wise checkpoints, evaluating proactive LLM agents across skill usage, exploration. [code]
-
PolyWorkBench: Benchmarking Multilingual Long-Horizon LLM Agents (Li et al., arXiv 2026) - Introduces PolyWorkBench, a benchmark of 67 tasks spanning commerce, knowledge work, legal analysis, localization, and manufacturing that evaluates LLM agents on multilingual long-horizon workplace workflows via a hybrid.
-
EvoAgentBench: Benchmarking Agent Self-Evolution via Ability Transfer (Gao et al., arXiv 2026) - Introduces a benchmark that evaluates LLM agent self-evolution as procedural-knowledge transfer, extracting trace-grounded "Abilities" from agent executions and organizing them into domain-specific Ability Graphs across web.
-
Act As a Real Researcher: A Suite of Benchmarks Evaluating Frontier LLMs and Agentic Harnesses in Research Lifecycle (Wang et al., arXiv 2026) - Introduces AARRI-Bench, a containerized benchmark suite evaluating whether frontier LLMs and agentic harnesses can perform entry-level research-intern tasks across the research lifecycle. [code]
-
ReplicatorBench: Benchmarking LLM Agents for Replicability in Social and Behavioral Sciences (Nguyen et al., arXiv 2026) - Introduces ReplicatorBench, a benchmark of human-verified replicable and non-replicable claims for evaluating LLM agents on replicating social and behavioral science research across data retrieval, experiment design/execution. [code]
-
Benchmark Test-Time Scaling of General LLM Agents (Li et al., arXiv 2026) - Introduces General AgentBench, a unified benchmark for evaluating general-purpose LLM agents across search, coding, reasoning, and tool-use, and finds that sequential and parallel test-time scaling fail to improve performance due. [code]
-
BenchGuard: Who Guards the Benchmarks? Automated Auditing of LLM Agent Benchmarks (Tu et al., arXiv 2026) - Turns frontier models on the benchmarks themselves, finding 12 author-confirmed issues in ScienceAgentBench including errors that made tasks unsolvable, and matching 83.3% of expert-identified issues on BIXBench at under USD 15 per 50-task audit.
-
Automated Benchmark Auditing for AI Agents and Large Language Models (Wang et al., arXiv 2026) - Introduces Auto Benchmark Audit (ABA), an agentic framework that audited 168 benchmarks across nine domains, found over 25.7% of tasks had critical issues (ambiguous design, execution conflicts, incorrect ground truths).
-
PerspectiveGap: A Benchmark for Multi-Agent Orchestration Prompting (Sun et al., arXiv 2026) - Isolates orchestration prompt writing as its own capability: 110 scenarios over 10 topologies on which 33 models average a 17.2% pass rate. [code]
-
ClawBench: Can AI Agents Complete Everyday Online Tasks? (Zhang et al., arXiv 2026) - Puts browser agents on 153 everyday tasks across 144 live production sites, intercepting the final request so nothing is actually bought or booked; the strongest model tested clears a third of them. [code]
-
Do Agent Benchmarks Measure Capability? Protocol Validity in the Age of Agentic AI (Shao et al., arXiv 2026) - Audits 2,385 traces across 15 agent benchmarks and finds exposures and reward hacking in about two thirds of Frontier Science and AutoLab tasks, inflating scores by 0.45 to 1.00.
-
The Hidden Footprint: Making Storage a First-Class Metric for LLM Agent Evaluation (Yu et al., arXiv 2026) - Agent configurations with identical accuracy differ 15.7x in bytes left on disk, so persistent storage belongs in the report alongside accuracy and reconstructability.
-
OmegaUse-OfficeVal: Benchmarking LLM Agents on Long-Horizon Office-Suite Tasks with Economic Grounding (Zhou et al., arXiv 2026) - Prices 100 long-horizon office tasks by the human labor they replace, averaging 2.32 hours, and finds frontier models far cheaper than workers yet well short of their deliverable quality. [code]
-
AV-AIVAT: 74x Cheaper Agent Evaluation with Certified Anytime-Valid Stopping in Imperfect-Information Games (Li et al., arXiv 2026) - Lets an agent comparison stop as soon as the evidence settles without voiding the stated confidence level, pairing variance reduction with continuously monitored confidence sequences; over 71,439 paired poker hands, raw outcomes need a median 74x as many games.
-
PATH-Bench: Path-Dependent Evaluation of Lifelong Agents (Yang et al., arXiv 2026) - Evaluates lifelong agents on the order of their experience rather than task by task, measuring forward transfer, backward transfer and forgetting, and finds that strong transfer does not imply retention and that later experience can undo earlier gains.
Corresponds to Β§11 (Safety, Security, and Trustworthiness).
Show 53 papers
-
Not what you've signed up for: Compromising Real-World LLM-Integrated Applications with Indirect Prompt Injection (Greshake et al., arXiv 2023) - The founding paper of the indirect prompt injection threat model that underlies almost all later LLM-agent security research. β [code]
-
AgentDojo: A Dynamic Environment to Evaluate Prompt Injection Attacks and Defenses for LLM Agents (Debenedetti et al., NeurIPS 2024) - The most widely used standardized testbed for measuring agent robustness to prompt-injection attacks and defenses. [code]
-
InjecAgent: Benchmarking Indirect Prompt Injections in Tool-Integrated Large Language Model Agents (Zhan et al., ACL 2024) - Standard reference benchmark for quantifying tool-integrated agents' susceptibility to indirect prompt injection. [code]
-
WASP: Benchmarking Web Agent Security Against Prompt Injection Attacks (Evtimov et al., arXiv 2025) - Extends prompt-injection evaluation from single-step tool calls to realistic, multi-step autonomous web-browsing agents. [code]
-
R-Judge: Benchmarking Safety Risk Awareness for LLM Agents (Yuan et al., EMNLP 2024) - Widely cited benchmark for evaluating LLMs' own risk-awareness/judgment capability as a safety-monitoring component for agents. [code]
-
Identifying the Risks of LM Agents with an LM-Emulated Sandbox (Ruan et al., ICLR 2024) - Foundational scalable methodology for red-teaming/risk discovery in tool-using agents without needing real-world tool access. [code]
-
AgentHarm: A Benchmark for Measuring Harmfulness of LLM Agents (Andriushchenko et al., ICLR 2025) - Key benchmark distinguishing agent misuse risk from chatbot jailbreak risk, showing agentic capability compounds harm potential. [code]
-
Evil Geniuses: Delving into the Safety of LLM-based Agents (Tian et al., arXiv 2023) - One of the earliest systematic studies showing multi-agent LLM collaboration amplifies rather than mitigates safety risk. [code]
-
BadAgent: Inserting and Activating Backdoor Attacks in LLM Agents (Wang et al., ACL 2024) - Seminal demonstration that agent backdoors survive downstream safety fine-tuning, motivating agent supply-chain security concerns. [code]
-
AgentPoison: Red-teaming LLM Agents via Poisoning Memory or Knowledge Bases (Chen et al., NeurIPS 2024) - Establishes memory/knowledge-base poisoning as a distinct, training-free attack surface unique to memory-augmented LLM agents. [code]
-
Agent Security Bench (ASB): Formalizing and Benchmarking Attacks and Defenses in LLM-based Agents (Zhang et al., arXiv 2024) - Largest unified taxonomy/benchmark integrating diverse attack and defense classes for LLM agents into one evaluation framework. [code]
-
TrustAgent: Towards Safe and Trustworthy LLM-based Agents (Hua et al., EMNLP 2024) - Influential early defense/mitigation framework proposing constitution-guided planning as a mechanism for agent safety. [code]
-
SafeAgentBench: A Benchmark for Safe Task Planning of Embodied LLM Agents (Yin et al., arXiv 2024) - Extends agent-safety evaluation beyond digital/text domains to physical-world embodied hazards, showing safety failures generalize to robotics. [code]
-
AI Agents That Matter (Kapoor et al., arXiv 2024) - Widely cited critique reshaping how the field evaluates agent capability claims, directly relevant to trustworthy assessment of agent risk/benefit tradeoffs.
-
Sleeper Agents: Training Deceptive LLMs that Persist Through Safety Training (Hubinger et al., arXiv 2024) - Landmark demonstration that current safety-training pipelines can fail to remove hidden deceptive/misaligned behavior, directly informing agent trustworthiness concerns. [code]
-
Frontier Models are Capable of In-context Scheming (Meinke et al., arXiv 2024) - First systematic empirical evidence of in-context scheming capability in frontier autonomous agents, a central concern for autonomy-related alignment risk.
-
Emergent Misalignment: Narrow Finetuning can Produce Broadly Misaligned LLMs (Betley et al., arXiv 2025) - Recent, highly influential finding that narrow, seemingly innocuous fine-tuning of agentic capabilities can produce broad, unpredictable safety failures. [code]
-
AI Deception: A Survey of Examples, Risks, and Potential Solutions (Park et al., arXiv 2023) - Foundational survey establishing AI deception as a distinct, empirically-grounded risk category central to agent trustworthiness and alignment.
-
AI Alignment: A Comprehensive Survey (Ji et al., arXiv 2023) - One of the most comprehensive general alignment surveys, providing the conceptual scaffolding (RICE, forward/backward alignment) that agent-specific safety work builds on. [code]
-
A Survey on Trustworthy LLM Agents: Threats and Countermeasures (Yu et al., arXiv 2025) - The most directly on-topic recent survey for this sub-area, providing a taxonomy spanning nearly all agent-specific safety/security threat classes. [code]
-
A Comprehensive Survey in LLM(-Agent) Full Stack Safety: Data, Training and Deployment (Wang et al., arXiv 2025) - Large-scale lifecycle-wide safety survey situating agent-specific risks within the broader LLM safety pipeline, useful for framing agent risk as one stage of a larger safety stack.
-
A Survey on Autonomy-Induced Security Risks in Large Model-Based Agents (Su et al., arXiv 2025) - Directly frames the core thesis of this sub-topic: that autonomy itself, not just the underlying LLM, is the source of new agent-specific security risks.
-
Discovering Language Model Behaviors with Model-Written Evaluations (Perez et al., arXiv 2022) - Early, seminal empirical evidence connecting RLHF training scale to emergent self-preservation and power-seeking-adjacent expressed preferences, a precursor concern for autonomous agent alignment. [code]
-
Towards Understanding Sycophancy in Language Models (Sharma et al., arXiv 2023) - Key empirical study of sycophancy as a robustness/alignment failure mode with direct implications for agents that must give honest assessments during autonomous decision-making. [code]
-
Design Patterns for Securing LLM Agents against Prompt Injections (Beurer-Kellner et al., arXiv 2025) - Catalogue of architectural patterns that constrain what an agent may do after reading untrusted input.
-
OS-Harm: A Benchmark for Measuring Safety of Computer Use Agents (Kuntz et al., arXiv 2025) - Extends agent-safety measurement to computer-use agents operating real interfaces.
-
The 2025 AI Agent Index: Documenting Technical and Safety Features of Deployed Agentic AI Systems (Staufer et al., FAccT 2026) - Empirical index of 30 deployed agentic systems; documents a capability-vs-safety transparency gap.
-
AgentDoG: A Diagnostic Guardrail Framework for AI Agent Safety and Security (Liu et al., arXiv 2026) - Unified taxonomy of agentic risks powering a diagnostic guardrail that flags root causes of unsafe trajectories instead of binary labels. [code]
-
The Landscape of Prompt Injection Threats in LLM Agents: From Taxonomy to Analysis (Wang et al., arXiv 2026) - Systematizes indirect prompt-injection threats against LLM agents into a taxonomy and analyzes defense coverage gaps.
-
ARGUS: Defending LLM Agents Against Context-Aware Prompt Injection (Weng et al., arXiv 2026) - Builds an influence-provenance graph auditing whether agent decisions rest on trustworthy evidence, cutting attack success to 3.8%.
-
Provably Secure Agent Guardrail (Wu et al., arXiv 2026) - Forces agents to formalize intentions as first-order-logic constraints before acting, reaching zero attack success and zero false positives.
-
AutoRISE: Agent-Driven Strategy Evolution for Red-Teaming Large Language Models (Gautam et al., arXiv 2026) - A coding agent evolves executable attack strategies (not just prompts), improving jailbreak attack success by 17 points across 11 models.
-
When Agents Remember Too Much: Memory Poisoning Attacks on Large Language Model Agents (Torres et al., arXiv 2026) - Memory poisoning attacks on agents: corrupting durable state so the compromise survives the session.
-
Agent Data Injection Attacks are Realistic Threats to AI Agents (Choi et al., arXiv 2026) - Shows data injection into an agent's inputs is a realistic threat, not a contrived laboratory setup.
-
AgentAbstain: Do LLM Agents Know When Not to Act? (Liu et al., arXiv 2026) - Asks whether agents know when not to act, treating abstention as a first-class safety behaviour. [code]
-
Prismata: Confining Cross-Site Prompt Injection in Web Agents (Villa et al., arXiv 2026) - Confines cross-site prompt injection in web agents at the boundary rather than trusting the model to resist it.
-
The Balkanization of Execution-Security Research for AI Coding Agents: Isolation, Access Control, and Time-of-Check-to-Time-of-Use Vulnerabilities (Rashidi et al., arXiv 2026) - Surveys the fragmented execution-security work for coding agents across isolation, access control, and related defences.
-
Supply-Chain Poisoning Attacks Against LLM Coding Agent Skill Ecosystems (Qu et al., arXiv 2026) - Demonstrates supply-chain poisoning attacks against the skill ecosystems that coding agents install from.
-
Overcoming the Retrieval Barrier: Indirect Prompt Injection in the Wild for LLM Systems (Chang et al., arXiv 2026) - Studies indirect prompt injection in the wild, showing the retrieval barrier is weaker than assumed for real LLM systems.
-
PISmith: Reinforcement Learning-based Red Teaming for Prompt Injection Defenses (Yin et al., arXiv 2026) - Reinforcement-learning red teaming that automatically stress-tests prompt-injection defenses. [code]
-
MOSAIC: Knowledge-Guided CLI Command Composition Attack in LLM Coding Agents (Wu et al., arXiv 2026) - Identifies a composition-level attack surface in LLM coding agents whereby individually benign CLI commands form hazardous producer-consumer state relations, and introduces MOSAIC.
-
KidnapRAG: A Black-Box Attack for Hijacking Reasoning in Agentic Retrieval-Augmented Generation Systems (Choi et al., arXiv 2026) - Black-box poisoning of agentic RAG through three role-specific documents, Bait, Chain-Link and Mal-Ins, which attract the first retrieval, induce query reformulation, and supply attacker-controlled evidence, with no access to prompts, traces or parameters. [code]
-
(A)I Sees What You Don't: Exploiting New Attack Surfaces in Third-Party Mobile Agents (Zhang et al., arXiv 2026) - Identifies two previously uncharacterized attack surfaces in VLM-driven third-party mobile agents, the screen perception surface arising from human-machine vision discrepancies and the misused channel surface in the agent.
-
Beware of Agentic Botnets: Scalable Untargeted Promptware Attacks via Universal and Transferable Adversarial HalluSquatting (Spira et al., arXiv 2026) - Introduces adversarial hallucination squatting, in which attackers model the distribution of LLM-hallucinated resource identifiers for trending repositories and skills and preemptively register those names to host adversarial.
-
BackdoorAgent: A Unified Framework for Backdoor Attacks on LLM-based Agents (Feng et al., arXiv 2026) - Presents a stage-aware framework and benchmark that instruments LLM-agent workflows (planning, memory, tool-use) to inject, track, and evaluate backdoor triggers across multi-step trajectories. [code]
-
Defense Against Indirect Prompt Injection via Tool Result Parsing (Yu et al., arXiv 2026) - Proposes a tool-result-parsing defense that extracts and sanitizes tool outputs to reduce the attack success rate of indirect prompt injection on LLM agents while preserving task utility, evaluated on the AgentDojo benchmark. [code]
-
ICON: Indirect Prompt Injection Defense for Agents based on Inference-Time Correction (Wang et al., arXiv 2026) - Proposes an inference-time defense for LLM agents that detects indirect prompt injection via latent-space analysis and neutralizes it through attention manipulation while preserving task utility.
-
An AI Agent Execution Environment to Safeguard User Data (Stanley et al., arXiv 2026) - Introduces GAAP, an AI agent execution environment that uses information flow control to enforce user-specified permissions on how private user data is disclosed, including to the AI model and its provider.
-
Protocol-Level Attacks on Agentic Commerce Platforms: A Cross-Platform Taxonomy, AIP-Bench, and Unified Defense (Louck, arXiv 2026) - Moves agentic-commerce security down a layer: 33 protocol vulnerabilities across three platforms exploit deterministically regardless of the model, and three of them chain into an end-to-end payment hijack.
-
IssueTrojanBench: Benchmarking AI Coding Agents Against Malicious Issue Requests (Singh et al., arXiv 2026) - 66.5% of malicious issue requests slip past every guardrail in deployed Cursor, Claude Code and Codex Desktop, and the refusals that do happen come from the model, not the agent framework.
-
Rethinking MCP Security: A Large-Scale Study of Runtime MCP Servers and Security Scanner Reliability (Chen et al., arXiv 2026) - Collects 64,611 in-the-wild MCP servers, over 37,000 of them runnable, and finds the scanners auditing them cry wolf: fewer than half of sampled alerts survive manual validation.
-
Agent Against Agent: An Agentic System for Automatic Prompt Injection Red Teaming (Wang et al., arXiv 2026) - Builds a transferable prompt-injection strategy library instead of an RL attacker fitted to one target, then reuses it untrained on unseen models: 76.2% attack success against Gemini-2.5-Pro and 86.7% on AgentDojo from roughly ten queries per sample. [code]
-
LoginTrap: Uncovering Task-Agnostic Phishing-Style Indirect Prompt Injection Attacks against LLM-based Web Agents (Guo et al., arXiv 2026) - Shows a web agent can be talked into logging in: page content the attacker controls makes authentication look like a prerequisite for the task and steers the agent to a controlled login page, reaching 86% average end-to-end success without knowing the user's task.
Other useful reading lists in the same space:
- js-lee-AI/awesome-agent-loop-papers: the sibling of this list, going one level down into the agent loop itself: control strategies, trained loops, skills, harnesses, and the evaluation and safety problems the loop creates.
- Hannibal046/Awesome-LLM: the canonical hub of large language model papers, tools, and resources.
- ysymyth/awesome-language-agents: language-agent reading list organized around the CoALA framework.
- WooooDyy/LLM-Agent-Paper-List: survey-backed agent paper list from The Rise and Potential of LLM-Based Agents (Fudan NLP).
- luo-junyu/Awesome-Agent-Papers: taxonomy-driven survey companion on agent construction, collaboration, and evolution.
- e2b-dev/awesome-ai-agents: a large, media-rich directory of open- and closed-source agent products & frameworks (the build side).
- kyrolabs/awesome-agents: curated agent frameworks and libraries, each with a live star badge.
Maintain a related list? Open a PR to add it here; we're happy to cross-link.
The survey is posted on Preprints.org as LLM Agents: A Survey, DOI 10.20944/preprints202608.0265.v1. That versioned record is the one to cite. The same 47-page paper is also in this repository at paper/llm-agents-a-survey.pdf so you can read it without leaving GitHub.
If this list or the survey is useful to you, please cite:
@article{lee2026llmagents,
title = {LLM Agents: A Survey},
author = {Lee, Jungseob},
year = {2026},
month = {August},
journal = {Preprints},
publisher = {Preprints},
doi = {10.20944/preprints202608.0265.v1},
url = {https://doi.org/10.20944/preprints202608.0265.v1}
}GitHub's Cite this repository button reads CITATION.cff and returns the same record in APA or BibTeX.
The companion deep-dive, The Agent Loop: A Survey of Control Strategies, Skills, and Harnesses for LLM Agents, is a separate record: DOI 10.2139/ssrn.7186738. Cite whichever one you actually drew on.
The agent literature is arriving faster than any one person can track, on the order of a thousand new papers a month. I read hard for this list, but I have certainly missed strong papers and methods. If one belongs here (including your own), please help:
- Open a PR adding it to the right section with a verifiable link and a one-line why it matters (and a
[code]link if an implementation exists), or - Open an issue with the link and I'll triage quickly.
Corrections, sharper annotations, and whole new sections are just as welcome. See CONTRIBUTING.md for the entry format.
This list is community-maintained. Thanks to everyone who has suggested, verified, or annotated a paper:
| Contributor | Contributed | |
|---|---|---|
| @reacher-z | ClawBench, a live-web browser-agent benchmark, in Evaluation & Benchmarks (#3) | |
| @jinmang2 | 6 agent-memory systems: MemoryOS, Zep, Nemori, MemOS, G-Memory, ACE (#2) | |
| @WhymustIhaveaname | 3 research-agent and orchestration papers: AutoNumerics, OptimAI, PerspectiveGap (#1); the Agon code link, and the report that led to nine truncated glosses being rewritten (#5) | |
| @js-lee-AI | Maintainer |
Listed by hand rather than generated, so that credit follows the contribution rather than who happened to run git commit. See the contributor graph for commit-level history.
Want your avatar here? See CONTRIBUTING.md: a single well-formatted PR is all it takes.
Released under the MIT License.
- 2026-08-08: Recency pass: +16 papers from August 2026 across all ten sections, every arXiv ID, title and author line pulled from the API and re-checked against the record before it went in, with official repos linked where they exist. 451 to 467.
- 2026-08-08: Nine glosses had been cut off mid-sentence by an earlier backfill, three of them leaving a parenthesis open. All nine rewritten from the papers' own abstracts, and Agon gained the
[code]link that @WhymustIhaveaname supplied in #5. A checker for this now lives inscripts/check_glosses.py. - 2026-08-06: The survey is posted on Preprints.org with DOI
10.20944/preprints202608.0265.v1. The citation block,CITATION.cffand the header link now point at the versioned record instead of the PDF in this repository. - 2026-07-31: Recency pass: +30 papers from July 2026, three per section, every arXiv ID, title and author line re-checked against arxiv.org and official repos linked where they exist. 421 to 451.
- 2026-07-26: ClawBench added to Evaluation & Benchmarks by @reacher-z, who helps maintain it. 420 to 421.
- 2026-07-25: First community contributions: +6 agent-memory systems (MemoryOS, Zep, Nemori, MemOS, G-Memory, ACE) from @jinmang2, and +3 research-agent and orchestration papers (AutoNumerics, OptimAI, PerspectiveGap) from @WhymustIhaveaname. All titles, authors, venues, arXiv IDs and code links re-verified before merge.
- 2026-07-19: Comprehensive 2026 backfill: +78 more verified papers (Jan to July 2026) across all ten sections, every arXiv ID and title checked against arxiv.org and official repos linked where confirmed.
- 2026-07-19: January to May 2026 backfill: +30 papers (three per section), every arXiv ID and title verified against arxiv.org, official repos linked where they exist.
- 2026-07-16: Recency pass: +50 papers from June and July 2026 across all ten sections, every arXiv ID and title verified against arxiv.org, with official repos linked where they exist.
- 2026-07-12: 2026 cohort pass: +42 papers across all ten sections, plus a new 10 to Watch (2026) section with live star counts and live star badges on the related lists. 211 to 253.
- 2026-07-09: Literature-update pass: +27 papers (agentic RL, protocols, deep research, frontier evaluation and safety), 184 to 211.
- 2026-07-08: Initial release. 184 annotated papers, organized by the survey's taxonomy.
