Tools
How to Leverage Git Trees for Parallel Agent Workflows
Learn how to leverage Git trees to let multiple agents work on the same project in parallel using branches and worktrees for clean, conflict-free workflows.
Coding With AI Agents Without Losing Your Mind
In this article I share how I moved from random AI prompts to a simple flow for coding with agents: first make the agent understand the current code, then write a clear outline together, and only at the end let it change files. I explain how I use small guides stored in my project to teach the agent my style, how I reset context when chats get messy, and how I use the agent not just to write code but also to improve my own rules over time. It’s not about the “best” model, but about giving any model the right context and direction so it feels more like a sane helper and less like chaos.