• by verdverm on 4/13/2023, 8:47:43 PM

    GPT is just printing text based on probabilities, it doesn't do math or calculations, it does not reason or understand logic.

    Note, this will change with plugins / chaining, but that is still an external system. In the end, these LLMs are just predicting the next best token to output. The "magic" is in our minds and perceptions

  • by nikonyrh on 4/14/2023, 12:31:40 AM

    GPT is "only" capable of generating text, as of now it cannot do any explicit calculations. But if you ask it what is 1+1, maybe it can answer "2" since it has seen that example so many times. It still didn't do any math though, only text / token processing.