Building a Two-Agent AI Workflow for Customer Support Operations
A practical walkthrough of my two-agent setup with concrete examples: role files (SOUL/agent prompts), request-to-PR flow, monitoring, and human-in-the-loop checks.
I Reverse-Engineered a 20-Year-Old Disc Changer Before FireWire Dies Forever
I had a 200-disc Sony changer in my trunk destined for recycling. Then macOS killed FireWire support and Claude proved it could reverse-engineer the SCSI protocol. Two repos and an afternoon later, 30 years of optical media are safely on my NAS.
Optimizing Claude Code: The Power of Well-Maintained CLAUDE.md Files
Learn how to supercharge Claude Code's performance by maintaining up-to-date, localized CLAUDE.md files. Discover best practices for context management and project-specific instructions.
YOLO Mode: Why I Let AI Agents Run Wild (With Structure)
How I ship products in days, not months, by combining Claude's --dangerously-skip-permissions with structured workflows and treating AI as my engineering team.
Writing Software with AI Agents: A Deep Dive into Claude Code
Exploring how Claude Code transforms the development workflow - from rapid prototyping to production-ready applications, and the lessons learned along the way.
Building Production RAG Systems
A deep dive into building scalable Retrieval-Augmented Generation systems, from vector databases to deployment strategies.