Code-survival telemetry for internal coding-agent rollouts
Engineering teams testing coding agents can add two product metrics to pilot dashboards: the number of back-and-forth iterations needed to finish a request, and whether assisted code remains after review and later edits. Gemini for Google reports both measures at large scale, with a blind A/B study across 29,000 developers showing 23% fewer mean iterations per turn and about 17% higher code survival rates.
A practical version does not require a custom foundation model on day one. An internal pilot can tag agent-assisted pull requests, connect chat or IDE sessions to review outcomes, and sample code survival after a fixed window such as 30 or 60 days. Multi-language repositories also need a pre-change checklist: inspect the repository, verify APIs and tooling, check dependencies and security rules, and label checks the agent could not run. The Polyglot Protocol is useful here as a procedural template, especially because it names repository discovery and validation failures that teams already see in code review.