Fine-Tuning
Fine-tuning is further training an existing AI model on your own data so it behaves differently, and it is claimed far more often than it is done.
Fine-tuning takes a model that already exists and trains it further on a specific set of examples, so that it behaves differently afterwards. The base model supplies general capability. The extra training adjusts tone, format, or handling of a particular kind of task.
It is a real technique with real uses. It is also one of the most loosely claimed words in AI sales, and it is worth knowing what is usually meant instead.
What is usually happening instead
When a supplier says their system is fine-tuned on your industry, the most common reality is one of these:
Detailed instructions. Someone wrote a careful prompt describing the tone, format and rules. Genuinely effective, and not fine-tuning.
Retrieval. The system looks up relevant documents and includes them in the request before answering. This is how most business AI actually gets specific, and it is not fine-tuning either.
Nothing in particular. The word is decoration.
None of these are dishonest in themselves, and the distinction matters because it changes what you are buying, what it costs, and how easily you could replicate it.
When fine-tuning is genuinely the right answer
It earns its cost in a narrow set of cases: when you need consistent output in an unusual format, when the task involves a specialised vocabulary the base model handles badly, or when you are trying to reduce cost by getting a smaller model to perform a narrow task as well as a large one.
It is the wrong answer when the goal is for the system to know facts about your business. Facts change. A fine-tuned model has to be retrained to learn a new one, whereas a retrieval system just reads the updated document. Teaching a model your current price list by fine-tuning is a way of baking in last quarter's prices.
What it costs and what it needs
The obstacle is rarely the training, which is now inexpensive. It is the examples. Useful fine-tuning typically needs hundreds to thousands of good, consistent, correctly-formatted examples, and producing those is real work that someone has to do carefully.
It also creates a maintenance obligation. A fine-tuned model is a thing you now own and must re-create when the underlying base model is updated or retired.
The question to ask
"Fine-tuned on what data, how much of it, and who produced the examples?"
A supplier who has genuinely done this can answer immediately and usually enjoys the question. A vague answer means the word was doing marketing work rather than technical work.
Further Reading
Related Terms
LLM
A Large Language Model is the AI technology behind ChatGPT — it can understand and generate human-like text.
GlossaryMachine Learning (ML)
Machine learning is software that works out the rules from examples, instead of being given the rules by a programmer.
GlossaryRetrieval-Augmented Generation (RAG)
RAG is how you get an AI to answer using your own documents — it looks things up first, then answers from what it found.
GlossaryPrompt Engineering
Prompt engineering is the craft of writing instructions that get reliable results out of an AI model — closer to briefing a contractor than to writing code.
Have a Question About Fine-Tuning?
We're happy to explain how this applies to your specific business. No jargon, no pressure.