Build a coding agent with only 200 lines of python and one dependency (hint: it's Anthropic)
Read about it: https://mattpalmer.io/posts/coding-ag...
Run it: https://github.com/mattppal/claude-codes
Key points:
00:00 - Code fix demo
01:34 - Research demo
02:25 - Architecture
04:12 - Prompting techniques
06:49 - Tool execution
09:17 - Core agent loop
09:46 - Caching
11:15 - Agent handling & flow
15:16 - Next steps