Browse GitHub Copilot Videos (179)

GitHub highlights a major update to the GitHub Copilot desktop app announced at Microsoft Build, focusing on new preview features aimed at safer, more agent-native local development workflows.
Kyle Daigle highlights what developers can do with the GitHub Copilot app and notes that anyone on a paid Copilot plan can access it now.
Christina Warren recaps developer news from Microsoft Build and GitHub, including updates to the GitHub Copilot desktop app (cloud and local sandboxes) and the general availability of Anthropic’s Claude Fable 5 model for Copilot, plus a quick look at GitHub Universe and an open source project spotlight.

Azure Update 12th June 2026

John Savill rounds up a week of Azure platform changes and retirements, spanning compute/storage updates, database and identity improvements, monitoring changes, and several developer-facing AI items including GitHub Copilot Agent Mode in SSMS and Azure AI Foundry agent licensing and model availability.

3 MCP Servers I Use Daily in VS Code

Visual Studio Code shares a quick walkthrough of three MCP servers they use daily in VS Code—GitHub, Playwright, and Microsoft Learn—to extend GitHub Copilot Agent mode for PR review, real-browser testing, and pulling up-to-date documentation as context.

You Can Now Bookmark Websites Inside VS Code

Visual Studio Code highlights new Integrated Browser improvements in VS Code, including saving browser favorites, taking full-page or region screenshots, and using browser content as context for GitHub Copilot and agent workflows.
Dan Wahlin demonstrates an “agentic journey” workflow that takes an app idea through planning, coding, infrastructure creation, and deployment to Azure, using GitHub Copilot CLI and Azure skills to handle tasks like Bicep templates, health probes, and database wiring for an app backed by Azure SQL and Microsoft Foundry.
Mario Toffia and Priyanka Sharma share a practical look at AI-assisted coding workflows, comparing Claude Code + Cursor with GitHub Copilot CLI and focusing on what works, what breaks down, and how teams can scale usage without losing control over sensitive infrastructure.
Fokko at Work demos what’s new for GitHub Copilot in Visual Studio Code 1.124, focusing on Agents window usability improvements (including navigation shortcuts) and the “advanced autopilot” experience, with notes on how enterprise policies and pricing plans can affect feature availability.
Bill Ticehurst shows how GitHub Copilot in VS Code can speed up learning and day-to-day work with the Microsoft Quantum Development Kit (QDK), focusing on practical workflows for building, debugging, and running quantum programs so you can iterate faster.

Agents League: Creative Apps Battle

Visual Studio Code kicks off the Agents League with a creative app-building battle, where experts demonstrate AI-assisted development using GitHub Copilot and share ideas participants can apply to their own hackathon submissions.
GitHub demonstrates how to extend GitHub Copilot code review using Model Context Protocol (MCP) and custom skills, so reviews can incorporate internal documentation and repository-defined checklists to produce findings aligned with a team’s engineering standards.
Pierce Boggan recaps day one highlights from Microsoft Build 2026, focusing on how VS Code and GitHub Copilot roles are evolving, what’s coming next for AI adoption in the editor, and how agent-style workflows are changing developer expectations.

Extend GitHub Copilot with the Copilot SDK | LIVE151

Patrick Nikoletich and Burke Holland introduce the Copilot SDK and show how it can be used to extend GitHub Copilot by building custom, agentic experiences on the same runtime that powers Copilot.

What's new in GitHub Copilot CLI? | LIVE152

Evan Boyle and Burke Holland walk through what’s new in GitHub Copilot CLI, including a redesigned terminal interface, a “Rubber Duck” workflow for second opinions, recurring prompts with /every, and a hands-free voice mode aimed at making terminal-based coding and review faster to iterate on.
Brad, an OpenClaw maintainer, shares how he uses the GitHub Copilot app to triage and prioritize large volumes of GitHub Issues and pull requests across his open source work, including using multiple major models under one subscription for cross-checking results.
Seth Juarez and Burke Holland introduce the GitHub Copilot app, a desktop experience aimed at agent-driven development where you can hand off an issue, watch agents work, review the diff, and merge changes from a single screen.
Tyler Leonhardt explains what it means for Claude to run as a coding agent inside GitHub Copilot in VS Code, focusing on how the integration behaves at the code level, how context is assembled, and what changes when you select Claude explicitly versus letting Copilot choose.

Rubber duck debugging in VS Code & GitHub Copilot CLI

Burke Holland and Reynald Adolphe show how to use GitHub Copilot CLI inside VS Code for “rubber duck debugging”: having a second model family review and challenge the first during planning, implementation, and testing to help catch mistakes earlier.

Using AI tools to teach old apps new tricks | BRK220

Nish Anil, Hazem El-Hammamy, and Jeff Fritz present a Microsoft Build 2026 session on using GitHub Copilot’s modernization capabilities and agentic AI to analyze large legacy codebases, map dependencies, plan upgrades, and refactor safely with governance controls, including examples spanning mainframe and .NET modernization.

Is DOOM a Tensor? | LIVE165

Anthony Shaw explains what tensors are and why they matter for how ML models run, then connects that understanding to writing better prompts and benchmarking when using GitHub Copilot to optimize code.

How we ship models in VS Code | LIVE161

Julia Kasper and Seth Juarez give an inside look at how the VS Code and Copilot teams evaluate and ship AI model updates, including how they test model quality, compare model behavior on the same prompts, and balance capability improvements with reliability during rollouts.

