Beyond Pipelines: A Survey of the Paradigm Shift toward Model-Native Agentic AI
Jitao Sang, Jinlin Xiao, Jiarun Han, Jilin Chen, Xiaoyi Chen, Shuyu Wei, Yongjie Sun, Yuhang Wang
TL;DR
The paper surveys a paradigm shift in AI from pipeline-based, externally orchestrated agents toward model-native agentic AI in which planning, tool use, and memory are internalized within large language models. It foregrounds reinforcement learning as the engine that enables end-to-end acquisition of agentic capabilities, unifying LLMs, task environments, and learning signals into a single framework. Through a structured review of planning, tool use, and memory, it contrasts traditional pipeline approaches with contemporary model-native methods, highlighting data synthesis and reward design as pivotal levers. The work discusses two key agent applications—Deep Research and GUI Agents—and outlines future directions, including multi-agent collaboration and reflection, with system-vs-model roles evolving toward a scalable AgencyOps ecosystem. Overall, it argues for a coherent progression toward model-native agentic AI that grows intelligence through interaction and experience, rather than merely applying predesigned intelligent behaviors.
Abstract
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.
