
This is a submission for the GitHub Copilot CLI Challenge What I Built Cupid-Commit is a...
githubcopilotStart a Copilot CLI session on your workstation, then monitor and steer it from the browser or your phone.
agentsIn this post, I’ll walk you through how I use Copilot and my personal preferences for different...
githubcopilotThis article explains what GitHub Copilot SDK is and why use it
agentsI built 8 AI agent departments using GitHub Copilot custom agents — CEO, CFO, COO, Lawyer, Accountant, Marketing, CTO, and an Improver. They share memory, consult each other, and self-improve. Here's how it works.
jetsonThis blog post chronicles how VS Code equipped with GitHub Copilot powered by Claude Opus 4.6 was used to port the open-source whisper-asr-webservice project to NVIDIA Jetson hardware with full GPU acceleration — navigating over 15 build iterations, compiling CTranslate2 from source for aarch64 CUDA, working around Poetry resolver conflicts and pip wheel priority bugs, creating runtime compatibility shims for torchaudio, torch.load, and huggingface_hub API changes, testing all three ASR engines with self-generated speech audio, and ultimately forking the repo, opening a detailed pull request, and pushing a pre-built container image to Docker Hub — all driven by natural-language prompts — demonstrating how GPU-powered AI coding agents can come full circle by building GPU-accelerated software for edge devices like the Jetson Orin, unlocking practical automations such as automatic subtitle generation for Plex media libraries via Bazarr integration.
aiAI code review tools promise to catch what human reviewers miss. But which one actually delivers? I...