Cooking with Agents in VS Code — Liam Hampton, Microsoft
Skills:
Agentic Coding90%
Key Takeaways
Demonstrates cooking with agents in VS Code using Claude Opus and GitHub Actions
Original Description
One codebase, three problems, three agents running at the same time. Liam Hampton from Microsoft demos the full loop in VS Code: a local agent with Claude Opus writing and fixing unit tests with him in the loop, a background agent using a git work tree to build a front end from a GitHub issue without him touching it, and a cloud agent running in GitHub Actions to make the repo open source friendly.
The talk is a framework for knowing which agent path to pick and why. Local when you want hands on iteration. Background when the task is big and you can tolerate being half in half out. Cloud when you genuinely do not care how it gets done. VS Code handles all three from one interface, with Copilot, Claude, and third party agents accessible from the same control plane.
Speaker info:
- https://x.com/liamchampton
- https://www.linkedin.com/in/liam-conroy-hampton/
- https://github.com/liamchampton
Watch on YouTube ↗
(saves to browser)
Sign in to unlock AI tutor explanation · ⚡30
More on: Agentic Coding
View skill →Related Reads
📰
📰
📰
📰
CLI Ownership Management: master, owner, and session Commands for Self-Hosted Wallets
Dev.to AI
Our drift-warning hook was silently dead for 23 days. Zero warnings looked exactly like good behavior.
Dev.to AI
Spotify expands its AI push with a ChatGPT-like music assistant
TechCrunch AI
A practical checklist for evaluating an OpenAI-compatible AI API gateway
Dev.to · Alex
🎓
Tutor Explanation
DeepCamp AI