arXiv:2606.24937cs.AIcs.CL2026-06

一本教你从零构建自主AI系统的实战手册,覆盖从底层到应用的完整链条。

The Hitchhiker's Guide to Agentic AI: From Foundations to Systems

论文配图:The Hitchhiker's Guide to Agentic AI: From Foundations to Systems
图 1 · 摘自论文原文
  • 按系统层级分层讲解,强调理解全栈架构而非单一技术
  • 涵盖从模型训练到多智能体协作的全流程方法与实现
  • 适合想构建真实世界智能体的工程师与研究者

《Agentic AI 入门指南》是一本面向实践者的全面参考书,系统阐述了从基础原理到生产部署的自主AI系统构建方法。全书围绕核心观点展开:构建优秀智能体需深入理解端到端管道的每一层。首先介绍大语言模型基础:包括Transformer架构、GPU系统、训练与微调(SFT、LoRA、MoE)、模型压缩及推理优化,视为必要根基而非重点。接着构建对齐与推理层:涉及人类反馈强化学习(RLHF)、PPO、DPO及其变体、GRPO、奖励建模,以及针对大模型推理的强化学习方法,如思维链(chain-of-thought)与测试时扩展(test-time scaling)。第二部分聚焦智能体本身:包括智能体训练与轨迹强化学习、检索增强生成(RAG与Agentic RAG)、记忆系统(上下文内、外部、情景式、语义式)、智能体驾驭设计与上下文管理、循环工程(推理时强化学习、生成-验证-重试优化、自适应预算控制),并提出智能体设计模式分类法。多智能体协同深度探讨:包括模型上下文协议(MCP)、智能体技能与工具使用、智能体间通信协议(A2A)、以及集中式、去中心化和层次化等多智能体架构。最后涵盖智能体开发框架、智能体界面设计、智能体任务评估方法与生产部署策略。每章结合理论推导与实现指导,提供代码示例与原始文献引用。

原文摘要 · Abstract (English)

The Hitchhiker's Guide to Agentic AI is a comprehensive practitioner's reference for building autonomous AI systems. The book covers the full stack from first principles to production deployment, organized around a central thesis: building great agentic systems requires understanding every layer of the pipeline, not just one. The book opens with the LLM substrate -- transformer architecture, GPU systems, training and fine-tuning (SFT, LoRA, MoE), model compression, and inference optimization -- treated as essential foundations rather than the primary focus. It then develops the alignment and reasoning layer: reinforcement learning from human feedback (RLHF), PPO, DPO and its variants, GRPO, reward modeling, and RL for large reasoning models including chain-of-thought and test-time scaling. The second half is devoted to agentic AI proper. Topics include agentic training and trajectory-based RL, retrieval-augmented generation (RAG and Agentic RAG), memory systems (in-context, external, episodic, and semantic), agent harness design and context management, loop engineering (inference-time RL, generate-verify-retry optimization, and adaptive budget control), and a taxonomy of agent design patterns. Inter-agent coordination is covered in depth: the Model Context Protocol (MCP), agent skills and tool use, the Agent-to-Agent (A2A) communication protocol, and multi-agent architectures spanning centralized, decentralized, and hierarchical topologies. The book concludes with agent development frameworks, agentic UI design, evaluation methodology for agentic tasks, and production deployment. Each chapter pairs rigorous theoretical foundations with implementation guidance, code examples, and references to the primary literature.

智能体系统强化学习多智能体系统架构

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。