Dispatches

Opinionated deep-dives. Not tutorials. The kind of thing you'd write after spending a week with a tool and having actual opinions about it.

Why Copilot Lost Me and Cursor Won
Not a feature comparison. A three-month field report on what actually changed how I write code — and what stayed noise. Includes the specific moment I stopped switching back.
May 12, 2026 · 9 min read · @mschubert_dev
AI Tooling Opinion
The Problem with AI Code Review
AI code review is getting good at finding the wrong things. We ran it on three real PRs and compared the flags to what senior reviewers actually cared about.
May 06, 2026 · 8 min read · @rkovacs_ml
AI Tooling Measured
Neovim in 2026: Still Worth It
The ecosystem has matured enough that the onboarding tax is real but finite. This is where we land after running it as a daily driver for eighteen months with a real client workload.
May 03, 2026 · 8 min read · @mschubert_dev
Editor Opinion
On Local LLMs for Actual Work
We ran Ollama with four models for six weeks on two machines. The gap between "it works" and "it's useful" is still significant — but it's closing in specific, predictable ways.
Apr 28, 2026 · 11 min read · @rkovacs_ml
Local LLMs Measured
Shell History Is Your Best Documentation
Nobody told me my shell history was worth organizing. It took losing a six-step deploy sequence to convince me. Here's the setup that finally made it searchable.
Apr 15, 2026 · 7 min read · @mschubert_dev
CLI Workflow
Why I Stopped Using Docker Desktop
The resource usage was the last straw but not the first problem. A walkthrough of the replacement setup — colima, nerdctl, and what's still missing.
Mar 29, 2026 · 9 min read · @mschubert_dev
Containers Workflow
The Real Cost of Context Switching
Not the productivity-science version. The actual cost in a two-person engineering team with four active services. What we measured, what we changed, and what didn't help.
Mar 10, 2026 · 10 min read · @mschubert_dev
Productivity Opinion
How I Audit My Dev Stack Every Quarter
A repeatable process for not accumulating tools you're not using. The actual questions I ask, the spreadsheet I keep, and what triggered the last three changes.
Feb 22, 2026 · 7 min read · @mschubert_dev
Workflow Process