Fine-Tuning
Teaching a general model to reliably behave a specific way — by showing it examples, not by rewriting it from scratch.
Fine-tuning is the process of taking an existing model and continuing to train it on a curated set of examples so it learns to behave better for a specific task, domain, style, or output format. Unlike prompting — which steers model behavior through instructions — fine-tuning changes the model's parameters directly. The result is a model that reliably follows patterns that are difficult to enforce through prompting alone: specialized classification taxonomies, regulated communication styles, or structured output formats that general models handle inconsistently.
Fine-tuning is frequently proposed as the solution to customization problems that retrieval or better prompting would solve more simply. It adds governance overhead — training data curation, evaluation, versioning, retraining cycles — and it doesn't give the model updated knowledge or guarantee factual accuracy. Poor training examples can make a model consistently wrong in a very polished way. Before approving a fine-tuning project, the key question is whether the customization problem is actually a behavior problem (where fine-tuning helps) or a knowledge problem (where retrieval is the right answer).
Read next
Related concepts
Foundation Models
Large, general-purpose AI models trained on vast data — the shared starting point that organizations adapt rather than build from scratch.
Generative AILarge Language Models
The AI models behind most generative tools today — capable of remarkable language tasks, and unreliable about facts they were never trained on.
FoundationsTraining Data
The data a model learned from — which means everything the model knows, gets right, gets wrong, and embeds as bias all traces back here.
Optional map
Concept neighborhood
Focused neighborhood
Fine-Tuning
Teaching a general model to reliably behave a specific way — by showing it examples, not by rewriting it from scratch.
In these paths
Selected concept
Directly related
One step further
via Foundation Models
via Large Language Models
via Training Data
via Model Evaluation