Vercel CEO Guillermo Rauch on the fight to split off models from agents
"The reality is, when you're optimizing for production, you start looking at a price/performance," Guillermo Rauch tells TechCrunch.
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 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.
When you purchase through links in our articles, we may earn a small commission . This doesn’t affect our editorial independence.
Last chance to save up to $190 on TechCrunch Founder Summit. Join 1,000+ founders and VCs at all stages for real-world scaling insights and connections that move the needle. Savings end June 26, 11:59 p.m. PT .
Amazon will stop accepting new customers for Mechanical Turk Anthony Ha
Amazon will stop accepting new customers for Mechanical Turk
Amazon will stop accepting new customers for Mechanical Turk
Chevy built an all-American EV truck — why is nobody buying it? Tim De Chant
Chevy built an all-American EV truck — why is nobody buying it?
Chevy built an all-American EV truck — why is nobody buying it?
Mark Zuckerberg tells staff that AI agents haven’t progressed as quickly as he’d hoped Lucas Ropek
Mark Zuckerberg tells staff that AI agents haven’t progressed as quickly as he’d hoped
Mark Zuckerberg tells staff that AI agents haven’t progressed as quickly as he’d hoped
Jersey Mike’s IPO illustrates how bad the AI hype has become Julie Bort
Jersey Mike’s IPO illustrates how bad the AI hype has become
Jersey Mike’s IPO illustrates how bad the AI hype has become
After $18B IPO, Bending Spoons founder says success comes from minimizing luck Anna Heim
After $18B IPO, Bending Spoons founder says success comes from minimizing luck
After $18B IPO, Bending Spoons founder says success comes from minimizing luck
The ‘Father of the Internet’ is finally retiring Tim Fernholz
The ‘Father of the Internet’ is finally retiring
The ‘Father of the Internet’ is finally retiring
OpenClaw is finally available on Android and iOS Lucas Ropek
OpenClaw is finally available on Android and iOS
OpenClaw is finally available on Android and iOS
Key takeaways
- The shift from prototypes to practical applications in AI is a global trend that also impacts Brazil.
- Tools that ensure data control are essential for compliance with the LGPD and data security.
- Auditing and monitoring AI agents' interactions are crucial for ensuring transparency and accountability.
Editorial analysis
Guillermo Rauch's interview highlights a crucial moment in the evolution of artificial intelligence, especially in a context where data efficiency and security are becoming increasingly prioritized. For the Brazilian tech sector, which is still maturing in terms of AI adoption, the lessons learned by Vercel can serve as a valuable guide. The shift from a focus on prototypes to practical applications reflects a global trend that can also be observed among Brazilian startups and companies, which need to adapt quickly to market demands.
The introduction of tools like Vercel Sandbox and the Eve framework is particularly relevant, as it addresses one of the biggest challenges faced by companies using AI: data security. In Brazil, where data protection legislation, such as the LGPD, imposes strict restrictions, solutions that ensure control over data access and manipulation are essential. This may encourage local companies to invest in technologies that not only optimize their operations but also comply with legal standards.
Moreover, Rauch's mention of the need for rigorous control over what AI agents can access and how they operate serves as a warning for the sector. With the increasing use of AI in various applications, Brazilian companies must pay attention to the importance of auditing and monitoring agents' interactions with data. The ability to ensure transparency and accountability in AI usage will be a competitive differentiator in the near future.
Finally, Vercel's positioning as a central player in the AI ecosystem may influence how Brazilian companies approach cloud computing and the implementation of intelligent agents. Collaboration between tech companies and local developers will be crucial in shaping an innovation environment that not only adopts global best practices but also meets the specific needs of the Brazilian market.
What this coverage includes
- Clear source attribution and link to the original publication.
- Editorial framing about relevance, impact, and likely next developments.
- Review for readability, context, and duplication before publication.
Original source:
TechCrunch AIAbout this article
This article was curated and published by AIDaily as part of our editorial coverage of artificial intelligence developments. The content is based on the original source cited below, enriched with editorial context and analysis. Automated tools may assist with translation and initial structuring, but publication decisions, factual review, and contextual framing remain editorial responsibilities.
Learn more about our editorial process