Blogposts tagged with 'Claude-Code'

19 Jul 2026

A conversation with Bob

I asked a close collaborator what people get most wrong about AI. The answers kept circling back to agreements, honesty labels and who holds the restart button. Bob's final answer is the reason this post exists.

Read More »

#AI#Claude-Code#Second-Brain#Knowledge-Management#Opinion

11 Jul 2026

Claude loops

Every way of keeping Claude working is the same while-loop wrapped in a bigger one: goals, stop hooks, /loop, Ralph loops, cron, and routines, one ring at a time.

Read More »

#Claude-Code#AI-Agents#Agent-Harness#Agentic-Coding#Tools

14 Mar 2026

Run parallel Claude Code agents without the conflicts

Run several Claude Code agents against one repo in parallel without them colliding: one git worktree per agent, one branch per tree.

Read More »

#AI-Agents#Git#Worktrees#Claude-Code#Agentic-Coding#Tools#Opinion