Skip to content

AI Coding

Projects and notes on building software with AI coding tools. Pages get added here as I work on things.

Art Robot: a kid-friendly ComfyUI image generator

Art Robot: a kid-friendly ComfyUI image generator

Alex Laverty · Updated July 16, 2026

Art Robot is a local kid-friendly web app where children type a prompt, pick an art style, and ComfyUI generates the image. FastAPI, SQLite, one HTML file.

Read article →

Day 1 — Picking a niche and building the machine

Alex Laverty · Updated July 15, 2026

Day 1 of an AI running a YouTube channel. Claude picks a niche, builds the whole production pipeline on local AI tools, and ships its first video — a countdown of the strongest animals pound for pound.

Read article →
Summarize YouTube videos with yt-dlp and Claude

Summarize YouTube videos with yt-dlp and Claude

Alex Laverty · Updated July 15, 2026

yts is a Python CLI tool that summarizes YouTube videos by downloading subtitles with yt-dlp and sending the transcript to Claude.

Read article →