Rohan Paul@rohanpaul_ai
45AI 编辑部评分,满分 100
2026-08-10 17:43· 29分钟前
AI 导读

斯坦福和东北大学推出 Shepherd,一个“面向 AI 智能体的 Git”框架。它可将智能体的运行进程与文件系统一同提交,使执行过程可像 Git 一样回滚到任意历史提交并恢复。在双智能体协作测试中,Shepherd 通过监督回滚将性能差距缩小 91%(从 28.8% 提升至接近 57.2% 的单智能体水平)。

Stanford and Northeastern built "Git for AI agents."

Solves a common problem with existing agent frameworks where record only transcripts and environment snapshots, so rewinding recovers files but not the live process or provider cache.

• It commits an agent's running process and filesystem together

• makes an agent's execution revertible like Git. Check out any past commit and resume from that exact state.

• turns every model action, tool call, and environment change into a typed commit.

• 2 coding agents splitting one repo normally score worse than a single agent doing both jobs alone: 28.8% versus 57.2%. Shepherd closes 91% of that gap by letting a supervisor watch both runs live and rewind one before a bad write lands, which is the clearest proof that reversible traces buy real performance, not just cleaner debugging.

来源:Rohan Paul · x.com

Rohan Paul · @rohanpaul_ai · X·2026-08-10 17:43·29分钟前
AI 导读

斯坦福和东北大学推出 Shepherd,一个“面向 AI 智能体的 Git”框架。它可将智能体的运行进程与文件系统一同提交,使执行过程可像 Git 一样回滚到任意历史提交并恢复。在双智能体协作测试中,Shepherd 通过监督回滚将性能差距缩小 91%(从 28.8% 提升至接近 57.2% 的单智能体水平)。

Stanford and Northeastern built "Git for AI agents."

Solves a common problem with existing agent frameworks where record only transcripts and environment snapshots, so rewinding recovers files but not the live process or provider cache.

• It commits an agent's running process and filesystem together

• makes an agent's execution revertible like Git. Check out any past commit and resume from that exact state.

• turns every model action, tool call, and environment change into a typed commit.

• 2 coding agents splitting one repo normally score worse than a single agent doing both jobs alone: 28.8% versus 57.2%. Shepherd closes 91% of that gap by letting a supervisor watch both runs live and rewind one before a bad write lands, which is the clearest proof that reversible traces buy real performance, not just cleaner debugging.

来源:Rohan Paul· x.com