LLM Agent Patterns — A Python Developer's Vocabulary

Talk 25 min

Aidis Stukas
Every agent framework (even Claude Code) is built from the same 26 patterns — loops, memory, tools, delegation, self-correction. This talk strips them down to ≤10 lines of Python each, building from a single LLM call to autonomous coding agents. No frameworks, no magic — just the patterns and the code behind them.