Fans tell artists to "go independent" without knowing what that actually takes. Ed Sheeran left Warner in May. Two months later he's reportedly signing with Interscope, another major. At the superstar level, you can't replace the infrastructure and funding a label provides.
MIT published a paper arguing that every AI model on earth is secretly converging on the same "brain."
The paper is called "The Platonic Representation Hypothesis." The claim inside it is one of the strangest ideas in modern machine learning, and once you see it you cannot unsee it.
For years, everyone assumed that a model trained on images and a model trained on text were building fundamentally different things inside themselves. Different data. Different architecture.
Different world. A vision model learns what a cat looks like. A language model learns what the word "cat" sits next to. Two separate universes with no reason to line up.
The researchers checked whether that was actually true.
They took 78 vision models and a stack of large language models, and measured how each one organized concepts internally, not what they output, but the shape of the relationships between ideas in their heads. Which things they treat as close together. Which things they treat as far apart.
Then they compared the shapes across models that had never seen each other's data.
The shapes were lining up.
And here is the part that should stop you cold. The bigger and more capable the models got, the more their internal maps agreed with each other. A better vision model and a better language model don't drift apart. They converge. As if they were both climbing toward the same summit from opposite sides of a mountain.
The authors put it in a line that sounds almost like a joke, borrowed from Tolstoy: all strong models are alike, each weak model is weak in its own way.
Then they took it one step further, and this is where it stops being a curiosity and starts being unsettling.
They found that how closely a language model's internal map lined up with a vision model's internal map actually predicted how good that language model was at reasoning and at math. The models that saw the world more like the other modality did better at problems that had nothing to do with images at all.
So the question the paper asks is the obvious one. If a model that only reads text, and a model that only sees pixels, and a model trained on a completely different objective are all drifting toward the same internal representation as they get smarter, what is that representation a representation of?
Their answer is the thing that gives the paper its name.
They argue the models are all converging on a single shared statistical model of the reality that generated the data in the first place. Text is a shadow of the world. Images are a shadow of the world.
Sound, touch, everything, different shadows cast by the same underlying thing. And a big enough model, trained on enough of any one type of shadow, starts reconstructing the object casting it.
Plato said this in 375 BC. The allegory of the cave. Prisoners chained facing a wall, watching shadows, mistaking the shadows for reality, while the real forms exist outside the cave, casting everything they see.
The MIT team took his allegory literally and pointed it at neural networks. The training data is the shadows on the wall. The model, they argue, is slowly turning around toward the fire.
They even proved a version of it mathematically. Under certain conditions, a whole family of learning algorithms is provably pulled toward representing the same underlying statistical structure, the co-occurrence relationships baked into reality itself, regardless of whether they're fed words or pixels. Different sensors, same answer.
The implications the paper draws are the part that should matter to anyone building this stuff.
If it's true, then to build a better language model you should train it on images, because pictures carry information about the same reality that words are trying to describe. They cite evidence this already works. It means translation between any two modalities gets easier the smarter models get, because they're all speaking dialects of the same underlying language. And it means, their words, that hallucination might decrease with scale, because a model converging on an accurate model of reality has less room to invent things that reality doesn't contain.
Now the honest part, because the authors are honest about it and a viral thread that skips this is lying to you.
This is a hypothesis, not a verdict. On their own measurement, the alignment between vision and language models climbs clearly with scale but only reaches about 0.16 on a scale where 1.0 is perfect. They flat-out ask in their own paper whether that number means strong convergence with noise on top, or weak convergence with a mountain still left to explain. The clean math only holds in an idealized world where nothing is lost between reality and observation, which is not the world we live in.
Some things a picture can show that a sentence never will, and vice versa. And in domains like robotics, they see no convergence yet at all.
So it might not go all the way. The cave might be deeper than one paper can measure.
But sit with the shape of what they found anyway.
Systems built by different labs, on different continents, trained on different senses, for different reasons, with no coordination, are independently drifting toward the same internal picture of the world.
The smarter each one gets, the more they agree. And the thing they seem to be agreeing on is reality itself.