原文整理页

Aaron Levie 认为在 AI 智能体时代,软件开发范式将发生逆转,必须转向“API 优先”以适应智能体的高频协作

来源作者:Aaron Levie (@levie)原始来源:https://x.com/levie/status/2023635013963559352

中文导读

Aaron Levie 认为在 AI Agent 时代,软件开发范式将从“人机交互优先”转向“API 优先”,不具备 API 能力的软件将被淘汰。

正文 Markdown

In a world of openclaw, codex, claude code/cowork, manus, and other agentic systems, it’s becoming clear that the future of software has to be API-first, but also enable human interaction for verification, collaboration with agents and people, and working on the output. It’s generally been the case that software was built for people first and foremost, and then APIs are exposed for other systems to connect into that tool or data. But if we imagine a world where AI agents are doing 10X or 100X more work with software than people, then this paradigm is flipped. Software becomes API-first, with ways of having humans be able to work effectively with the agent, either through a UI as relevant, or chat. If you’re not API-first, then you’re nearly DOA to agents.