Chapter Zero · Beginner FAQ

What Is Fine-Tuning? How Is It Different from "Feeding It Docs"?

Your boss says "feed the company docs to the AI." A vendor says "we'll fine-tune a custom model for you." They sound like the same thing — the quotes can differ by a few hundred times. This page uses two analogies — "going back to class" and "an open-book exam" — to help you do the math.

One-sentence answer

Fine-tuning sends the AI back to class and drills knowledge into its body. Feeding it docs (also called a knowledge base, or RAG) lets it take an open-book exam — look it up as needed. What most companies actually need is the latter.

Watch a demo · Class vs open-book, side by side

Same goal: get the AI to answer questions about your company. The left path is fine-tuning; the right path is feeding it docs. Hit the button below and see what each path actually involves.

🏫Fine-tuning: send it back to class
Timeline in weeks · cost in the tens of thousands
📚Feeding it docs: open-book exam
Ready the same day · costs far less
In one line: only changing its "personality" needs class. Looking up "knowledge" is enough as an open-book exam.

One key difference: fine-tuning changes the model itself, like drilling knowledge into muscle memory. Feeding it docs doesn't touch the model at all — it just lets the model open a book during the exam. So when the docs update, the open-book side just swaps the book; the class side has to sit through the course again.

Find your match · Which one fits your scenario

The idea is clear — how do you pick on a real task? These four are the most common company scenarios. Click one to see the recommended plan and why.

One table to see both paths
🏫 Fine-tuning (class)📚 Knowledge base (open-book)
Time to workDays to weeksReady the same day
Cost scaleStarts at tens of thousands of yuan, up to hundreds of thousands — plus dedicated staff to babysit itOne to two orders of magnitude cheaper; a regular team can stand it up
Updating knowledgeWhen the docs change, you retrain from scratchSwap a file and it's live
Best forChanging style, voice, or picking up a specialist "feel"Knowledge that changes: policies, prices, document Q&A
So how do you actually choose

Here's a money-saving order: try a prompt first, then attach a knowledge base, and only then consider fine-tuning. A lot of "we must fine-tune" needs are solved by writing a careful prompt. If that's not enough, hang a knowledge base on it and let it take the exam open-book. If you've tried both and it's still a bit short, that's when you spend real money sending it back to class. Side note: when someone at dinner says "we trained a model," most of the time they only did the first two steps. This page helps you hear what they actually did.

One more practical signal: if your need has the word "look up" in it — look up a policy, a price, a document — that's basically a knowledge base job. To see how a knowledge base actually works inside, keep reading What Is This "Knowledge Base" Every Company Is Building.

✅ What this page wants to share with you