Knowledge File / AI小生意项目库
Vercel CEO Guillermo Rauch 谈如何将模型从智能体分离开来
Vercel CEO Guillermo Rauch 讨论了 AI 智能体的两大杀手级应用:编码智能体和内部企业智能体,并介绍了公司如何通过 Eve 框架和 Vercel Sandbox 解决安全、数据可审计性和控制问题。
SOURCE / AI小生意项目库
MIN / 4
ACCESS / 会员
POST / 2026-07-07 03:49:10
原贴
查看原文原文
Known for its cloud infrastructure that allows developers to deploy agents without managing servers, Vercel has quietly become one of the most central companies in AI software. The company currently sees 6 million deployments a day, half of them triggered by coding agents, and more than 1 trillion tokens flow through the company’s AI gateway daily. After the company’s ShipNYC conference last week, we sat down with Vercel CEO Guillermo Rauch for his take on this moment in AI, and how platform companies like Vercel end up competing with major labs. Here’s a lightly edited transcript. It feels like there’s a different energy in the community this year, fewer pilot programs and more focus on how to make things work well in practice. I’m sure you’ve seen that a lot with clients, but I’m curious what that journey has looked like within Vercel. Last year was about prototyping. The sky’s the limit, unleash the agents, everyone can build, and so on. We did that, and we learned a lot because we had hundreds of agents organically developed and deployed within the company, and then you started getting into the realities of agents in production, and some of the challenges. The biggest lesson for me was the home-run use cases, the two killer apps of agents. One is the coding agent, of course. That’s driving a lot of the token utilization in the world, but when you produce so much software, you need somewhere to put it. The second killer app of agents is the internal agent that helps you run the company. The challenge there is, how do you securely access data? How do you audit what the agent is doing? How do you get a trail of all of the tool calls and access controls that the agent had to incur in order to get a job done? To solve that, we came up with this framework called Eve, where you can lay out an agents’ instructions and skills in natural language. And another tool is Vercel Sandbox, where you put the agent in a little cage. It can have the freedom still to express its intelligence, but then you can apply policy on what data it can access and what data can leave the sandbox. What sort of problems does that help you avoid? For [the] sandbox, the biggest advantage is data control. A real risk of AI that I always think about is, when you get a coding IDE like Devin or Cursor, if you’re in the wrong setting, they may train on your entire codebase. I remember talking to the president of Airbus about this. You have decades of wealth of very specific C++ code for aerospace engineering. Someone comes in and installs the wrong developer tool and boom, all the code goes out to the cloud for training. I’m curious to hear more about that second killer use case. We all know about coding agents, but what does an internal corporate agent look like in practice? So, there’s a sales rep sitting out there [in Vercel’s office]. She works on install base. Her job is to grow existing accounts. The bottleneck for people like her has not been her creativity, intelligence, ability to build relationships, it’s been data. “I don’t understand what accounts are growing faster. Give me the five accounts that have added the most seats in the last two weeks, so that I can prioritize my work.” She couldn’t ask that question in the past. She needed to wait until a Q1 project for a new sales dashboard completed. We were in that bottleneck for years at Vercel, and it was really frustrating because on the R&D side, we’re the fastest-moving company in the world. But on the sales engine, the Salesforce engineering [side], I was so incompetent. I had never opened Salesforce in my life when I started. Now I feel like I can actually have impact across the entire company, because Eve can be used for our customer-facing agents and can be used to improve productivity. Same technology, it’s just APIs. Agents are forcing companies to open up, and that will have dramatic long-term implications. So many of these SaaS giants build their entire kingdoms on trapping your da
中文翻译
Vercel 以其允许开发者无需管理服务器即可部署智能体的云基础设施而闻名,已悄然成为 AI 软件中最核心的公司之一。该公司目前每天处理 600 万次部署,其中一半由编码智能体触发,每天有超过 1 万亿个 token 流经公司的 AI 网关。在上周公司举办 ShipNYC 大会后,我们与 Vercel CEO Guillermo Rauch 坐下来,听取了他对 AI 这一时刻的看法,以及像 Vercel 这样的平台公司如何最终与主要实验室竞争。以下是经过轻微编辑的转录稿。感觉今年社区里有不同的能量,更少的试点项目,更多关注如何让事情在实践中运作良好。我相信你在客户那里也看到了很多,但我好奇 Vercel 内部的历程是怎样的。去年是关于原型制作。天空才是极限,释放智能体,每个人都可以构建,等等。我们做了,并且学到了很多,因为我们在公司内部有机地开发和部署了数百个智能体,然后你开始进入生产环境中智能体的现实,以及一些挑战。对我来说最大的教训是那些全垒打用例,智能体的两个杀手级应用。一个是编码智能体,当然。这驱动了世界上大量的 token 使用量,但是当你生产如此多的软件时,需要有个地方存放它。智能体的第二个杀手级应用是帮助你运营公司的内部智能体。那里的挑战是,如何安全地访问数据?如何审计智能体在做什么?如何获得智能体为完成工作所必须进行的所有工具调用和访问控制的轨迹?为了解决这个问题,我们提出了一个名为 Eve 的框架,你可以在其中用自然语言制定智能体的指令和技能。另一个工具是 Vercel Sandbox,你可以把智能体放在一个小笼子里。它仍然可以自由地表达其智能,但你可以对它可以访问哪些数据以及哪些数据可以离开沙箱应用策略。这有助于避免什么样的问题?对于沙箱来说,最大的优势是数据控制。我一直在思考的一个真正风险是,当你使用像 Devin 或 Cursor 这样的编码 IDE 时,如果你在错误的设置中,它们可能会在你的整个代码库上进行训练。我记得与空中客车公司的总裁谈过这个。你有几十年的非常具体的航空航天工程 C++ 代码财富。有人进来安装了错误的开发者工具,然后砰的一声,所有代码都传到云端进行训练。我很想了解更多关于第二个杀手级用例。我们都知道编码智能体,但内部企业智能体在实践中是什么样子的?所以,有一个销售代表坐在那里(在 Vercel 的办公室)。她负责安装基数。她的工作是增长现有账户。对她这样的人来说,瓶颈不是她的创造力、智慧、建立关系的能力,而是数据。“我不明白哪些账户增长更快。给我过去两周内增加席位最多的五个账户,这样我就可以优先安排我的工作。”她过去无法问这个问题。她需要等到 Q1 新销售仪表盘项目完成。我们在 Vercel 多年来一直处于这个瓶颈中,这非常令人沮丧,因为在研发方面,我们是世界上发展最快的公司。但在销售引擎方面,Salesforce 工程方面,我非常无能。我刚开始时从未打开过 Salesforce。现在我觉得我可以对整个公司产生影响,因为 Eve 可以用于我们的客户面向智能体,也可以用于提高生产力。同样的技术,只是 API。智能体正在迫使公司开放,这将在长期内产生深远影响。这么多 SaaS 巨头建立在困住你的数据的基础上。
核心信息
Vercel CEO Guillermo Rauch 讨论了 AI 智能体的两大杀手级应用:编码智能体和内部企业智能体,并介绍了公司如何通过 Eve 框架和 Vercel Sandbox 解决安全、数据可审计性和控制问题。
- Vercel CEO Guillermo Rauch 讨论了 AI 智能体的两大杀手级应用:编码智能体和内部企业智能体,并介绍了公司如何通过 Eve 框架和 Vercel Sandbox 解决安全、数据可审计性和控制问题。
- 原贴提到:Known for its cloud infrastructure that allows developers to deploy agen
- 来源:techcrunch.com
试看内容
成为会员查看完整内容
你已经看到了这篇内容的前置整理,剩余深度部分仅对会员开放。
详细解读
信息差价值
参考来源
成为会员查看完整内容