Awesome LLM Research Collections
  • Home
  • Papers
    • Overview
    • Attention
    • LLMs
    • Multimodal LLMs
    • Embeddings
    • SFT
    • Training
    • Reinforcement Learning
    • Agents Application
    • Vision
    • Auto-Prompt
  • Notes
  • Blogs
  • English
  • 中文

Agents Application

Agent systems, tool use, memory, AI research workflows, and reusable skill ecosystems.
中文

Research category

Agent systems, tool use, memory, AI research workflows, and reusable skill ecosystems.

40Papers
92Resource links
2026.08Latest month
Computer Use Tool Use Web Agents Data Agents AI Research Agent Skills Agent Development Agent Evaluation Memory

1 paper

Computer Use

2026.06 Computer Use

Learning from Failure: Inference-Time Self-Improvement for Computer-Use Agents

This paper proposes a failure-driven inference-time self-improvement loop for computer-use agents that turns failed trajectories into LLM-diagnosed strategy and code patches, rather than discarding them. On OSWorld, it upgrades OpenCUA-72B from 42.3% to 48.9% without additional training and only modest inference overhead.

Paper Code

3 papers

Tool Use

2026.05 Tool Use

Is Grep All You Need? How Agent Harnesses Reshape Agentic Search

This paper empirically studies how retrieval strategy, agent harness design, and tool-result delivery interact in agentic search. Across LongMemEval experiments with Chronos and provider CLI harnesses, grep often outperforms vector retrieval, while overall performance remains strongly shaped by the harness and tool-calling style.

Paper
2026.05 Tool Use

Beyond Semantic Similarity: Rethinking Retrieval for Agentic Search via Direct Corpus Interaction

This paper introduces Direct Corpus Interaction (DCI), a retrieval paradigm in which agents search raw corpora with general-purpose terminal tools such as grep, file reads, and lightweight scripts instead of fixed top-k retrievers. DCI requires no embedding model, vector index, or retrieval API, and substantially outperforms sparse, dense, and reranking baselines on IR benchmarks and end-to-end agentic search tasks.

Paper
2025.12 Tool Use

Thinking with Programming Vision: Towards a Unified View for Thinking with Images

This paper identifies brittleness in current multimodal tool-using reasoning under simple image orientation changes and corruptions, and proposes CodeVision, a code-as-tool framework that lets models invoke arbitrary image operations through generated code. It combines SFT and RL with dense process rewards to improve multi-tool reasoning, execution efficiency, and error recovery on thinking-with-images tasks.

Paper Code

1 paper

Web Agents

2025.10 Web Agents

Tongyi DeepResearch Technical Report

Tongyi DeepResearch is a 30.5B-parameter agentic language model with 3.3B parameters activated per token, built for long-horizon information-seeking tasks through agentic mid-training and post-training. A fully automatic data synthesis pipeline and stage-specific environments enable scalable, stable interactions across training stages.

Paper Project Code Hugging Face

2 papers

Data Agents

2026.02 Data Agents

Data Agents: Levels, State of the Art, and Open Problems

Data agents use LLMs and tools to automate data management, preparation, and analysis, but inconsistent definitions obscure capability and accountability boundaries. This tutorial introduces an L0-L5 autonomy taxonomy and lifecycle-driven survey, mapping current systems and outlining a roadmap toward proactive and generative data agents.

Paper Code
2024.12 Data Agents

Clio: Privacy-Preserving Insights into Real-World AI Use

Clio is a privacy-preserving platform that uses AI assistants to extract, cluster, and summarize aggregate patterns from millions of conversations without requiring human reviewers to inspect raw data. Its evaluations and deployment on one million Claude.ai conversations show how large-scale usage analysis can reveal real-world applications and emerging safety risks while protecting user privacy.

Paper Project

6 papers

AI Research

2026.08 AI Research

Agentic Artifact Creation: Systems, Evaluation, Principles, and Opportunities

This survey defines agentic artifact creation as stateful construction in which an AI system materially builds or revises a deliverable, with intermediate observations redirecting later work. It reviews 230 systems and 29 benchmarks across six artifact families, analyzes construction and evaluation challenges, and proposes principles for explicit responsibility, targeted repair, and post-change revalidation.

Paper Project Code
2026.08 AI Research

AutoResearch: Insight In, Hallucination Out

AutoResearch is a two-stage multi-agent system that links research-idea generation with evidence-grounded execution, using cross-model review, experiment decomposition, and independent audits. Across cross-modal retrieval, systems optimization, and benchmark-driven machine learning, it turns candidate ideas into measurable progress while detecting and correcting unreliable experimental results.

