Hacker News new | ask | show | jobs
by smccabe0 42 days ago
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.
1 comments

Interesting. Then tokens would be the best encoding we have for thought so far for communication.