Skip to content
← ALL WRITING

2026-04-08 / 2 MIN READ

Shipping with agents, week 14

This week I shipped 11 API endpoints, 2 dashboards, and caught one production incident before it landed. Here's what ran.

Every Monday I publish what I shipped the week before. Dated, sanitized, specific. This is week 14 of the public build log.

$ tail -f /var/log/agent-council.log
09:12:04agent-auth implement login route
09:12:06agent-analytics ship dashboard queries
09:12:09agent-shopify admin API wrapper
09:12:11agent-tests 47 tests added, 1,196 green
09:12:14agent-ship merged, deployed, prod green
09:12:14watcher zero handoffs
// 5 agents. one operator. one commit stream.

The tally

  • 11 API endpoints shipped (6 analytics, 5 Shopify admin)
  • 2 dashboards wired to the new endpoints
  • 1 production incident caught by automated checks before it landed
  • 47 test files added, 1,196 total tests green
  • Zero handoffs

What the agents did

I don't ship lines of code. I ship specifications. The agents ship the lines.

This week's agent orchestration was mostly scoped around internal dashboards for a client. Four specialist agents, running in parallel under my orchestration:

  1. The schema agent - took my ERD sketch and generated the Prisma schema, migrations, and seed data
  2. The endpoint agent - took the schema and generated typed route handlers + Zod validators
  3. The test agent - generated Vitest suites for every endpoint with realistic fixtures
  4. The review agent - compared the generated code to the established codebase conventions and flagged 6 style drifts for me to hand-fix

Total human time: roughly 3 hours across Tuesday and Wednesday. Agents handled the rest.

The incident that didn't land

A sync-lag alert fired overnight on one of the integration pipelines. My dashboard rolled it up to yellow, my monitoring agent flagged it on Slack, I woke up long enough to approve a restart, and the agents handled the reconciliation while I went back to sleep. A few minutes total. No client email. No data loss.

What I'm charging for

I'm not charging for the code. Codegen is a commodity now. I'm charging for the taste, the orchestration, and the 20 years of scar tissue that lets me know which of the 6 style drifts to actually fix and which to ignore.

Next week: shipping the CAPI Playbook alpha for preorder. $129. If you work on a DTC stack, you're probably on the waitlist already.

  • MD

// related

Claude Code Skills Pack

If you want to go deeper on agentic builds, this pack covers the patterns I use every day. File ownership, parallel agents, tool contracts.

>View the pack