

For most companies, the right move is to start with retrieval, not fine-tuning. Build a RAG system, test it against real questions, and only fine-tune when you need consistent behaviour, a strict output format, or want to shrink a large model into a cheaper one through distillation. Fine-tuning solves format and behaviour problems, not knowledge gaps, and it carries real GDPR and data-governance weight once your company’s own data enters the training set. Done.lu’s own project work backs that sequencing.
TL;DR:
- Fine-tuning mainly modifies a model’s default behavior and is suitable for tasks like enforcing a specific tone or formatting, not for updating knowledge.
- Most business use cases benefit more from retrieval-based systems and prompt engineering before considering fine-tuning due to cost and complexity.
- Data preparation for fine-tuning must prioritize security, anonymization, and clear documentation, especially for regulated sectors with GDPR concerns.
- The decision to fine-tune should depend on whether information changes frequently, citations are needed, output format consistency is critical, or query costs are a constraint.
- Maintaining a fine-tuned model requires ongoing monitoring of performance, format accuracy, and prompt retraining or retraining when data drift occurs.
Fine-tuning adjusts a model’s internal weights so it behaves differently by default, no prompt required. RAG supplies knowledge at the moment of the query; fine-tuning bakes a pattern of behaviour into the model itself. That distinction decides which technique solves which problem.
If your issue is “the model doesn’t know our latest pricing,” retrieval fixes it instantly. If your issue is “the model keeps answering in the wrong tone, ignoring our output format, or missing fields in structured extraction,” that’s a behaviour problem, and fine-tuning is the right tool.
Real business cases where fine-tuning earns its cost:
The limitations matter just as much. A fine-tuned model has no built-in way to cite where an answer came from, it will not reliably surface sources the way retrieval does, and its knowledge freezes at training time. For anything where facts change monthly, or where a wrong answer needs to be traceable, fine-tuning alone is the wrong tool.
Four techniques cover almost every business scenario, and they are not interchangeable.
Pro Tip: Start with a few hundred curated input to output examples before committing budget to thousands. If the small set doesn’t move quality metrics, a bigger dataset usually won’t fix the underlying problem either.
Data volume typically runs from a few hundred to a few thousand curated pairs, formatted as input paired with the exact desired output. Timelines depend more on dataset curation than on training itself: expect curation, validation, and at least one retrain cycle to dominate the schedule, not GPU time.
Distilling a frontier model’s outputs into a smaller open model is the pattern that pays off fastest for high-volume use cases, since it keeps quality close to the original while cutting the per-query cost that adds up at scale.
Company data used for training carries legal weight the moment it includes anything personal or confidential. Treat data preparation as a governance exercise first, a machine learning task second.
Regulated sectors, legal, finance, healthcare, commonly need private or EU-only infrastructure rather than a generic public cloud endpoint, precisely because AI adoption introduces new organisational risks that leadership needs to weigh against data exposure. A Data Processing Agreement with any vendor, a documented retention policy, and a check on where the model actually runs are not optional extras here. They’re procurement requirements. Our guide to GDPR-compliant AI walks through the specifics in more depth.
Before committing to a fine-tuning project, run through four questions.
The sequence that works in practice: build a RAG prototype, test it against a real evaluation set, and try fixing failures with better prompts or pipeline changes first. Only fine-tune once retrieval and prompting have been tried and residual behaviour problems remain. Skipping straight to fine-tuning without that step almost always means paying for a solution to the wrong problem.
A fine-tuned model isn’t a one-off deliverable. It needs the same operational discipline as any other production system.
Track these metrics from day one:
Roll out changes with A/B tests and a canary phase before a full switch, with clear rollback conditions defined in advance. Monitoring should include periodic sample audits, drift detection as your business data evolves, and scheduled re-evaluation that triggers a retrain when performance slips.
Pro Tip: Set a confidence threshold that routes uncertain outputs back to retrieval or a human reviewer, rather than letting a fine-tuned model guess. That single guardrail catches most of the embarrassing failures before a customer sees them.

In our experience, every fine-tuning project that succeeds follows roughly the same shape. Audit the data and business need first, prototype with RAG, and only move to a curated training set once retrieval has shown exactly where it falls short.

We’ve seen this with clients in regulated sectors: the audit stage usually surfaces a data sovereignty question before it surfaces a model question. That’s why on-premise or EU-only deployment gets scoped early, not bolted on afterwards. A small pilot fine-tune, measured against agreed KPIs, tells you within weeks whether full deployment is worth the investment.
— Thomas
Done is the practical alternative to hiring a specialist AI team from scratch. Instead of a lengthy build cycle, you get a scoped pilot: an audit, a RAG prototype, and a decision on whether fine-tuning is even worth doing, before you commit to a full training project.

Our services cover the whole path: AI audits, RAG prototyping, curated fine-tuning where the data justifies it, and private or on-premise deployment for teams handling sensitive records. Sales and support teams often see the fastest wins, and partner resources like Sales Label Consulting’s guide to AI workflows show how far automation can go once the underlying model behaves consistently.
Pricing is transparent from the first conversation, with no hidden setup fees. If you want to know whether fine-tuning is worth it for your business specifically, start with our AI consulting services for SME growth and book a short audit before spending on a full build.