←back to thread

555 points maheshrijal | 2 comments | | HN request time: 0.469s | source
Show context
originalvichy ◴[] No.43707885[source]
Is there a non-obvious reason using something like Python to solve queries requiring calculations was not used from day one with LLMs?
replies(2): >>43707905 #>>43708187 #
1. planb ◴[] No.43707905[source]
Because it‘s not a feature of the LLM but the product that is built around it (like ChatGPT).
replies(1): >>43708061 #
2. rahimnathwani ◴[] No.43708061[source]
It's true that product provides the tools, but the model still needs to be trained to use tools, or it won't use them well or at the right times.