Nick Blokhin
Software Architect & Engineering Manager, 20+ years in production.
Nick Blokhin
Home/ AI

AI

how I build with AI — and bring it into engineering teams

AI here is not commentary from the sidelines — it is part of my daily engineering work and how I lead teams. I use agentic coding tools to build and maintain real products, drive the adoption of AI-assisted workflows in engineering teams, evaluate models against my own project specs, and document what actually works for people who ship software.

AI in my workflow

AI adoption in teams

I bring agentic coding and AI-assisted workflows into engineering teams: tool selection, guardrails, review practices, and measuring what actually helps delivery rather than what just looks impressive.

Agentic coding

Claude Code and similar CLI agents do real implementation work in my projects — features, refactoring, maintenance — with me acting as architect and reviewer of every change. The full write-up: how I split work with agentic coding tools.

Assistants and local models

IDE assistants handle completion and quick questions when I write code myself; local models cover private experiments, offline workflows, and testing what smaller models can really do.

Design and review

Frontier chat models are my sounding board for architecture options, tricky trade-offs, code review, and writing.

Evaluation over hype

I benchmark models on my own coding prompts and project specs — Prompt Vault — instead of trusting leaderboards and demos.

Sharing in public

Everything that survives real use ends up on the Zero to MVP channel and in Zero to MVP Weekly.

Green-Agent

I designed and built Green-Agent, a minimal Python coding-agent harness with a tool loop, workspace-contained file tools, and an approval policy. It works with OpenAI-compatible APIs.

Green-Agent terminal interface with a project file tree, code viewer, and agent conversation

View repository ↗

Start here

The most recent episodes — what the channel actually looks like.

Watch · Read · Use