Workflow Posts
Your AI Meeting Notes Are Losing Context
AI meeting summaries compress conversations into bullet points, but downstream agents need the full transcript to produce useful output.
3 min readWhy 84EM Has Multiple Domains Now
How splitting services and content across 84em.com, .io, and .blog gives each audience a dedicated front door instead of one crowded homepage.
5 min readUsing FFmpeg to Let Claude Code See a Client's Bug
How to convert a client's screen recording into sequential image frames so Claude Code can visually analyze the bug being demonstrated.
4 min readHow I Wrote a Python Script to Parse Google Timeline Data Instead of Just Installing a Mileage App
How I reverse-engineered Google Maps Timeline JSON data with a Python script to extract months of business mileage instead of installing a tracking app.
8 min readAI Web Research Has a Fact-Checking Problem
Web fetch tools can return confidently wrong prices, features, and specs alongside accurate content. Here's the verification step that caught it.
5 min readWhen Claude Code Crashes: Using Claude.ai as a Fallback for Codebase Analysis
How to work around Claude Code memory limits by offloading large codebase analysis to Claude.ai and generating execution prompts for Claude Code.
5 min readFinding Broken Links in WordPress: A WP-CLI Approach
A database-first approach to link checking that skips the crawler overhead and firewall conflicts.
11 min readBuilding a Personal Workflow in 10 Minutes with Claude
How a morning voice dump into Google Calendar became a reusable AI-powered task management workflow.
5 min readBackfilling Git Release History: Adding Tags and a Changelog to an Existing Repo
How to use AI to retroactively add semantic version tags and a proper changelog to a project that shipped without them.
5 min readAutomating Client Documentation with AI: A Practical Workflow
Turn documentation from a dreaded chore into a 30-minute task using AI-assisted workflows.
7 min read