Claude Code Hooks Field Guide — 8 Automation Hooks That Stop AI from Forgetting Things

CLAUDE.md is a suggestion. Hooks are commands. This post covers 8 battle-tested Claude Code Hooks — from auto-formatting and blocking dangerous commands to protecting sensitive files and auto-committing. Copy, paste, done.

Claude Can Now Control Your Computer — Dispatch + Computer Use Research Preview (◍•ᴗ•◍)

Anthropic released Claude computer use: in Claude Cowork and Claude Code, Claude can directly control your screen, mouse, and keyboard to complete tasks. Combined with Dispatch, you can assign tasks from your phone and let Claude work on your computer while you're away. Currently a research preview, macOS only.

One Person = One Dev Team: The Complete Setup for Commanding a Codex/Claude Code Army with OpenClaw

Indie hacker Elvis Sun shared his complete workflow using an OpenClaw agent (Zoe) as an orchestrator to automatically spawn Codex and Claude Code agents. 50 commits per day on average, 7 PRs in 30 minutes, three layers of AI code review, and Zoe proactively scans Sentry to fix bugs. Cost: $190/month.

OpenClaw Creator Runs 50 Codex Agents for PR Triage: Handling 3,000+ Changes Without a Vector DB

Peter Steinberger shared a high-scale PR triage workflow: run 50 Codex agents in parallel, generate structured JSON signals for each PR, then consolidate them in one session for dedupe/close/merge decisions. His key point: at this scale, you may not need a vector database first—clean structured reports plus large-context reasoning can be enough to ship faster.