AI, WITH MILK? · POURED FRESH 08 JUL 2026

AI, with milk?

Strong takes on AI. Made drinkable.

§ 01

Freshly poured

What changed · scroll →

The latest pours — new entries, revised verdicts, honest corrections. If something in here changed, it’s on this shelf with a date on it.

Updated

Claude Code test drive

June numbers in; verdict revised to "Worth it — budget for review."

08 Jul 2026
New

Lexicon: MCP

The Model Context Protocol, minus the acronym soup. USB for AI tools.

06 Jul 2026
Updated

Managing an Agent

New section on checkpoint cadence for multi-agent runs.

02 Jul 2026
New

"My team refuses the tools"

A straight answer on adoption: fix verification, then let envy work.

24 Jun 2026
Fixed

Copilot drive

Corrected a licensing-tier detail a reader flagged. Credited inline.

18 Jun 2026
§ 02

Who’s asking?

Pick your lane · no wrong one
Curious · getting started

Learner

No jargon, no evangelism. The questions people ask at lunch, answered like a human.

Solo · indie · hands-on

Builder

Ship faster, spend less. What a one-person shop squeezes out of these tools.

Most visitedTeams · leads · rollouts

Business

The management layer nobody ships in the SDK. The stuff I do for a living.

§ 03

Test drives

Verdict up top · re-driven, not reviewed

Reviews get written on launch day and never again — these get re-driven. Verdict first, one thing worth knowing, then what shone and what bit. When the facts move, the verdict moves.

§ 04

Straight answers

Under 100 words each

The questions asked at lunch, on Slack, and by my mother. Short answers here, long versions linked.

The basics

QIs Claude Code just fancy autocomplete?

No. Autocomplete finishes your sentence; this takes the ticket. You describe an outcome, it reads the codebase, plans, writes, runs and tests — then hands you a change to review. The skill it demands isn’t typing, it’s delegation.Long version → the Claude Code drive

QIs any of this actually different from ChatGPT?

Same engine class, different steering wheel. A chatbot answers; an agent acts — it runs tools, edits files, checks its own work in a loop. The interesting shift isn’t smarter answers, it’s models that do things and report back.See → Lexicon: Agent

QWill this take my job?

The honest version: it’s already taking tasks, and jobs are bundles of tasks, so the bundle changes. On my team the writing shrank and the reviewing grew. The people at risk are the ones whose whole job was the part that got easy. Move toward judgment.Long version → an essay in The Human Layer

For people who run teams

QShould we measure AI productivity in story points?

You can, and the number will go up, and it will mean nothing. Story points assume a human wrote the story. When one engineer plus three agents outships a squad, the interesting numbers are review time and defect escape, not velocity.Long version → the measurement playbook

QMy team refuses to use the tools. Now what?

Good news: refusal is a trust problem, and trust problems are solvable. Someone got burned by a confident wrong answer once. Don’t mandate usage — fix the verification step so being wrong is cheap, then let the fast people be visibly fast. Adoption follows envy.Long version → the rollout playbook

QWho signs off on code an agent wrote?

A human, every time, and it should be obvious who. Once agents write real volume, review ownership becomes your governance question — not "can we trust the AI" but "whose name is on the merge." Decide it before month six, because month six decides it for you.Long version → the delegation playbook

For solo builders

QIs Copilot’s licence tax worth paying?

Depends who’s counting. If the alternative is a six-month procurement fight, the licence you already own wins by default. If you can choose freely, benchmark it against your own tickets for two weeks first. Most teams never run that test. Be the team that does.Long version → the Copilot drive

QCan I really run a content pipeline for free?

Close to it. A free-tier model for the cheap bulk work and a paid one only for the final pass gets you a long way at near-zero marginal cost. The trick isn’t the free tier — it’s knowing which step is cheap and which step you should pay for.See → the Gemini drive

§ 05

Playbooks

Revised, not republished

The long-form, load-bearing guides — written to still be right next year. When one stops being right, it gets edited, not replaced by a fresher hot take.

