Fetching from the wire…
Public story · 2026-07-22 · high
The multi-second delay that pushed teams toward Node over Python drops from 2.8 seconds to 1.3, no code changes required.
Why now: Vercel's changelog lists the change as of July 22, 2026.
Vercel now compiles Python to bytecode at build time, not first import, cutting median cold starts from 2.8 seconds to 1.3, per the changelog. Cold start has been the practical reason teams pick Node over Python for edge functions. A 54% cut in that penalty changes the calculation for anyone running FastAPI or Flask.
The old path parsed and compiled Python source at first request after an idle period, adding seconds before a line of application code ran. Node's cold path skips most of that cost, which is why teams defaulted to it for latency-sensitive endpoints even when Python fit the workload better.
Python still starts an interpreter and still costs more than Node's cold path. The build step narrows that gap without closing it. This is a packaging change on Vercel's side, not a shift in how CPython itself starts up. No code changes are required to see the improvement.
If you're running FastAPI or Flask on Vercel, this is a redeploy, not a migration.
Each link below shares sources, entities, or timing with this story.
Vercel released Vercel Services / Shared entities / Same source domain / Earlier coverage
Linked by a graph relationship (Vercel released Vercel Services); both cover FastAPI, Node, Python, Vercel; reported by the same outlet (vercel.com).
Vercel partners with Claude Code / Shared entity: FastAPI / Shared topic / Earlier coverage
Linked by a graph relationship (Vercel partners with Claude Code); both cover FastAPI; overlapping topics (code, doesn, function).
OpenAI uses Vercel / Shared entities / Earlier coverage
Linked by a graph relationship (OpenAI uses Vercel); both cover Free, Vercel; earlier Free coverage from 2026-04-05.
OpenAI uses Vercel / Shared entity: Vercel / Same source domain / Earlier coverage
Linked by a graph relationship (OpenAI uses Vercel); both cover Vercel; reported by the same outlet (vercel.com).
Vercel released AI SDK / Shared entity: Vercel / Same source domain / Earlier coverage
Linked by a graph relationship (Vercel released AI SDK); both cover Vercel; reported by the same outlet (vercel.com).
Vercel released Vercel Sandbox / Shared entity: Vercel / Shared topic / Earlier coverage
Linked by a graph relationship (Vercel released Vercel Sandbox); both cover Vercel; overlapping topics (code, function).
Vercel supports Agent Skills / Shared entity: Vercel / Shared topic / Earlier coverage
Linked by a graph relationship (Vercel supports Agent Skills); both cover Vercel; overlapping topics (been, code).
Stripe partners with Vercel / Shared entity: Vercel / Shared topic / Earlier coverage
Linked by a graph relationship (Stripe partners with Vercel); both cover Vercel; overlapping topics (been, code).