6 ms·
A lot of agent workflows really are just tool selection + argument extraction + structured output. How does this behave once workflows become multi-step and sta
by binyang_qiu 4mo ago
A lot of agent workflows really are just tool selection + argument extraction + structured output. How does this behave once workflows become multi-step and state starts accumulating across calls?
- bckr 4mo agoI think it’s worth having a tiny model that can convert a short sentence into a structured tool call. Now you can add an orchestration layer and you have separation of concerns. That orchestration layer can be a mixture of deterministic and probabilistic systems. Break the foundation model into several single use tools, please!
- alexzhaosheng 4mo ago[flagged]