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 just shipped the stuff that makes Fly.io and Railway nervous, and they did it in a single push. The Vercel Container Registry is now a thing: an OCI-compliant image registry on Vercel's own infrastructure. You can deploy an HTTP server straight from a Dockerfile or Cont...
Announced August 7: Hermes can use AI Gateway as its inference layer for 200+ models with no token markup and per-request dashboard visibility, and execute shell commands inside an isolated Vercel Sandbox microVM instead of on your machine, with Node.js 24/22 and Python 3.13 a...
@ai-sdk/harness-cursor connects Cursor to the HarnessAgent interface through @ai-sdk/harness-acp over the Agent Client Protocol (Vercel). Instantiating is two lines and swapping the harness value changes which agent runs without touching application code. Coverage now spans Cl...
Satya Nadella said companies routing everything through a single proprietary lab may not survive. His argument: you hand that lab your most sensitive business context, and the lab can turn it against you as a competitor. His prescription is an orchestration layer — keep the ha...
A repo nobody was talking about yesterday just became the fastest-growing developer tool on GitHub. colbymchenry/codegraph gained 4,222 stars in a single day, landing at 12,200 and climbing. The reason is simple: it solves the biggest cost and speed bottleneck in AI-assisted c...
Vercel CEO Guillermo Rauch announced open-source, bring-your-own-model templates for both v0 and Vercel Agent. Powered by the AI SDK, Vercel AI Gateway, and Sandbox. The template supports Claude Code, OpenAI Codex CLI, GitHub Copilot CLI, Cursor CLI, Gemini CLI, and opencode....
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.