Skip to content
bizurk
← 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, with dates and specifics scrubbed for anything client-sensitive. This is week 14 of the public build log.

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

Codegen is a commodity now. What I'm charging for is 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

Tell me what you’re trying to ship.

Send a quick message and I read it within a day, or talk to AI Michael first if you want to feel out your project before you write to me.

By sending this, you agree to the Terms and acknowledge the Privacy Policy.