proomt

Search

Search posts, papers, and topics

All posts

VercelSusan Aziz5 min readintermediate

How Delphi ships 100 times a day with its Python backend on Vercel

Summary

Delphi migrated its Python backend to Vercel, leveraging Workflows, Queues, and AI Gateway to eliminate infrastructure overhead. The change let a 10‑engineer team ship over 100 production deploys daily with fast onboarding and reliable model routing.

  • Moving the Python backend to Vercel cut onboarding from a full day to minutes by using the same deploy workflow for all engineers.
  • Vercel Workflows and Queues let long‑running tasks and background jobs run without any infrastructure provisioning code.
  • The team now ships 100+ production deploys per day behind feature flags, skipping staging and relying on Vercel Agent anomaly detection.
  • Preview deployments become the primary testing surface for AI agents, enabling instant feedback via live URLs.

Any engineering team that wants rapid iteration without building its own infra can learn from Delphi’s Vercel‑based workflow.

6/10

Related reading

  1. How Factory scaled its cloud backend to one billion monthly requests on Vercel

    Factory runs its entire SaaS backend on a single Next.js app deployed to Vercel, handling about a billion API requests per day with 350 ms p95 latency. They achieve this with Vercel’s Fluid compute to avoid cold starts, built‑in observability and WAF for security, and internal automation (“Droids”) that let non‑engineers deploy tools without extra infrastructure.

    Vercelvercel.com4 min
  2. Secure Compute and Static IP builds start 64% faster

    Vercel’s Secure Compute and Static IP builds now start 64% faster by using prewarmed containers, cutting the time from deployment creation to build start from 6.7 s to 2.4 s. The change is automatic and requires no user action.

    Vercelvercel.com1 minrelease
  3. Share Vercel Container Registry repositories across teams

    Vercel added read‑only sharing of Container Registry repositories across teams, allowing any team to pull images from a shared repo. The sharing is managed through the dashboard or Vercel CLI and can be used in Vercel Sandbox with a team‑scoped image reference.

    Vercelvercel.com1 minrelease