Notes from the build pipeline.

Short essays on automations, AI agents, and the boring infrastructure that quietly makes them work. Written from active projects — never from the sideline.

10 entries · est. 77 min total
01 — contracts
May 8, 20267 min read

Stop stitching SaaS. Start owning the contract.

Eleven tools, four sources of truth, and one very tired ops lead. How to consolidate without rewriting everything from scratch.

ArchitectureOps
02 — agents
May 2, 20269 min read

Agents, without the hype.

What an AI agent actually is, what it isn't, and the four-line loop that explains 90 percent of the systems being shipped right now.

AIAgents
03 — workflows
Apr 24, 202611 min read

n8n in production: the boring playbook.

Queue mode, environment hygiene, and the small ergonomics that turn a clever automation into a system you can hand off.

n8nProduction
04 — schemas
Apr 15, 20266 min read

Type-safe edges, untyped middles.

Why I validate at the boundaries and trust the middle. The pragmatic case for arktype/zod schemas where they actually pay rent.

TypeScriptValidation
05 — scrub
Apr 6, 20268 min read

Scrub, don't stream: the case for frame-by-frame video on the web.

Video tags are great. Sometimes they're wrong. A look at when extracting frames is the right answer for cinematic landing pages.

FrontendPerformance
06 — prompts
Mar 28, 202610 min read

Small models, big prompts: the operator's edge.

Most agent demos use the largest available model. In production the right move is usually the opposite — and a much sharper prompt.

AICost
07 — repo
Mar 19, 20267 min read

The quiet monorepo.

Monorepos don't have to be loud. A minimal Turbo setup that keeps day-one DX while giving you week-fifty leverage.

ToolingMonorepo
08 — tokens
Mar 10, 20266 min read

Design tokens that actually stick.

Every team has tokens. Few keep them. The smallest amount of process that keeps the system from drifting.

Design SystemsProcess
09 — postmortem
Feb 28, 20268 min read

Postmortems are a feature.

What three years of writing postmortems at a 3PL taught me about reliability — and why your incident notes belong in the codebase.

OpsReliability
10 — pivot
Feb 14, 20265 min read

From PT to platforms.

How a Cum Laude in Physical Therapy ended up running a 3PL platform. A career-pivot piece for the rest of us.

Career