ls -la posts/ | head -n 5
total 6
-
2026-02-05
The Skill is the Unit of Reuse
llm
ai-engineering
agents
In the last post I talked about A2A, MCP, and where multi-agent systems break down. I ended with a teaser about the “single agent with skills” pattern being the sweet...
-
2026-01-28
The Agentic Protocol Zoo
llm
ai-engineering
agents
I’ve been building agents at work for the past few months. Not the “wrap an LLM in a while loop and call it an agent” kind, but actual multi-step systems...
-
2026-01-12
Here Be Dragons
meta
ai-engineering
I spent the holidays in France with my family: the usual routine of too much food, bad Wi-Fi, and long walks through the countryside. But this time was different. Normally...
-
2025-12-28
LoRA From the Ground Up: The Math, the Matrices, and the Merge
llm
fine-tuning
In my last post, I walked through SFT, DPO, and RLHF for fine-tuning LLMs. Throughout that entire post, LoRA kept showing up in every code example, every training config, every...
-
2025-12-22
SFT, DPO, RLHF: Picking the Right Fine-Tuning Strategy for Your LLM
llm
fine-tuning
I’ve been spending a lot of time with Llama models at work lately, mostly prototyping, seeing where the edges are, getting a feel for what a mid-size open model can...
-
2025-12-15
Welcome to the AI Terminal
meta
announcement
This blog is a space for going deep on AI/ML: the engineering, the research, and everything in between. If you’re here, you probably care about how things actually work under...