Europe 2026
Cooking with Agents in VS Code — Liam Hampton, Microsoft
Overview
This talk explores how AI agents can be integrated into the VS Code environment to enhance developer productivity. It categorizes agents into local, background, and cloud types, each suited for different tasks. The core thesis is that VS Code can serve as a unified interface for managing and utilizing these diverse AI agents, streamlining workflows and reducing cognitive load for developers.
Who should watch
- AI engineers looking to integrate agents into their development process.
- Product Managers seeking to understand how AI can boost team productivity.
- Developers who use VS Code and GitHub Copilot and want to leverage advanced agent capabilities.
- Builders exploring ways to manage complex tasks with AI assistance.
- Those concerned with the ROI and practical application of AI tools in software development.
Key takeaways
- AI agents can be categorized into local (hands-on, in-the-loop), background (semi-autonomous, e.g., UI creation), and cloud (for tasks like documentation) types.
- VS Code acts as a central hub, supporting local, background, and cloud agents through features like GitHub Copilot chat and custom agents.
- Git worktrees can be used with background agents to isolate development branches for specific tasks, such as front-end creation.
- Cloud agents, often run in secure environments like GitHub Actions, are suitable for tasks like generating documentation or making repositories open-source friendly.
- The Mono Context Protocol (MCP) enables agents to interact with various services, including cloud resources and external tools like Playwright for testing.
- Customization is key, with options for custom instructions, agents, prompt files, and agent skills within VS Code.
- The talk demonstrated a workflow where a local agent wrote unit tests, a background agent created a front-end UI, and a cloud agent generated documentation, all concurrently.
- The integration aims to reduce cognitive load by providing a single entry point for diverse AI agent functionalities within the developer's existing environment.
Notable quotes
*We still somehow seem to find ourselves in this sort of paradigm where everybody thinks agents can solve the worlds problems.*
*Visual Studio Code is a single entry point for AI agents, and weve really built this agentive workflow around multiple different services.*
Unofficial community note. Prefer the recording for nuance.