| ▲ | supermdguy 2 hours ago | |
I like simonw's definition: "An LLM agent runs tools in a loop to achieve a goal." I guess agent isn't the best term here since the LLM wouldn't be driving the logic in the daemon. Using an LLM to select which item to add to the cart would mimic the behavior of full agentic loop without the risk of it going off the rails and completing the purchase. | ||
| ▲ | AnimalMuppet an hour ago | parent [-] | |
So if I understand correctly, in an agent, the LLM is in charge, but it can send part of the work off to other tools. And the problem here is that we're trying to have something in charge over the LLM, which is the reverse of the "agent" setup. Do I have that right? | ||