Finally some serious writing about LLMs that doesn’t follow the hype and it faces reality of what can and can’t be useful with these tools. Really interesting read, although I can’t stand the word “agent” for a for-loop that call recursively an LLM, but this industry is not famous for being sharp with naming things, so here we are. edit: grammar
I agree with not liking the author’s definition of an Agent being … “a for loop which contains an LLM call”. Instead it is an LLM calling tools/resources in a loop. The difference is subtle and a question of what is in charge.
The model/weights themselves do not execute tool calls unless the tooling around it helps them do it, and loops it.