Hacker News new | ask | show | jobs
by amelius 540 days ago
Can an LLM use tools like humans do? Could it use an image model as a tool to query the image?
1 comments

No, a LLM is a Large Language Model.

It can language.

You could teach it to emit patterns that (through other code) invoke tools, and loop the results back to the LLM.