Glossary
Self-supervised learning
Training where the material provides its own answers, such as hiding part of a passage and scoring the guess, so no one has to write labels.
In plain terms
Getting the material to mark its own homework. Hide the next word, ask for a guess, compare with what was actually there. No person has to write down the right answer, which is why this can run over more text than anybody could ever label.
Why it matters
Because it removed the constraint that had bounded this work: somebody had to write the answers. Once the material supplies them, the amount available stops being limited by how many people you can pay, and everything about the field's shape follows from that.
How it works
The answer is constructed from the material rather than attached to it. Concealing part of a passage and asking for the missing piece produces a question and its correct answer at once, from text nobody prepared for the purpose.
That removes the bottleneck entirely. Labelling costs money per example and caps how much material can be used; this costs nothing per example, so the practical limit becomes how much text exists and how much computation you can afford.
The consequence is that nobody chose what was taught. A labelled collection reflects decisions somebody made, badly or well; material gathered at scale reflects whatever happened to be written down, including things nobody would have selected.
There is no equivalent of a labelling guideline. In supervised work you can improve the instructions given to labellers and relabel; here the closest equivalents act on the material or on later stages, and neither is as direct as changing what an answer is supposed to be.
It teaches structure rather than tasks. Predicting missing pieces produces a system that has absorbed how language fits together, which is why what comes out of this stage is a general capability rather than something that does a particular job.
Which is why a later stage is always needed. A system trained this way knows a great deal and has not been told what to do with any of it, so useful behaviour comes from what is done afterwards rather than from this stage alone.
Who decided what the system learned
Seen in the wild
A general model that knows a great deal and has to be told what job to do.
Llama (Meta)Open-weight models whose published training material can be read about.
Hugging FaceThe contrast: a small labelled collection assembled by hand for one task.
Julius AI
Common misconceptions
People assume
No labels means no human judgement involved.
In fact
The judgement moved rather than disappearing. Nobody labels individual examples, and decisions about what material to gather, what to exclude and what to weight are still judgements, made once and applied to everything.
People assume
It produces a system that can do a job.
In fact
It produces one that has absorbed structure and has not been told what to do. Everything about behaving usefully comes from later stages, which is why the same base can become tools that behave quite differently.
Questions
- How can training work without anybody writing answers?
- Because the material contains them. Hiding part of a passage and asking what was there produces a question and its correct answer together, so every sentence anybody has ever written is a supply of exercises that cost nothing to create.
- What is the cost of removing the labelling step?
- Nobody chose what was taught. A labelled collection reflects somebody's decisions, well or badly made; material gathered at scale reflects whatever happened to have been written down, and there is no equivalent of a labelling guideline you could rewrite to correct it.
- Why does a model trained this way still need more work?
- Because it has absorbed how language fits together without ever being told what to do with any of it. Useful behaviour comes from the stages that follow, which is why two systems built on the same foundation can end up behaving very differently indeed.
Key takeaways
- The material makes its own answers, so labelling stops being the limit.
- The cost is that nobody chose what was taught.
- There is no labelling guideline to correct it with afterwards.
- It teaches structure, not tasks; later stages supply the behaviour.
Tools that use this
- Llama (Meta)
A general model that still has to be told what job to do.
- Hugging Face
Open-weight models whose training material can be read about.
- Julius AI
The contrast: a small labelled collection built by hand.
Last checked August 2026