Series
Structured learning paths and technical deep dives.
Read them in order, like chapters in a book.
4 PartsIn Progress
Building an Agent
A comprehensive series on building AI coding agents from scratch, covering everything from basic tool integration to advanced features like agentic search and subagents.
01
Building An Agent
Implementing a coding agent in around 200 lines of Javascript code
13 min read
02
Building a Coding CLI with React Ink
Migrating Our Coding Agent to React Ink
18 min read
03
Building your own AI SDK
Switch between models with your own custom router
32 min read
04
Agentic Search
Models can't do much without the right context, agentic search does just that
13 min read
05
Coming Soon
1 PartsIn Progress
LLMs From Scratch
Working through Stanford's CS336 and documenting what I learn at each step — from tokenization to training.
2 PartsIn Progress
Reinforcement Learning From Scratch
A series on building reinforcement learning agents from scratch, covering everything from basic concepts to advanced techniques.