Fifty-six years before a computer could prove it, a linguist wrote the sentence in one line: you know a word by the company it keeps. Word2Vec didn't invent that idea. It just finally made the company countable.
In 1957, a British linguist named John Rupert Firth wrote a sentence that would take 56 years, two failed computer models, and one drastic simplification before anyone could actually build it. "You shall know a word by the company it keeps," he wrote, a throwaway line in an academic paper almost nobody outside linguistics ever read. He meant it as an observation about how language works, not a technical specification. But that sentence is, almost word for word, the founding principle behind every embedding your phone, your search engine, and your recommendation feed now quietly runs on.
Here's the part that's easy to miss watching the video alone: Word2Vec wasn't a new idea in 2013. It was a fifty-six-year-old idea that had already failed to launch twice.
The Story Behind the Story
Firth's company-keeping insight sat mostly unused until the late 1980s, when researchers built Latent Semantic Analysis, a way of turning words and documents into vectors based on co-occurrence statistics. It worked, technically. It also produced matrices that got slower and clumsier the bigger the vocabulary got, a mathematical dead end long before reaching anything close to the size of the real internet.
Then, in 2003, Yoshua Bengio's team tried again with a neural network, and word vectors fell out as a side effect of trying to predict the next word in a sentence. The vectors themselves worked beautifully. The model producing them did not. It was so computationally heavy that researchers could only afford to train it on a few hundred thousand words and a small vocabulary, a rounding error next to what the idea would eventually need.
Tomas Mikolov's contribution in 2013 wasn't a cleverer network. It was closer to a demolition. He and his colleagues at Google stripped out the expensive nonlinear layer that had made every earlier attempt slow, replacing it with something almost insultingly simple: guess the neighbor, guess the word. Some peers took the simplicity as a sign the work wasn't serious research. It's exactly what let the model swallow billions of words of ordinary text in a single day, on office hardware, instead of weeks on a fraction of the data.
Within a year, Stanford answered with a rival approach called GloVe (Global Vectors for Word Representation), and the race to own the definitive embedding model was fully on. Firth's sentence had waited 56 years for someone to make it cheap enough to compute. It only took about 12 months more for the rest of the field to notice.
What This Really Means
This is worth sitting with, because the pattern repeats throughout AI history more than the "breakthrough" story usually admits: the winning idea is rarely the newest one. It's the old, correct idea that finally got cheap enough to run at the scale reality demands. Word2Vec didn't out-think Bengio's 2003 model. It out-ran it, and that has a practical edge for anyone using AI tools today. Every embedding-based system underneath modern search, recommendations, and the language models this channel will eventually cover still runs on the same fifty-six-year-old premise: meaning, measured by the company a word keeps.
The Video Goes Deeper
None of this, the sliding window that actually trains the model, the moment "king minus man plus woman" resolves into "queen" on screen, or the honest, structural limitation Word2Vec still carries into the next episode, is in this post. That's the video's job, and it earns fifteen minutes doing it.
Firth described the destination in one sentence. It took the field 56 years, and one deleted layer, to build the road.


