Weekly YouTube Picks (2026-W09)

This week’s picks are about making coding agents operational: pick the right harness boundaries, then raise verification frequency so high-velocity diffs don’t turn into variance. The recurring move is to treat context and guardrails as first-class artifacts you can validate, version, and iterate on. Emerging Patterns for Coding with Generative AI — DevCon Fall 2025 (Lada Kesseler) — The durable shift is from “better prompting” to context management: capture decisions into reloadable knowledge docs, keep instructions tight to avoid context rot, and use specialist agents when focus matters. Two tactics worth stealing immediately: Semantic Zoom (zoom out, then drill in) and the “feedback flip” where you force a reviewer pass before you trust a diff — a concrete way to operationalize a checker. ...

March 1, 2026

Weekly YouTube Picks (2026-W08)

This week’s picks converge on a single constraint: code is cheap, but variance isn’t — so the work shifts to specs, feedback loops, and grounded evidence (in the repo and in production). AI-written code — agents as “infinite interns” (Armin Ronacher) — A useful reframing: agents make ecosystem friction measurable. When there are five competing ways to do packaging, typing, or routing, the agent doesn’t just get slower — it gets inconsistent. The practical response is boring but real: standardize the tool loop, bias toward lower abstraction when debugging cost matters, and invest in conventions that reduce Comprehension Debt. ...

February 22, 2026

Instruction Sandwich

A prompt-structuring technique where you repeat a critical instruction as explicit checklist steps before and after (and sometimes during) the main task, so the agent executes it as part of the plan rather than treating it as optional framing.