Rauch 这条的核心判断很大胆:markdown 正在变成「下一个热门编程语言」。
他的意思是,写 agent 其实不需要复杂的代码——一个 instructions.md 加上 skills 文件夹里的几个 markdown 文件,就是完整的 agent 源码。一行命令部署上线。
如果这成立,那做软件的门槛就被压到了前所未有的低点。他提到 Vercel 内部代号叫 eve 的 agent 框架,暗示他们认为这个东西会像 Next.js 一样长久。
Rauch 说,下一个热门编程语言是……markdown。
一个最小的 eve agent 只需要:agent/ 文件夹里有 instructions.md 和 skills/ 子文件夹。
一行 vercel 命令就能部署。
这是编程有史以来门槛最低的时刻,而且很可能是人类完全掌控的软件时代里门槛最低的一刻。
他透露 eve 的早期原型代号叫 last,既致敬「agent 版 Next.js」,也表达了团队对这个设计持久性的信心。
Guillermo Rauch's argument is that markdown is becoming the de facto programming language for agents — instructions.md and skills/*.md are the new source code.
The accessibility point matters: if deploying an agent is just writing a markdown file and running one command, the barrier to entry has never been lower for software creation.
His reference to 'eve' (Vercel's agent framework, codenamed 'last' by Timolins) suggests Vercel is betting that the agent layer will be as enduring as Next.js.
The next hot programming language is… markdown.
A minimal eve agent:
📂 agent/ 📄 instructions.md 📂 skills/ 📄 your-expertise.md
Deployable in one command: vercel.
It's the most accessible programming has ever been. And likely will ever be, at least for the generation of software fully defined and controlled by us humans.
(As a fun fact, one of the initial prototypes for eve was codenamed last by @timolins, both in homage to '@nextjs for agents' but also in recognition of how enduring eve's design feels to us.)