Agent supervision is the new senior engineering skill | BRK244

swyx (Shawn Wang) argues that as AI agents start shipping code, “agent supervision” becomes a core senior engineering skill: scoping agent work, setting constraints, designing checkpoints, and reviewing outputs for correctness and security.

Overview

This Microsoft Build 2026 breakout focuses on practical ways to keep humans accountable while letting coding agents move quickly. The session frames the main bottleneck as trust, and proposes supervision patterns to reduce silent failures and improve correctness and security when agents produce code.

What “agent supervision” means in practice

The talk positions supervision as a senior-level responsibility that includes:

Patterns to catch silent failures

The session highlights workflow patterns intended to detect failures that may not be obvious when an agent appears to “complete” a task:

Validation and hardening mindset

The talk discusses the need for hardening and validation as agent-generated code increases, including:

Broader ecosystem context (from session chapters)

The session also touches on:

Resources