Comment on AGI achieved đ¤
OsrsNeedsF2P@lemmy.ml â¨2⊠â¨days⊠agoYou didnât get good answers so Iâll explain.
First, an LLM can easily write a program to calculate the number of r
s. If you ask an LLM to do this, you will get the code back.
But the website ChatGPT.com has no way of executing this code, even if it was generated.
The second explanation is how LLMs work. They work on the word (technically token, but think word) level. They donât see letters. The AI behind it literally can only see words. The way it generates output is it starts typing words, and then guesses what word is most likely to come next. So it literally does not know how many r
s are in strawberry. The impressive part is how good this âguessing what word comes nextâ is at answering more complex questions.
Knock_Knock_Lemmy_In@lemmy.world â¨2⊠â¨days⊠ago
But why canât âquery the python terminalâ be trained into the LLM. It just needs some UI training.
OsrsNeedsF2P@lemmy.ml â¨1⊠â¨day⊠ago
ChatGPT used to actually do this. But they removed that feature for whatever reason. Now the server that the LLM runs on doesnât isnât provide the LLM a Python terminal, so the LLM canât query it