AI Architecture

Fine-tuning

Definition

Fine-tuning is the process of continuing the training of a pre-trained AI model on a smaller, task-specific dataset to improve performance on that task. Fine-tuning trades generality for specialization and is one of several adaptation methods (alongside prompting, RAG, and adapters).

Why it matters

The business case for Fine-tuning.

Fine-tuning is expensive and often unnecessary. Most gains from 'fine-tuning' can be captured with better prompting or retrieval. Knowing when to fine-tune and when not to is a major cost lever.