Agent 直接绑过来了

一边是 agent 正在从沙箱往直接接管环境滑,一边是真正重要的可能不是 agent 能把问题磨成粉,而是底层有没有好的架构和库。

  • 工具如何改写人

今天看到两个点放在一起很有意思。

一边是 Peter Steinberger 那条 tweet:/acp spawn codex --bind here LOOK AT ME, I AM CODEX NOW。最有意思的不是 spawn codex,而是 --bind here:把 agent 的根目录直接绑到你正在用的目录上。

过去 agent 大多是「先创建一个独立 workspace,再开始干活」;现在 --bind here 直接把 agent 绑到你正在用的当前目录,像是把沙箱边界给抹掉了。agent 不再是在隔离区里跑,而是直接在你的主环境里「附体」。

另一边是 Matt Webb 今天的那段话:

The thing about agentic coding is that agents grind problems into dust. Give an agent a problem and a while loop and - long term - it’ll solve that problem even if it means burning a trillion tokens and re-writing down to the silicon.

But we want AI agents to solve coding problems quickly and in a way that is maintainable and adaptive and composable… So at the bottom is really great libraries that encapsulate hard problems, with great interfaces that make the “right” way the easy way for developers building apps with them.

While I’m vibing… I am looking at lines of code less than ever before, and thinking about architecture more than ever before.

这两个点放在一起看,像是一个问题的两面:

agent 的自主性越强、越能直接接管环境,底层架构和库的重要性反而越凸显。不是 agent 越聪明,人就越不用思考架构;反而可能是 agent 越能接管,人越要想清楚:哪些东西该靠 agent 磨,哪些东西该靠好的设计先把路铺好。

agent 能把问题磨成粉,但真正能留住的、能让整个栈变好的,还是那些把难问题封装好、让正确方式成为容易方式的底层设计。


来源: