Blogposts tagged with 'Claude-Code'

14 Sep 2026

GOVERN - a second brain that shows its work

Six principles for trusting a knowledge base an AI reads and writes in, and a starter kit that puts them in place. The repo is public from today.

Read More »

#AI#Claude-Code#Second-Brain#Knowledge-Management#Open-Source

25 Jul 2026

The Governed Second Brain

Every second-brain system solves capture. Almost none solve trust. Six principles that spell GOVERN, and the three steps that put them in place, starting from an empty folder.

Read More »

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

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 the restart button.

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.

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