Agents

DoorDash Flux Platform Runs 130,000 Tasks in the Cloud

DoorDash has launched Flux, a cloud platform that moved AI engineering agents off local laptops to automate 130,000 tasks monthly while improving security and resource management.

InfoQ AI1 day agoAgents
Image: InfoQ AI

DoorDash transitioned its autonomous engineering agent workloads from local developer laptops to its new cloud-based platform, Flux. In a single month in 2026, the system automated 130,000 engineering tasks. Flux currently handles more than 25,000 automated code reviews every week, utilizing over 300 playbooks and generating more than 10,000 weekly invocations. This cloud-native setup allows workflows to run concurrently and unattended.

The delivery giant developed Flux to overcome the physical and security limitations of running agents on individual laptops. Local execution restricted available CPU and memory, required developers to keep their machines powered on and connected, and exposed sensitive internal credentials to autonomous agents. Furthermore, tracking where agents ran, what systems they accessed, and on whose behalf they operated proved difficult for security teams.

Flux relies on four core primitives: cloud sandboxes, an internal Model Context Protocol (MCP) gateway, reusable playbooks, and invocation surfaces. The sandboxes use Firecracker micro virtual machines to isolate workloads. DoorDash achieves a 95th percentile service level objective of under five seconds to fully provision a sandbox, which includes launching the microVM, cloning repositories, installing build tools, and configuring the coding agent harness. The custom Agent Gateway manages scoped permissions and logs all activity, while YAML-based playbooks define tasks, tools, and safety boundaries.

For software engineers, this shift changes how they interact with automated tools. Workflows can be triggered via Slack, GitHub, cron jobs, command-line tools, or conversational interfaces. DoorDash initially used Flux for automated code reviews but has since expanded its use to continuous integration triage, on-call duties, maintenance tasks, and ticket-driven development. By moving agent interactions to public Slack threads, the company also enabled developers to observe agent executions in real time and learn how other teams delegate work.

This is our own summary of reporting by InfoQ AI

More in Agents

DoorDash Flux Platform Runs 130,000 Tasks in the Cloud | Latest News