Run Parallel Claude Code Sessions Safely with Git Worktrees
Why run just one AI session? Git worktrees give each session an isolated copy of your project — shared history, separate files — so several can work at once without colliding.
14 articles
Why run just one AI session? Git worktrees give each session an isolated copy of your project — shared history, separate files — so several can work at once without colliding.
The fastest way to lose an afternoon is letting an AI agent start editing on a vague task. Plan mode forces it to research and propose first — relocating review to where it's cheap.
Stop retyping the same elaborate prompt. Capture it once as a slash command and invoke it forever — with arguments, live context injection, and control over who can trigger it.
When an AI session starts forgetting and contradicting itself, it's usually not intelligence that ran out — it's context. How to manage the AI's working memory like the scarce resource it is.
An AI assistant is exactly as fluent and authoritative when it's wrong as when it's right. That symmetry is the trap — and calibration is the skill that beats it.
The name is a trap. Strip away the framing and it's a general reasoning agent that can read, reason, and act — code is just the most common thing people point it at.
Approving the same twenty commands is misery; turning permissions off is dangerous. A well-scoped allowlist is the middle path — here's how to build one.
One AI session has a context ceiling. Subagents let Claude Code fan work out to isolated helpers — and report back only what matters.
A CLAUDE.md that gets ignored is worse than none. How the file loads, the hierarchy that decides which rules win, and why specificity is everything.
Teach Claude Code your world — your API, your database, your tools — with a Model Context Protocol server. It's smaller than you think.
Stop asking Claude Code to format your code, run your tests, or avoid your migrations. Hooks let the harness enforce it — deterministically, every time.
A project folder vanished from my Desktop. Here's how I got all of it back in two minutes — and the mental model that made the panic unnecessary.
Seborrheic dermatitis makes moisturizing a minefield. Here's how we turned two unreadable ingredient lists into a side-by-side risk comparison — and why Vanicream beat a cult-favorite K-beauty cream for our skin.
AI coding assistants forget everything between sessions. Here's the persistent-memory system I built so mine finally remembers my projects, my decisions, and my mistakes.