My @vercel internship: Codex, async video, batch support on AI Gateway. And I turned the terminal into an arcade for agents:
▪︎ Challenge models in 3D ASCII, no GPU
▪︎ Build with the open source game engine
Install → npm i -g ascii-arcade
Explore → ascii-arcade.dev
Each day ~10 million deployments are made on Vercel, with 2.35 billion made to date.
Vercel is one of the most heavily multi-tenant systems in the world. Billions of application deployments co-exist and are accessible ('routable') on our CDN at any given moment.
Underlying our
You can just make things faster.
I loved reading this blog post and as a bonus: bloom filters mentioned! (Although the speed up here comes from binary search over sorted JSONL)
The Vercel CDN makes over 80 million routing decisions per second.
We cut P99 metadata lookup latency by 91%, helping requests reach your pages faster and speeding up deployments along the way ↓
vercel.com/blog/how-we-cu…