Sera, Explain This

"Fine-Tuning" vs. "Prompting" vs. "RAG" — Without the Jargon

Three intimidating AI terms, one plain-English breakdown. Sera Voss explains fine-tuning, prompting, and RAG, and which one your business actually needs.

Three intimidating terms, thrown around as if you're supposed to already know them: fine-tuning, prompting, and RAG. They get presented as a choice you have to make, usually by someone selling the most expensive option.

Let me give you the plain-English version, one kitchen analogy each, and then the part almost no one tells you: which one you actually need.

The three, in one sentence each

Prompting is giving the model clear instructions each time you use it. In kitchen terms, it's handing a skilled chef a well-written recipe. The chef already knows how to cook — you're just telling them exactly what you want tonight.

RAG — retrieval-augmented generation — means giving the model access to your specific documents so it can look things up while it answers. It's the chef with your personal recipe binder open on the counter. Same chef, but now they can reference your exact recipes instead of guessing.

Fine-tuning means actually retraining the model on lots of your examples so its default behavior changes. It's sending the chef to a months-long course so they instinctively cook in your house style without being told. Powerful, slow, and expensive.

Three approaches, increasing in cost and effort as you go down the list.

Which one a normal business actually needs

Here's the part that saves money: for most people, most of the time, the answer is prompting. Just prompting.

The overwhelming majority of "we need a custom AI" problems are solved by writing better instructions and, occasionally, by pointing the model at the right documents. You rarely need to retrain anything. The skilled chef with a good recipe — and sometimes your binder on the counter — handles almost every real request a small business has.

RAG becomes worth it when you have a genuine, growing body of your own information — a large knowledge base, a product catalog, a library of past work — that the model needs to reference accurately and often. That's a real use case, and when it fits, it fits well.

Fine-tuning is worth it far less often than it's sold. It makes sense when you need the model to consistently produce a very specific style or format, at high volume, in a way that instructions alone can't reliably achieve. That's a narrow situation. Most businesses reaching for it would get ninety percent of the result from better prompting at a fraction of the cost.

The expensive mistake

The common error is starting at the bottom of the list. Someone hears "custom AI," assumes that means fine-tuning, and commits time and money to retraining a model — when a well-built prompt and a folder of reference documents would have done the job in an afternoon.

It's the equivalent of sending your chef to culinary school because dinner came out slightly wrong once. Write a better recipe first. See if that fixes it. It usually does.

Why the expensive option gets recommended anyway

If prompting is the answer most of the time, you might reasonably ask why fine-tuning gets talked about so much. The answer is mostly about incentives. Fine-tuning is a bigger project — more setup, more data work, more billable hours, a more impressive-sounding deliverable. A consultant who builds you a fine-tuned model has done something that looks substantial and charges accordingly. A consultant who says "actually, you just need three better prompts" has talked themselves out of most of the invoice.

This isn't a conspiracy; it's just how expertise-for-hire tends to lean. The more complex solution is more profitable to sell and more flattering to build, so it gets recommended more often than the problem requires. Your defense is simply to know the ladder — prompting, then RAG, then fine-tuning — and to insist on climbing it in order.

When someone proposes the expensive option first, ask them to show you why the cheaper two won't work. If they can explain, specifically, what prompting and RAG fail to do for your case, that's a real answer worth listening to. If they can't — if the reasoning is vague or leans on "custom" and "advanced" — you've learned what you needed to know about the recommendation.

A worked example: the customer-service question

Let me make this concrete, because the ladder is easiest to see on a real case. Say you run a small shop and you want AI to answer customer questions in your brand's voice, using your actual policies.

The tempting reach is fine-tuning — "train a model on our business." Resist it, and climb the ladder instead. Start with prompting: write clear instructions describing your tone and your key policies, and give it two or three example answers. For a great many shops, that alone handles the bulk of routine questions. It cost you an afternoon.

Still missing things? The gaps are almost always information — the model doesn't know your specific return window, your shipping times, your product details. That's a RAG problem, not a fine-tuning one. Point it at your policy documents and product list so it can look them up. Now it answers accurately from your real information, and you still haven't retrained anything.

Only if, after all that, you needed the answers in a very particular structured format at high volume — thousands a day, identical shape — would fine-tuning even enter the conversation. Most shops never get there. They solve the whole thing on the first two rungs, for a fraction of the cost someone tried to sell them.

A decision rule you can reuse

Keep it this simple. Start with prompting. If the model keeps missing because it doesn't know your specific information, add RAG — give it your documents. Only if it still can't match a very particular style or format, at scale, after all that, should you even consider fine-tuning.

Work down the list, not up. Stop the moment the problem is solved, which for most people is at the very first step.

Most people don't need a fine-tuned model. They need a better prompt, and sometimes the right documents on the counter. That's not a downgrade — it's the cheaper, faster, and usually better answer.

ai-educationfine-tuningragprompting
← All posts