Vercel

Zo Computer Reduces AI Retry Rate 20x Using Vercel's AI Platform


Executive Summary

Zo Computer, a personal AI cloud provider, has adopted Vercel's AI SDK and AI Gateway to manage its multi-provider AI model infrastructure. This move offloaded the complexity of writing custom adapters and handling routing, fallbacks, and retries for various AI models. As a result, Zo dramatically improved its service's reliability and performance, enabling its small team to focus on product development and scale towards its goal of onboarding one million users.

Key Takeaways

* Massive Reliability Gains: The retry rate for AI model calls dropped 20x, from 7.5% to 0.34%, with the chat success rate rising to 99.93%.

* Significant Performance Improvement: P99 latency (the worst-case experience for 99% of users) was cut by 38%, from 131 seconds to 81 seconds.

* Unified AI Model Integration: Vercel's AI SDK provided a single, unified interface, eliminating the need for Zo's engineers to write and maintain custom adapter code for each AI provider (e.g., OpenAI, Anthropic).

* Managed Infrastructure: Vercel's AI Gateway handles infrastructure-level tasks like retries, provider health monitoring, and fallback routing, which were previously managed in Zo's own codebase.

* Increased Developer Velocity: The time required to add support for a new AI model was reduced from over an hour of engineering work to a 30-second configuration change.

Strategic Importance

This case study demonstrates how abstracting AI infrastructure into a managed platform like Vercel's enables startups to deliver reliable, high-performance AI features without investing heavily in foundational engineering. It validates Vercel's strategy to capture the AI application layer by solving common, time-consuming developer pain points.

Original article