workflow automation

Automating Feature Flag Cleanup: DoorDash Leverages AI for Efficiency

DoorDash's multi-agent LLM system tackles a notoriously tedious job: cleaning up stale feature flags across 60,000 of them and 623 repositories.

3 min readInfoQ
Automating Feature Flag Cleanup: DoorDash Leverages AI for Efficiency
From InfoQ

DoorDash built a multi-agent LLM system to automate stale feature flag cleanup across more than 60,000 flags and 623 repositories. The workflow combines live experimentation data through MCP, engineer approval, isolated Git worktrees, parallel agents, and automated validation. In an evaluation of 50 flags, 45 produced usable pull requests at an average of 13.8 minutes and $4.79 per cleanup.

Read the original at InfoQ