Hacker News new | ask | show | jobs
by rahimnathwani 419 days ago
Right. The core premise of this article makes no sense:

  what if LLMs executed tool calls without going back to the client
An LLM can't execute tools. The only thing an LLM can do is output tokens. It's up to the calling code to decide what to do with those tokens. If an API provider enables its own tools, that doesn't mean the LLM is executing its own tools. It just means the API provider is executing tools instead of the API caller.