AI From Scratch/Phase 11/Lesson 16/~75 minutes

LangGraph — State Machines for Agents

BuildPython

A ReAct loop written by hand is a while True. A ReAct loop written in LangGraph is a graph you can checkpoint, interrupt, branch, and time-travel through. The agent hasn't changed. The harness around it has.

Loading lesson page...