Eight posts on fine-tuning an LLM, written over the back half of 2025 while I was doing it. This page puts them in the order you’d want to read them, since the blog lists them newest first and you end up landing on deployment before you know what fine-tuning is.

It covers the whole arc: deciding whether you need to fine-tune at all, getting a GPU to cooperate, quantization, the tradeoffs nobody warns you about, evaluating whether the thing actually works, and shipping it. Every post has an audio version, most have a video, and a few have a two-minute clip if you just want the gist.

Start here

1. Building with LLMs: From Chat to Custom AI When to prompt, when to do RAG, and when fine-tuning is actually the right answer. Worth reading before you spend money on a GPU, since sometimes the answer is that you don’t need to fine-tune at all. Video · Audio · Clip

2. What Is LLM Fine-Tuning? What’s actually happening under the hood, explained without the math, and how a general model becomes a domain expert. Video · Audio

Getting set up

3. So You Want to Fine-Tune a Model (and You Finally Got a GPU!) Hardware, environment, and the setup tips I wish someone had handed me before I lost a weekend to them. Audio · Clip

4. How to Run Big Models on Small GPUs All about quantization: how to fit a model that doesn’t fit, and what you give up when you do. Video · Audio · Clip

Tuning it

5. LLM Fine-Tuning & Performance Tug-of-War Every knob you turn costs you something somewhere else, so this maps out the tradeoffs. Video · Audio

6. LLM Fine-Tuning Optimization Part 2: Achieving Stability Part two of the tug-of-war, on getting training runs that don’t fall over. Video · Audio

Shipping it

7. Your Fine-Tuned LLM Model Isn’t Ready Yet How to evaluate it before you let anyone near it. A loss curve that looks nice is not evidence that the thing works. Video · Audio · Clip

8. Opening Night: Launching a Fine-Tuned LLM to Production Turning a checkpoint into a service real people can hit, including what happens when the GPU runs out of memory on New Year’s Eve. Video · Audio

Elsewhere

The full set also lives on the blog series page in publication order, and the videos are on YouTube. LinkedIn is the easiest place to reach me if you’re working through this and something doesn’t land.