This week I spent a fair bit of time watching Microsoft Build recordings–partly because it has some impact on work, and partly because it was brimming with AI stuff I can actually use. And yes, you need to cherrypick. Here’s a few I am taking as inspiration: Enhancing VS Code extensions with GitHub Copilot (source code) – I’ve been thinking of writing a private VS Code extension to extend Copilot, and this shows how to take editor context and handle it with an LLM. Practical End-to-End AI Devel...