45 related articles
TutorialsDeep dive into LangChain LCEL core concepts: pipe operator internals, RunnableLambda function wrapping, RunnableParallel retrieval, and RunnablePassThrough with complete code examples and RAG practice.

A systematic roadmap from LangChain and LangGraph to multi-agent development, covering RAG, Tool Calling, MCP, and more, helping developers break into AI app development.

A comprehensive guide to LangGraph's core concepts: Graph API vs Functional API, three-layer architecture, and workflow visualization methods for building AI Agents.

Deep dive into LangChain v1.3: compare LangChain, LangGraph, and DeepAgent paradigms, explore RAG pipelines, multi-agent systems, and local LLM deployment for enterprise AI apps.

A systematic breakdown of LangChain's six core modules (Models/Prompts/Chains/Memory/RAG/Agent) and LangGraph's state graph, persistence, and HITL — with production deployment tips.

Learn LangChain 1.3 core concepts including LLM model abstraction, RAG retrieval-augmented generation, and Agent orchestration. Build a Deep Agent with planners, tools, and reflection modules.

Introducing an LLM Gateway in LangChain production brings unified APIs and auto-fallback, but also quality drift, cost spikes, and debug black boxes. This article breaks down the five key engineering concerns and what it takes to earn trust.

Learn how LangChain's Chain and Memory components overcome LLM limitations. Build intelligent AI apps with multi-step workflows and persistent memory.

A complete guide to LangChain 1.3: LLM invocation, Agent tool calling, Harness architecture, LangGraph, RAG, and DeepAgent — build a clear, modern Agent development knowledge base.

A comprehensive guide to LangChain: core concepts, RAG applications, Agent development, version selection (0.3/1.0), and career opportunities for Java/Python developers entering LLM development.

How to find AI courses worth paying for amid the flood of beginner content. A guide to evaluating courses on Agentic workflows, RAG, fine-tuning, and more.

An in-depth explanation of RAG (Retrieval-Augmented Generation) principles, with a hands-on guide to loading PDF, Word, and other document formats in LangChain to build a complete ChatDoc Q&A app.

Limited time but want to learn AI systematically? This guide maps out a practical learning path for working IT pros—from AI application engineering and prompt engineering to RAG and Agents.

Many people learn tons of fragmented content yet remain confused. This article maps out the complete AI Agent knowledge landscape—from LLM and prompt basics, tool calling, and RAG to LangChain and multi-agent collaboration—with a clear learning order.

A systematic AI Agent development learning path covering fundamentals, prompt engineering, tool calling, multi-agent collaboration, and hands-on practice with LangChain, CrewAI, and Dify.

Master LangGraph core concepts: nodes, edges, and routing functions. Learn StateGraph, MemorySaver, and ToolNode through a weather-query Hello World example, and understand how LangGraph relates to LangChain and powers Agent workflows.

LangChain is the leading open-source framework for LLM application development, supporting GPT-4, GLM, and other mainstream models. This article dives into its three core concepts: Components, Chains, and Agents.

Starting from the three limitations of LLMs, this guide systematically explains LangChain's core positioning, environment setup, API key prep, model init, and the message system. Learn init_chat_model and AIMessage/HumanMessage/SystemMessage.

How can experienced Java and backend developers pivot to AI? This deep-dive explains why the Agent direction is the best fit — skills transfer well, market demand is high, and the path from "using frameworks" to "understanding source code" is clear.

A complete AI Agent learning roadmap covering agent principles, prompt engineering, RAG, multi-agent systems, and hands-on projects — from zero to real-world deployment.