Techorama 2026 was a blast! Great content, great atmosphere and great people. And of course, the main conversation topic was AI and how it will shape our industry. Nobody knows what is coming next but at least we already got a glimpse into the future.
I delivered a presentation about integrating the GitHub Copilot SDK into your application and hopefully proved how easy it is to get an agent running inside your systems.
AI is moving from assistants we query to agents that collaborate with us inside our applications. By reusing the same agentic loop behind the Copilot CLI, the Copilot SDK makes that shift practical for every developer. In this session, we explore how to embed GitHub Copilot–powered agents directly into your apps, extend them with custom skills, and connect them to your own data and workflows. You’ll see how to design agent behaviors, orchestrate tool use, and create safe, reliable interactions that feel native to your product.
Whether you’re building personal productivity tools or enterprise workflows, you’ll walk away with a clear blueprint for turning your application into an AI‑augmented teammate.
In case you missed my presentation, you can find the slides here:
presentations/Techorama - 2026 at main · wullemsb/presentations
I also showed a lot of demos. Here is the overview of what I shared:
- OLAF:
- A command line interface to interact with the GitHub Copilot CLI harness that builds itself. It has a built-in extension mechanism allowing you to introduce new functionality in the command line during execution. It uses dynamic compilation and the Copilot SDK to create your own tailored coding CLI tool.
- wullemsb/OLAF
- PowerPilot:
- An agent based system that monitors your energy usage and provides insights and advice when to use specific appliances at home.
- wullemsb/PowerPilot: Agent based Power Management solution for your home
- The Oracle:
- An automatic code reviewer that hooks into the Azure DevOps PR system. Once a PR is assigned to the Oracle, it will evaluate and review the provided changes.
- wullemsb/AzureDevOpsCodeReviewer
- Business Pilot:
- A small example on how to integrate the Copilot SDK into an existing business application.
- wullemsb/github-copilot-sdk-starter-app: Starter code project for training - Develop AI-enabled apps using the GitHub Copilot SDK
Some other demo’s I showed that I didn’t create myself:
- Copilot Office Add-in:
- A Microsoft Office add-in that integrates GitHub Copilot into Word, Excel, and PowerPoint.
- patniko/github-copilot-office: The power of GitHub Copilot in PowerPoint, Excel and Word Office products
- Copilot Browser Extension:
- Your AI copilot for the web — a Chrome/Edge browser extension that brings GitHub Copilot directly into your browser.
- patniko/github-copilot-browser
- IssueCrush:
- Swipe through your GitHub issues like Tinder. Close with a left swipe, keep with a right swipe. Powered by GitHub Copilot AI for intelligent issue summaries.
- AndreaGriffiths11/IssueCrush: Swipe through your GitHub issues like Tinder. Close with a left swipe, keep with a right swipe. Powered by GitHub Copilot AI for intelligent issue summaries.
Check out the code to see what is possible and get inspired.
And if you want to get started, use the available skills or instructions for the GitHub Copilot SDK:
.png)