|
|
|
|
|
by elicksaur
679 days ago
|
|
>If you listen carefully it's almost always based on a lack of imagination. I actually find things to be the opposite. My skepticism comes from understanding that what LLMs do is token prediction. If the output that I want can be solved by the most likely next token, then sure, that’s a good use case. I’m perfectly capable of imagining those cases. People who are all in on AI seem to not get this and go wild. There’s a difference between imagination and magical thinking. |
|
Don't mistake the "what" for the "how". What we ask LLMs to do is predict tokens. How they're any good at doing that is a more difficult question to answer, and how they are getting better at it, even with the same training data and model size, is even less clear. We don't program them, we have them train themselves. And there are a huge number of hidden variables that could be encoding things in weird ways.
These aren't n-gram models, and you're not going to make good predictions treating them as such.