Hacker News new | ask | show | jobs
by sdesol 515 days ago
I think this will be the future. LLMs will know enough to know that it should hand things off to something else.
1 comments

It's the present. ChatGPT, for example, is an application. It uses models, but it does all kinds of stuff at the application level too.
Is the instructions to pass something off built into the model or is it clever prompting or a bit of both?
In general it's "tool use" where the model's system prompt tells it to use certain tools for certain tasks, and having been trained to follow instructions, it does so!