Hacker News new | ask | show | jobs
by WD-42 428 days ago
If you need to define and write the functions to calculate interest… what exactly is the llm bringing to the table here? I feel like I’m missing something.
3 comments

The LLM is what decides which endpoint/tool to call (or none at all) in response to the user input.

The original 2022 ReACT paper is still best explainer: https://arxiv.org/abs/2210.03629

maybe some of these could be fit? https://python.langchain.com/docs/tutorials/
I think it's the case you don't need to but if you find it necessary. Basically you're augmenting LLMs with "normal computer power" just like a human.