svnscha - Profile Picture

automating annoying tasks, sharing tips, and embracing less frustration

recent posts View all →

🚀 New Release: mcp-windbg 1.0.0

Kernel debugging, session IDs, and a redesigned tool surface. The first stable release.

🚀 New Release: mcp-windbg 0.15.0

Break into live sessions, redact sensitive output before it reaches the model, and a brand-new documentation site. A year and a month in, with 1.4k stars and a community that keeps showing up.

Introducing Native Windows Debugging for VS Code: Kernel & Remote Debugging

Last time I had a proof of concept. This time I closed the gap: remote debugging and Windows kernel debugging, straight from VS Code, powered by the same engine as WinDbg. It's open source and on the Marketplace.

The Joy of Writing a Debugger Adapter for Visual Studio Code

I only wanted a faster remote debugging workflow for a service running in a VM. Instead, I ended up learning DAP, wrapping WinDbg, and building a working first proof of concept debugger adapter for VS Code.

Meet Ralph: The AI Coding Agent That Just Keeps Going

I built an autonomous AI agent that works from a PRD, verifies its own work, and ships code while I sleep. Here's Ralph.

Ollama Now Speaks Messages API

Ollama v0.14 now speaks the Anthropic Messages API, so Claude Code can talk to local models. I tested it by building a calendar breakout game to 'reschedule' meetings. Spoiler: 'You don't need frontline models', they said...

AI Agents in .NET: Beyond DevUI - LibreChat Integration

Taking our agents beyond the built-in DevUI by exposing them as OpenAI-compatible endpoints and integrating with LibreChat - a powerful open-source chat interface.

DGX Spark: Hello World

Wrapping up 2025 with a new toy: NVIDIA's DGX Spark. Spoiler alert - LibreChat is awesome, ComfyUI is chef's kiss, and I'm ending the year already having way too much fun with this personal AI supercomputer!

AI Agents in .NET: Building Agentic RAG

Taking our agent from 'hello world' to useful - with database persistence, embeddings, vector search, and tools that let it reason over documentation and conversation history.

AI Agents in .NET: Let's Build Something Smart

Introducing the Knowledge repository - a hands-on companion for learning how to build AI agents with the Microsoft Agent Framework in C#.