4215 related articles

Cut through the Agentic AI hype to see the real value of agentic applications. Based on Andrew Ng's course, learn why Evals and error analysis—not framework choice—separate top developers.

A beginner's guide to the LangChain open-source framework: explaining how to use the init_chat_model unified interface, tips for disabling DeepSeek's thinking mode, and core essentials of Agent development.

Deep dive into MCP (Model Context Protocol): core principles, communication mechanisms, and security design. Learn how MCP replaces Function Calling and enables remote agent-tool integration.

A deep dive into AI Agent architecture and enterprise deployment. From LangChain and ReAct design to dynamic tool calling and multi-task recognition — build autonomous enterprise AI assistants.

Andrew Ng and LangChain CEO Harrison Chase present AI Agents in LangGraph, covering five core agent design patterns and LangGraph's graph-based framework for building cyclical agentic workflows.

Andrew Ng and LangChain CEO Harrison Chase's AI Agents in LangGraph course covers five agent design patterns and LangGraph's graph-based framework for building cyclical AI workflows.

A deep dive into Harness Architecture — the next-gen Agent design paradigm. Covers its evolution from prompt engineering and context engineering, multi-agent collaboration, sandbox security, feedback loops, and why it's a must-have for LLM developer interviews.

A deep-dive evaluation of Addy Osmani, Matt Pocock, and Gary Tan's skill libraries, distilling a 5-step Research→Prototype→Plan→Build→Test agent dev loop and why the best skill system is always your own.

AIVenture is an open-source retro dungeon game by Google that teaches Vibe Coding, agentic workflows, and tool calling through playable levels. Built with Angular, Phaser.js, and Gemma.

A detailed four-stage competency model for AI Agent development: from Python/RAG basics (15K) to workflow orchestration (20K), inference optimization (30K), and Agent cluster governance (40K RMB).

Learn LangGraph multi-agent development covering Supervisor and Collaboration architectures, with three hands-on projects: code assistant, prompt assistant, and WebRTC digital human.

AI Agent autonomous programming is evolving from niche experiments to the industry default. This article analyzes the three stages of AI-assisted programming, its impact on developer skills, process restructuring, and key challenges.

A systematic 6-week AI Agent development roadmap covering core architecture, ReAct paradigm, multi-agent collaboration, RAG integration, and deployment for beginners to build production-ready agents.

A practical LangGraph.js guide for frontend engineers covering LangGraph vs LangChain comparison, workflow vs general-purpose agent types, and layered Agent architecture design.

A systematic AI Agent development learning roadmap covering LLM fundamentals, ReAct paradigm, memory & tool calling, and multi-agent collaboration across four stages with project suggestions.

A comprehensive guide to AI Agent development covering core concepts, the Perception-Brain-Action architecture, key differences from chatbots, four essential components, and mainstream framework selection.

Deep dive into four core AI Agent modules: system prompts, tool calling, RAG memory, and ReAct workflow orchestration. Solve hallucinations, loops, and build reliable agents.

A systematic guide to three AI development modes: chat-based, Agent, and AI IDE. Covers model selection, cost comparison, and use cases for beginners.

A systematic three-stage AI Agent development roadmap: from Python basics and LLM fundamentals, through five core capabilities like planning and tool use, to hands-on RAG projects for real-world deployment.

A deep dive into Agent Skills architecture: core concepts, components, and how it works. Clarifies common misconceptions about Skills vs. MCP, and compares Skills with Multi-Agent architecture.