⌘K
Change language Switch ThemeSign In
Narrow Mode
From Copilot to Delegate: The Evolution and Challenges of AI Agent Collaboration
From Copilot to Delegate: The Evolution and Challenges of AI Agent Collaboration
 ### yan5xu@yan5xu
最近一直在思考 Harness Engineering,架构约束、AGENTS.md、意图规范、自动化反馈回路,这些做法完全没问题,但总感觉有点模糊。后来发现,模糊不在做法本身,而是它没有说明白,它的出现是为了解决什么核心问题。
Agent 的协作有两个区间。Copilot 区间是人在 loop 的同步协作,你和 Agent 实时交互,每一步你都参与决策。Delegate 区间是人离开 loop 的异步委托,你把任务交出去,Agent 独立决策和执行,做完交回来验收。
Agent 能力在增长,能做的事越来越多,独立工作时间越来越长。一个跑几分钟的任务你可以盯着,一个跑两小时的任务你盯不住,也不应该盯。工作时间变长,你和 Agent 协作的方式就会自然地从 Copilot 区间滑入 Delegate 区间。
但同步和异步的工作方式,带来的挑战完全不一样。同步模式下你实时参与,随时能给出上下文进行纠偏,容错成本很低。一旦变成异步,任务定义不清 Agent 就跑偏,过程中出了问题没人拦,验收时一堆东西堆在一起 review。导致在产品设计上就需要不一样的思路。
所以核心矛盾是:Agent 因为能力增强,正在从同步模式转向异步模式。这种不可逆的趋势下,真正的题是怎么构建安全的异步委托机制,让这个转变可控。
Harness Engineering 就是在做这件事。它把整个系统反馈回路里的客观信号,编译器、类型检查、lint、测试、CI、线上日志、Sentry、可观测性平台,直接接到 Agent 面前,去掉人作为中间传递者的角色,让 Agent 自己读信号、自己闭环。
但除了客观信号,还有主观信号。方向对不对,命名好不好,方案该不该推翻,用户真正想要的到底是什么。这些判断只存在于人的脑子里,环境中没有对应的信号源,Harness 再完善也接不进去一个不存在的东西。
这是两个不同性质的问题。客观信号是工程问题,接上就行。主观信号是知识沉淀外化问题,它带来的是产品和技术上的双重设计挑战:如何让人或者组织自然、甚至无感地进行知识沉淀外化。难得多,但也是 Delegate 区间能不能真正持续扩大的关键。
还有一个有意思的现象:我们构建的异步委托机制越完善,Agent 异步工作就越安全,人需要介入的地方就越少,Delegate 区间进一步扩大。Agent 能力的增长在推,基础设施的完善也在推,两股力同向,Delegate 只会越来越多。
所以啊,今年会不会产品或者方法论,解决知识沉淀外化的问题呢🤔Show More
Apr 4, 2026, 11:58 PM View on X
12 Replies
18 Retweets
96 Likes
One Sentence Summary
The author provides a deep dive into the shift of AI Agent collaboration from synchronous (Copilot) to asynchronous (Delegate) modes, highlighting "knowledge externalization" as the core challenge for safe asynchronous delegation.
Summary
This tweet explores the evolution of AI Agent collaboration. The author categorizes collaboration into two zones: Copilot (synchronous, human-in-the-loop) and Delegate (asynchronous, human-out-of-the-loop), noting that as Agent capabilities grow, asynchronous delegation becomes an inevitable trend. The post analyzes the engineering challenges of this shift: how to close the loop on objective signals through "Harness Engineering," and the more difficult challenge of externalizing subjective knowledge to ensure that asynchronous delegation remains controllable and safe.
AI Score
88
Influence Score 47
Published At Yesterday
Language
Chinese
Tags
AI Agent
Harness Engineering
Asynchronous Delegation
Knowledge Externalization
AI Architecture HomeArticlesPodcastsVideosTweets