Book series

The LLM Fine-Tuning Engineering Series

FINE-TUNING AN LLM IS NOT A SINGLE API CALL Most practitioners treat fine-tuning as a black box: upload a dataset, tweak a few hyperparameters, and hope for the best. This series...

All series
Book cover for The LLM Fine-Tuning Engineering Series

3 books

The LLM Fine-Tuning Engineering Series

FINE-TUNING AN LLM IS NOT A SINGLE API CALL Most practitioners treat fine-tuning as a black box: upload a dataset, tweak a few hyperparameters, and hope for the best. This series replaces hope with a structured engineering workflow.

Fine-Tuning Large Language Models by Miles Thornton is a three-volume, framework-agnostic playbook for transforming general-purpose pretrained LLMs into reliable, domain-specific assistants. Each book tackles a critical stage of the lifecycle—from initial specialization to alignment and finally to production-scale infrastructure.

👉 Book 1: From Foundation Models to Domain-Specific AI Master systematic dataset engineering, supervised fine-tuning (SFT), and parameter-efficient methods like LoRA and QLoRA. Learn to evaluate memory, latency, and behavior consistency without abstract math.

This is the engineering discipline behind turning a base model into a task-specific expert. 👉 Book 2: RLHF, DPO, and Preference Optimization SFT teaches a model what to say; alignment teaches it how to behave.

Dive into the full post-SFT alignment stack: reward modeling, PPO stability, DPO, and modern variants like IPO, ORPO, and KTO. Build reproducible pipelines, design human evaluation loops, and debug reward hacking—all with practical intuition, not academic theory.

👉 Book 3: Efficient Training, Inference, and Production Deployment Training isn't just about GPUs—it's about managing bottlenecks....

Books in this series