logoalt Hacker News

hirvi74today at 7:14 PM2 repliesview on HN

Sure, I get the gist of the article. I have never liked the reductionist argument that LLMs are nothing more than next-token predictors. By that rational, the human brain is really not that much different. When I am having a conversation with another person, I do not usually have every word I will respond with stored in my limited working memory. My output is often predicted based on the previous word I spoke.


Replies

infamiatoday at 8:13 PM

> I do not usually have every word I will respond with stored in my limited working memory. My output is often predicted based on the previous word I spoke.

People don't know exactly the words that they're going to say necessarily, but tend to start with a general concept of what they're trying to communicate and only then try to put together the words (sometimes out of order). LLMs do not begin with any sort of concept they're trying to express. LLMs are simulations that attempt to reproduce what an average person might say while wired up to a huge knowledgebase.

show 1 reply
chrisjjtoday at 7:44 PM

> I have never liked the reductionist argument that LLMs are nothing more than next-token predictors.

I have never heard such an argument. Recognition that LLMs are nothing more than next-token predictors does not come from reductionism. It comes from simply knowing how they work e.g. from viewing the inference code.

show 1 reply