BUILD · 6 MIN
I pointed one client's API token at a different client's queue in production and got a clean 403. The exact schema, the audit that ran before the feature did, and the moment my own tool refused a shortcut I tried to take.
BUILD · 7 MIN
When an agent publishes by committing to git, every separate write is its own commit, and on Vercel every commit is its own deploy. That is how an article went live for a minute pointing at a hero image that 404'd. The fix is one atomic commit.
BUILD · 6 MIN
A stale git lock froze the checkout my Cowork tasks run from. Every scheduled agent kept running ten commits behind, reported success, and said nothing. Here is the silent freeze and the sync script that ends it.
WORKFLOW · 8 MIN
By week three the agent forgets every decision you made. It's not the AI — your project has no memory. The files that live in the repo and keep the agent in line, from my real setup.
WORKFLOW · 7 MIN
Adding a new language to 18 articles by hand is a day of copy-translate-paste. I did it in one run: one agent per page, in parallel. The catch is the one file you must never let them touch.
NOTE · 4 MIN
I stopped hand-building pages for the site. Now a draft lands as a markdown file, I read it behind a login, and one click commits it live. Here's the shape that made it work.
BUILD · 6 MIN
A scheduled agent reads everything I ship and tells me what is worth writing about. I do the writing and the editing. Publishing stays a button only I press.
BUILD · 6 MIN
A spinning, branded 3D hero, built in minutes by describing it. The thing that used to gate 3D on the web was the boilerplate, not the math, and AI deleted it. Three.js, React Three Fiber, and Claude, step by step.
WORKFLOW · 7 MIN
My notes aren't for rereading. They're the memory my AI works from: a plain-markdown vault Claude Code reads at the start of every session and writes back at the end.
WORKFLOW · 5 MIN
Voice dictation that replaced typing for almost everything I write: prompts, notes, messages. Hold one key and talk. The honest version, including where it doesn't work.
BUILD · 8 MIN
The self-running version of an agent task isn't more code. It's the same task dropped into a scheduled task: a clock fires it, it does the work while you sleep, and a final step delivers the result.
BUILD · 12 MIN
Someone fills out your site's form and, a second later, Telegram pings you with their details. Two nodes in n8n, a webhook and a message, with step-by-step screenshots.
BUILD · 12 MIN
An agent that checks several job boards, drops what doesn't fit, removes duplicates, and leaves you a table of the good ones. You hand it the task once and it does it on its own.
BUILD · 10 MIN
A page full of messy data, a clean JSON file with only what you wanted. No scraper to write: you describe it to Firecrawl and it returns it structured.
BUILD · 9 MIN
A real website, on a real URL, built in an afternoon with Astro, Claude Code, and Vercel. You don't code it: you describe it and Claude builds it. From zero to online, step by step.
SETUP · 5 MIN
An MCP gives Claude Code new tools from other services (Notion, your database, the web) without you coding the connection. How to connect your first one with one line.
SETUP · 5 MIN
Pasting an API key into your code and pushing it to GitHub can drain your balance in minutes. The right way with a .env file and .gitignore, and what to do if you already leaked one.
SETUP · 6 MIN
You built something with AI and want to save it and put it online, but you've never used git. Install it, set your identity, and push your first repo with one line.
SETUP · 4 MIN
Anthropic's AI agent that lives in your terminal and writes code with you. How to install and start it with one line, plus the two common snags when you begin.
SETUP · 3 MIN
Almost every Mac dev tutorial assumes you have Homebrew. If your terminal says command not found: brew, here is the fix, with the PATH step almost everyone skips.
SETUP · 3 MIN
Loads of AI and dev tools need Node.js to run. If your terminal says command not found: node, here is the install and how to check it worked.
BUILD · 6 MIN
A blunt before and after. The six concrete changes that moved a code-rendered ad from flat and amateur to something that looks professional: sound, real icons, depth, transitions, a live UI, and camera motion.
BUILD · 7 MIN
A direct-response ad, scripted and rendered as code. How I went from a brand spec to a finished 9:16 reel using Claude and HyperFrames, no editing timeline involved.
SETUP · 2 MIN
A lot of AI and video build tools assume you have ffmpeg. If your terminal says command not found, here is the two-minute fix for Mac, Windows, and Linux, with how to check it worked.