Evaluating

RAG vs fine-tuning for support: the decision that sticks

Fine-tuning changes behaviour. Retrieval supplies facts. Support tickets are almost entirely a facts problem — and the decision rarely needs a second training run.

The Matter Chat team

9 June 2026 · 3 min read

ShareXLinkedIn
A woman holding a fan of coloured cards while a colleague gestures at a row of wooden shapes on the table.

The request lands the same way in almost every evaluation call: can we train the model on our knowledge base? It is a reasonable ask with a misleading verb. Fine-tuning and RAG are both described as “teaching the model your data,” and they do not do the same thing.

The longer comparison lives at RAG vs fine-tuning. This post is the support-shaped version: what sticks after the pricing page changes, the refund window shrinks, and someone asks for a source.

What each one actually changes

Fine-tuning continues training on examples so the model behaves differently — tighter format, different tone, a specialised classification habit. The weights move. Facts that happen to appear in the training set are not a reliable store; they blur, drift, and cannot point at a URL.

RAG leaves the model alone. At question time it retrieves passages from your current content, puts them in context, and asks for an answer constrained to that material. Publish a page, re-index, and the answer can change the same afternoon. The passages become the citation.

Why support is a retrieval problem

  • Policies change faster than training cycles.
  • Customers need to verify claims — citations are not optional for refunds and billing.
  • Most “wrong” answers come from missing or conflicting docs, not from a model that needs more gradient steps.
  • You already have a publishing workflow; retrieval plugs into it.

If your pain is “it doesn’t know our return window,” that is not a fine-tune ticket. It is an index, a crawl, or a page. If your pain is “it sounds like a generic assistant,” start with instructions and persona — fine-tuning is a later tool, not the first.

When fine-tuning is the right tool

Behaviour problems: a rigid output schema for ticket routing, a classification head that must be stable, or a voice that prompt instructions cannot hold under pressure. Those are weight-level habits. They are also rare as the first problem on a marketing-site widget, where the queue is “what’s your shipping cost?” not “emit JSON schema v3.”

You can combine them — fine-tune for behaviour, retrieve for facts — but most teams should earn that complexity. Retrieval alone is enough for grounded support on public content, and it is the only half that produces a checkable source.

A decision test you can run in an afternoon

  1. Change one factual sentence on a staging page (a fee, a window, an hour).
  2. Re-index. Ask the question. If the answer cannot update without a training job, you do not have a facts architecture.
  3. Ask for a citation and open it. If the approach structurally cannot cite, it cannot survive a disputed refund.
  4. Ask something absent from the corpus. Prefer a clear refusal over a fluent blend of training priors.
NeedPreferWhy
Current policy factsRAGUpdates with publish + index
Clickable sourceRAGPassages map to URLs
Stable tone / formatPrompt, then fine-tuneBehaviour, not knowledge
Private account actionsNeither aloneNeeds systems + a human path
Support needs versus mechanism.

What not to buy as a substitute

A vendor demo that “learned your site” in a fine-tune sense may still invent on gaps and cannot show its working. A retrieval system with optional refusal is still only as good as the corpus. Neither replaces writing the page — see hallucination is usually a content problem.

Skip competitor price tables; they rot. Compare the test above on every shortlist candidate, including us. The decision that sticks is the one you can re-run after next quarter’s policy edit.

The shortest version

  • Fine-tuning shapes behaviour; RAG supplies facts at question time.
  • Support tickets are mostly facts — currency and citations decide.
  • Use fine-tuning when prompts cannot hold format or voice, not to “load the PDF.”
  • Prove the choice with a same-day content edit and a citation check.

The Matter Chat team

Written from the support inbox out

ShareXLinkedIn

Keep reading

All posts

Answer honestly. Capture the rest.

Point Matter Chat at your site and see what it can — and can't — answer. It's honest about both.

Start free — chat in your site

No credit card. 2 minute setup.

Every answer cites the source it came from. When there isn't one, it says so — and hands the visitor to you.

Installs on the tools you already run.