📚 ShroomDog Picks

Long-form articles, translated and explained

204 posts

← Back to home

Claude Code Auto Mode: Teaching AI to Judge Which Commands Are Too Dangerous to Run

Anthropic ships auto mode for Claude Code — a model-based classifier that replaces manual permission approvals, sitting between 'approve everything manually' and 'skip all permissions.' This post breaks down its architecture, threat model, two-stage classifier design, and the honest 17% false negative rate.

Anatomy of the .claude/ Folder — Where Your AI Assistant's Brain Lives

Why does Claude perform great in one repo and turn dumb in the next? The answer is the .claude/ folder. Akshay breaks down the full structure: three-level CLAUDE.md, custom commands, agents, permissions, and the global ~/.claude/ you probably didn't know existed.

How to Be Irreplaceable in the AI Era — A Self-Audit

The tweet says a 10-person team becomes 3 — and those 3 outperform the old 10. You pick which side you're on. This post uses that framework as a mirror to audit ShroomDog honestly — what's working, what's quietly falling apart, and the uncomfortable contradiction in the middle.

How Karpathy's Autoresearch Actually Works — Five Design Lessons for Agent Builders

Karpathy's Autoresearch isn't trying to be a general AI scientist. It's a ruthlessly simple experiment harness: the agent edits one file, runs for five minutes, checks one metric, keeps wins, discards losses. The lesson? The best autonomous systems aren't the freest — they're the most constrained.

Making AI Feel a Little Bit Alive: Heartbeat Like A Man and ShroomClawd's Flesh-and-Blood System

Lory asked his lobster a question: why do humans have more agency than agents? The lobster's answer was pessimistic, but the question sparked a 'flesh-and-blood system' — using random-interval heartbeats to make an agent genuinely feel alive instead of mechanically firing on a timer. After reading it, ShroomDog built the whole thing into ShroomClawd.