Python Day - Apr 8
Talk
confirmed
LLM Agent Patterns — A Python Developer's Vocabulary
Wednesday, April 8, 2026
02:00 PM - 02:25 PM
Deimantas/Diamond (3rd building)
Speaker
AS
Aidis Stukas
Aidis Stukas is a Python Software Foundation Fellow, CTO at EnforceShield, and the organizer of PyCon Lithuania. With a philosophy background and over a decade in Python, he explores machine learning and agent-based modelling from his home base in Kaunas.
Abstract
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.