The label bottleneck
Supervised deep learning is spectacularly effective and spectacularly hungry: it needs large datasets where every example carries a human-provided label. Labels are the expensive part. Annotating millions of images, transcribing audio, or tagging medical scans costs money, time, and expertise, and for many domains the labels simply do not exist at scale.
Meanwhile, raw unlabeled data is nearly free and effectively unlimited: the web is full of images, text, and video with no annotations attached. The obvious question is whether a model can learn useful structure from that raw data alone, without waiting for labels. Yann LeCun has called this the central challenge, describing self-supervised learning as the "dark matter of intelligence": the vast, unlabeled bulk from which understanding should mostly be built. This lesson is about how machines learn from data that comes with no answer key.

