- Multiply 23746278364 * 23648723678 ?
- Grok didn’t use any tool for calculation so, the response was incorrect because LLM can't handle complex calculation.
- It use python as a tool/calculator so, that it can handle complex calculation.
I realized the importance of tools in LLM after watching “How I use LLMs” video from Andrej Karpathy.
I wanted to build similar project where tools are integrated with LLM to handle situation where LLM hallucinate.
what's 8282 x 99191?
Below we can see that LLM has used tool for calculation with correct output
I was able to make my custom tool and integrate with LLM model by following this documentation.
To learn more about how tool calling happens? click below link.



