Phase 11: LLM Engineering
AI From Scratch/Lesson 16/~75 minutes

LangGraph — State Machines for Agents

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.

BuildPython
Loading lesson page...