[ ABORT TO HUD ]
SEQ. 1
SEQ. 2
SEQ. 3

When to Fine-Tune

🎯 Fine-Tuning & Customization 8 min 70 BASE XP

The Customization Decision Framework

Fine-tuning isn't always the right answer. Use this framework to decide:

ApproachWhen to UseCostEffort
Prompt EngineeringModel can do the task with better instructionsFreeLow
Few-Shot ExamplesModel needs examples of desired output formatMore tokensLow
RAGModel needs access to specific knowledgeSearch costsMedium
Fine-TuningModel needs to learn new behavior/style/formatTraining + hostingHigh
DistillationNeed a smaller model that mimics a larger oneTrainingHigh

Fine-Tuning Is Right When:

  • You need consistent output format/style that prompting can't achieve
  • You're processing domain-specific jargon the base model doesn't understand
  • You want to reduce latency/cost by using a smaller fine-tuned model
  • You need the model to follow complex business rules reliably
🚧 Golden Rule: Always try prompt engineering and RAG first. Only fine-tune when those approaches demonstrably fail. Fine-tuning is expensive and creates maintenance burden.
FOUNDRY VERIFICATION
QUERY 1 // 1
What should you always try before fine-tuning a model?
Nothing — fine-tune immediately
Prompt engineering and RAG first
Build a custom model from scratch
Switch to a different cloud provider
Watch: 139x Rust Speedup
When to Fine-Tune | Fine-Tuning & Customization — Azure Foundry Academy