How Microsoft AI builds coding models optimized for GitHub Copilot | LIVE158

Seth Juarez, Pierce Boggan, Yang Liu, and Pengcheng He explain how Microsoft AI trains and evaluates code-focused models that power GitHub Copilot, including what makes coding models different, how developer workflows influence optimization, and how improvements show up inside VS Code.
Visual Studio Code hosts a Microsoft Build 2026 live stage session with demos and discussion spanning GitHub Copilot, the Copilot SDK, and VS Code workflows. It touches on agent integration, multi-model verification, security concerns in AI code review, and developer tooling updates shared by the teams building them.
Microsoft Developer’s Data Exposed episode shows how to build a data-powered application using Rayfin with a Microsoft Fabric SQL Database backend, including Fabric SSO authentication. It also covers iterating on the app with GitHub Copilot and how Rayfin’s code-first SDK reduces the amount of infrastructure wiring you need to do.

From CLI to PR: Automating the path to merged code | BRK203

Cassidy Williams and Evan Boyle demonstrate an end-to-end agentic workflow with GitHub Copilot, moving from terminal-based planning through delegated execution and automated pull request review. The session focuses on practical mechanics like context management, Copilot CLI features (including voice and speech-to-text), and controlling cost/efficiency with token budgeting.

Claw and agent harness in Microsoft Foundry | BRK243

Shawn Henry, Amanda Foster, and Glenn Condron go deep on building and operating multi-agent systems on Microsoft Foundry, focusing on “agent harness” patterns (including Claw) and hosted agents architecture. They cover long-running agents with triggers, state and file access, plus how Copilot SDK and Claude Agent SDK fit into coordinated workflows.
Dan Hellem and Dave Burnison demonstrate how Azure DevOps and GitHub integrate for hybrid DevOps workflows, including Azure Boards and Azure Pipelines connectivity, migration tooling, and AI-powered capabilities like Copilot assignment, Copilot code reviews, and automated multi-file fixes.
Mads Kristensen and Nik Karpinsky demo GitHub Copilot in Visual Studio, focusing on agent-style workflows that go beyond code generation: diagnosing bugs from runtime behavior, profiling performance to find bottlenecks, recommending targeted fixes, and building tests to prevent regressions for enterprise C#, .NET, and C++ codebases.
Nik Karpinsky demonstrates how to diagnose and fix modern performance issues using Visual Studio’s profiling and diagnostics tools, with GitHub Copilot and AI-powered agents helping generate, refine, and explain benchmark and profiling results for faster root-cause analysis.
Ellie Bennett and Denizhan Yigitbas show how GitHub Copilot can follow you across development environments, from local CLI workflows to cloud execution using Remote Sandboxes, with an emphasis on staying in control while Copilot runs commands and iterates on changes.

Build AI Apps with Oracle AI Database@Azure, MCP, and GitHub Copilot | DEMSP382

Parthasarathy Srinivasan and Rajya Laxmi Yellajosyula demonstrate a multi-cloud, enterprise AI workflow that combines Oracle Database@Azure with Microsoft Fabric, MCP, and GitHub Copilot, covering provisioning, synthetic data creation, ETL from bronze to gold, and an end-to-end fraud detection demo driven by natural-language orchestration.
GitHub introduces and demos the GitHub Copilot App, focusing on what it is and how developers can use Copilot features from the app experience.
Fokko at Work demos selected updates in Visual Studio Code 1.123 with a focus on GitHub Copilot-related changes, including session sync/Chronicle and the Agents window, plus improvements to the built-in browser and screenshot workflow.
Visual Studio Code hosts a live Microsoft Build session with the GitHub Copilot team, covering agentic development across the Copilot ecosystem. The agenda includes Copilot CLI, building with the GitHub Copilot SDK, and a segment on .NET Aspire alongside Copilot and related tooling.
Microsoft Developer promotes the Microsoft Build 2026 Day 2 livestream, highlighting GitHub and VS Code updates, GitHub Copilot deep dives, and a day of live programming sessions with Microsoft and GitHub engineers, plus Foundry-focused talks and selected breakout streams.

Microsoft Build 2026 Day 2 - streaming now!

Microsoft Developer announces that Microsoft Build 2026 Day 2 is live, highlighting a schedule that includes GitHub Copilot deep dives, VS Code announcements and demos, and live coding sessions with Microsoft and GitHub engineers.

GitHub App | Microsoft Build Day 2 streaming now!

Microsoft Developer shares a short announcement that Microsoft Build 2026 Day 2 is streaming live, highlighting GitHub, VS Code announcements and demos, GitHub Copilot deep dives, and live coding sessions with Microsoft and GitHub engineers.
Microsoft Developer introduces Project Lobster and the early Microsoft Scout desktop experience, focusing on always-on AI agents that can coordinate work, surface risks earlier, and keep tasks moving with less prompting. The video also outlines how Frontier customers can access the experimental release and what enrollment and policy prerequisites are required.
GitHub hosts a live coding stream from Microsoft Build focused on agentic development with GitHub Copilot, including sessions on Copilot CLI, the Copilot SDK, and Copilot workflows across VS Code and Visual Studio, plus a segment covering .NET Aspire alongside Copilot.

Rejoining the server...

Rejoin failed... trying again in seconds.

Failed to rejoin.
Please retry or reload the page.

The session has been paused by the server.

Failed to resume the session.
Please reload the page.