Our survey's paper list on Agentic AI, continuously updated with the latest research.
100
58 commits
updated Oct 28, 2025
This repository contains a curated list of papers referenced in our survey:
Beyond Pipelines: A Survey of the Paradigm Shift toward Model-Native Agentic AI
We will continuously update this list with new, relevant papers.
If you find our survey useful for your research, please consider citing our work:
@misc{sang2025pipelinessurveyparadigmshift,
title={Beyond Pipelines: A Survey of the Paradigm Shift toward Model-Native Agentic AI},
author={Jitao Sang and Jinlin Xiao and Jiarun Han and Jilin Chen and Xiaoyi Chen and Shuyu Wei and Yongjie Sun and Yuhang Wang},
year={2025},
eprint={2510.16720},
archivePrefix={arXiv},
primaryClass={cs.AI},
url={https://arxiv.org/abs/2510.16720},
}
The rapid evolution of agentic AI marks a new phase in artificial intelligence, where Large Language Models (LLMs) no longer merely respond but act, reason, and adapt. This survey traces the paradigm shift in building agentic AI: from Pipeline-based systems, where planning, tool use, and memory are orchestrated by external logic, to the emerging Model-native paradigm, where these capabilities are internalized within the model’s parameters.
We first position Reinforcement Learning (RL) as the algorithmic engine enabling this paradigm shift. By reframing learning from imitating static data to outcome-driven exploration, RL underpins a unified solution of LLM + RL + Task across language, vision and embodied domains. Building on this, the survey systematically reviews how each capability—Planning, Tool use, and Memory—has evolved from externally scripted modules to end-to-end learned behaviors. Furthermore, it examines how this paradigm shift has reshaped major agent applications, specifically the Deep Research agent emphasizing long-horizon reasoning and the GUI agent emphasizing embodied interaction.
We conclude by discussing the continued internalization of agentic capabilities like Multi-agent collaboration and Reflection, alongside the evolving roles of the system and model layers in future agentic AI. Together, these developments outline a coherent trajectory toward model-native agentic AI as an integrated learning and interaction framework, marking the transition from constructing systems that apply intelligence to developing models that grow intelligence through experience.
| Short Name | Paper | Date | Code/Project Link |
|---|---|---|---|
| StreamingLLM | Efficient Streaming Language Models with Attention Sinks | 2023-09 | GitHub |
| MemGPT | MemGPT: Towards LLMs as Operating Systems | 2023-10 | GitHub |
| SelectiveContext | Compressing Context to Enhance Inference Efficiency of Large Language Models | 2023-10 | GitHub |
| LLMLingua | LLMLingua: Compressing Prompts for Accelerated Inference of Large Language Models | 2023-10 | GitHub |
| MapReduce | Langchain | 2022-10 | GitHub |
| GraphRAG | From Local to Global: A Graph RAG Approach to Query-Focused Summarization | 2024-04 | GitHub |
| MemoRAG | MemoRAG: Boosting Long Context Processing with Global Memory-Enhanced Retrieval Augmentation | 2024-09 | GitHub |
| ILM-TR | Enhancing Long Context Performance in LLMs Through Inner Loop Query Mechanism | 2024-10 | - |
| Short Name | Paper | Date | Code/Project Link |
|---|---|---|---|
| MemoChat | MemoChat: Tuning LLMs to Use Memos for Consistent Long-Range Open-Domain Conversation | 2023-08 | - |
| MemInsight | MemInsight: Autonomous Memory Augmentation for LLM Agents | 2025-03 | - |
| HiAgent | HiAgent: Hierarchical Working Memory Management for Solving Long-Horizon Agent Tasks with Large Language Models | 2024-08 | GitHub |
| AWM | Agent Workflow Memory | 2024-10 | GitHub |
| Memary | Memary | 2024-10 | GitHub |
| COLA | COLA: A Multi-agent Framework for Generating Large-Scale UI Automation Datasets on Windows | 2025-03 | - |
| ZEP | Zep: The AI Memory Server | 2025-01 | GitHub |
| Mem0 | Mem0: Building Production-Ready AI Agents with Scalable Long-Term Memory | 2025-04 | GitHub |
Our survey's paper list on Agentic AI, continuously updated with the latest research.
100
58 commits
updated Oct 28, 2025
This repository contains a curated list of papers referenced in our survey:
Beyond Pipelines: A Survey of the Paradigm Shift toward Model-Native Agentic AI
We will continuously update this list with new, relevant papers.
If you find our survey useful for your research, please consider citing our work:
@misc{sang2025pipelinessurveyparadigmshift,
title={Beyond Pipelines: A Survey of the Paradigm Shift toward Model-Native Agentic AI},
author={Jitao Sang and Jinlin Xiao and Jiarun Han and Jilin Chen and Xiaoyi Chen and Shuyu Wei and Yongjie Sun and Yuhang Wang},
year={2025},
eprint={2510.16720},
archivePrefix={arXiv},
primaryClass={cs.AI},
url={https://arxiv.org/abs/2510.16720},
}
The rapid evolution of agentic AI marks a new phase in artificial intelligence, where Large Language Models (LLMs) no longer merely respond but act, reason, and adapt. This survey traces the paradigm shift in building agentic AI: from Pipeline-based systems, where planning, tool use, and memory are orchestrated by external logic, to the emerging Model-native paradigm, where these capabilities are internalized within the model’s parameters.
We first position Reinforcement Learning (RL) as the algorithmic engine enabling this paradigm shift. By reframing learning from imitating static data to outcome-driven exploration, RL underpins a unified solution of LLM + RL + Task across language, vision and embodied domains. Building on this, the survey systematically reviews how each capability—Planning, Tool use, and Memory—has evolved from externally scripted modules to end-to-end learned behaviors. Furthermore, it examines how this paradigm shift has reshaped major agent applications, specifically the Deep Research agent emphasizing long-horizon reasoning and the GUI agent emphasizing embodied interaction.
We conclude by discussing the continued internalization of agentic capabilities like Multi-agent collaboration and Reflection, alongside the evolving roles of the system and model layers in future agentic AI. Together, these developments outline a coherent trajectory toward model-native agentic AI as an integrated learning and interaction framework, marking the transition from constructing systems that apply intelligence to developing models that grow intelligence through experience.
| Short Name | Paper | Date | Code/Project Link |
|---|---|---|---|
| StreamingLLM | Efficient Streaming Language Models with Attention Sinks | 2023-09 | GitHub |
| MemGPT | MemGPT: Towards LLMs as Operating Systems | 2023-10 | GitHub |
| SelectiveContext | Compressing Context to Enhance Inference Efficiency of Large Language Models | 2023-10 | GitHub |
| LLMLingua | LLMLingua: Compressing Prompts for Accelerated Inference of Large Language Models | 2023-10 | GitHub |
| MapReduce | Langchain | 2022-10 | GitHub |
| GraphRAG | From Local to Global: A Graph RAG Approach to Query-Focused Summarization | 2024-04 | GitHub |
| MemoRAG | MemoRAG: Boosting Long Context Processing with Global Memory-Enhanced Retrieval Augmentation | 2024-09 | GitHub |
| ILM-TR | Enhancing Long Context Performance in LLMs Through Inner Loop Query Mechanism | 2024-10 | - |
| Short Name | Paper | Date | Code/Project Link |
|---|---|---|---|
| MemoChat | MemoChat: Tuning LLMs to Use Memos for Consistent Long-Range Open-Domain Conversation | 2023-08 | - |
| MemInsight | MemInsight: Autonomous Memory Augmentation for LLM Agents | 2025-03 | - |
| HiAgent | HiAgent: Hierarchical Working Memory Management for Solving Long-Horizon Agent Tasks with Large Language Models | 2024-08 | GitHub |
| AWM | Agent Workflow Memory | 2024-10 | GitHub |
| Memary | Memary | 2024-10 | GitHub |
| COLA | COLA: A Multi-agent Framework for Generating Large-Scale UI Automation Datasets on Windows | 2025-03 | - |
| ZEP | Zep: The AI Memory Server | 2025-01 | GitHub |
| Mem0 | Mem0: Building Production-Ready AI Agents with Scalable Long-Term Memory | 2025-04 | GitHub |