Series
Agentic AI: LangChain and LangGraph
01LangGraph 101: Building Your First Stateful Agent
Learn LangGraph from scratch: StateGraph, typed state, nodes, edges, and your first LLM-agnostic stateful agent.
•21 min read
02Deploying LangGraph Agents: LangServe, Docker, LangGraph Platform, and Production Observability
Deploy LangGraph agents to production: LangServe, Docker, PostgresSaver, LangGraph Platform, and LangSmith observability.
•27 min readMar 28, 2026 - 03
Human-in-the-Loop Workflows with LangGraph: Interrupts, Approvals, and Async Execution
Pause LangGraph agents mid-run for human approval: interrupt(), Command, update_state(), and async resume patterns.
•18 min readMar 28, 2026 - 04
LangGraph Memory and State Persistence: Checkpointers, Threads, and Cross-Session Memory
Give LangGraph agents persistent memory: checkpointers, thread IDs, cross-session memory store, and context overflow strategies.
•18 min readMar 28, 2026 - 05
Multi-Agent Systems in LangGraph: Supervisor Pattern, Handoffs, and Agent Networks
Build multi-agent systems in LangGraph: supervisor routing, worker handoffs, subgraphs, and the Send API for parallel agents.
•27 min readMar 28, 2026 - 06
The ReAct Agent Pattern in LangGraph: Think, Act, Observe, Repeat
Build ReAct agents in LangGraph: prebuilt create_react_agent vs custom StateGraph loop, with a coding assistant example.
•23 min readMar 28, 2026 - 07
Streaming Agent Responses in LangGraph: Tokens, Events, and Real-Time UI Integration
Stream LangGraph agents in real time: astream_events, token-level output, StreamWriter, and FastAPI SSE frontend integration.
•20 min readMar 28, 2026
08LangGraph Tool Calling: ToolNode, Parallel Tools, and Custom Tools
Wire real capabilities into LangGraph agents: @tool decorator, ToolNode, bind_tools, parallel execution, and error handling.
•18 min readMar 28, 2026 - 09
From LangChain to LangGraph: When Agents Need State Machines
LangChain's AgentExecutor handles simple loops — but stateful branching, long-running tasks, and human-in-the-loop require LangGraph's graph model.
•19 min readMar 28, 2026
10LangChain 101: Chains, Prompts, and LLM Integration
Build your first LangChain pipeline: LCEL, ChatPromptTemplate, and LLM-agnostic model swapping from OpenAI to Anthropic to Ollama.
•22 min readMar 28, 2026 - 13
LangChain Tools and Agents: The Classic Agent Loop
Build tool-using agents with LangChain: @tool decorator, AgentExecutor, ReAct reasoning, and when to reach for LangGraph instead.
•22 min readMar 28, 2026

