---
title: "Ensuring your code works when AI testing isn’t enough | BRK208"
url: https://daily.dev/posts/ensuring-your-code-works-when-ai-testing-isn-t-enough-brk208-vvlu4uded
source_url: https://www.youtube.com/watch?v=9RzqagabeOk
type: video:youtube
source: "Microsoft Developer"
published: 2026-06-04T11:08:06.492Z
updated: 2026-06-04T11:08:30.288Z
tags: ["testing", "cicd", "ai-coding"]
reading_time: 44
upvotes: 0
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Ensuring your code works when AI testing isn’t enough | BRK208

**[Microsoft Developer](https://daily.dev/sources/microsoftdeveloper)** · 44 min read · 0 upvotes · 0 comments

## Summary

A conference talk by Simon Willison covering verification patterns for agentic engineering — writing production code with AI coding agents. Key topics include: active refactoring as a code review technique, using agents to prototype and stress-test API designs, maintaining documentation accuracy with diff-based prompts, setting up preview environments via GitHub Actions, reducing blast radius with CSP headers, sandboxed iframes, and WebAssembly, achieving zero tolerance for flaky tests by delegating debugging to agents, and preserving agent transcripts as audit artifacts. The talk draws parallels between large-team software engineering practices (conceptual integrity from The Mythical Man-Month, dark factories) and the challenges individual developers now face when shipping AI-generated code at high velocity.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://www.youtube.com/watch?v=9RzqagabeOk>

## Similar posts on daily.dev

- [My fireside chat about agentic engineering at the Pragmatic Summit](https://daily.dev/posts/my-fireside-chat-about-agentic-engineering-at-the-pragmatic-summit-ob1xorish) · Simon Willison · 3 upvotes · 0 comments
- [Simon Willison’s Weblog](https://daily.dev/posts/simon-willison-s-weblog-ypcurxob3) · Hacker News · 1 upvotes · 1 comments
- [Using AI Coding Agents Without Losing Control](https://daily.dev/posts/using-ai-coding-agents-without-losing-control-hvfewqwhw) · Softbinator · 0 upvotes · 0 comments
- [Beyond Best Practices](https://daily.dev/posts/beyond-best-practices-oyz0lgcsc) · PHPUnit Expert · 1 upvotes · 0 comments

---

Tags: [#testing](https://daily.dev/tags/testing), [#cicd](https://daily.dev/tags/cicd), [#ai-coding](https://daily.dev/tags/ai-coding)

[View this post on daily.dev](https://daily.dev/posts/ensuring-your-code-works-when-ai-testing-isn-t-enough-brk208-vvlu4uded)