Paper Code
2026.08 AI Research

Spark-to-Paper: End-to-End Research Paper Generation as a Composable Skill

Spark-to-Paper implements end-to-end research paper generation as thirteen composable skills inside an existing coding assistant, covering literature retrieval, experiment planning and execution, evidence-guided revision, and editable figure production. It combines deterministic integrity checks with self-critique and bounded recovery from self-refutation loops to keep long-horizon research workflows grounded in measured evidence.

Paper Project Code
2026.05 AI Research

AI for Auto-Research: Roadmap & User Guide

This survey analyzes AI-assisted research across creation, writing, validation, and dissemination, showing where automation is reliable and where autonomy still fails on novelty, experiments, and scientific judgment. It provides a lifecycle taxonomy, benchmark suite, tool inventory, design principles, and practitioner playbook for human-governed AI research workflows.

Paper Project Code
2026.05 AI Research

Crafter: A Multi-Agent Harness for Editable Scientific Figure Generation from Diverse Inputs

This paper proposes Crafter, a multi-agent harness for generating publication-style scientific figures across multiple figure types and input conditions, and CraftEditor for converting raster outputs into editable SVGs. It also introduces CraftBench, a human-annotated benchmark for scientific figure generation, and shows gains over standalone generators and agentic baselines.

Paper Code Hugging Face
2026.03 AI Research

AIRA_2: Overcoming Bottlenecks in AI Research Agents

This paper introduces AIRA_2, an AI research agent architecture that addresses limited experiment throughput, noisy validation-based selection, and static single-turn operators. It combines asynchronous multi-GPU workers, Hidden Consistent Evaluation, and interactive ReAct agents to improve long-horizon research task performance.

Paper

4 papers

Agent Skills

2026.08 Agent Skills

SkillEvo: Self-Renewing Evolution Gradients from Multi-Turn Interaction Feedback

SkillEvo evolves agent skills using multi-turn user simulation to continuously generate feedback that reveals layered interaction failures. An independent governance layer repairs factual degradation and structural bloat, outperforming self-reflection and single-turn-QA-driven evolution across production cloud-service skills.

Paper
2026.05 Agent Skills

SkillsVote: Lifecycle Governance of Agent Skills from Collection, Recommendation to Evolution

SkillsVote addresses noisy and hard-to-govern agent trajectories by treating Agent Skills as reusable experience artifacts with collection, recommendation, attribution, and evolution controls. It profiles large-scale open-source skill corpora, recommends structured skill context before execution, and admits only evidence-gated successful discoveries to improve frozen agents without model updates.

Paper Project Code
2026.04 Agent Skills

From Context to Skills: Can Language Models Learn from Context Skillfully?

Ctx2Skill addresses context learning for long, dense contexts where manual skill annotation is costly and automated skill construction lacks external feedback. It uses a multi-agent self-play loop with Cross-time Replay to autonomously discover, refine, and select reusable natural-language skills that improve solving rates across language models.

Paper Code Hugging Face
2026.03 Agent Skills

SkillReducer: Optimizing LLM Agent Skills for Token Efficiency

This paper presents SkillReducer, a two-stage optimization framework that compresses LLM agent skills (pre-packaged instruction sets) by 48% for descriptions and 39% for body while improving functional quality by 2.8%, reducing token costs and attention dilution in agent contexts.

Paper

11 papers

Agent Development

2026.08 Agent Development

LongHorizon-Harness: Advancing Long-Horizon Agents for Real-World Tasks

LongHorizon-Harness reframes long-horizon execution as explicit task-state management, updating external state only with facts independently verified from the environment. Its Manage-Execute-Audit loop separates planning, fresh-context execution, and read-only verification, improving reliability across computer-use and terminal benchmarks.

Paper
2026.08 Agent Development

OneDayAgent: Towards a Long-Horizon Harness for Autonomous Agents

OneDayAgent turns open-ended long-horizon requests into a managed execution process that combines bounded subtask decomposition, execution memory under context pressure, and global verification with targeted repair across heterogeneous tools. On 104 AgentIF-OneDay tasks, it scores 0.821 with GLM-5.2 and runs across five backend LLMs from three model families without backend-specific tuning.

Paper Code Hugging Face
2026.08 Agent Development

Self-Evolving Coding Agents

