# 编程智能体复杂性：从体验到系统的挑战

- 来源：elvis (@omarsar0)
- 发布时间：2026-06-01 04:48
- AIHOT 分数：58
- AIHOT 链接：https://aihot.virxact.com/items/cmpu9ag7o01reslagpr3i8us6
- 原文链接：https://x.com/omarsar0/status/2061188079390532084

## AI 摘要

该推文指出，当编程智能体被用于处理更复杂的长时间任务时，会产生从用户体验到后台系统的多重挑战。前端表现为各种奇怪问题，后端则存在严重的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.
