About
Hi, I’m whitetrd.
I build things with code and write about what I learn along the way. This blog is my notebook — raw notes on AI agents, developer tooling, and the workflows that actually work.
What you’ll find here
- AI agent workflows — multi-agent pipelines, Claude Code automation, practical patterns for using LLMs as engineering tools
- Developer productivity — hooks, memory systems, CI/CD tricks, and opinionated setups
- Web & infra — Hugo, Cloudflare Pages, and building things that stay simple
Projects
- Content pipeline — a multi-agent system that turns rough ideas into polished blog posts through Author Bible, Critics, and Humanizer stages
- Script polisher — 5 parallel AI critics that analyze YouTube scripts for propaganda, facts, naturalness, TTS optimization, and AI patterns
- This blog — zero JS, monospace aesthetic, dark mode via
prefers-color-scheme, deployed on Cloudflare Pages. Read how it was built
Stack
This blog runs on Hugo with a custom theme that’s just one CSS block in baseof.html. No JavaScript. No build tools beyond Hugo itself. Hosted on Cloudflare Pages with automatic deploys from GitHub.