|
|
|
|
|
by nine_k
117 days ago
|
|
Agents run tools, too. You can make an LLM count by the means of language processing, but it's much more efficient to let it run a Python script. By the same token, it's more efficient to let an LLM operate all these tools (and more) than to force an LLM to keep all of that on its "mind", that is, context. |
|
Just because they can run tools, doesn't mean they run them reliably. Running tools is not a be all and end all of the problem.
Amdahl's law is still in play when it comes to agents orchestrating entire business processes on their own.