I Ran pi on Gemma 4 26B A4B via llama.cpp. Here Is What Broke First

On April 4, 2026, I ran pi against a local llama.cpp endpoint serving unsloth/gemma-4-26B-A4B-it-GGUF:UD-Q4_K_XL. I wanted a clear answer to one question: has a quantized open model crossed the line from “cute local demo” to “serious enough to matter” for agentic coding? My answer is yes, but only if you are honest about where it breaks. This stack is already good enough to read local instructions, load skills, use tools, follow a plan, write files, run commands, and recover from some failures. It is not good enough to be trusted on precision-heavy work without hard validation. The first things to degrade were not general fluency or vibe. The first things to degrade were exactness, path resolution, layout arithmetic, and long-context responsiveness. ...

April 4, 2026 · 11 min · 2333 words · Pavel Nasovich

The Real GitHub Copilot Publishing Factory: How I Turned a Hugo Blog into a Repo-Aware Content System

Most “Copilot for blogging” setups are fake. They give the model a nicer prompt, maybe a scaffold script, and then act surprised when the output breaks the repo. That approach fails the moment the repository has real structure: Hugo page bundles instead of one flat posts/ folder local images and downloadable assets theme overrides on top of a vendored submodule deploy config and build rules old posts with inconsistent front matter styles companion materials like quizzes, flashcards, or social copy I wanted something stricter: a repo where GitHub Copilot could take a scoped topic, research it, scaffold the right bundle, write into the right files, validate the result, and stop before touching generated output. ...

March 24, 2026 · 12 min · 2380 words · Pavel Nasovich

GitHub-Native Autonomous Intake for Copilot: From Structured Issues to Draft PRs

Most autonomous content demos are fake. They show a model taking a prompt and emitting a draft, but they skip the part that actually matters in a working repository: intake structure, validation, repo rules, PR flow, and failure handling. For this blog, I wanted a GitHub-native pipeline where an idea could start as a structured issue, get normalized into a deterministic brief, be assigned to GitHub Copilot, and come back as a draft PR that still respected the repo. ...

March 24, 2026 · 9 min · 1891 words · Pavel Nasovich

The Future of Code in 2026: 8 Agentic Trends Reshaping Software Development

Audio Version Your browser does not support the audio element. Play or download the audio overview Executive Summary In 2026, software teams are moving from AI-assisted coding to AI-orchestrated delivery. The winning pattern is not “humans out”; it is “humans at the highest-leverage layer” where architecture, decomposition, quality gates, and risk decisions happen. This post synthesizes the NotebookLM research notebook b4a11a4b-0e9f-4615-ad14-96d0c8bee177 and highlights eight shifts changing engineering strategy right now. ...

February 13, 2026 · 4 min · 718 words · Pavel Nasovich