One-sentence answer
In AI, training means changing the model's own parameters, and it costs from hundreds of thousands to over a hundred million yuan. When most people say they "trained a model," they actually wrote a prompt, or attached a knowledge base — that's five minutes versus fifty million.
Let's be clear · What "training" actually means in the field
A large model holds tens of billions to over a trillion parameters. Think of parameters as the neural connections in a brain: every bit of what the model can do lives in those numbers. Training means washing those numbers over and over with massive amounts of data, nudging them into place. It burns electricity, GPUs, and money — about as expensive as putting a child through twenty years of school. It's a heavy-asset project.
When you tell an AI "you're a senior editor, please polish this," or upload a company document, you haven't touched a single parameter. An analogy: the first is raising a college student from scratch; the second is handing an already-trained graduate a sticky note or a handbook. The sticky note is useful — but you don't get to say you "raised a college student."
So next time you hear "I trained a model," your first reaction can be: did they change any parameters? How many? The ladder below sorts every case into four layers.
The four-rung ladder · From five minutes to fifty million
From the bottom up, each rung raises the cost and the barrier exponentially. Click a layer to see its time, cost, and barrier. Nine out of ten dinner-party "I trained a model" stories happen on the bottom two rungs.
L1
Rewrite the prompt
Say it differently so the AI gets you
▶
What you did
Write the AI a brief
Give the model a role, a workflow, and output requirements — e.g. "You're a careful lawyer; list the risks before you answer." Not one parameter moved, but the output quality can be night and day. For nine out of ten everyday needs, this layer is enough.
L2
Attach a knowledge base (RAG)
Give the AI a bookshelf it can flip through
▶
Cost range
Hundreds to tens of thousands of yuan
Barrier
If you can configure it, you're in
What you did
Put the documents within the AI's reach
Organize company docs and product manuals onto a "bookshelf." Before answering, the AI flips through it and answers from the material. Sounds like you "taught it something," but the model itself didn't change — it just has a reference book nearby. Take the book away and it snaps right back.
L3
Fine-tuning
Parameters really moved — but the base is someone else's
▶
Cost range
Thousands to hundreds of thousands of yuan
Barrier
You need data and engineers
What you did
Specialized training on a finished brain
Take a trained open-source model and keep training it on your own thousands to hundreds of thousands of examples — the parameters really get changed. Like giving a college graduate specialized job training. At this layer, saying "I trained a model" barely holds — but remember: that base brain was still built by someone else.
L4
Pretrain from scratch
Build a brain from zero
▶
Cost range
Tens of millions to over a hundred million yuan
Barrier
Only a handful of companies on earth can afford it
What you did
Train from zero on half the internet
Start from a pile of random numbers, throw massive data and thousands of GPUs at it for months, and produce a brand-new brain. The companies that can do this you can count on one hand with fingers left over. If someone at dinner mentions this casually, you're probably watching a legend — or a punchline.
Match the line · Which layer are they actually on?
A quick quiz: the five lines below are dinner-party classics. Guess which layer each one most likely sits on. Tap an option to reveal the answer.
"I used ChatGPT to train a model that knows our company"
Mostly L1 or L2. In a chat product, all you can really do is write prompts and upload files. They probably set up a custom assistant and added company docs. Useful, worth credit — but still two floors short of "training a model."
"We fine-tuned an open-source model for customer service"
L3 — and this one is actually honest. They named their layer accurately: parameters moved, the base is an open-source model. People who talk like this have usually done the work.
"I use it every day, and I've trained it to understand me better and better"
L0 — it doesn't even count as L1. Everyday chat doesn't change any of the model's parameters. If it "understands you better," that's probably memory features, or you've gotten better at asking. Why chatting doesn't train a model:
Does AI learn from chat?
"We built our own industry LLM"
Could be L3, could be L4 — ask follow-ups. "Built our own" is a very stretchy phrase: pretraining from scratch counts, and so does fine-tuning an open-source model. That's when you pull out the three follow-ups in the next section.
"I wrote the AI a persona and a workflow"
L1 — and they said it clearly, which deserves credit. They didn't borrow the big word "training"; they just described what they did. That kind of phrasing is more decent than a lot of launch events.
How to listen, how to ask · Carry these three follow-ups
Can't tell which layer they're on? Don't guess — just ask. These three questions pin down cost, data, and the base model. Anyone who can't answer will slide down a layer on their own.
💰
"How much compute did it cost?"
Training is burned out of real money. L3 starts with renting GPUs; L4 burns tens of millions to over a hundred million. "Training" that can't name a cost range probably never happened.
📚
"Where did the data come from?"
Changing parameters needs training data at scale. If they say "we just fed it the company docs," that's basically L2 — a knowledge base. Not one parameter of the model itself moved.
🏗️
"What's the base model?"
L1 through L3 all stand on someone else's base. That's nothing to be ashamed of — but it's worth saying clearly. Anyone who hedges with "core tech, can't disclose" can be defaulted to L1.
These three follow-ups also have a full advanced version, built for the talking points at launch events and on social feeds. Want to practice? Play a round of
the AI jargon translator. One fair word at the end:
rewriting the prompt is nothing to be ashamed of. It's the highest-ROI layer of the four, and it covers nine out of ten needs. The only shameful thing is standing on L1 and claiming you're on L4.
✅ What this page wants to share with you
- Training = changing model parameters: writing a prompt or attaching a knowledge base doesn't touch parameters; strictly speaking both are "using a model"
- Four-rung ladder: rewrite the prompt, attach a knowledge base, fine-tune, pretrain from scratch — each rung up, the barrier rises exponentially
- When you hear "I trained a model," ask about cost and data first: anyone who can't answer will slide down a layer on their own
- Rewriting the prompt is nothing to be ashamed of: it covers nine out of ten needs. The shame is standing on L1 and claiming L4