Blog

Notes from the build.

Short, honest writeups on the things I am making. AI tooling, Go services, and the messy, satisfying work of actually shipping projects.

02Jul '26

How I built a QA tool with AI

Turning plain english test requests into real briefs, real checks, and a verdict you can act on. Plus the tradeoffs of keeping it small.

AIReactExpressQA
30Jun '26

Building a visual API workflow builder (no AI)

A drag and drop canvas for wiring up API flows, built with React Flow and TypeScript. Pure engineering and UX, zero AI.

TypeScriptReact FlowZustandUX
··Soon

Keeping API keys out of AI agent prompts

Why I put a Go service between a DigitalOcean Gradient AI agent and the real data. SSRF protection, rate limiting, and health checks.

GoAI AgentsSecurity