Skip to main content

Agentic AI & Whatever Comes Next

Cover image for: Trading Keyboards for Keyboards: A Look Back at My Recording Studio Days
Latest Post

Trading Keyboards for Keyboards: A Look Back at My Recording Studio Days

A few people have asked where the music went now that the old weblogs.asp.net blog is no longer available (Amir got me to put this together). I used to post songs there for fun, so I’m putting them here for historical sake (and because it’s still …

3 min read Dan Wahlin

How I Turned a VPS into an Always-On AI Coding Server

Have you ever wanted an AI coding agent to keep working after you close your laptop, or to reach it from your phone while you're away? That's what pushed me to turn a virtual private server (VPS) into an always-on coding environment. A VPS is a cloud-hosted virtual machine (VM) that you manage. …

Cover image for: How I Turned a VPS into an Always-On AI Coding Server

Using Telegram with GitHub Copilot CLI

I spend a lot of time working with GitHub Copilot CLI. It's great when I'm sitting in front of a terminal, but sometimes I'm away from the machine and want to kick off a review, ask a follow-up question, or check on the status of an agent task. I recently went on a family vacation to Spain and …

Cover image for: Using Telegram with GitHub Copilot CLI

From Idea to Reality in a Weekend: Building Agent Arcade with GitHub Copilot CLI

You know that feeling when you're waiting for your AI agent to finish a task and you've got nothing to do but stare at the terminal? If you're like me, you then jump to yet another agent you have running, interact with it if needed, and then stare at the terminal some more. I spend a lot of my day …

Cover image for: From Idea to Reality in a Weekend: Building Agent Arcade with GitHub Copilot CLI

GitHub Agentic Workflows: From Markdown Instructions to Automated PRs

Have you ever had tasks on your to-do list that you know should be automated but keep putting off anyway? That's been me with various GitHub repos I maintain. Some of them don't require frequent updates, but others like the new GitHub Copilot CLI for Beginners repo need frequent updates to stay …

Cover image for: GitHub Agentic Workflows: From Markdown Instructions to Automated PRs

Get started with GitHub Copilot CLI: A free, hands-on course

GitHub Copilot has grown well beyond code completions in your editor. It now lives in your terminal, too. GitHub Copilot CLI lets you review code, generate tests, debug issues, and ask questions about your projects without ever leaving the command line. To help developers get up to speed, we put …

Cover image for: Get started with GitHub Copilot CLI: A free, hands-on course

Point, Click, Let AI Fix It: How I Built ZingIt Using the GitHub Copilot SDK

Have you ever tried to describe a UI bug to someone? “See that button… no, the OTHER button… the one with the blue border… well, it’s kind of blue… anyway, make it bigger.” It’s painful. Screenshots help, but then you’re copying and pasting them into chat windows and hoping your AI assistant …

Cover image for: Point, Click, Let AI Fix It: How I Built ZingIt Using the GitHub Copilot SDK

OSS AI Summit: Building with LangChain

Most AI demos look impressive in a notebook, but they fall apart the moment they touch real data, real users, or real scale. The companies that will win in 2026 aren’t the ones with the flashiest prototypes, they’re the ones who can reliably design, debug, and deploy agent-powered AI applications. …

Cover image for: OSS AI Summit: Building with LangChain