Grigoriy Dobryakov

Engineering series

Engineering breakdowns

How it actually works

One format throughout: real engineering task → methodology → working artifact (repo, video) → honest breakdown of where it fails. Mechanics you can repeat, and the boundary where they stop working.

Series signature

«Where it breaks» is a required section in every breakdown. An artifact without honest failure modes is a demo, not engineering.

03

Retrieval layer for book-as-context

Vector-only misses terms absent from the embedding. A retrieval layer with three modes for agentive book-as-context: the agent sees where each chunk came from — and can explain why it picked it.

CTO Head of AI Architect Tech Lead
Read breakdown →
04 GitHub · ★8 / 4 forks

Async MCP server with job queue

A naive MCP server blocks on long operations. Async job queue: submit → poll, and 404-after-completion as a deliberate stateless trade-off.

CTO Head of AI Architect Tech Lead
Read breakdown →
07 GitHub · ★2

Cursor rules as governance

When 10 people vibe-code, architectural standards drift. Governance introduced not through a lecture, but as a guardrail directly in the toolchain.

CTO Head of AI Tech Lead Architect
Read breakdown →
08

Event-tracker two ways

'Build an event-tracker' — an underspecified task. Two repos: UDP fire-and-forget and HTTP+PostgreSQL. The choice between them is the durability conversation.

CTO Architect Tech Lead
Read breakdown →
10

Eval as a release criterion

An AI feature passes eval and breaks in prod — because eval ran on the same inputs as the demo. Three release gate layers: regression from real incidents, distribution diff against a snapshot, human spot-check before deploy.

CTO Head of AI Tech Lead
Read breakdown →
15 Governance · AI Skills

The Skill That Onboards Other Skills

Type /onboard fb-post-writer — the skill runs the incoming skill through 8 steps: six conflict detectors, a sandbox interview, and a registry card. Conflict caught before merge, not a week later.

CTO Head of AI Tech Lead Architect
Read breakdown →
16 Agent Control

How to Control What AI Agents Do

Git as an observability channel, separating task specification from execution via inputs/outputs/, least privilege through file structure. Three layers — no PAM perimeter or separate SIEM required.

CTO Head of AI Architect Tech Lead Founder
Read breakdown →
17 GitHub · open source

Git Log as a Dataset for Architectural Retro-Analysis

Hybrid of deterministic metrics (bash + awk) and LLM interpretation on top. Every claim in the report ties back to a SHA or a number — no invented patterns. Proof: real run on .claude/skills/ of this repo, with concrete architectural findings.

Architect Tech Lead Head of AI
Read breakdown →

Want this engineering standard in your team?

Architectural breakdowns, AI-assisted development with governance, building practices that hold with a single prompt — not heroics at code review.

Email me

Series format

  • • Real task, not a textbook example
  • • Working artifact: repo or video
  • • Methodology you can repeat
  • • Honest breakdown of where the artifact fails