Claude 'Fixed' My Site Into 404s, and What That Taught Me About AI Guardrails

Claude Code saw duplicate content, applied the textbook fix, and broke every TIL post on this site. The bug wasn't the model. It was where I kept my decisions.

Optimizing My Site for ChatGPT, Claude, and Perplexity in One Claude Code Session

Generative engine optimization (GEO) with Claude Code: dynamic llms.txt endpoints, AI-crawler robots.txt, and JSON-LD schema across every page. One session, deployed.

Finding Every Broken Link with a One-Liner Claude Code Wrote

No paid crawler, no SaaS audit tool. Claude Code crawled the built site with grep, found three 404s, traced the root cause, and shipped a custom 404 page.

Caveman Mode: How I Cut Claude Code's Output Tokens by ~75%

A CLAUDE.md persona plus two hooks that make Claude respond terse-but-complete in every session. Same technical substance, a fraction of the tokens.

Managing AI Voice Agents from the Terminal with Claude Code and MCP

Retell AI's MCP server plugged into Claude Code: create agents, buy phone numbers, review call logs. The whole voice stack managed in conversation, no dashboard.

Make Claude Code Finish the Job: Session Goals with Stop Hooks

Claude Code stops when it thinks it's done, not when the work is done. A session-scoped Stop hook turns your goal into a contract it can't walk away from.

A hook that rewrites commands fails every command when its binary is missing

My token-saving Bash rewrite hook pointed at a CLI that wasn't installed. Every shell command in every session died with 'command not found' until Claude routed around it.

CLAUDE.md persists instructions across every session

You don't have to re-explain your project conventions every time. CLAUDE.md is loaded automatically at the start of every Claude Code session.

Getting Started with Claude Code: Your First AI-Native Workflow

Install Claude Code, run your first session, and build a workflow that saves you an hour a day. A practical beginner guide from real daily use.

Automating Code Review with Claude Code Hooks

How I wired Claude Code's PostToolUse hooks to automatically review every file I edit, catching bugs before I even run the code.