cmenguy@terminal:~$
Posts
Categories
Tutorials
Reading List
About
RSS
Newsletter
~/tutorials
tree tutorials/
Fine-Tuning LLMs
(2 parts)
[Part 1]
SFT, DPO, RLHF: Picking the Right Fine-Tuning Strategy for Your LLM
[Part 2]
LoRA From the Ground Up: The Math, the Matrices, and the Merge
Building AI Agents
(2 parts)
[Part 1]
The Agentic Protocol Zoo
[Part 2]
The Skill is the Unit of Reuse
Transformers From Scratch
(2 parts)
[Part 1]
GPT in 200 Lines of Pure Python: Every Line Explained
[Part 2]
Is Attention Really All You Need?
AI Code Generation
(2 parts)
[Part 1]
Build Your Own Copilot in Pure Python
[Part 2]
NL2Code with Agents: From English to Production Python