中文
关键转变
旧模式里,人是循环里的时钟:agent 做完一次就停下,等待人继续输入。Loop Engineering 把人从内层循环移到外层,让系统自己启动、发现任务、保存状态,并在下一轮接上。
English
Key Shift
In the old mode, the human is the clock inside the loop. The agent finishes once and waits. Loop Engineering moves the human outside the inner loop and designs a system that can restart, discover work, persist state, and continue.
| 层级 | What it minds | 核心问题 |
|---|---|---|
| Prompt | One instruction | 我应该怎么告诉模型? |
| Context | Current window | 这一轮该加载或清掉什么? |
| Harness | One run | 工具、权限、完成条件是什么? |
| Loop | Repeated system | 如何让它自己转起来? |
记住:Loop Engineering 的目标不是让 agent 多跑几次,而是设计一个有状态、有验证、有人工门的工作系统。