Engineering brief
Roblox's fix for the trust gap between AI code and production shipping
At a glance
The brief is enough
- Relevance
- Practical value
- Radar
- Time horizon
- This year
- Warnings
- None
Roblox got an AI code review agent to a 60-70% acceptance rate — better than humans. But the real work wasn't AI.
Trust infrastructure, not model capability, is now the bottleneck for AI autonomy in engineering teams.
Watch if you're building autonomous agent workflows and want a realistic, data-driven account of the infrastructure and policy work involved.
Summary
The trust paradox. Andrew Swedllo, an engineering director at Roblox, opens with a sharp observation: most teams ship AI-generated code, but almost nobody trusts it. In an audience poll, nearly everyone had shipped AI code recently, but only three people trusted that code completely. This gap between generation and trust is the central problem his team set out to solve with a project called "Prompt to Prod" — the ability to go from a natural language prompt straight to production without human intervention.
The infrastructure iceberg. The bulk of the work had nothing to do with AI models. Before Roblox could attempt autonomous deployments, the team spent weeks adding CLIs, APIs, and MCP integrations to systems that had none. Playwright was used to convert UIs into agent-friendly interfaces. Test coverage, canary deployments, auto-rollback, and telemetry were all prerequisites. Swedllo makes the point explicit: the hard part of prompt-to-prod is plumbing and infrastructure, not model selection.
Institutional knowledge as code. To make agents act like Roblox's best engineers, the team built "exemplars" — YAML-encoded rules extracted from 1.75 million code review comments across 700,000 PRs over three years. These were clustered, curated by repo owners, and fed into an alignment engine. The result: an automated code review agent reached 60-70% suggestion acceptance rates, outperforming the 55% acceptance rate of human reviewers. The system works because it surfaces the judgment of top engineers, not generic model knowledge.
Policy as a bottleneck. Removing human code review was a policy fight. Compliance and security teams initially said no. Swedllo built the case with data showing AI code review suggestions outperformed humans, then negotiated a policy change for low-risk changes. He argues that teams producing 10x more code cannot review it with the same headcount. The real constraint is organizational, not technical — and most teams are not yet confronting this policy question.
New metrics for a new world. Traditional DORA metrics and lines of code are becoming meaningless when AI generates most of the output. Roblox now measures agent quality through rigorous evals (30-40% of their AI work), feature velocity classified by LLMs analyzing PR intent, and long-running turn time — the duration an agent can work autonomously without human re-steering. Currently the P50 turn time is 40 seconds, far from the 8-hour goal needed for true 24/7 AI.
My take
I found the exemplars approach genuinely useful, institutional knowledge encoded as testable rules is a pattern worth borrowing. The 60-70% acceptance rate on code review suggestions is striking, though I'd be careful: AI outperforming humans on suggestion acceptance doesn't mean AI catches everything humans would. What stands out most is how much of the work was plumbing and policy. Teams chasing the next frontier model should instead audit their tooling gaps, test coverage, and compliance rules. The orchestration tax on short-turn agents is real and undervalued. I'd add: don't replace human code review entirely until you've measured what your AI misses in production incidents.
What to do with this
- Audit your deployment pipelines for gaps: no API, no CLI, no automatic rollback.
- Extract institutional knowledge from 3-12 months of code review comments into testable rules.
- Start a policy conversation about replacing human code review for low-risk, well-instrumented changes.
Watch the video
This video is blocked due to your privacy settings. To watch this video, please accept YouTube marketing cookies.
Related breakdowns
AI is hollowing out junior engineers; preceptorship is the fix.
Scott Hanselman argues AI is destroying the junior developer pipeline by eliminating routine coding tasks that build foundational skills. His proposed fix: a…
Workflows Don’t Make Agents Safer—Steering Hooks Do
Workflows might be holding your agents back. AWS’s Clare Liguori shows why model-driven agents with steering hooks outperformed rigid pipelines.
Formal Methods Stop Being Academic When AI Handles the Plumbing
Formal methods, backed by AI, are now cheap enough to try on critical distributed systems. The real challenge is defining what “correct” means.
Get TL;DW
Too Long; Didn't Watch.
A concise breakdowns of the AI and devtools videos that actually matter for engineering leaders.
Free. Weekly. No hype.
Video and thumbnails remain the property of their respective creators. tldw.news provides editorial analysis, commentary, and discovery links to original content.