What happened
Vercel CEO Guillermo Rauch argued for decoupling AI models from agents in a recent interview with TechCrunch AI. Rauch described a market shift from prototyping to production optimisation, where builders prioritise cost and performance. This trend, he notes, is driving adoption of models like Google's Gemini and open-source alternatives such as DeepSeek. The core architectural question for builders is whether intelligence should come from a single, coupled source or be assembled from modular components — like traditional software engineering.
How the room's reading it
The conversation among builders has shifted from picking a single lab partner to architecting for production. A year ago, many teams committed to one provider like OpenAI or Anthropic. Now, the consensus is that the AI stack is plug-and-play. Developers are increasingly choosing models based on price-performance, which has led to a surge in usage for Google's Gemini and open models like DeepSeek, according to Rauch's observations. This signals a broader debate in the ecosystem — a fight between the convenience of a single, coupled platform and the flexibility of a modular, open-protocol world.
Sailfish's take
We see this as the inevitable commoditisation of the model layer. The real intellectual property isn't the LLM — it's the agent, the harness, the data pipelines, and the user experience you build around it. Tightly coupling your product to a single model provider is a bet against modularity and price competition, which feels like a mistake. We've shipped enough AI products to know that performance needs vary wildly across different tasks within a single application. A cheap, fast model for classification and a powerful, expensive one for reasoning is a common pattern. Our advice is simple: abstract the model layer from day one.