12 related articles
Self-Study Guide to AI Agent Developme…
A practical self-study roadmap for AI Agent development: covering core skills, common pitfalls, phased learning plans, and interview prep to help developers go from concept collectors to builders.
TutorialsIn-depth comparison of ReAct and CodeAct — two core Agent tool-calling architectures. From paper principles to code implementation, learn the trade-offs between reasoning+action and code execution.
TutorialsDeep dive into Spring AI Alibaba Agent Framework's three-layer architecture: Spring AI foundation, Graph framework, and Agent Framework, with a recommended learning path for Java developers.
TutorialsA detailed guide to MCP (Model Context Protocol) in Claude Code, covering server setup, three scope configurations, context window optimization, CLI alternatives, and Skills best practices.
Deep DivesDeep dive into context engineering as the core of Agent development, covering five context modules, four pain points, and dynamic assembly solutions including compression, hybrid retrieval, multi-Agent architecture, and state machine control.
TutorialsA systematic breakdown of the AI Agent learning roadmap covering core architecture, ReAct/CoT paradigms, multi-agent collaboration, and Prompt optimization across four stages with quality resource recommendations.
TutorialsA systematic AI Agent learning roadmap covering Python setup, Prompt Engineering, RAG, LangChain, multi-Agent collaboration, with enterprise medical consultation system case study and phased learning plan.
Deep DivesA beginner's guide to AI Agents: understand core concepts, the perception-decision-action loop, LLM, tool calling, memory systems, and RAG architecture explained from scratch.
Building an Agent Framework from Scrat…
Learn how to split AI Agent capabilities into four modules—Tool Registry, Message Store, Agent Runtime, and Built-in Tools—and build a reusable, extensible Agent framework using Python decorators.
TutorialsDeep dive into the Three-Layer Pyramid Model for Agent development, covering autonomous agents, collaborative multi-agent systems, and universal orchestration agents with a complete learning path from beginner to industrial-grade deployment.
Agent Loop Explained: Solving Code Ref…
Deep dive into Agent Loop, the core mechanism of AI coding tools. Learn how the ReAct pattern's reason-act-observe cycle enables autonomous multi-step code refactoring.
TutorialsCompare traditional RAG vs Agentic RAG architectures, explore planning, tool use, and multi-step iteration capabilities, with full LangChain/LangGraph ReAct Agent code and ChatBoss project examples.