The Journal

Notes from the workbench.

Long-form thinking and short build logs on AI engineering, product decisions, and shipping software that lasts. Written while building, not after.

Tags

7 entries

Dev Notes2 min read

Why I Built Yet Another Engineering Blog

There are already enough programming blogs. I didn't build this one to teach frameworks—I built it to document the real engineering decisions behind the products I ship.

Product Build Log2 min read

Shipping an AI Onboarding Flow in a Weekend

How I replaced a static, five-step wizard with a model-driven onboarding that adapts to each user — and what it took to make it feel instant.

AI Engineering1 min read

A Claude Code Workflow That Actually Ships

The agent loop I use daily — how I scope work, review diffs, and keep an AI coding assistant from wandering off into the weeds.

Dev Notes1 min read

Wiring Internal Tools Into Cursor With MCP

A practical build log on exposing an internal service to the editor through the Model Context Protocol — and why it changed how the team works.

AI Engineering1 min read

Building an Eval Harness You Will Actually Run

Prompt changes are code changes. Here is the lightweight evaluation setup that catches regressions before they reach users.

Case Study1 min read

RAG That Actually Retrieves

A case study on rebuilding a retrieval pipeline that was quietly returning the wrong context — and the 3x recall improvement that followed.

Dev Notes1 min read

A Design System Built for Shipping Speed

Why I stopped chasing the perfect component library and started optimizing for how fast an idea becomes a deployed screen.