Blogposts tagged with 'Claude-Code'

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