Ai
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.
Why 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.
Using 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.
AI 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.
Claude Opus 4.6: What Actually Matters for Developers
A practical breakdown of Claude Opus 4.6 for developers: coding improvements, 1M token context window, adaptive thinking, and what early adopters are reporting.
AI Won't Replace Developers. But It Might Break the Pipeline That Creates Them.
The real concern isn't AI taking developer jobs. It's what happens when the entry-level work that teaches fundamentals gets automated away.
When 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.
Building a Personal Workflow in 10 Minutes with Claude
How a morning voice dump into Google Calendar became a reusable AI-powered task management workflow.
AI-Assisted Content Migration: From Discovery to Deployment
How Claude Code handled a WordPress content update from database analysis through safe deployment, with minimal human intervention.
Backfilling 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.