Reading notes: LLM Customization and Fine-Tuning (Bahree & Tok)

Running notes on Manning's "LLM Customization and Fine-Tuning" (MEAP, Bahree & Tok) — chapter takeaways, questions, and links back into the rest of this notebook.

Tracking notes as I read LLM Customization and Fine-Tuning by Amit Bahree and Weehyong Tok (Manning, MEAP — 5 of 9 chapters available as of 2026-07-14, expected Fall 2026). The book's framing — choosing between prompting, RAG, LoRA/QLoRA, SFT, distillation, and DPO — overlaps directly with this notebook's questions about when a small model is the right call and how to get one there (model-distillation, private-deployment).

Why this book, for this project

Chapter notes

Ch. 1 — Why model adaptation?

Key claims: Author claims specific ROI numbers which I found overly optimistic. No evidence provided. Key points are cost, privacy & data souvereinity, latency, competitative adavatage. -> This is where I need to look deeper and provide evidence. Also note that performacne gains where mentioned but not discussed yet in detail or in charateristic. No evidence provided again. Worth noting that as so often the reasons to customize a LLM are manyfold and / or complex. Which makes things harder to convey, argue for. or make a case.

My hunch here as well is that, LLM domain adption, SLMs are not well understood in practical applications. How to create yes (still active research) but the business case is tricky.

And to be fair the book also discusses prompting and RAG also in the context of LLM customization which are very trusted concepts and are the backbone of many quite useful LLM applications today.

As evidence for the performance gains the cite 2024 study, which is good but I think this study doesn't hold up in 2026 with so much development in between.

The chapter's decision framework for picking a first adaptation technique, for reference:

Decision framework for picking a first adaptation technique — adapted from ch. 1 of LLM Customization and Fine-Tuning(Bahree & Tok). Click to enlarge.

This is quite useful.

GitHub repository (https://github.com/bahree/ModelAdaptationBook)

Ch. 2 — How to do model adaptation

Technical summary:

Ch. 3 — What data do I need for model adaptation?

"Most organizations have data, few have AI ready data."

That sounds great and convincing, something the knot along with. But is it true. What is the gradient in between AI ready data and just data. And is it true?

The chapter frames data readiness as a spectrum rather than a binary — how much labelled data you have on hand determines which adaptation technique is even on the table yet, tying back to the ch.2 diagnostic order (§2, above):

The data-readiness spectrum — adapted from ch. 3 of LLM Customization and Fine-Tuning (Bahree & Tok). Click to enlarge.

Most teams start at level 0–1 (no labelled data, or a handful of human seed examples) and the chapter's advice is to replicate/vary those seeds synthetically before jumping to fine-tuning — worth cross-checking against the synthetic-data question already open for model-distillation.

Ch. 4 —

Ch. 5 —

Open questions

Candidate notes to spin out