This survey defines self-evolving coding agents and organizes the field through an object-centered taxonomy of evolving frameworks, memory, skills, tools, models, and collaboration structures, complemented by when evolution occurs and which software-specific evidence drives it. It also identifies executable feedback, repository context, and coding trajectories as distinctive foundations for evolution while outlining challenges in reliability, safety, cost, maintainability, and generalization.

Paper Code
2026.08 Agent Development

Prime Agent: A Self-Improving RLM Harness

Prime Agent is an open-source harness for long-horizon evaluation and coding workflows that combines a persistent IPython REPL, durable histories and reusable agent assets, and recursively coordinated subagents. It standardizes execution, recovery, verification, and resource accounting while letting models construct their own strategies, substantially improving performance across reasoning, coding, and autonomous-task benchmarks.

Paper Project Code Hugging Face
2026.08 Agent Development

Apodex 1.1: Scaling Agentic Intelligence for Complex Work

Apodex 1.1 develops sustained, verifiable progress on complex real-world tasks through Environment Scaling and Agentic Coordination Scaling, combining executable file, search, and code environments with stateful multi-agent decomposition, asynchronous coordination, and replanning. Its shared execution harness and AgentOS turn trajectories and coordination traces into reliable behavior, while the 35B-parameter Apodex 1.1 Mini provides a locally deployable form of this working capability.

Paper Project Code Hugging Face
2026.07 Agent Development

Harness Handbook: Making Evolving Agent Harnesses Readable,Navigable, and Editable

This paper introduces Harness Handbook, a behavior-centric representation that combines static analysis with LLM-assisted structuring to map distributed agent-harness behaviors to their source code. Its Behavior-Guided Progressive Disclosure method improves behavior localization and edit planning while reducing planner token usage.

Paper Project Code
2026.07 Agent Development

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

This paper introduces LLM-as-a-Verifier, a training-free framework that derives continuous verification scores from scoring-token probability distributions and scales verification through finer score granularity, repeated evaluation, and criteria decomposition. It provides accurate, fine-grained feedback for selecting and tracking agent solutions across coding, robotics, and medicine.

Paper Project Code
2026.07 Agent Development

Towards Long-Horizon Agents: A Survey

This survey formalizes long-horizon agency as a harness-coupled decision process and presents a unified taxonomy spanning externalized harness engineering and internalized model optimization. It organizes the field's evolution, applications, benchmarks, and open problems through six connected perspectives.

Paper Project Code
2026.03 Agent Development

Nurture-First Agent Development: Building Domain-Expert AI Agents Through Conversational Knowledge Crystallization

This paper proposes Nurture-First Development, a paradigm for growing domain-expert agents through structured conversational interaction rather than fixed code-first or prompt-first construction. It formalizes a Knowledge Crystallization Cycle, Three-Layer Cognitive Architecture, Dual-Workspace Pattern, and Spiral Development Model for continuously converting tacit practitioner knowledge into reusable agent assets.

Paper
2026.01 Agent Development

Controlled Self-Evolution for Algorithmic Code Optimization

This paper proposes EvoControl, a controlled self-evolution framework for algorithmic code optimization that balances correctness with exploration across generate-verify-refine cycles. It uses staged self-evolution, genetic-style population search, and evolutionary memory to improve code quality on challenging algorithmic benchmarks.

Paper Code
2025.05 Agent Development

Darwin Godel Machine: Open-Ended Evolution of Self-Improving Agents

Darwin Gödel Machine (DGM) is a self-improving coding-agent system that repeatedly rewrites its own code, evaluates each change on coding benchmarks, and explores an expanding archive of agent variants. It raises performance from 20.0% to 50.0% on SWE-bench and from 14.2% to 30.7% on Polyglot, outperforming ablations without self-improvement or open-ended exploration.

Paper Project Code

5 papers

Agent Evaluation

2026.08 Agent Evaluation

SWE-Bench ProMax: Benchmarking Agents on Large-Scale Multilingual Code Refactoring

SWE-Bench ProMax is an expert-curated benchmark of 170 large-scale code-refactoring tasks drawn from real commits across seven programming languages, with rewritten specifications and manually reviewed tests. Its cross-file tasks average 11.4 modified files and 261.6 changed lines, while the best evaluated frontier model resolves only 41.2%.

Paper Hugging Face
2026.08 Agent Evaluation

HarnessEval-W: Agentifying the Evaluation of Visual Worlds

HarnessEval-W is an agentified pipeline for evaluating world-model rollouts: a parent agent decomposes each case into measurable subproblems, delegates them to tool-equipped specialists, validates their evidence, and produces an auditable evidence tree instead of only a scalar score. Across 330 cases and 18 world models, its judgments closely align with human preferences while providing fine-grained diagnoses.