Most readPB·01

Managing an Agent: the delegation playbook

The hard part isn’t building the agent — it’s managing one. Briefing, checkpoints, review ownership, and the moment you take the work back.

  • The 90-sec brief
  • Checkpoints
  • Review ownership
  • Multi-agent runs
Updated 02 Jul 2026
For leadsPB·02

Measuring agent work without lying to yourself

What to instrument when your sprint tooling assumes humans did the typing — and how to explain the new numbers upstairs.

  • Why velocity breaks
  • Review-time signal
  • Defect escape
  • The dashboard fight
Updated 29 Jun 2026
Field-testedPB·03

Rolling AI into a distributed team without theatre

Trust calibration, the verification reflex, and teaching people when not to use the tool. Everything here survived a real rollout.

  • Trust calibration
  • Verification reflex
  • Time-zone traps
  • Adoption by envy
Updated 11 Jun 2026
§ 06

The lexicon

Every term, in English

The words people use to sound clever about AI, defined so you don’t have to nod along. The italic aside is the “with milk” bit — what it means when it hits your actual work.

Agent
Software that pursues a goal by taking actions in a loop — calling tools, reading results, deciding the next step — instead of just answering once.The thing you manage like a junior, not a chatbot you interrogate.
Agenticadj.
The property of doing rather than saying. An agentic tool acts on your system; a non-agentic one hands you text and wishes you luck.
Context window
How much text a model can hold in mind at once — prompt, files, history, all of it. Measured in tokens.Fill it with junk and quality drops. It’s desk space, not memory.
Token
The unit a model reads and bills in — roughly ¾ of a word. "Cheap" and "expensive" models are really cheap and expensive per token.
Prompt
What you say to the model. "Prompt engineering" is mostly just being specific about what you want and what "done" looks like.
System prompt
The standing instructions a model gets before your message — its job description and house rules. You rarely see it; it shapes everything.
RAGretrieval-augmented generation
Fetching relevant documents and stuffing them into the prompt so the model answers from your data, not its training.The unglamorous workhorse behind most "chat with your docs" tools.
Fine-tuning
Further-training a base model on your own examples so it defaults to your style or task. Powerful, and usually overkill — try prompting and RAG first.
Hallucination
When a model states something false with total confidence. Not lying — it has no idea it’s wrong.The reason "trust, then verify" is a workflow, not a slogan.
Inference
Running a trained model to get an answer. "Inference cost" is what you pay every time you use it, as opposed to training it once.
Temperature
A dial for randomness. Low = predictable and repetitive; high = creative and occasionally unhinged. Pick per task.
MCPmodel context protocol
A common plug shape that lets models connect to tools and data without bespoke glue for each one.USB for AI tools: one standard socket, many devices.
Eval
A test suite for model behaviour — cases you score to know whether a change made things better or just different.If you can’t eval it, you’re tuning by vibes.
Guardrails
The checks around a model that block bad inputs or outputs. The seatbelt, not the engine — no substitute for a human on risky calls.
Latency
How long the model takes to answer. Fine for a draft; ruinous for anything a person waits on live. Often the real product constraint.
Ground truth
The verified-correct answer you measure against. Without it, every accuracy claim is a guess wearing a percentage.
Frontier model
The current most-capable class of models. Moves every few months — exactly why nothing on this page pins its verdict to a version number.
Distillation
Training a small, cheap model to mimic a big expensive one. You lose a little quality and a lot of cost — often a great trade.
§ 08

In the paper

Where this feeds the essays

Essays on the main page lean on this place the way a feature leans on its reporting. Follow the trail either direction.

The View East

The UPI Playbook Doesn't Export. That's the Point.

India's payments rail is the most-cited case study in global fintech. Nearly everyone citing it is learning the wrong lesson — because the lesson isn't the rail, it's the preconditions.

Draws on the Copilot drive

§ 09

The shelf

Everything, browsable

The whole place on one shelf — for the days you come to look something up, not to browse. Type to filter across all of it.