LyraLearn AI Learning Platform
Exams
← Module 20 Β· Model Customization
🎧 Listen

Choosing a Strategy

Interviewers rarely ask "what is fine-tuning?" β€” they describe a scenario and ask which adaptation technique you'd choose and why. This lesson is the decision framework that answers that question every time.

A decision fork classifying a problem as a knowledge gap routed to RAG or a behavior gap routed to fine-tuning, with a combined hybrid path where both meet.

The core rule: knowledge vs behaviour

Classify the problem first:

The four secondary dimensions

When the core rule leaves two options open, score them on:

Worked example: a credential-requirements assistant

Scenario: citizens ask which documents they need for a professional credential. Requirements change with legislation, and wrong answers have real consequences.

Apply the framework: the gap is knowledge, the data is volatile, and answers must be auditable β€” three independent signals all pointing at RAG. Fine-tuning would freeze last year's requirements into weights with no citations and a retraining bill on every legislative change. If the assistant also had to emit responses in a rigid government letter format, you might add a light fine-tune for that behaviour β€” but the knowledge still comes from retrieval. State the classification, name the dimensions, give the hybrid caveat: that is the complete interview answer.

🧠 Quiz yourself on this lesson →

Ask the AI Tutor

Grounded in the course lessons β€” it cites its sources and says when it doesn't know.