AI

Agentic memory: what agents should and shouldn't remember

Agentic memory: what agents should and shouldn't remember

2026-04-10 · 11 min

Conversation state and retrieved context lead naturally into memory, but only if we're clear about what memory is for. Rules, skills, and instruction files package what you already know. Memory should capture what the work itself teaches the system, and that means reflection, verification, and forgetting matter just as much as recall.

AGENTS.md and SKILL.md: building a reusable agent toolbox

AGENTS.md and SKILL.md: building a reusable agent toolbox

2026-04-08 · 19 min

Context engineering gets more useful when the knowledge it depends on is packaged for reuse. In this post I map the portable core (AGENTS.md and SKILL.md), Copilot-specific concepts like custom instructions, agents and prompt files, and how to decide what knowledge belongs where.

Context engineering: more context isn't better context

Context engineering: more context isn't better context

2026-04-05 · 15 min

Better prompts help, but they're only part of the story. Context engineering is the craft of designing what an AI agent sees, when it sees it, and how that changes across the session. The goal isn't a bigger context window. It's a more effective one.

GitHub Copilot SDK demo: Creating "Flight School"

GitHub Copilot SDK demo: Creating "Flight School"

2026-02-05 GitHub

Chris Reddington demonstrates "Flight School," a custom Next.js application built to personalize his learning journey using the GitHub Copilot SDK. See how he leverages agentic workflows to generate daily coding challenges based on his GitHub profile, evaluate solutions against test cases, and automatically export projects to new repositories.

Rubber Duck Thursdays - Let's build with GitHub Copilot SDK

Rubber Duck Thursdays - Let's build with GitHub Copilot SDK

2026-01-29 GitHub

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.

Flight School

Flight School

2026-01-26 GitHub

AI-powered coding practice platform built with the GitHub Copilot SDK. Personalized challenges, real-time evaluation, and learning guidance based on your GitHub profile.

Rubber Duck Thursdays - It's time to build!

Rubber Duck Thursdays - It's time to build!

2026-01-08 GitHub

Chris showcases Timestamp, an open-source countdown timer app built with vanilla TypeScript featuring an extensible theme system, world map wall clock, and 2500+ unit tests with 300+ Playwright end-to-end tests. He deep-dives into structuring GitHub Copilot custom instructions vs agents vs prompt files, demonstrates manager-specialist agent patterns, and walks through GitHub Actions automation for issue forms and theme scaffolding.

2025 saw an explosion in CVEs: Here's what the data shows

2025 saw an explosion in CVEs: Here's what the data shows

2026-01-05

Quoted as a GitHub expert on the importance of integrating security tooling into development lifecycle and the role of AI in secure coding practices.

Rubber Duck Thursdays - Let's build our way into 2026!

Rubber Duck Thursdays - Let's build our way into 2026!

2025-12-18 GitHub

Chris builds a New Year countdown app from scratch using Vite, TypeScript, and Tailwind CSS, leveraging GitHub Copilot's Plan agent for iterative requirements and a custom UI Performance Specialist agent. The stream covers adding time zone support with a world map, a fireworks celebration theme using fireworks.js, and a test-driven development approach.

Rubber Duck Thursdays - Let's build down tech debt

Rubber Duck Thursdays - Let's build down tech debt

2025-12-11 GitHub

Chris reviews the latest GitHub changelog including CodeQL updates, GPT-5.1 Codex Max preview, GitHub MCP server tool-specific configuration, and Enterprise Server 3.19 GA. He then explores the major VS Code December release featuring Agent HQ, background agents with git worktrees, sub-agents, and custom agents for organizations, while continuing to build custom agents for a game MCP server project.