Paper Project Code
2026.08 Agent Evaluation

LoopArena: Benchmarking Models as Runtime Controllers for Loop Engineering

LoopArena benchmarks how well a Controller model guides a separate, fixed coding-agent Worker through long-running software tasks using structured evidence and loop contracts. Its three evaluation settings range from next-step contract selection to full-task control; the best observed full-task strict success rate is 24.69%, while the lower-cost condensed setting reduces estimated inference cost by 64.4% on average.

Paper Project Code Hugging Face
2026.06 Agent Evaluation

AutoLab: Can Frontier Models Solve Long-Horizon Auto Research and Engineering Tasks?

AutoLab introduces a benchmark for ultra-long-horizon closed-loop optimization across system optimization, puzzles, model development, and CUDA kernels, with 36 expert-curated tasks that require agents to iteratively edit, run, measure, and improve real artifacts under strict budgets. Evaluations of 17 frontier models show that persistence and empirical feedback, rather than initial attempt quality alone, dominate success, motivating more time-aware and iterative autonomous-agent research.

Paper Project Code
2026.06 Agent Evaluation

From Holistic Evaluation to Structured Criteria: Rubrics Across the Evolving LLM Landscape

This survey presents rubrics as explicit, structured criteria that turn holistic quality judgments into verifiable and actionable standards for LLM evaluation and training. It organizes rubric construction, optimization, reliability, and benchmarks, tracing their roles from evaluation through dense process-level feedback to self-improvement.

Paper Code

7 papers

Memory

2026.08 Memory

MemTrapBench: Benchmarking Cognitive Traps in LLM Memory Use

MemTrapBench evaluates memory-induced cognitive traps in which faithful, relevant retrieved memories distort LLM reasoning or beliefs, covering Reasoning Fixation and Belief Distortion. Across memory frameworks, it finds performance below a no-memory baseline and introduces AdaptiveMem, an inference-time prompting method that mitigates these failures while preserving standard memory-benchmark performance.

Paper Code
2026.08 Memory

Agent Memory Distillation: Empowering Small LLM Agents with Hierarchical Teacher Memory

Agent Memory Distillation is a training-free framework that transfers successful teacher-agent experience to 4B-8B student agents through complementary Workflow, Subtask, and Function memories, using proactive injection for planning and reactive retrieval for tool errors. Across four student models, it improves average accuracy over zero-shot by 27.2, 11.2, and 3.4 percentage points on AppWorld, BFCL V3, and ToolSandbox, respectively.

Paper Project Code
2026.07 Memory

ABot-AgentOS: A General Robotic Agent OS with Lifelong Multi-modal Memory

This paper presents ABot-AgentOS, a deliberative runtime layer above robot controllers that coordinates planning, isolated skill execution, verification, edge-cloud collaboration, and persistent multimodal graph memory. It also introduces EmbodiedWorldBench and a leakage-resistant self-evolution loop that turns diagnosed memory failures into gated runtime improvements for long-horizon embodied tasks.

Paper Code
2026.03 Memory

Trajectory-Informed Memory Generation for Self-Improving Agent Systems

This paper presents a framework that extracts actionable learnings from LLM agent execution trajectories and retrieves them as contextual memory for future tasks. It combines trajectory intelligence extraction, decision attribution, contextual learning generation, and adaptive memory retrieval to improve AppWorld task completion, especially on complex scenarios.

Paper
2025.10 Memory

Beyond a Million Tokens: Benchmarking and Enhancing Long-Term Memory in LLMs

This paper introduces BEAM, a benchmark of long, coherent conversations and probing questions for evaluating long-term memory in LLMs, and proposes LIGHT, a memory framework with episodic memory, working memory, and a scratchpad. Together, they expose long-context memory limitations and improve performance on long-horizon conversational reasoning tasks.

Paper
2025.08 Memory

MLP Memory: A Retriever-Pretrained Memory for Large Language Models

This paper introduces MLP Memory, a lightweight parametric module that learns to internalize retrieval patterns by pretraining an MLP to imitate a kNN retriever's behavior, bridging the gap between RAG and fine-tuning approaches.

Paper
2025.07 Memory

MemAgent: Reshaping Long-Context LLM with Multi-Conv RL-based Memory Agent

This paper introduces MemAgent, a multi-conversation RL-based memory agent that addresses the challenge of handling infinitely long documents with linear complexity without performance degradation during extrapolation.

Paper Project
  • View source
  • Report an issue