What we learned shipping VS Code weekly (without breaking everything) | BRK204

Pierce Boggan and Joshua Spicer walk through how the VS Code team shifted from monthly to weekly releases without letting quality collapse, focusing on the concrete engineering patterns and tooling they adopted.

Overview

The session covers the VS Code team’s release-engineering and quality practices for shipping weekly at high commit volume, including how they use agents to turn conversations into pull requests, automate triage in a large GitHub repository, and apply evaluation harnesses and staged rollouts to reduce risk.

Topics covered

Moving from monthly to weekly releases

Agent-driven workflows that fit into the team’s cadence

Agent verification loop for UI changes

Automated triage and GitHub-scale repo hygiene

Telemetry-driven issue handling

Cross-process bug analysis and AI-generated fixes

Quality harnesses and offline evaluation

Safer weekly releases with staged rollouts