Fine-tuning
Fine-tuning is the process of taking a model that has already been trained and training it further on a smaller, more specific dataset so that its default behaviour shifts towards that data.
Last reviewed 15 August 2026 · The HumanFlow team
In plain English
The general model already knows how to write. Fine-tuning teaches it what kind of writing you want without teaching it language from scratch.
It changes the model itself, permanently, rather than changing one conversation.
A worked example
Three ways to make a model answer in your organisation's house style, and what each costs.
Approach Changes the model? Needs examples? Fixes wrong facts? ------------- ------------------ --------------- ------------------ Prompting no a few, inline no Retrieval no no yes, if sourced Fine-tuning yes hundreds-plus no
The last column is the one people get wrong. Fine-tuning is a style and format intervention, not a knowledge fix — it teaches a model how to answer, not what is true.
If a model keeps stating something false, fine-tuning on more examples of the right tone will not correct it. Retrieval, which puts the actual source in front of the model, addresses that; fine-tuning does not.
Prompting reaches most of the practical benefit at none of the cost, which is why most people who think they need fine-tuning do not.
Why it matters for AI detection
It is the mechanism behind most claims that a tool has been "trained on academic writing" or "trained to sound human", and knowing what it can and cannot do makes those claims easier to assess.
Detection vendors fine-tune too. A detector is a classifier trained on examples of human and machine text, and when it is updated for a new generation of models, that update is a retraining — which is why the same document can score differently on the same tool months apart.
It also bounds what any humanizer can honestly promise. A model fine-tuned on varied prose will produce varied prose; it cannot know what a detector it has never seen will do with the result.
Commonly confused with
- Prompting
- Prompting steers a model within one conversation and leaves it unchanged. Fine-tuning alters the model's weights so the change persists for everyone using it.
- Retrieval-augmented generation
- Retrieval supplies facts at the moment of asking. Fine-tuning adjusts behaviour in advance. Confusing them is why so many projects fine-tune a model and are surprised it still gets facts wrong.
Read next
Part of the AI detection glossary.