Vercel CEO Guillermo Rauch谈模型与智能体分离之战

TechCrunch:AI(RSS)·2026-07-07 03:49·56天前·Russell Brandom
AI 导读

Vercel每天处理600万次部署,其中一半由编码智能体触发,超过1万亿token流经AI网关。CEO Guillermo Rauch称去年是原型阶段,今年转向生产实践。两大杀手级应用是编码智能体和内部企业智能体。为解决数据安全与审计问题,Vercel推出Eve框架,允许用自然语言定义智能体的指令和技能,以及Vercel Sandbox,为智能体提供受控沙箱环境,防止数据外泄(如避免IDE将代码库发送到云端训练)。客户不再绑定单一模型,而是根据性价比混合使用OpenAI、Anthropic、Gemini以及开源模型DeepSeek和GLM-5.2。Rauch认为智能体正迫使SaaS公司开放数据,长期影响深远。

TechCrunch:AI(RSS)
66AI 编辑部评分,满分 100

Vercel CEO Guillermo Rauch谈模型与智能体分离之战

2026-07-07 03:49· 56天前· Russell Brandom
AI 导读

Vercel每天处理600万次部署,其中一半由编码智能体触发,超过1万亿token流经AI网关。CEO Guillermo Rauch称去年是原型阶段,今年转向生产实践。两大杀手级应用是编码智能体和内部企业智能体。为解决数据安全与审计问题,Vercel推出Eve框架,允许用自然语言定义智能体的指令和技能,以及Vercel Sandbox,为智能体提供受控沙箱环境,防止数据外泄(如避免IDE将代码库发送到云端训练)。客户不再绑定单一模型,而是根据性价比混合使用OpenAI、Anthropic、Gemini以及开源模型DeepSeek和GLM-5.2。Rauch认为智能体正迫使SaaS公司开放数据,长期影响深远。

Known for its cloud infrastructure that allows developers to deploy agents without managing servers, Vercelhas 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 do 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 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 data, and that’s incompatible with agents.

How do you see client relationships with the big AI labs changing?

Last year there were a lot of people picking one lab partner — saying they would build everything on OpenAI or Anthropic. Now they’re saying, I understand how this all works — model, harness, data platform, sandbox, gateway — every piece is plug and play. You can use OpenAI, you can use Anthropic, or you can use Gemini. We’re seeing a lot of growth of Gemini, even though it’s not on the news as much, because people are optimizing for production now. The reality is, when you’re optimizing for production, you start looking at a price/performance, and Gemini models have awesome price/performance characteristics. You also bring in open models, so Deepseek and GLM-5.2 are taking off. The data doesn’t lie.

There are places where you’re in direct competition with the labs too, right? Just the other week, OpenAI released a new set of tools that publish directly to the web without having to leave the OpenAI enclave.

It’s a natural next step for them to host little websites. And it’s a great opening for us, because now people will think of ChatGPT as a tool for making websites. And then if they keep asking the model questions about web hosting, the model recommends us.But you’re right, as the models or platforms add more capabilities, they come in direct competition with the infrastructure platforms that already exist.

I really think at this point we’re deciding on whether the model and the agent are going to be coupled.

Do you get all your intelligence from one place? Or do you get a module or a library or a building block from one provider, and then you build on top of it. That’s more like software engineering has always been, and that’s really what we’re bringing to market. We’re going to be the AWS of this generation, so obviously we’re fighting for a world of open protocols.

来源:TechCrunch:AI(RSS)· techcrunch.com