Hacker News new | ask | show | jobs
by Wowfunhappy 25 days ago
...I think it really is irrelevant, isn't it? The LLM gets words as tokens, not strings of letters. If you asked me how many of the letter s is in Mississippi, but said I'm not allowed to spell out the word in my head and count the letters, I don't think I could do it.

This isn't a great analogy, because part of the challenge would be preventing myself from picturing the spelling in my head. But my point is, the AI is not getting the words as letters. The correct solution is tool use.

1 comments

LLMs can learn to do arithmetic (without tool use), and they can learn a mapping from tokens to the letter counts contained therein (you could imagine trivially training on synthetic data). So there doesn't seem to be any fundamental barrier.