Showing category results for GitHub Copilot

Apr 21, 2026
Post comments count4
Post likes count4

I Wasted 68 Minutes a Day Re-Explaining My Code. Then I Built auto-memory.

Desi Villanueva

~1,900 lines of Python. Zero dependencies. Saves you an hour a day. GitHub → ·  Now give Copilot CLI enhanced context recall. Point it at  and let it cook. 🍳 Are you tired of using the slash /compact command every 10 min? The Context Window Is a Lie Every AI coding agent ships with a big number on the box. 200K tokens. Sounds massive...

GitHub CopilotDeveloper ProductivityAgents
Apr 21, 2026
Post comments count0
Post likes count2

Getting Started with Agentic DevOps – Part 1: Foundations

Ricardo Fiel

This post is the first in a 3-part series: Bookmark this post for quick reference as you start exploring Agentic DevOps. It will be updated as the 3 parts become available. Getting started with Agentic DevOps Agentic DevOps is a new approach to software development where AI-powered agents work alongside your team across the entir...

All things AzureGitHub CopilotDeveloper Productivity
Apr 16, 2026
Post comments count1
Post likes count3

Best of Both Worlds for Agentic Refactoring: GitHub Copilot + MicroVMs via Docker Sandbox

cindywang

Legacy codebases frequently contain hardcoded logic and complex build scripts that depend on specific filesystem structures, making them notoriously difficult to modernize in isolated environments. Docker Sandbox addresses this challenge through a bidirectional workspace sync that preserves the same absolute paths inside the sandbox as on the host....

All things AzureGitHub CopilotThought leadership
Apr 10, 2026
Post comments count0
Post likes count0

Putting Agentic Platform Engineering to the test

Arnaud,
davidwright,
Suzanne

In Part 1 of this blog series set the stage for why platform engineering is being reshaped by agentic AI. (read it here) Basically we outline how instead of humans translating intent through layers of CLIs, SDKs, and bespoke workflows, capable agents can interpret natural-language goals and turn them into safe, validated platform actions using w...

All things AzureGitHub CopilotAgents
Apr 1, 2026
Post comments count0
Post likes count2

Project Nighthawk: A Research Agent Built for Field Engineering

Diego,
Ray

If you work in field engineering, you know the scenario. A customer is deploying AKS in a regulated environment. They hit an issue during node bootstrapping. They want to know exactly what happens when a node joins the cluster, which components run in which order, and whether the behaviour they're seeing is expected. The question sounds simple. T...

All things AzureGitHub CopilotDeveloper Productivity
Mar 25, 2026
Post comments count1
Post likes count8

Your Entire Engineering Floor Just Stopped Coding

Desi Villanueva

And the developers running Claude Code and GitHub Copilot CLI didn't notice... Status Page Says 'Operational.' Your Subagents Say Otherwise. If you're running autonomous agents in any serious capacity, you've experienced this: model provider outages aren't edge cases — they're part of the operating environment. Anthropic has had outages. ...

GitHub CopilotAll things AzureDeveloper Productivity
Mar 23, 2026
Post comments count1
Post likes count8

Agentic Platform Engineering with GitHub Copilot

Diego,
Ray

We've talked about the human scale problem and what happens when infrastructure scales but understanding doesn't. If you've been following along, you know the thesis: our tools have outpaced our ability to operate them, and platform engineering is how we're fighting back. But here's the thing - we've been fighting with one hand tied behind our b...

All things AzureGitHub CopilotDeveloper Productivity
Mar 18, 2026
Post comments count0
Post likes count3

When Infrastructure Scales But Understanding Doesn’t

Diego,
Ray

We all know this, even if we don't like to admit it: modern infrastructure can scale infinitely, but human understanding doesn't. We've all seen it happen - organizations going from managing dozens of servers to thousands of containers, from deploying weekly to deploying hundreds of times per day, from serving thousands of users to millions. The...

All things AzureGitHub Copilotgithub
Mar 17, 2026
Post comments count0
Post likes count2

From 150 Unread to Zero Stress: Automating Inbox Triage with MCP and GitHub Copilot

Desi Villanueva

Taming the Noisy Inbox: How I Used MCP to Automate Email and Teams Triage How the Model Context Protocol (MCP) turns your AI coding assistant into a workplace productivity engine — connecting Microsoft 365 data to your terminal workflow.   The Problem We All Share If you work in a customer-facing role, you know the feeling. You open your...

Developer ProductivityGitHub CopilotMCP (Model Context Protocol)
Mar 5, 2026
Post comments count0
Post likes count5

Platform Engineering for the Agentic AI era

Arnaud,
davidwright

For the last decade, platform engineering has relied on explicit API interaction layers: CLIs, SDKs, pipelines, wrappers, and UI workflows that translate human intent into machine‑safe API calls. AI agents are now short‑circuiting much of that stack. By combining natural language understanding, reasoning, and direct access to API specifications and...

All things AzureGitHub CopilotAgents