23 related articles

A systematic AI Agent development learning roadmap covering core concepts, ReAct/CoT paradigms, multi-agent collaboration, and hands-on projects across four stages.

A deep dive into the four stages of AI coding tool evolution: from code completion and chat Q&A to Agentic Coding and multi-Agent collaboration, explaining the design logic behind Claude Code, Cursor, and Codex.
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.
Deep DivesDeep dive into MCP (Model Context Protocol): core concepts, role definitions, and complete workflow. Learn how MCP Server, Client, and Host work together to standardize LLM tool calling.
Deep DivesDeep dive into Agent Loop, the core mechanism of AI Agents, based on ReAct architecture. Covers Tool Call ID handling, context management, assistant message feedback, with full Python code and common bug fixes.
Deep DivesDeep dive into MCP's Host-Client-Server three-layer architecture and its Resources, Tools, Prompts primitives. Learn how it transforms AI tool integration from M×N to M+N.
Tech FrontiersDeepSeek V3.2 is officially released and open-sourced with reasoning on par with GPT-5, second only to Gemini 3.0 Pro. First to integrate deep thinking into tool use, with top-tier agent capabilities and an IMO 2025 gold medal.
Deep DivesDeep dive into AI Agent core principles: the Sense-Plan-Act-Observe decision loop, and how Planning, Memory, and Tools components transform LLMs into autonomous digital employees.
Deep DivesDeep dive into NVIDIA Dynamo's multi-turn agentic interaction support, covering streaming token output, structured tool calling, state management, and MoE synergy for production-grade AI agents.
TutorialsComplete guide to building Dify Agents: Function Call tool calling, ESA search configuration, time awareness solutions, and 161 plugin tools for no-code AI agent development.
TutorialsComplete guide to building AI Agents on Dify with zero code, covering tool integration, ESA search configuration, time awareness solutions, and Agent design best practices.
TutorialsComplete guide to building AI Agents on Dify: covers Agent vs. chatbot differences, Exa search tool setup, time-awareness solutions, and functional separation best practices.
TutorialsLearn how to build an AI Agent on Dify with zero code, covering Function Call vs ReAct modes, Exa search tool setup, time-awareness solutions, and Agent best practices.
Tech FrontiersSimon Willison's open-source CLI tool LLM releases v0.32a1, fixing a data integrity issue when restoring tool-calling sessions from SQLite. Learn about the fix, core features, and how to update.
TutorialsSimon Willison shows how putting LLM CLI tools in shebang lines turns plain English text files into executable scripts, from basic usage to tool calls and YAML templates.
Tech FrontiersSimon Willison releases LLM CLI tool v0.32a1, fixing a critical bug where tool-calling conversations failed to restore from SQLite. Details on the fix and installation.
Tech FrontiersSimon Willison releases LLM CLI tool v0.32a1, fixing a critical bug where tool-calling conversations failed to reload from SQLite. Details on the fix and upgrade.
Tech FrontiersSimon Willison releases LLM CLI tool v0.32a1, fixing a critical bug where tool-calling conversations couldn't be properly restored from SQLite database.
Tech FrontiersSimon Willison releases LLM CLI tool 0.32a1 preview, fixing a critical bug where tool-calling conversations failed to restore from SQLite. Learn about the update and installation.
Tech FrontiersLLM 0.32a1 alpha release fixes a critical bug where tool-calling conversations failed to reload correctly from SQLite database storage.