Hacker News new | ask | show | jobs
Reading Is the Closest Thing We Have to Telepathy (devz.cl)
2 points by DanielVZ 43 days ago
1 comments

There's some empirical backing to this if you consider what LLMs doing as part of the same regime: LLMs take a token stream and inflate it to the N-dimensional space in their embedding. We take a string of words and apply it to our model of the world, our understanding, and memories. I've had a lot of success in understanding the math through that lens.
Interesting. Then tokens would be the best encoding we have for thought so far for communication.