logoalt Hacker News

mkageniusyesterday at 9:00 PM1 replyview on HN

Don't see whats wrong in letting llm decide which tool to call based on a search on long list of tools (or a binary tree of lists in case the list becomes too long, which is essentially what you eluded to with sub-agents)


Replies

michaelanckaertyesterday at 9:05 PM

I was referring to letting LLM's search github and run tools from there. That's like randomly searching the internet for code snippets and blindly running them on your production machine.

show 1 reply