该推文指出,当编程智能体被用于处理更复杂的长时间任务时,会产生从用户体验到后台系统的多重挑战。前端表现为各种奇怪问题,后端则存在严重的token浪费、无限循环和智能体间低效交互。作者强调,在这种更复杂的用例下,拥有并控制运行框架变得至关重要,并指出多智能体系统是另一个需要应对的难题。
As we target more complex use of coding agents (e.g., dynamic workflows and /goals) on long-horizon tasks, you will start to see all kinds of bizarre issues like this.
This is just about user experience; it's even more insane what happens behind the scenes (ridiculous use of tokens, infinite loops, inefficient agent-to-agent interactions). You really want to own that harness and be in more control of it as we target more advanced use cases of coding agents.
Multi-agent systems are just another beast to deal with.