<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>GitHub Copilot on Chris Reddington</title><link>https://chrisreddington.com/tags/github-copilot/</link><description>Recent content in GitHub Copilot on Chris Reddington</description><generator>Hugo</generator><language>en-gb</language><lastBuildDate>Thu, 16 Apr 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://chrisreddington.com/tags/github-copilot/index.xml" rel="self" type="application/rss+xml"/><item><title>An interactive agentic AI mental model</title><link>https://chrisreddington.com/project/agentic-ai/</link><pubDate>Thu, 16 Apr 2026 00:00:00 +0000</pubDate><guid>https://chrisreddington.com/project/agentic-ai/</guid><description>&lt;p&gt;An interactive agentic AI mental model is an interactive guide to how an agentic AI system works. It brings together the moving parts that are easy to talk about separately, but harder to hold as one picture when you are building with agents.&lt;/p&gt;
&lt;p&gt;The project walks through how instructions, capabilities, retrieved context, session state, memory, MCP servers, sandbox execution, tool results, and the Think-Act-Observe loop connect in practice.&lt;/p&gt;
&lt;h2 id="features"&gt;Features&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Interactive mental model&lt;/strong&gt;: Explore the core components of an agentic AI system in one connected view&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Context engineering focus&lt;/strong&gt;: Understand how context windows, retrieved context, and session state shape agent behaviour&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Operational building blocks&lt;/strong&gt;: See where memory, tool use, MCP servers, and sandbox execution fit into the overall system&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Practical framing&lt;/strong&gt;: Use the Think-Act-Observe loop as a simple way to reason about how agents work in real workflows&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Agentic memory: what agents should and shouldn't remember</title><link>https://chrisreddington.com/blog/agentic-memory-what-agents-should-remember/</link><pubDate>Fri, 10 Apr 2026 00:00:00 +0000</pubDate><guid>https://chrisreddington.com/blog/agentic-memory-what-agents-should-remember/</guid><description>&lt;p&gt;While building some of my own AI-agent based projects, I&amp;rsquo;ve run into the same frustrating loop. An agent would uncover something useful in the work itself (a hidden dependency, an awkward repo rule, a dead end I&amp;rsquo;d already ruled out), and then forget it all in the next session. I&amp;rsquo;d steer it back on course, start fresh later, and watch it head straight for the same mistake again. All that earlier momentum had gone.&lt;/p&gt;</description></item><item><title>AGENTS.md and SKILL.md: building a reusable agent toolbox</title><link>https://chrisreddington.com/blog/building-your-agent-toolbox/</link><pubDate>Wed, 08 Apr 2026 00:00:00 +0000</pubDate><guid>https://chrisreddington.com/blog/building-your-agent-toolbox/</guid><description>&lt;p&gt;I was working on a personal project and coming up with a Copilot CLI demo to show and tell at the GitHub Social Club in London yesterday. But as I started a fresh agent session, and typed the setup, I caught myself writing the same lines I&amp;rsquo;d written for some work a few days earlier.&lt;/p&gt;
&lt;p&gt;It included a few lines around the process for writing out plans, how the agent should hand off between planning, what the implementation expectations were, and how to review the work when it was done. That repetition (me repeatedly hitting the up arrow to get to my earlier prompts) was a sign that the knowledge I was typing should be packaged as something reusable, not left as another throwaway prompt.&lt;/p&gt;</description></item><item><title>Context engineering: more context isn't better context</title><link>https://chrisreddington.com/blog/context-engineering-more-isnt-better/</link><pubDate>Sun, 05 Apr 2026 00:00:00 +0000</pubDate><guid>https://chrisreddington.com/blog/context-engineering-more-isnt-better/</guid><description>&lt;p&gt;I was in a customer presentation recently where I asked the room whether they were familiar with the term &lt;strong&gt;prompt engineering&lt;/strong&gt;. Almost everyone raised their hand. This wasn&amp;rsquo;t a surprise, given how it&amp;rsquo;s been used &lt;a href="https://github.blog/developer-skills/github/how-to-write-better-prompts-for-github-copilot/"&gt;over the last 3 years&lt;/a&gt; to make sure that being specific, giving examples, and setting clear instructions are part of the conversation around AI tools.&lt;/p&gt;
&lt;p&gt;But then I asked whether they were familiar with &lt;strong&gt;context engineering&lt;/strong&gt;. Only a few people raised their hand, and even fewer were using it as a deliberate way to think about how they work with AI agents. I genuinely expected more people to have heard of it given how much the term has grown over the past year, even if they weren&amp;rsquo;t applying the principles just yet.&lt;/p&gt;</description></item><item><title>GitHub Copilot SDK demo: Creating "Flight School"</title><link>https://chrisreddington.com/video/2026-02-05-copilot-sdk-flight-school/</link><pubDate>Thu, 05 Feb 2026 00:00:00 +0000</pubDate><guid>https://chrisreddington.com/video/2026-02-05-copilot-sdk-flight-school/</guid><description>&lt;p&gt;Chris Reddington demonstrates &amp;ldquo;Flight School,&amp;rdquo; a custom Next.js application built to personalize his learning journey using the GitHub Copilot SDK.&lt;/p&gt;
&lt;p&gt;Key topics covered:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Agentic workflows&lt;/strong&gt; — leveraging the Copilot SDK to generate daily coding challenges based on a GitHub profile&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;AI-powered evaluation&lt;/strong&gt; — evaluating solutions against test cases with automated feedback&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Project export&lt;/strong&gt; — automatically exporting completed projects to new GitHub repositories&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Personalized learning&lt;/strong&gt; — habit tracking, dynamic learning topics, real-time skill customization, and integration with the GitHub MCP server for enhanced developer growth&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Rubber Duck Thursdays - Let's build with GitHub Copilot SDK</title><link>https://chrisreddington.com/video/2026-01-29-rubber-duck-thursdays/</link><pubDate>Thu, 29 Jan 2026 00:00:00 +0000</pubDate><guid>https://chrisreddington.com/video/2026-01-29-rubber-duck-thursdays/</guid><description>&lt;p&gt;Join us for Rubber Duck Thursdays! A lighthearted and informal stream where we live code on some projects. This week we explore how to bring the power of GitHub Copilot into your apps with the GitHub Copilot SDK, building hands-on examples and discussing patterns for integrating AI-powered coding assistance directly into developer tools and workflows.&lt;/p&gt;</description></item><item><title>Flight School</title><link>https://chrisreddington.com/project/flight-school/</link><pubDate>Mon, 26 Jan 2026 00:00:00 +0000</pubDate><guid>https://chrisreddington.com/project/flight-school/</guid><description>&lt;p&gt;Flight School is an AI-powered coding practice platform built with the GitHub Copilot SDK. It delivers personalized challenges, real-time evaluation, and learning guidance based on your GitHub profile.&lt;/p&gt;
&lt;h2 id="features"&gt;Features&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Personalized Challenges&lt;/strong&gt;: Generates coding exercises tailored to your skill level and GitHub activity&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Real-time Evaluation&lt;/strong&gt;: Instant feedback on your solutions powered by AI&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Learning Guidance&lt;/strong&gt;: Contextual hints and explanations to help you grow&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;GitHub Integration&lt;/strong&gt;: Leverages your GitHub profile to understand your strengths and areas for improvement&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Rubber Duck Thursdays - It's time to build!</title><link>https://chrisreddington.com/video/2026-01-08-rubber-duck-thursdays/</link><pubDate>Thu, 08 Jan 2026 00:00:00 +0000</pubDate><guid>https://chrisreddington.com/video/2026-01-08-rubber-duck-thursdays/</guid><description>&lt;p&gt;Chris showcases Timestamp (gh.io/timestamp), an open-source countdown timer app that evolved from the 2025 holiday streams into a fully extensible project with multiple themes, comprehensive testing, and GitHub automation.&lt;/p&gt;
&lt;h2 id="timestamp--open-source-countdown-timer"&gt;Timestamp — Open Source Countdown Timer&lt;/h2&gt;
&lt;p&gt;The app is built with vanilla TypeScript and Vite, featuring:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Multiple themes&lt;/strong&gt; — contribution graph (GitHub-style squares that fill as midnight approaches), fireworks celebration (powered by fireworks.js), and a scaffoldable ring theme&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;World map wall clock&lt;/strong&gt; — an interactive SVG map using Natural Earth public domain data with day/night visualization&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Time zone support&lt;/strong&gt; — countdown to midnight in any city worldwide with a drop-down and map selector&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Light/dark mode&lt;/strong&gt; — system-aware theme switching with per-theme styling&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Accessibility&lt;/strong&gt; — built-in reduced motion support, keyboard navigation, and WCAG considerations&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="copilot-custom-instructions-vs-agents-vs-prompt-files"&gt;Copilot Custom Instructions vs Agents vs Prompt Files&lt;/h2&gt;
&lt;p&gt;Chris shares key lessons learned from structuring his Copilot configuration:&lt;/p&gt;</description></item><item><title>Rubber Duck Thursdays - Let's build our way into 2026!</title><link>https://chrisreddington.com/video/2025-12-18-rubber-duck-thursdays/</link><pubDate>Thu, 18 Dec 2025 00:00:00 +0000</pubDate><guid>https://chrisreddington.com/video/2025-12-18-rubber-duck-thursdays/</guid><description>&lt;p&gt;In the last European-timezone-friendly stream of 2025, Chris builds a New Year countdown app from scratch — and reveals a GitHub contribution graph-themed countdown he built earlier.&lt;/p&gt;
&lt;h2 id="building-a-countdown-app-from-scratch"&gt;Building a Countdown App from Scratch&lt;/h2&gt;
&lt;p&gt;Chris scaffolds a new project using Vite with vanilla TypeScript and Tailwind CSS v4, using GitHub Copilot to generate the initial countdown logic, HTML structure, and styling. The app counts down to midnight on New Year&amp;rsquo;s with large digits and subtle animations.&lt;/p&gt;</description></item><item><title>Rubber Duck Thursdays - Let's build down tech debt</title><link>https://chrisreddington.com/video/2025-12-11-rubber-duck-thursdays/</link><pubDate>Thu, 11 Dec 2025 00:00:00 +0000</pubDate><guid>https://chrisreddington.com/video/2025-12-11-rubber-duck-thursdays/</guid><description>&lt;p&gt;Chris reviews the latest GitHub changelog and explores the major VS Code December release, then continues building custom agents for a game MCP server project.&lt;/p&gt;
&lt;h2 id="github-changelog-highlights"&gt;GitHub Changelog Highlights&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;CodeQL 2.23.6&lt;/strong&gt; adds Swift 6.2.1 and new C# security queries&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;GPT-5.1 Codex Max&lt;/strong&gt; now in public preview for GitHub Copilot across VS Code, GitHub.com, and GitHub Mobile&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Workflow dispatch inputs&lt;/strong&gt; limit increased from 10 to 25&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Copilot code generation metrics&lt;/strong&gt; now available in the enterprise insights dashboard&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Enterprise teams&lt;/strong&gt; limits increased over 10x — up to 2,500 teams and 5,000 users per team&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Dependabot-based dependency graphs for Go&lt;/strong&gt; now provide more complete transitive dependency trees&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;npm classic tokens revoked&lt;/strong&gt; — replaced with session-based and CLI token management&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Repository custom properties&lt;/strong&gt; now support GraphQL management and a URL type with built-in validation&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;GitHub MCP server&lt;/strong&gt; adds tool-specific configuration, lockdown mode for untrusted contributors, and default content sanitization against prompt injection&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;GitHub Enterprise Server 3.19&lt;/strong&gt; GA with rule set history import/export, SSH/TLS cipher configuration, and OpenTelemetry metrics&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Auto model selection&lt;/strong&gt; GA in VS Code for all Copilot plans&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="vs-code-december-release--agent-features"&gt;VS Code December Release — Agent Features&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Agent HQ&lt;/strong&gt; for managing multiple coding agents — background, cloud, or local — working simultaneously&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Background agents with git worktrees&lt;/strong&gt; for isolated workspaces, enabling multiple agents to work in parallel without file conflicts&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Custom agents for organizations&lt;/strong&gt; — share agents at the org level via &lt;code&gt;.github-private&lt;/code&gt; repositories&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Sub-agents via run sub agent&lt;/strong&gt; — delegate tasks to specialized sub-agents with their own context windows to avoid context bloat&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Claude skills support&lt;/strong&gt; — reuse existing Claude Code skills within VS Code agents&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Session management improvements&lt;/strong&gt; — integrated sessions view, compact and side-by-side layouts, and persistent local agent sessions&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="live-coding--custom-agents-and-background-agents"&gt;Live Coding — Custom Agents and Background Agents&lt;/h2&gt;
&lt;p&gt;Chris demonstrates the new VS Code agent features by continuing work on a tic-tac-toe game with an MCP server backend. He creates a testing specialist agent using a TDD workflow, experiments with background agents running in git worktrees, and explores sub-agent delegation for specialized tasks like code quality review.&lt;/p&gt;</description></item><item><title>Rubber Duck Thursdays - Let's build with custom agents (again!)</title><link>https://chrisreddington.com/video/2025-12-04-rubber-duck-thursdays/</link><pubDate>Thu, 04 Dec 2025 00:00:00 +0000</pubDate><guid>https://chrisreddington.com/video/2025-12-04-rubber-duck-thursdays/</guid><description>&lt;p&gt;Chris continues building custom agents for the SDLC, exploring the awesome-copilot repository for inspiration and live-building a GitHub Actions workflow agent with plan mode.&lt;/p&gt;
&lt;h2 id="topics-covered"&gt;Topics Covered&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;GitHub Changelog Roundup&lt;/strong&gt; — Blocking repo admins from installing GitHub Apps now GA, Copilot Spaces with public spaces and code view support, secret scanning updates for November 2025, GitHub Enterprise Server 3.19 RC, assigning issues to Copilot via GraphQL and REST APIs, and Claude Opus 4.5 availability across more IDEs.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Agent Inspiration from awesome-copilot&lt;/strong&gt; — Reviewing partner-built agents and the awesome-copilot repository for ideas including test writers, security reviewers, tech debt analyzers, documentation generators, PR review assistants, and onboarding guides.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Agent Consolidation&lt;/strong&gt; — Discussing whether to keep agents separate or consolidate them based on shared tool access, output formats, and domain overlap.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Building a GitHub Actions Agent&lt;/strong&gt; — Using plan mode to design a custom agent for authoring and updating GitHub Actions workflows, including monorepo build order awareness and minimal permissions guidance.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;GitHub Actions Instructions File&lt;/strong&gt; — Creating a companion instructions file with repository-specific CI/CD conventions, build order, environment variables, and recommended practices for workflow definitions.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Plan Mode Workflow&lt;/strong&gt; — Demonstrating the iterative plan-then-implement workflow where Copilot asks clarifying questions before generating code, and switching between plan and agent modes.&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Rubber Duck Thursdays - Let's build with custom agents</title><link>https://chrisreddington.com/video/2025-11-27-rubber-duck-thursdays/</link><pubDate>Thu, 27 Nov 2025 00:00:00 +0000</pubDate><guid>https://chrisreddington.com/video/2025-11-27-rubber-duck-thursdays/</guid><description>&lt;p&gt;Chris explores Copilot custom agents and custom instructions, restructuring project context files and creating meta instruction files for a more effective AI-assisted development workflow.&lt;/p&gt;
&lt;h2 id="topics-covered"&gt;Topics Covered&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;GitHub Changelog Roundup&lt;/strong&gt; — Enterprise bring-your-own-key for Copilot, linter integration with Copilot code review (ESLint, PMD), GitHub Actions cache size exceeding 10 GB, Claude Opus 4.5 in public preview, and secret scanning updates.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Custom Instructions Deep Dive&lt;/strong&gt; — Restructuring &lt;code&gt;copilot-instructions.md&lt;/code&gt; to include monorepo tech stack details, build order, service boundaries, security guidelines, and testing conventions using recommended practices from the docs.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Meta Instruction Files&lt;/strong&gt; — Creating instruction files that teach Copilot how to write better custom instructions and custom agents, pulling in recommended practices from the GitHub and VS Code documentation.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Plan Mode for Agent Design&lt;/strong&gt; — Using Copilot&amp;rsquo;s plan mode to iterate on ideas before implementation, demonstrating how follow-up questions help refine requirements like rubber duck debugging.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Context Engineering&lt;/strong&gt; — Discussion on supplying the right context to Copilot, balancing context window size, and the importance of being requirements-driven for high-quality code generation.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Community Q&amp;amp;A&lt;/strong&gt; — Topics including sustainable engineering pace, avoiding burnout, handling merge conflicts, and the fundamentals of software quality.&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Rubber Duck Thursdays - Let's build</title><link>https://chrisreddington.com/video/2025-11-20-rubber-duck-thursdays/</link><pubDate>Thu, 20 Nov 2025 00:00:00 +0000</pubDate><guid>https://chrisreddington.com/video/2025-11-20-rubber-duck-thursdays/</guid><description>&lt;p&gt;Chris catches up on several weeks of GitHub releases and then returns to the turn-based game MCP server project to fix a dependency upgrade issue.&lt;/p&gt;
&lt;h2 id="topics-covered"&gt;Topics Covered&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;GitHub Changelog Roundup&lt;/strong&gt; — Managing Copilot coding agent tasks in VS Code, new OIDC token claims for GitHub Actions, GPT-5.1 and Codex models, configuring the coding agent as a bypass actor for rulesets, MCP registry and allowlist controls in VS Code Stable, plan mode and isolated sub-agents in public preview, Gemini 3 Pro, and CodeQL updates.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;MCP Server for Games&lt;/strong&gt; — Revisiting the tic-tac-toe MCP server project and demonstrating how tool calls allow natural language game interaction with a backend API.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Fixing Dependency Upgrades with Copilot&lt;/strong&gt; — Using agent mode across multiple models (Codex, Gemini 3 Pro) to diagnose and resolve a type check failure caused by a Dependabot SDK version bump.&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Rubber Duck Thursdays - Time to build!</title><link>https://chrisreddington.com/video/2025-09-04-rubber-duck-thursdays/</link><pubDate>Thu, 04 Sep 2025 00:00:00 +0000</pubDate><guid>https://chrisreddington.com/video/2025-09-04-rubber-duck-thursdays/</guid><description>&lt;p&gt;Join us for Rubber Duck Thursdays! A lighthearted and informal stream where we live code on some projects.&lt;/p&gt;
&lt;p&gt;In this stream, we explore adding a 3D visualization to the turn-based game MCP server using Three.js, built with help from Copilot coding agent. We demo switching between 2D and 3D views of tic-tac-toe games while playing against the MCP server, and discuss the iterative process of prompting Copilot — including the importance of specifying requirements like piece orientation and camera controls.&lt;/p&gt;</description></item><item><title>Rubber Duck Thursdays - Let's keep building!</title><link>https://chrisreddington.com/video/2025-08-28-rubber-duck-thursdays/</link><pubDate>Thu, 28 Aug 2025 00:00:00 +0000</pubDate><guid>https://chrisreddington.com/video/2025-08-28-rubber-duck-thursdays/</guid><description>&lt;p&gt;Join us for Rubber Duck Thursdays! A lighthearted and informal stream where we live code on some projects.&lt;/p&gt;
&lt;p&gt;In this stream, we recap the turn-based game MCP server and demo the elicitation feature for gathering user preferences, then shift gears into a deep dive on GitHub Actions. Starting from an empty repository, we build workflows from scratch — covering YAML structure, event triggers (issues, issue_comment, push, pull_request, workflow_dispatch), jobs running in parallel, job dependencies using the &lt;code&gt;needs&lt;/code&gt; property, conditional steps with &lt;code&gt;if&lt;/code&gt;, and matrix strategies for cross-platform builds across multiple OS and Node.js versions.&lt;/p&gt;</description></item><item><title>Rubber Duck Thursdays - Building a turn-based-game MCP server</title><link>https://chrisreddington.com/video/2025-08-07-rubber-duck-thursdays/</link><pubDate>Thu, 07 Aug 2025 00:00:00 +0000</pubDate><guid>https://chrisreddington.com/video/2025-08-07-rubber-duck-thursdays/</guid><description>&lt;p&gt;Join us for Rubber Duck Thursdays! A lighthearted and informal stream where we live code on some projects.&lt;/p&gt;
&lt;p&gt;In this stream, we continue building our turn-based game MCP server, focusing on implementing elicitation — a Model Context Protocol feature for gathering additional user input when creating games. We consolidate duplicate tool calls (create game, play game) into generic handlers, reducing code duplication and improving maintainability. The session also covers using Copilot coding agent to automate refactoring tasks like extracting shared constants and removing duplicated difficulty badge logic.&lt;/p&gt;</description></item><item><title>Rubber Duck Thursdays - Build for the love of code</title><link>https://chrisreddington.com/video/2025-07-24-rubber-duck-thursdays/</link><pubDate>Thu, 24 Jul 2025 00:00:00 +0000</pubDate><guid>https://chrisreddington.com/video/2025-07-24-rubber-duck-thursdays/</guid><description>&lt;p&gt;In this episode, we recap the latest GitHub changelog including GitHub Spark entering public preview and coding agent support for instructions.md files. We introduce the &lt;a href="https://gh.io/love-of-code"&gt;Build for the love of code&lt;/a&gt; hackathon, prototype a rubber duck debugging app with GitHub Spark, and build an MCP server from scratch using TypeScript while exploring tools, prompts, and resources.&lt;/p&gt;
&lt;h2 id="topics-covered"&gt;Topics covered&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;GitHub changelog recap&lt;/strong&gt; — M2 Pro hosted runners, GitHub Issues quality-of-life updates, Azure endpoint deprecation for GitHub Models, PR files changed improvements, Copilot code review policy changes, GitHub Spark public preview for Copilot Pro Plus, coding agent support for instructions.md custom instructions, and base branch selection for coding agent tasks.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Build for the love of code hackathon&lt;/strong&gt; — Introduced the &lt;a href="https://gh.io/love-of-code"&gt;gh.io/love-of-code&lt;/a&gt; hackathon running July 16 to September 22 with six categories: hardware projects, AI agents, terminal tools, games, web apps, and wildcard entries. Brainstormed duck-themed project ideas with Copilot.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;GitHub Spark prototyping&lt;/strong&gt; — Used GitHub Spark (now in public preview) to rapidly prototype a rubber duck debugging web app with animated duck companions and different debugging personalities.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Building an MCP server from scratch&lt;/strong&gt; — Scaffolded a TypeScript MCP server project from an empty repository, covering server initialization with the MCP SDK, registering tools with Zod schema validation, defining prompts and resources, and setting up repository foundations including dev containers, Dependabot configuration, and GitHub Actions CI workflows.&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Github-Informatiker verrät seine 4 besten KI-Prompts</title><link>https://chrisreddington.com/media/grunderszene-prompts/</link><pubDate>Tue, 22 Jul 2025 00:00:00 +0000</pubDate><guid>https://chrisreddington.com/media/grunderszene-prompts/</guid><description>&lt;h2 id="context"&gt;Context&lt;/h2&gt;
&lt;p&gt;Featured in a Gründerszene profile where I shared my 4 best AI prompts that help me focus on higher-value tasks requiring human judgment and creativity. The article explores how I use AI tools daily in my role at GitHub to automate repetitive work.&lt;/p&gt;
&lt;h2 id="key-quotes"&gt;Key Quotes&lt;/h2&gt;
&lt;p&gt;On using AI to enhance productivity:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;KI hilft Github-Informatiker Reddington dabei, seine Rolle effizienter und effektiver zu erfüllen. „Ich habe immer noch die Kontrolle und treffe letztlich die Entscheidungen&amp;quot;, sagt er.&lt;/p&gt;</description></item><item><title>Rubber Duck Thursdays - Copilot agent mode, coding agent and MCP servers</title><link>https://chrisreddington.com/video/2025-07-10-rubber-duck-thursdays/</link><pubDate>Thu, 10 Jul 2025 00:00:00 +0000</pubDate><guid>https://chrisreddington.com/video/2025-07-10-rubber-duck-thursdays/</guid><description>&lt;p&gt;In this episode, we review the latest GitHub changelog including remote MCP server support for coding agent and Copilot code review on mobile. We use the Playwright MCP server with Copilot agent mode to debug and fix UI issues in the Octo Arcade project, discuss the differences between ask, edit, and agent modes in VS Code, and explore MCP server concepts like tools, prompts, and resources.&lt;/p&gt;
&lt;h2 id="topics-covered"&gt;Topics covered&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;GitHub changelog recap&lt;/strong&gt; — Agents page for Copilot coding agent, CodeQL Rust support, improved repository creation experience, dependency auto-submission for Python, Copilot code review on GitHub Mobile, remote MCP server support for coding agent, and delegating tasks via the GitHub MCP server.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Playwright MCP server for UI debugging&lt;/strong&gt; — Used Copilot agent mode with the Playwright MCP server to debug and fix game sizing issues in the Octo Arcade project, including viewport overflow, header overlap, and mobile responsiveness for pong, brick breaker, and matching games.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Ask vs Edit vs Agent mode&lt;/strong&gt; — Walked through the practical differences between VS Code Copilot modes: ask for conversational code suggestions that must be manually applied, edit for targeted file changes, and agent mode for autonomous multi-step workflows that can run builds, tests, and use MCP tools.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;MCP server concepts&lt;/strong&gt; — Explored MCP server fundamentals including the three main primitives: tools (executable functions), prompts (predefined conversation templates), and resources (contextual data for the AI).&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Rubber Duck Thursdays - Let's build</title><link>https://chrisreddington.com/video/2025-07-03-rubber-duck-thursdays/</link><pubDate>Thu, 03 Jul 2025 00:00:00 +0000</pubDate><guid>https://chrisreddington.com/video/2025-07-03-rubber-duck-thursdays/</guid><description>&lt;p&gt;In this stream, Chris returns from vacation to catch up on weeks of GitHub updates and demonstrates adding internationalization to apps using Copilot coding agent, custom VS Code chat modes, and agent mode in Xcode.&lt;/p&gt;
&lt;h2 id="topics-covered"&gt;Topics Covered&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;GitHub Changelog Review&lt;/strong&gt; — Updates including model evaluations CLI for GitHub Models, remote GitHub MCP server in public preview, Copilot coding agent now available for business users, GitHub Models pay-as-you-go billing, Claude Sonnet 4 and Opus 4 GA, CodeQL updates for Go and Swift, Actions Runner Controller release, and Copilot code review with custom instructions support&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Custom Chat Modes in VS Code&lt;/strong&gt; — Creating a custom planning mode in VS Code Insiders to generate implementation plans and create GitHub issues, integrating the GitHub MCP server as a tool within the chat mode&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Remote GitHub MCP Server&lt;/strong&gt; — Setting up and authenticating with the new remote GitHub MCP server, eliminating the need for local Docker containers and personal access tokens via OAuth&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Copilot Coding Agent for Internationalization&lt;/strong&gt; — Assigning a GitHub issue to Copilot to add English, French, and Spanish language support to the Copilot Airways Next.js web app, reviewing the AI-generated pull request&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Xcode Agent Mode&lt;/strong&gt; — Demonstrating agent mode in Xcode to add internationalization to a Swift iOS version of the Copilot Airways app with a language selector&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Issue Creation with Copilot&lt;/strong&gt; — Using Copilot on github.com to draft well-structured GitHub issues from natural language descriptions&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Rubber Duck Thursdays - Let's build with agents</title><link>https://chrisreddington.com/video/2025-06-19-rubber-duck-thursdays/</link><pubDate>Thu, 19 Jun 2025 00:00:00 +0000</pubDate><guid>https://chrisreddington.com/video/2025-06-19-rubber-duck-thursdays/</guid><description>&lt;p&gt;In this episode, we recap the latest GitHub changelog updates including Copilot coding agent availability for pro users and the new Playwright MCP browser capability. We update Copilot custom instructions and setup steps for a GitHub Action project, use the Playwright MCP server to build interactive UI features on a trend radar app, and leverage Copilot coding agent to identify and fix technical debt.&lt;/p&gt;
&lt;h2 id="topics-covered"&gt;Topics covered&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;GitHub changelog recap&lt;/strong&gt; — Copilot coding agent for Copilot Pro users, GitHub Actions fine-grain permissions, upgraded Llama models, improved PR file experience, Dependabot minimum package age configuration, and Copilot coding agent Playwright MCP browser support.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Copilot custom instructions and setup steps&lt;/strong&gt; — Updated custom instructions for a validate-file-exists GitHub Action project and created a Copilot setup steps YAML to configure the coding agent environment with Node.js and dependencies.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Playwright MCP server for UI development&lt;/strong&gt; — Used the Playwright MCP server with Copilot coding agent to build drag-and-drop functionality and point editing on a trend radar web app, demonstrating how the agent can interact with a running application.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Technical debt with Copilot coding agent&lt;/strong&gt; — Prompted Copilot to identify technical debt in the project, then created GitHub issues for package metadata fixes, documentation inconsistencies, and input validation improvements. Copilot coding agent autonomously submitted a PR addressing all three items with new tests.&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Rubber Duck Thursdays - Copilot coding agent and Copilot agent mode</title><link>https://chrisreddington.com/video/2025-06-05-rubber-duck-thursdays/</link><pubDate>Thu, 05 Jun 2025 00:00:00 +0000</pubDate><guid>https://chrisreddington.com/video/2025-06-05-rubber-duck-thursdays/</guid><description>&lt;p&gt;In this stream, Chris returns after Microsoft Build to dive deep into Copilot coding agent, demonstrating how to assign GitHub issues to Copilot and review the resulting pull requests.&lt;/p&gt;
&lt;h2 id="topics-covered"&gt;Topics Covered&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Microsoft Build Recap&lt;/strong&gt; — Highlights from the event including Copilot coding agent announcements, agent mode availability in Eclipse, Xcode, and IntelliJ editors, and GitHub Models updates&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;GitHub Changelog Review&lt;/strong&gt; — Three weeks of updates including Claude Sonnet 4 and Opus 4 in GitHub Copilot, Copilot Spaces, GPT-4o Copilot model update, coding agent on GitHub Mobile, secret scanning pattern expansions, and GitHub Enterprise Server 3.17&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Copilot Coding Agent Deep Dive&lt;/strong&gt; — Live demo with Copilot Airways app showing how to assign issues to Copilot, review AI-generated pull requests for refactoring and CI/CD deployment, and iterate through code review comments&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;MCP Integration with Notion&lt;/strong&gt; — Demonstrating Model Context Protocol by connecting Copilot coding agent to a Notion MCP server to pull requirements from external tools and implement features automatically&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Issue Scoping Best Practices&lt;/strong&gt; — Structuring GitHub issues with overview, problem statement, acceptance criteria, implementation details, and file pointers for optimal Copilot coding agent results&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Copilot Code Review&lt;/strong&gt; — Using automated code review on pull requests with actionable suggestions for code quality&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Extend GitHub Copilot coding agent with custom MCP tools</title><link>https://chrisreddington.com/video/2025-06-01-copilot-coding-agent-mcp/</link><pubDate>Sun, 01 Jun 2025 00:00:00 +0000</pubDate><guid>https://chrisreddington.com/video/2025-06-01-copilot-coding-agent-mcp/</guid><description>&lt;p&gt;This video demonstrates an end-to-end MCP-powered workflow with the GitHub Copilot coding agent, using the &amp;lsquo;Copilot Airways&amp;rsquo; travel guide as the demo application.&lt;/p&gt;
&lt;p&gt;Key topics covered:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Creating a GitHub Issue from Copilot Chat&lt;/strong&gt; on GitHub.com: asking Copilot to formulate a structured issue from a verbal description, including a link to the Notion document for traceability between the product team&amp;rsquo;s requirements and the engineering backlog&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Assigning the issue to Copilot coding agent&lt;/strong&gt; directly from the Copilot Chat interface—no need to navigate away to the Issues tab&lt;/li&gt;
&lt;li&gt;How the &lt;strong&gt;Notion MCP server&lt;/strong&gt; is configured to give Copilot access to external product documentation, bridging the gap between the product team&amp;rsquo;s tools and the engineering workflow&lt;/li&gt;
&lt;li&gt;Inspecting the &lt;strong&gt;session view&lt;/strong&gt; to see multiple MCP tool calls used to fetch information from Notion, which were then incorporated into Copilot&amp;rsquo;s implementation plan and code changes&lt;/li&gt;
&lt;li&gt;How &lt;strong&gt;MCP servers and their associated tools are provisioned within GitHub Actions&lt;/strong&gt; when Copilot is being set up for a coding agent task—visible in the workflow run logs&lt;/li&gt;
&lt;li&gt;Navigating a large pull request using &lt;strong&gt;Copilot&amp;rsquo;s PR change summary&lt;/strong&gt; to gain the right context before diving into a detailed code review&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Assign issues to GitHub Copilot from the GitHub mobile app</title><link>https://chrisreddington.com/video/2025-05-27-copilot-coding-agent-mobile/</link><pubDate>Tue, 27 May 2025 00:00:00 +0000</pubDate><guid>https://chrisreddington.com/video/2025-05-27-copilot-coding-agent-mobile/</guid><description>&lt;p&gt;The GitHub Copilot coding agent isn&amp;rsquo;t just a desktop experience—you can assign issues and track Copilot&amp;rsquo;s progress directly from the GitHub Mobile app or a mobile browser, making it useful during a commute or whenever you&amp;rsquo;re away from your laptop.&lt;/p&gt;
&lt;p&gt;The video demonstrates the following mobile-first workflow using the &amp;lsquo;Copilot Airways&amp;rsquo; demo repository:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Navigating the &lt;strong&gt;issues backlog&lt;/strong&gt; and assigning a GitHub Pages deployment task to Copilot directly from the &lt;strong&gt;GitHub Mobile app&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;Copilot acknowledging the assignment with the 👀 emoji reaction and immediately creating a pull request&lt;/li&gt;
&lt;li&gt;Switching to &lt;strong&gt;github.com in a mobile browser&lt;/strong&gt; to open the pull request and tap &amp;lsquo;View session&amp;rsquo;&lt;/li&gt;
&lt;li&gt;Reviewing how Copilot explored existing CI workflow files, formed a plan, updated configuration files, and modified the existing workflow to add the GitHub Pages deployment step&lt;/li&gt;
&lt;li&gt;Copilot running &lt;strong&gt;linters, builds, and tests&lt;/strong&gt; as quality checks during the agentic loop to ensure the CI pipeline remains healthy&lt;/li&gt;
&lt;li&gt;Using the &lt;strong&gt;&amp;lsquo;Approve and Run&amp;rsquo;&lt;/strong&gt; button on mobile to authorize GitHub Actions execution against the AI-generated changes&lt;/li&gt;
&lt;li&gt;Marking the pull request as ready for review and merging once checks pass—all without touching a laptop&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Copilot Agent Mode is now available in GitHub Copilot for Xcode</title><link>https://chrisreddington.com/video/2025-05-23-copilot-xcode-agentmode/</link><pubDate>Sat, 24 May 2025 00:00:00 +0000</pubDate><guid>https://chrisreddington.com/video/2025-05-23-copilot-xcode-agentmode/</guid><description>&lt;p&gt;GitHub Copilot for Xcode has added agent mode, bringing the same agentic capabilities available in Visual Studio Code to native Apple platform development. This video covers the key features and a practical demonstration.&lt;/p&gt;
&lt;p&gt;Topics and demos include:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;The new &lt;strong&gt;ask/agent mode toggle&lt;/strong&gt; in the Copilot chat pane within Xcode—ask mode for back-and-forth conversation, agent mode for autonomous task execution that can invoke tools and run terminal commands&lt;/li&gt;
&lt;li&gt;Configuring &lt;strong&gt;Model Context Protocol (MCP)&lt;/strong&gt; via the Xcode settings page: navigating to the MCP tab, editing the configuration JSON, and reviewing available tools based on what&amp;rsquo;s already configured&lt;/li&gt;
&lt;li&gt;Adding the &lt;strong&gt;GitHub MCP server&lt;/strong&gt; to give Copilot access to GitHub repository data (issues, pull requests, etc.) directly from within Xcode&lt;/li&gt;
&lt;li&gt;Using agent mode to &lt;strong&gt;look up open issues and summarize the state of work&lt;/strong&gt; across the repository, helping prioritize what to tackle next&lt;/li&gt;
&lt;li&gt;A hands-on fix: identifying that instant (on-first-keystroke) form validation creates a poor user experience in an iOS app, writing a clear instruction with explicit expectations for Copilot to follow, and watching it explore workspace files and apply the targeted change&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Verifying the fix in the iOS simulator&lt;/strong&gt;: confirming that input fields no longer show red validation errors on first load, and that error messages appear correctly when invalid data is entered&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Assigning Copilot ad-hoc tasks through Copilot chat</title><link>https://chrisreddington.com/video/2025-05-22-copilot-coding-agent-adhoc-tasks/</link><pubDate>Thu, 22 May 2025 00:00:00 +0000</pubDate><guid>https://chrisreddington.com/video/2025-05-22-copilot-coding-agent-adhoc-tasks/</guid><description>&lt;p&gt;The GitHub Copilot coding agent isn&amp;rsquo;t limited to work assigned from GitHub Issues—you can also delegate tasks directly from a Copilot Chat session in Visual Studio Code while actively working in the codebase.&lt;/p&gt;
&lt;p&gt;The video walks through the following workflow on the &amp;lsquo;Copilot Airways&amp;rsquo; demo app:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Opening Copilot Chat in &lt;strong&gt;ask mode&lt;/strong&gt; in Visual Studio Code and invoking the &lt;code&gt;@github&lt;/code&gt; chat participant&lt;/li&gt;
&lt;li&gt;Describing naming inconsistencies found across the codebase and asking Copilot to raise a pull request that standardizes the naming conventions across all implementations&lt;/li&gt;
&lt;li&gt;Reviewing Copilot&amp;rsquo;s proposed plan (including documentation improvements to make conventions explicit) and confirming before it proceeds&lt;/li&gt;
&lt;li&gt;Copilot creating the pull request and returning a direct link within the chat session&lt;/li&gt;
&lt;li&gt;Viewing the &lt;strong&gt;session log&lt;/strong&gt; to see how Copilot mapped out the refactoring approach&lt;/li&gt;
&lt;li&gt;Letting Copilot work asynchronously in the background—running lint and build steps to verify code quality—while continuing with other work&lt;/li&gt;
&lt;li&gt;Returning to the pull request, using the &lt;strong&gt;&amp;lsquo;Approve and Run&amp;rsquo;&lt;/strong&gt; button to trigger GitHub Actions checks, and progressing to merge once all checks pass&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>How to get the most out of the Copilot coding agent</title><link>https://chrisreddington.com/video/2025-05-21-copilot-coding-agent-tips-tricks/</link><pubDate>Wed, 21 May 2025 00:00:00 +0000</pubDate><guid>https://chrisreddington.com/video/2025-05-21-copilot-coding-agent-tips-tricks/</guid><description>&lt;p&gt;The GitHub Copilot coding agent works best when given rich context and a consistent environment. This video breaks down four concrete practices that help set Copilot up for success before a single line of code is written.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;1. Write well-scoped GitHub Issues&lt;/strong&gt; — Can the issue be resolved in a single pull request? Does it include a clear problem description, acceptance criteria, pointers to the relevant files, and a loose implementation plan to follow?&lt;/p&gt;</description></item><item><title>The GitHub Copilot coding agent *NEW*</title><link>https://chrisreddington.com/video/2025-05-19-coding-agent-overview/</link><pubDate>Mon, 19 May 2025 00:00:00 +0000</pubDate><guid>https://chrisreddington.com/video/2025-05-19-coding-agent-overview/</guid><description>&lt;p&gt;GitHub Copilot coding agent lets you assign GitHub Issues to Copilot, which works asynchronously in the background while you continue with other tasks. This overview video uses the &amp;lsquo;Copilot Airways&amp;rsquo; flight booking app to demonstrate the full workflow from issue assignment to merged pull request.&lt;/p&gt;
&lt;p&gt;The video covers:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Assigning a GitHub Issue (adding form input validation) to Copilot with a single click&lt;/li&gt;
&lt;li&gt;How Copilot acknowledges the assignment, creates a pull request, and keeps the PR description updated as it progresses&lt;/li&gt;
&lt;li&gt;Viewing the Copilot session to understand how it explored the repository, formed a plan, and created a new GitHub Actions workflow file&lt;/li&gt;
&lt;li&gt;How Copilot runs tools such as linters, builds, and tests to self-verify code quality during the agentic loop&lt;/li&gt;
&lt;li&gt;The &lt;strong&gt;&amp;lsquo;Approve and Run&amp;rsquo; safety gate&lt;/strong&gt;, which requires explicit human approval before any GitHub Actions workflow executes against AI-generated code&lt;/li&gt;
&lt;li&gt;Adding review comments to the PR (requesting a CI workflow) and watching Copilot acknowledge and act on the feedback&lt;/li&gt;
&lt;li&gt;The final result: a form updated with real-time validation and an improved user experience, ready to merge&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Rubber Duck Thursdays - Building from requirements with Agent Mode</title><link>https://chrisreddington.com/video/2025-05-15-rubber-duck-thursdays/</link><pubDate>Thu, 15 May 2025 00:00:00 +0000</pubDate><guid>https://chrisreddington.com/video/2025-05-15-rubber-duck-thursdays/</guid><description>&lt;p&gt;In this stream, Chris walks through building a GitHub CLI extension in Go from scratch, taking a spec-driven and test-driven development approach powered by Copilot Agent Mode.&lt;/p&gt;
&lt;h2 id="topics-covered"&gt;Topics Covered&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;GitHub Changelog Review&lt;/strong&gt; — Model updates in GitHub Models (Mistral, Cohere, Llama), GPT-4.1 as the new default Copilot model, updated rate limits for unauthenticated requests, and the VS Code April release with MCP support and prompt files&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Microsoft Build Preview&lt;/strong&gt; — A look ahead at sessions and events for the following week&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Building gh-demo from Scratch&lt;/strong&gt; — Bootstrapping a new Go-based GitHub CLI extension using VS Code&amp;rsquo;s new workspace creation with Copilot, the Cobra library, and a spec-driven approach starting from a product requirements document&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Test-Driven Development with Copilot&lt;/strong&gt; — Writing tests first for a hydrate subcommand that reads JSON files to create GitHub issues, discussions, and pull requests, with content type filtering and label collection&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;GitHub Actions CI&lt;/strong&gt; — Creating a build, test, and lint workflow for the new CLI extension&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Custom Instructions&lt;/strong&gt; — Setting up a copilot-instructions.md file to guide Copilot&amp;rsquo;s behavior around path handling and project conventions&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Rubber Duck Thursdays - Agent mode and custom instructions</title><link>https://chrisreddington.com/video/2025-05-08-rubber-duck-thursdays/</link><pubDate>Thu, 08 May 2025 00:00:00 +0000</pubDate><guid>https://chrisreddington.com/video/2025-05-08-rubber-duck-thursdays/</guid><description>&lt;p&gt;Chris continues exploring Copilot Agent Mode and custom instructions by building a memory sequence game for the GitHub CLI extension project in Go. The changelog segment covers GitHub CLI accessibility improvements, Copilot Code Review expanding to all languages, and the introduction of Copilot premium requests.&lt;/p&gt;
&lt;h2 id="changelog-highlights"&gt;Changelog Highlights&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;GitHub CLI accessibility improvements&lt;/strong&gt; — speech synthesis, screen reader support, enhanced prompting and progress indicators&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Copilot Code Review&lt;/strong&gt; now supports all languages with AI-powered suggestions and contextual feedback&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Copilot Autofix&lt;/strong&gt; updates for automated pull request suggestions&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Copilot premium requests&lt;/strong&gt; — announcement of upcoming premium model usage limits and visibility controls in VS Code and Visual Studio&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;GitHub CLI extension repo&lt;/strong&gt; transferred to the github-samples organization&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="live-coding--memory-game-with-agent-mode"&gt;Live Coding — Memory Game with Agent Mode&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Recapped custom instructions from the previous week and their impact on Copilot output quality&lt;/li&gt;
&lt;li&gt;Built a &lt;strong&gt;memory sequence game&lt;/strong&gt; (colors: red, yellow, green, blue) as a new subcommand in the Go-based GitHub CLI extension using Copilot Agent Mode&lt;/li&gt;
&lt;li&gt;Used the Cobra command library and Bubble Tea for terminal UI interactions&lt;/li&gt;
&lt;li&gt;Wrote detailed specs in chat — game mechanics, lives system, sequence display timing — and let Agent Mode scaffold the implementation and tests&lt;/li&gt;
&lt;li&gt;Played live demos of coin toss, higher/lower, and word guess games from the CLI&lt;/li&gt;
&lt;li&gt;Discussed potential future projects including VS Code extension development&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Rubber Duck Thursdays - The one with custom instructions</title><link>https://chrisreddington.com/video/2025-05-01-rubber-duck-thursdays/</link><pubDate>Thu, 01 May 2025 00:00:00 +0000</pubDate><guid>https://chrisreddington.com/video/2025-05-01-rubber-duck-thursdays/</guid><description>&lt;p&gt;This episode dives deep into Copilot custom instructions — what they are, how to write them, and why they matter for guiding AI-assisted development. Chris reviews the GitHub Changelog and then live codes a higher/lower game for a Go-based GitHub CLI extension using Agent Mode with detailed custom instructions.&lt;/p&gt;
&lt;h2 id="changelog-highlights"&gt;Changelog Highlights&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Copilot Code Review&lt;/strong&gt; now supports C, C++, Kotlin, Swift, and more&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;CodeQL&lt;/strong&gt; improves JavaScript and Ruby analysis in version 2.21.1&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;GitHub Models playground&lt;/strong&gt; adds a prompt improvement feature to refine prompts with AI&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Copilot Edits&lt;/strong&gt; for JetBrains IDEs is now generally available&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Credential revocation API&lt;/strong&gt; for exposed tokens is now GA — supports bulk revocation via REST API&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Task lists retirement&lt;/strong&gt; on April 30th — code scanning alert references deprecated&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Mistral Small 3.1&lt;/strong&gt; replaces Mistral Small in GitHub Models&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Actions Runner Controller&lt;/strong&gt; now supports running Dependabot on self-hosted Kubernetes runners&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="live-coding--custom-instructions-deep-dive"&gt;Live Coding — Custom Instructions Deep Dive&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Explored how &lt;strong&gt;Copilot custom instructions&lt;/strong&gt; provide repository context, coding standards, and structural guidance to every Copilot request&lt;/li&gt;
&lt;li&gt;Demonstrated writing detailed instructions for a Go-based GitHub CLI extension — specifying test commands, linting rules, folder structure, and game design patterns using the Cobra library&lt;/li&gt;
&lt;li&gt;Live coded a &lt;strong&gt;higher/lower guessing game&lt;/strong&gt; using Copilot Agent Mode with Claude 3.7 Sonnet, showcasing how rich instructions lead to higher quality scaffolded code&lt;/li&gt;
&lt;li&gt;Showed the Copilot Airways app built with Agent Mode from a screenshot, demonstrating vision capabilities and custom instruction-guided development&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Rubber Duck Thursdays - Back to building GitHub CLI Extensions</title><link>https://chrisreddington.com/video/2025-04-24-rubber-duck-thursdays/</link><pubDate>Thu, 24 Apr 2025 00:00:00 +0000</pubDate><guid>https://chrisreddington.com/video/2025-04-24-rubber-duck-thursdays/</guid><description>&lt;p&gt;In this episode, Chris reviews the GitHub Changelog covering organization-level Copilot custom instructions, CodeQL for Actions workflow security analysis, Copilot Code Review language expansion, secret scanning alert dismissals, and GitHub Mobile updates. The coding segment tackles theme switching for the Copilot Airways web app and a Tailwind CSS upgrade using GitHub Codespaces and Copilot Agent Mode.&lt;/p&gt;
&lt;h2 id="changelog-highlights"&gt;Changelog Highlights&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Organization custom instructions&lt;/strong&gt; for Copilot enterprise customers&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;MAI-DSR1&lt;/strong&gt; — Microsoft AI-refined version of DeepSeek R1 available in GitHub Models&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Copilot Code Review&lt;/strong&gt; now supports C, C++, Kotlin, and Swift — covering over 90% of file types&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;CodeQL for GitHub Actions&lt;/strong&gt; workflow security analysis is now generally available&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Secret scanning alert dismissal requests&lt;/strong&gt; with REST API support&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Copilot for Xcode&lt;/strong&gt; adds @workspace context, Claude 3.7 Sonnet, and GPT-4.5&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;GitHub Mobile&lt;/strong&gt; updates including multi-model Copilot Chat and sub-issues&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Dependabot&lt;/strong&gt; scheduling with cron expressions&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="live-coding"&gt;Live Coding&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Fixed dark mode and light mode theme switching on the &lt;strong&gt;Copilot Airways&lt;/strong&gt; web app&lt;/li&gt;
&lt;li&gt;Attempted a &lt;strong&gt;Tailwind CSS upgrade&lt;/strong&gt; in a fresh GitHub Codespace&lt;/li&gt;
&lt;li&gt;Discussion of Copilot Agent Mode workflows and custom instructions for guiding AI-assisted development&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Rubber Duck Thursdays - Building with Agent Mode and MCP</title><link>https://chrisreddington.com/video/2025-04-17-rubber-duck-thursdays/</link><pubDate>Thu, 17 Apr 2025 00:00:00 +0000</pubDate><guid>https://chrisreddington.com/video/2025-04-17-rubber-duck-thursdays/</guid><description>&lt;p&gt;An especially announcement-heavy week focused on new AI model availability across GitHub Copilot and GitHub Models, plus hands-on experiments with those models in agent mode and GitHub Actions workflows.&lt;/p&gt;
&lt;p&gt;The extensive changelog review covers GPT-4.1 rolling out to all Copilot plans, Gemini 2.5 Pro entering public preview, O3 and O4 mini availability, Meta Llama 4 Scout and Maverick models in GitHub Models, macOS 15 and Windows 2025 GA for Actions runners, Windows ARM64 hosted runners in preview, expanded vision support beyond GPT-4o to Claude and Gemini models, CodeQL 2.21.0 with TypeScript 5.8 support, Copilot Chat for Eclipse GA, secret scanning pattern expansions, and the new Codespaces agent mode button on pull requests.&lt;/p&gt;</description></item><item><title>Rubber Duck Thursdays - Building with Agent Mode and MCP</title><link>https://chrisreddington.com/video/2025-04-10-rubber-duck-thursdays/</link><pubDate>Thu, 10 Apr 2025 00:00:00 +0000</pubDate><guid>https://chrisreddington.com/video/2025-04-10-rubber-duck-thursdays/</guid><description>&lt;p&gt;A big announcements week — this episode unpacks Copilot Agent Mode going stable in VS Code and the launch of the official GitHub MCP server, then puts both to work building a real app from scratch.&lt;/p&gt;
&lt;p&gt;The GitHub Changelog segment covers the VS Code Copilot March release (agent mode GA, MCP support, next edit suggestions), the GitHub MCP server launch, Copilot Pro Plus tier, Copilot Code Review GA, security campaigns GA with automated issue creation, GitHub Issues and Projects improvements (sub-issues, issue types, 50K item limit), Helm support for Dependabot version updates, and more.&lt;/p&gt;</description></item><item><title>Rubber Duck Thursdays - Sshh, let's talk about secrets.</title><link>https://chrisreddington.com/video/2025-04-03-rubber-duck-thursdays/</link><pubDate>Thu, 03 Apr 2025 00:00:00 +0000</pubDate><guid>https://chrisreddington.com/video/2025-04-03-rubber-duck-thursdays/</guid><description>&lt;p&gt;This episode focuses on why secrets should never exist in source code and how GitHub&amp;rsquo;s newly unbundled security products help prevent and detect secret leaks.&lt;/p&gt;
&lt;p&gt;After the weekly GitHub Changelog review — covering the new GPT-4o Copilot completions model, repository ownership limits, GitHub Desktop updates, Copilot mobile multi-model support, and GitHub Issues dashboard improvements — Chris dives into the headline topic: GitHub Advanced Security splitting into two standalone products, Secret Protection ($19/month) and Code Security ($30/month), now available for GitHub Team plans without requiring Enterprise.&lt;/p&gt;</description></item><item><title>Rubber Duck Thursdays - Creating a brickbreaker walkthrough</title><link>https://chrisreddington.com/video/2025-03-27-rubber-duck-thursdays/</link><pubDate>Thu, 27 Mar 2025 00:00:00 +0000</pubDate><guid>https://chrisreddington.com/video/2025-03-27-rubber-duck-thursdays/</guid><description>&lt;p&gt;Chris live-codes a GitHub-themed brick breaker game walkthrough using Copilot agent mode, demonstrating how prompt framing and context shape AI-generated code. The session covers bootstrapping project structure from an existing Game of Life template, Copilot custom instructions, and the latest GitHub changelog including enterprise rulesets, Copilot edits in JetBrains, and dependency label improvements.&lt;/p&gt;
&lt;p&gt;In this episode, Chris sets out to build an educational walkthrough — similar to an existing Conway&amp;rsquo;s Game of Life sample — but for a brick breaker game styled with GitHub&amp;rsquo;s contribution graph colors. Using Copilot agent mode, he bootstraps the project structure by referencing the Game of Life walkthrough as context, then iterates on lesson pages focused on teaching prompt engineering for agent mode. The live coding demonstrates key concepts: how vague prompts produce incomplete results, how adding specific requirements (responsive containers, keyboard and mouse controls, bouncing physics) improves output, and how Copilot custom instructions (including a fun &amp;ldquo;talk like a pirate&amp;rdquo; experiment) modify agent behavior. Chris also briefly showcases the OctoSnap arcade concept and discusses ideas for making brick breaker use GitHub contribution data for brick colors and scoring. The changelog segment covers Mistral Small 3.1 in GitHub Models, upcoming GitHub Actions cache service changes, Copilot edits in JetBrains IDEs, enterprise custom properties and rulesets going GA, and Maven dependency labeling in the dependency graph.&lt;/p&gt;</description></item><item><title>Rubber Duck Thursdays - Exploring GitHub Models</title><link>https://chrisreddington.com/video/2025-03-20-rubber-duck-thursdays/</link><pubDate>Thu, 20 Mar 2025 00:00:00 +0000</pubDate><guid>https://chrisreddington.com/video/2025-03-20-rubber-duck-thursdays/</guid><description>&lt;p&gt;Chris explores GitHub Models as an AI prototyping playground, demonstrates Copilot on the command line for learning Linux commands, and shows off a new leaderboard system for the OctoSnap card game. The session also covers two weeks of GitHub changelog updates including fine-grained personal access tokens going GA, enterprise-owned GitHub Apps, instant semantic code search indexing, and Copilot updates across VS Code, JetBrains, Xcode, and Eclipse.&lt;/p&gt;
&lt;p&gt;Returning from a week off, Chris opens by demonstrating the GitHub CLI Copilot extension — using &lt;code&gt;gh copilot suggest&lt;/code&gt; and &lt;code&gt;gh copilot explain&lt;/code&gt; to translate natural language into shell commands, explain complex terminal commands, and learn Linux tooling interactively. He then showcases the OctoSnap leaderboard backed by Cosmos DB on Azure, and uses Copilot agent mode live to fix a bug where usernames with the &lt;code&gt;@&lt;/code&gt; symbol caused issues, including adding backend validation and tests. The second half focuses on GitHub Models, where Chris walks through the model catalog and playground, comparing models like GPT-4o and DeepSeek V3 for a computer science quiz scenario. He demonstrates system prompts, prompt presets, the prompt editor, quick actions for switching between cheaper and faster models, and how to generate integration code for JavaScript and Python. The changelog roundup covers Copilot custom instructions going GA, code referencing in JetBrains, enterprise-owned GitHub Apps, fine-grained PATs reaching general availability, actions performance metrics, and Copilot for Xcode chat becoming generally available.&lt;/p&gt;</description></item><item><title>Rubber Duck Thursdays - Building a scoring system</title><link>https://chrisreddington.com/video/2025-03-06-rubber-duck-thursdays/</link><pubDate>Thu, 06 Mar 2025 00:00:00 +0000</pubDate><guid>https://chrisreddington.com/video/2025-03-06-rubber-duck-thursdays/</guid><description>&lt;p&gt;Chris walks through building &amp;ldquo;OctoSnap,&amp;rdquo; a GitHub-themed memory card matching game using Next.js and JavaScript. The session dives deep into designing a scoring model with GitHub Copilot — covering difficulty multipliers, time-based rewards, and penalty mechanics — and reviews the latest GitHub changelog including new AI models, GitHub Advanced Security pricing changes, secret scanning push protection APIs, and code scanning improvements for GitHub Actions workflows.&lt;/p&gt;
&lt;p&gt;In this episode, Chris steps away from the Go-based CLI game extension built in previous weeks and introduces OctoSnap, a browser-based card matching game featuring artwork from the GitHub Octodex. He demonstrates the game across easy, medium, and hard difficulty modes, showing how image transformations like rotation and color filters increase challenge. The core focus is on iterating with Copilot to build a nuanced scoring system that balances mode difficulty multipliers, time duration bonuses, perfect play ratios, and random click penalties. Chris shares how he broke the problem into granular prompts for Copilot and visualized the scoring curves to ensure fair overlap between difficulty tiers. The changelog segment covers new models in GitHub Copilot and GitHub Models, GitHub Advanced Security being split into Secret Protection and Code Security standalone products, delegated alert dismissal, expanded CodeQL support for GitHub Actions and Go 1.24, and GitHub Mobile updates including Copilot chat and sub-issues.&lt;/p&gt;</description></item><item><title>Rubber Duck Thursdays - Lizard, Spock</title><link>https://chrisreddington.com/video/2025-02-27-rubber-duck-thursdays/</link><pubDate>Thu, 27 Feb 2025 00:00:00 +0000</pubDate><guid>https://chrisreddington.com/video/2025-02-27-rubber-duck-thursdays/</guid><description>&lt;p&gt;In this episode, the team extends the Rock Paper Scissors game to include Lizard and Spock using GitHub Copilot Vision — feeding an image of the game&amp;rsquo;s relationship diagram directly into Copilot, which interprets it and generates the extended game logic without explicitly naming the game. The stream also adds a hidden flag for the extended mode, demonstrating prompt engineering with Copilot&amp;rsquo;s multimodal capabilities.&lt;/p&gt;
&lt;p&gt;The GitHub changelog review covers Copilot autofix expansion for CodeQL alerts, Claude 3.7 Sonnet availability in Copilot, Docker Compose support in Dependabot, Copilot code review in public preview, and Copilot in Windows Terminal Canary. The latter portion demonstrates Dependabot version updates configured for Go modules and GitHub Actions ecosystems, with a live review of a dependency update pull request. A GitHub Codespaces session is used to verify the gh-skyline CLI extension still works after a dependency bump, and repository settings for auto-deleting branches and auto-merging pull requests are configured.&lt;/p&gt;</description></item><item><title>Rubber Duck Thursdays - Rock, Paper, Scissors</title><link>https://chrisreddington.com/video/2025-02-20-rubber-duck-thursdays/</link><pubDate>Thu, 20 Feb 2025 00:00:00 +0000</pubDate><guid>https://chrisreddington.com/video/2025-02-20-rubber-duck-thursdays/</guid><description>&lt;p&gt;In this episode, I add a Rock Paper Scissors game to the gh-game GitHub CLI extension. The stream begins with a comprehensive GitHub changelog review covering the new GPT-4o Copilot code completion model, Copilot availability in Eclipse and Xcode, repository ruleset enhancements, secret scanning improvements, Copilot Workspace updates, and GitHub Issues and Projects feature updates.&lt;/p&gt;
&lt;p&gt;The coding session uses GitHub Copilot Agent Mode to build the Rock Paper Scissors game in Go, taking advantage of Next Edit Suggestions and the new GPT-4o code completion model. A significant portion of the stream focuses on improving test coverage using Copilot&amp;rsquo;s inline chat in the terminal, progressing from 42.6% to 100% statement coverage by generating targeted test cases for uncovered functions. The episode also covers merging the Tic Tac Toe pull request from the previous week and shipping a new release of the CLI extension.&lt;/p&gt;</description></item><item><title>Rubber Duck Thursdays - Tic, Tac, Toe</title><link>https://chrisreddington.com/video/2025-02-13-rubber-duck-thursdays/</link><pubDate>Thu, 13 Feb 2025 00:00:00 +0000</pubDate><guid>https://chrisreddington.com/video/2025-02-13-rubber-duck-thursdays/</guid><description>&lt;p&gt;In this episode, the team continues building the gh-game GitHub CLI extension by adding a Tic Tac Toe game written in Go. The stream kicks off with a demo of GitHub Spark, a GitHub Next experiment for creating micro apps from natural language prompts, followed by a walkthrough of the latest GitHub changelog updates including Gemini 2.0 Flash availability, Copilot Vision, and Agent Mode in VS Code Insiders.&lt;/p&gt;
&lt;p&gt;The main coding session uses GitHub Copilot Agent Mode, Copilot Chat, and Copilot Edits to scaffold and iterate on the Tic Tac Toe implementation. Along the way, CodeQL code scanning is enabled on the repository, catching issues with missing workflow permissions and unpinned GitHub Actions versions. The episode also covers the CI/CD pipeline setup with build and test steps in GitHub Actions, and improving code readability through Copilot-assisted refactoring.&lt;/p&gt;</description></item><item><title>Rubber Duck Thursdays - Actions, Codespaces and Coin Toss</title><link>https://chrisreddington.com/video/2025-02-06-rubber-duck-thursdays/</link><pubDate>Thu, 06 Feb 2025 00:00:00 +0000</pubDate><guid>https://chrisreddington.com/video/2025-02-06-rubber-duck-thursdays/</guid><description>&lt;p&gt;Continuing the gh-game CLI extension project, this episode covers setting up a complete development workflow. Chris creates a GitHub Codespace with a dev container configuration, installs Go and the GitHub CLI as features, and demonstrates how Codespaces provide a consistent environment for contributors.&lt;/p&gt;
&lt;p&gt;The stream then covers creating a CI workflow using GitHub Actions with build and test steps, followed by writing Go tests for the coin toss game. A key segment focuses on refactoring the coin toss input from manual text entry to interactive selection menus using the &lt;code&gt;go-gh&lt;/code&gt; prompter package, demonstrating how context and accurate prompting is essential when working with GitHub Copilot. Chris uses multiple Copilot models including Gemini 2.0 Flash and O3 Mini throughout the session.&lt;/p&gt;</description></item><item><title>Rubber Duck Thursdays - Creating gh-game CLI extension</title><link>https://chrisreddington.com/video/2025-01-30-rubber-duck-thursdays/</link><pubDate>Thu, 30 Jan 2025 00:00:00 +0000</pubDate><guid>https://chrisreddington.com/video/2025-01-30-rubber-duck-thursdays/</guid><description>&lt;p&gt;This episode dives into GitHub Actions, starting with a walkthrough of the build, linter, and release workflows configured for the GitHub Skyline CLI extension. Chris explains workflow triggers, permissions, and demonstrates cutting a live release using semantic versioning and the &lt;code&gt;cli/gh-extension-precompile&lt;/code&gt; action to generate cross-platform binaries.&lt;/p&gt;
&lt;p&gt;The second half focuses on creating a brand new GitHub CLI extension from scratch. Using &lt;code&gt;gh extension create&lt;/code&gt;, Chris bootstraps the gh-game project and builds a coin toss game in Go with the Cobra package. GitHub Copilot assists with scaffolding the command structure, applying code changes, and generating commit messages. The stream also covers publishing the repository using &lt;code&gt;gh repo create&lt;/code&gt;.&lt;/p&gt;</description></item><item><title>Rubber Duck Thursdays - GitHub Skyline</title><link>https://chrisreddington.com/video/2025-01-23-rubber-duck-thursdays/</link><pubDate>Thu, 23 Jan 2025 00:00:00 +0000</pubDate><guid>https://chrisreddington.com/video/2025-01-23-rubber-duck-thursdays/</guid><description>&lt;p&gt;In this inaugural Rubber Duck Thursdays episode, Chris introduces GitHub Skyline — a GitHub CLI extension written in Go that generates 3D STL models and ASCII art visualizations of your GitHub contribution history. The stream demonstrates the &lt;code&gt;gh skyline&lt;/code&gt; command, including the &lt;code&gt;--full&lt;/code&gt; flag for rendering your entire contribution history across all years as a single 3D model suitable for 3D printing.&lt;/p&gt;
&lt;p&gt;The main coding activity focuses on refactoring the Skyline Go codebase using GitHub Copilot. Chris uses Copilot Chat for rubber ducking on code structure, then leverages Copilot Edits to split a monolithic &lt;code&gt;main.go&lt;/code&gt; into modular components — separating the root command, browser interface, GitHub client, and skyline generation logic into individual files. The stream also covers GitHub Codespaces and dev containers for setting up a consistent development environment, and discusses community files like CODE_OF_CONDUCT, CONTRIBUTING, and LICENSE for open source projects.&lt;/p&gt;</description></item><item><title>Game of Life Walkthrough</title><link>https://chrisreddington.com/project/game-of-life-walkthrough/</link><pubDate>Wed, 18 Dec 2024 00:00:00 +0000</pubDate><guid>https://chrisreddington.com/project/game-of-life-walkthrough/</guid><description>&lt;p&gt;This is a companion walkthrough for the hero Game of Life video that was published on the GitHub YouTube channel. It provides a step-by-step guide to the concepts covered in the video, including:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;GitHub Actions&lt;/li&gt;
&lt;li&gt;GitHub Codespaces&lt;/li&gt;
&lt;li&gt;GitHub Copilot&lt;/li&gt;
&lt;li&gt;GitHub Copilot Chat&lt;/li&gt;
&lt;li&gt;GitHub Copilot Edits&lt;/li&gt;
&lt;li&gt;GitHub Copilot Instructions&lt;/li&gt;
&lt;li&gt;GitHub Copilot Extensions&lt;/li&gt;
&lt;li&gt;GitHub Pages&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Build Conway's Game of Life with GitHub Copilot Free</title><link>https://chrisreddington.com/video/2024-12-18-copilot-conways-game-of-life/</link><pubDate>Mon, 16 Dec 2024 00:00:00 +0000</pubDate><guid>https://chrisreddington.com/video/2024-12-18-copilot-conways-game-of-life/</guid><description>&lt;p&gt;This is a demo video showing GitHub Copilot in an end-to-end scenario, by building Conway&amp;rsquo;s Game of Life. The video covers the following specific topics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Selecting the Claude Sonnet 3.5 model in the GitHub Copilot Chat model picker in Visual Studio Code&lt;/li&gt;
&lt;li&gt;Writing specific, clear prompts: requesting a single-file implementation with a responsive layout and configurable cell size&lt;/li&gt;
&lt;li&gt;Tips on effective prompt engineering: keeping prompts simple and specific to reduce ambiguous output&lt;/li&gt;
&lt;li&gt;Reviewing generated code before inserting it, then customising the colour scheme to match the GitHub contribution graph&lt;/li&gt;
&lt;li&gt;Using the &amp;ldquo;Apply in Editor&amp;rdquo; button with speculative decoding to apply targeted diffs across an existing file&lt;/li&gt;
&lt;li&gt;Refactoring from a single HTML/CSS/JS file to separate files using Copilot Edits for multi-file changes&lt;/li&gt;
&lt;li&gt;Reviewing multi-file diffs in the Copilot Edits view and accepting changes per file&lt;/li&gt;
&lt;li&gt;Using drag-and-drop to add files as context to Copilot Chat and Copilot Edits sessions&lt;/li&gt;
&lt;li&gt;Improving readability with Copilot Edits: grouping variables, adding a new class, and nesting methods&lt;/li&gt;
&lt;li&gt;Using a Copilot instructions file to enforce team coding standards (HTML5 meta tags, JSDoc comments) in subsequent edits&lt;/li&gt;
&lt;li&gt;Inline chat slash commands: &lt;code&gt;/doc&lt;/code&gt; to generate documentation for a function and &lt;code&gt;/explain&lt;/code&gt; to learn about an unfamiliar concept (torus topology)&lt;/li&gt;
&lt;li&gt;Using Copilot Extensions to integrate Copilot&amp;rsquo;s natural language interface with external tools and services&lt;/li&gt;
&lt;li&gt;Generating a project README with Copilot Edits, summarising the app, implementation, and contribution guidelines&lt;/li&gt;
&lt;li&gt;Writing a GitHub Actions deployment workflow to publish the static site to GitHub Pages&lt;/li&gt;
&lt;li&gt;Using Copilot to suggest a commit message, committing, pushing, and verifying the live GitHub Pages deployment&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Use GitHub Spark to create a podcast timer apps</title><link>https://chrisreddington.com/video/2024-11-04-github-spark-podcast-timer/</link><pubDate>Mon, 04 Nov 2024 00:00:00 +0000</pubDate><guid>https://chrisreddington.com/video/2024-11-04-github-spark-podcast-timer/</guid><description>&lt;p&gt;This is a demo video showcasing GitHub Spark. The video covers the following specific topics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;GitHub Spark&amp;rsquo;s mobile-first design philosophy: building apps on the go using natural language&lt;/li&gt;
&lt;li&gt;Creating a podcast session timer app from a plain-language description&lt;/li&gt;
&lt;li&gt;Iteratively adding controls via natural language: start, pause, and reset for each timer segment&lt;/li&gt;
&lt;li&gt;Adding a reverse progress bar to give hosts a visual sense of remaining time&lt;/li&gt;
&lt;li&gt;Implementing a color-coded time indicator: green (&amp;gt;50% remaining), amber (25–50%), red (&amp;lt;25%)&lt;/li&gt;
&lt;li&gt;Triggering a red flashing alert when a timer reaches zero&lt;/li&gt;
&lt;li&gt;Using Spark&amp;rsquo;s built-in LLM integration to allow users to create timer segments from a natural language description (e.g. &amp;ldquo;two 5-minute stanzas and a 3-minute outro&amp;rdquo;)&lt;/li&gt;
&lt;li&gt;Using the Spark sidebar to view and edit managed state (timer data) directly and see updates reflected in the app&lt;/li&gt;
&lt;li&gt;Renaming and starring the app to keep it accessible from the dashboard&lt;/li&gt;
&lt;li&gt;Sharing the finished app via a read-only or write-access link for collaboration&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>How GitHub Next took Copilot Workspace from concept to code</title><link>https://chrisreddington.com/talk/2024-10-31-github-universe-copilot-workspace/</link><pubDate>Thu, 31 Oct 2024 00:00:00 +0000</pubDate><guid>https://chrisreddington.com/talk/2024-10-31-github-universe-copilot-workspace/</guid><description>&lt;p&gt;Whether you’re addressing an issue, iterating on a pull request, or bootstrapping a project, GitHub Copilot Workspace helps jumpstart your tasks by describing what you want in natural language. You remain in control as you move between tasks, specs, plans, and code. Join GitHub&amp;rsquo;s Chris Reddington, senior program manager of DevRel, and Cole Bemis, research engineer on GitHub Next, for an introduction to Copilot Workspace, a Copilot-native dev environment launched in April 2024 by GitHub Next. Learn how Copilot Workspace works, how we got here, and what we&amp;rsquo;ve learned so far from the technical preview.&lt;/p&gt;</description></item><item><title>Hands on with Anthropic Claude 3.5 Sonnet in GitHub Copilot</title><link>https://chrisreddington.com/talk/2024-10-31-github-universe-hands-on-anthropic-claude-35-sonnet/</link><pubDate>Wed, 30 Oct 2024 00:00:00 +0000</pubDate><guid>https://chrisreddington.com/talk/2024-10-31-github-universe-hands-on-anthropic-claude-35-sonnet/</guid><description>&lt;p&gt;Come to this session to be the first in the world to get a deep-dive demo of the exciting Claude 3.5 Sonnet model from Anthropic built right into GitHub Copilot. Learn what this powerful new model will help you achieve and why you should use it for your development teams.&lt;/p&gt;</description></item><item><title>Use GitHub Spark to create a travel log app</title><link>https://chrisreddington.com/video/2024-10-29-github-spark-travel-app/</link><pubDate>Tue, 29 Oct 2024 00:00:00 +0000</pubDate><guid>https://chrisreddington.com/video/2024-10-29-github-spark-travel-app/</guid><description>&lt;p&gt;This is a demo video showcasing GitHub Spark. The video covers the following specific topics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;GitHub Spark&amp;rsquo;s positioning as an AI-native micro-app platform from GitHub Next: build, use, and share apps through natural language without managing deployments&lt;/li&gt;
&lt;li&gt;Building a city travel log app by describing it in plain language and receiving an immediately interactive app (no code shown)&lt;/li&gt;
&lt;li&gt;Using the built-in theme editor to switch light/dark mode and customise accent colours and border radii&lt;/li&gt;
&lt;li&gt;Iterating on the app via natural language: adding latitude/longitude capture for each city entry&lt;/li&gt;
&lt;li&gt;Using the data tab to view and manage stored state without any database or connection string configuration&lt;/li&gt;
&lt;li&gt;Extending the app to support editing and deleting entries, and plotting city ratings on an interactive map&lt;/li&gt;
&lt;li&gt;Adding AI-powered city suggestions: using Spark&amp;rsquo;s built-in LLM integration to recommend three destinations based on existing ratings&lt;/li&gt;
&lt;li&gt;Using the variant generator when a prompt is ambiguous (&amp;ldquo;make it more sunny and fun&amp;rdquo;), producing multiple distinct UI options to choose from&lt;/li&gt;
&lt;li&gt;Navigating the revision history sidebar to review, revert, or branch off prior states&lt;/li&gt;
&lt;li&gt;Renaming and starring the app for quick dashboard access&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>GitHub Copilot Chat and o1-preview: Building a maze generator!</title><link>https://chrisreddington.com/video/2024-10-03-copilot-chat-o1-preview/</link><pubDate>Thu, 03 Oct 2024 00:00:00 +0000</pubDate><guid>https://chrisreddington.com/video/2024-10-03-copilot-chat-o1-preview/</guid><description>&lt;p&gt;This is a demo video showcasing GitHub Copilot and o1-preview. The video covers the following specific topics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Accessing the model picker in GitHub Copilot Chat within Visual Studio Code (GPT-4o, o1 mini, o1 preview)&lt;/li&gt;
&lt;li&gt;Writing a specific, multi-requirement prompt for o1-preview: a JavaScript maze generator with keyboard navigation, variable maze sizing, and a maze-solve button&lt;/li&gt;
&lt;li&gt;Understanding o1-preview&amp;rsquo;s extended internal reasoning, which produces longer response times but handles complex requirements more reliably&lt;/li&gt;
&lt;li&gt;Reviewing the generated code and copying it into the VS Code editor; initial iteration produces a working maze with BFS and DFS visualisation&lt;/li&gt;
&lt;li&gt;Iterating with a follow-up prompt to enhance the solution path display (black dot trail, no-path notification)&lt;/li&gt;
&lt;li&gt;Testing edge cases with a 50×50 maze and a distant starting position to observe depth-first search behaviour visually&lt;/li&gt;
&lt;li&gt;Comparing o1-preview output quality against the expectation for GPT-4o on the same multi-constraint task&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Beyond Code With Github the AI Revolution in Software Development</title><link>https://chrisreddington.com/talk/beyond-code-with-github-the-ai-revolution-in-software-development/</link><pubDate>Wed, 04 Sep 2024 00:00:00 +0000</pubDate><guid>https://chrisreddington.com/talk/beyond-code-with-github-the-ai-revolution-in-software-development/</guid><description>&lt;p&gt;As AI continues to reshape the way businesses innovate, the conversation shifts beyond the mere integration of new technology. Chris emphasizes that adopting AI-powered software development is a significant cultural shift, requiring more than just technical tools. It demands a top-down approach, where leadership support and change management are critical to fostering a progressive culture within development teams.&lt;/p&gt;</description></item><item><title>GitHub Galaxy 2024 Amsterdam</title><link>https://chrisreddington.com/talk/github-galaxy-2024-amsterdam/</link><pubDate>Wed, 12 Jun 2024 00:00:00 +0000</pubDate><guid>https://chrisreddington.com/talk/github-galaxy-2024-amsterdam/</guid><description>&lt;p&gt;Ready to explore our blueprint for AI-powered development? Join us to network with local tech leaders and learn the key to addressing tech debt, modernizing the software development lifecycle, and transforming your enterprise.&lt;/p&gt;</description></item><item><title>GitHub Galaxy 2024 Paris</title><link>https://chrisreddington.com/talk/github-galaxy-2024-paris/</link><pubDate>Wed, 29 May 2024 00:00:00 +0000</pubDate><guid>https://chrisreddington.com/talk/github-galaxy-2024-paris/</guid><description>&lt;p&gt;Ready to explore our blueprint for AI-powered development? Join us to network with local tech leaders and learn the key to addressing tech debt, modernizing the software development lifecycle, and transforming your enterprise.&lt;/p&gt;</description></item><item><title>GitHub Galaxy 2024 Stockholm</title><link>https://chrisreddington.com/talk/github-galaxy-2024-stockholm/</link><pubDate>Wed, 22 May 2024 00:00:00 +0000</pubDate><guid>https://chrisreddington.com/talk/github-galaxy-2024-stockholm/</guid><description>&lt;p&gt;Ready to explore our blueprint for AI-powered development? Join us to network with local tech leaders and learn the key to addressing tech debt, modernizing the software development lifecycle, and transforming your enterprise.&lt;/p&gt;</description></item><item><title>Code from your phone with Github Copilot Workspace</title><link>https://chrisreddington.com/video/2024-05-03-copilot-workspace-mobile/</link><pubDate>Fri, 03 May 2024 00:00:00 +0000</pubDate><guid>https://chrisreddington.com/video/2024-05-03-copilot-workspace-mobile/</guid><description>&lt;p&gt;This is a demo video for the technical preview of GitHub Copilot Workspace. The video covers the following specific topics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Accessing GitHub Copilot Workspace from the GitHub mobile app on a phone or tablet&lt;/li&gt;
&lt;li&gt;Entering a task using typed text or the device&amp;rsquo;s built-in voice dictation&lt;/li&gt;
&lt;li&gt;Reviewing, editing, and approving the AI-generated specification (current state and proposed state)&lt;/li&gt;
&lt;li&gt;Progressing from specification to plan and reviewing the proposed file changes on mobile&lt;/li&gt;
&lt;li&gt;Inspecting code diffs and making edits directly on the mobile interface&lt;/li&gt;
&lt;li&gt;Running unit tests from the built-in terminal to verify the implementation before raising a PR&lt;/li&gt;
&lt;li&gt;Creating a pull request with an AI-generated description from within the mobile workflow&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>How to use Copilot Workspace for inspiration</title><link>https://chrisreddington.com/video/2024-05-01-copilot-workspace-template-repo/</link><pubDate>Wed, 01 May 2024 00:00:00 +0000</pubDate><guid>https://chrisreddington.com/video/2024-05-01-copilot-workspace-template-repo/</guid><description>&lt;p&gt;This is a demo video for the technical preview of GitHub Copilot Workspace. The video covers the following specific topics:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Starting Copilot Workspace from a GitHub template repository as a creative springboard&lt;/li&gt;
&lt;li&gt;Generating a specification that outlines the current state (template) and proposed state (customised to-do app)&lt;/li&gt;
&lt;li&gt;Progressing from specification to a step-by-step implementation plan&lt;/li&gt;
&lt;li&gt;Using the live app preview pane alongside the plan and code for in-flow iteration&lt;/li&gt;
&lt;li&gt;Streaming code changes into the environment and installing new npm dependencies via the integrated terminal&lt;/li&gt;
&lt;li&gt;Using undo/redo to navigate through Copilot Workspace change history while the live preview updates in sync&lt;/li&gt;
&lt;li&gt;Switching to GitHub Codespaces to make direct code edits (layout, styling, form) that sync back into Copilot Workspace&lt;/li&gt;
&lt;li&gt;Sharing the in-progress workspace with collaborators via the share button&lt;/li&gt;
&lt;li&gt;Creating the repository from Copilot Workspace, which triggers a GitHub Actions build and deployment to production automatically&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Transform issues into plans with GitHub Copilot Workspace</title><link>https://chrisreddington.com/video/2024-05-01-copilot-workspace-template-repo-copy/</link><pubDate>Mon, 29 Apr 2024 00:00:00 +0000</pubDate><guid>https://chrisreddington.com/video/2024-05-01-copilot-workspace-template-repo-copy/</guid><description>&lt;p&gt;This is a demo video for the technical preview of GitHub Copilot Workspace. Chris was responsible for:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Writing the script&lt;/li&gt;
&lt;li&gt;Creating a demo environment&lt;/li&gt;
&lt;li&gt;Recording the demo&lt;/li&gt;
&lt;li&gt;Recording the voiceover&lt;/li&gt;
&lt;li&gt;Production and Editing&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>GitHub Galaxy 2024 London</title><link>https://chrisreddington.com/talk/github-galaxy-2024-london/</link><pubDate>Thu, 25 Apr 2024 00:00:00 +0000</pubDate><guid>https://chrisreddington.com/talk/github-galaxy-2024-london/</guid><description>&lt;p&gt;Ready to explore our blueprint for AI-powered development? Join us to network with local tech leaders and learn the key to addressing tech debt, modernizing the software development lifecycle, and transforming your enterprise.&lt;/p&gt;</description></item><item><title>GitHub Galaxy 2024 Berlin</title><link>https://chrisreddington.com/talk/github-galaxy-2024-berlin/</link><pubDate>Tue, 16 Apr 2024 00:00:00 +0000</pubDate><guid>https://chrisreddington.com/talk/github-galaxy-2024-berlin/</guid><description>&lt;p&gt;Ready to explore our blueprint for AI-powered development? Join us to network with local tech leaders and learn the key to addressing tech debt, modernizing the software development lifecycle, and transforming your enterprise.&lt;/p&gt;</description></item><item><title>Beyond version control: Using GitHub throughout your development lifecycle</title><link>https://chrisreddington.com/talk/ddd-north-beyond-version-control/</link><pubDate>Sat, 02 Mar 2024 00:00:00 +0000</pubDate><guid>https://chrisreddington.com/talk/ddd-north-beyond-version-control/</guid><description>&lt;p&gt;GitHub is well-known for version control, and its work with the open source community. But did you know you can use GitHub throughout your development lifecycle?&lt;/p&gt;
&lt;p&gt;Join Chris Reddington from GitHub&amp;rsquo;s Developer Relations team as he explores how you can use GitHub to plan, code, build, and deploy your work. Learn how the platform comes together in GitHub Issues, Projects, Codespaces, Actions, Copilot and Advanced Security!&lt;/p&gt;</description></item><item><title>London Reactor Meetup | DevOps meets AI</title><link>https://chrisreddington.com/talk/london-reactor-meetup-jan-2024/</link><pubDate>Tue, 16 Jan 2024 00:00:00 +0000</pubDate><guid>https://chrisreddington.com/talk/london-reactor-meetup-jan-2024/</guid><description>&lt;p&gt;DevOps is inherently a cultural shift with a mass of technologies involved at many stages of the lifecycle. Over the past year we have seen a huge change in the AI sector and these developers, entrepreneurs and businesses are all starting to adopt this technology and make it a part of their everyday development. With this being the case, the DevOps lifecycle is going to pivot and change for everyone in one way or another, so let&amp;rsquo;s dive into how this is happening!&lt;/p&gt;</description></item><item><title>End-to-end InnerSourcing and Secure Development with GitHub</title><link>https://chrisreddington.com/talk/devoxx-belgium-2022-end-to-end-innersourcing/</link><pubDate>Thu, 13 Oct 2022 00:00:00 +0000</pubDate><guid>https://chrisreddington.com/talk/devoxx-belgium-2022-end-to-end-innersourcing/</guid><description/></item><item><title>From 'It works on my machine' to 'It was written by a machine' - GitHub Codespaces &amp; Copilot</title><link>https://chrisreddington.com/talk/devoxx-belgium-2022-works-on-my-machine/</link><pubDate>Mon, 10 Oct 2022 00:00:00 +0000</pubDate><guid>https://chrisreddington.com/talk/devoxx-belgium-2022-works-on-my-machine/</guid><description/></item><item><title>From 'It works on my machine' to 'It was written by a machine' - GitHub Codespaces &amp; Copilot</title><link>https://chrisreddington.com/talk/halfstack-on-thames-dev-experience/</link><pubDate>Fri, 23 Sep 2022 00:00:00 +0000</pubDate><guid>https://chrisreddington.com/talk/halfstack-on-thames-dev-experience/</guid><description/></item><item><title>ToolUp Days #12</title><link>https://chrisreddington.com/video/toolup-days-12/</link><pubDate>Tue, 06 Sep 2022 00:00:00 +0000</pubDate><guid>https://chrisreddington.com/video/toolup-days-12/</guid><description>&lt;p&gt;With the game&amp;rsquo;s microservices architecture designed and a clear definition of done in hand, Chris and Matt turn their attention to getting the &lt;strong&gt;World Events Engine&lt;/strong&gt; working end-to-end. The session opens with an unexpected obstacle: Chris had inadvertently broken all the GitHub Actions builds in the run-up to the stream.&lt;/p&gt;
&lt;h2 id="diagnosing-the-github-actions-deployment-bug"&gt;Diagnosing the GitHub Actions deployment bug&lt;/h2&gt;
&lt;p&gt;Two workflows were triggered simultaneously, both defaulting to the same container name (derived from the workflow filename). Deploying two Azure Container App revisions with identical names into the same resource group created a race condition — one deployment could not start because the other was already in progress under the same name.&lt;/p&gt;</description></item><item><title>ToolUp Days #11</title><link>https://chrisreddington.com/video/toolup-days-11/</link><pubDate>Tue, 23 Aug 2022 00:00:00 +0000</pubDate><guid>https://chrisreddington.com/video/toolup-days-11/</guid><description>&lt;p&gt;This episode marks the official rebrand from &lt;strong&gt;ToolUp Tuesday&lt;/strong&gt; to &lt;strong&gt;ToolUp Days&lt;/strong&gt; — giving Chris and Matt the scheduling flexibility they need to maintain a consistent cadence. After recapping progress (multiple microservices built, GitHub Actions CI/CD in place, container images published, and Infrastructure as Code deployed), the pair set a concrete goal: reach a point where two players can independently make a decision, a &amp;ldquo;tick&amp;rdquo; happens, and there is a winner and a loser.&lt;/p&gt;</description></item><item><title>ToolUp Tuesday #2</title><link>https://chrisreddington.com/video/toolup-tuesday-2/</link><pubDate>Tue, 22 Feb 2022 00:00:00 +0000</pubDate><guid>https://chrisreddington.com/video/toolup-tuesday-2/</guid><description>&lt;p&gt;Chris and Matt move from planning to coding, creating the Player State API as a .NET Web API project. They define data models representing player state for the SpaceBar management sim, debating how deep and detailed the models should go. The episode covers practical .NET development decisions, including the trade-offs between minimal API patterns and traditional controller-based approaches, with a preference for controllers for better logical grouping.&lt;/p&gt;
&lt;p&gt;The pair also set up their first GitHub Actions CI workflow, walking through YAML syntax for building the .NET project on push to main. They troubleshoot the workflow live — discovering they forgot the checkout step — and iterate until the build succeeds. GitHub Copilot makes a brief appearance as a code suggestion tool during API scaffolding.&lt;/p&gt;</description></item><item><title>V027 - Weekly Technology Vlog #27</title><link>https://chrisreddington.com/video/weekly-vlog-027/</link><pubDate>Sun, 04 Jul 2021 00:00:00 +0000</pubDate><guid>https://chrisreddington.com/video/weekly-vlog-027/</guid><description>&lt;p&gt;Vlog #27 was the first dedicated tech episode under the new alternating format (gaming one week, tech deep-dives the next). No Sea of Thieves this time — the full runtime went to GitHub Copilot, CNCF, Kubernetes, Azure Arc, and more.&lt;/p&gt;
&lt;h2 id="github-copilot-technical-preview"&gt;GitHub Copilot Technical Preview&lt;/h2&gt;
&lt;p&gt;Chris walked through a live GitHub Copilot demo across two languages, showing how the AI pair programmer synthesises code from natural language comments and surrounding context.&lt;/p&gt;</description></item></channel></rss>