iTerm in AI Mode

iTerm in AI Mode

When you work with an AI harness (Claude Code, Gemini CLI, Codex, …) you end up launching multiple instances over and over. I wanted a keyboard shortcut that would open my typical configuration using panels within a single window. I call it the terminal in “AI Mode”. I launch four panels: three with claude (each running a different model) and a fourth with a clean shell for auxiliary commands. The non-negotiable requirement is that all four panels start in the directory where I used the shortcut and that there are no manual steps. …

April 25, 2026 · 17 min
Gitbox, multiple Git accounts without conflicts

Gitbox, multiple Git accounts without conflicts

If you use AI agents or do vibe coding, you know how quickly repositories pile up across different accounts and providers. Personal GitHub, work GitHub, or even a self-hosted server like Forgejo… and suddenly you have dozens of repos cloned with the wrong identity, crossed credentials, and a monumental mess. This happened to someone very close to me — a non-technical person who is creating many “projects” with agentic AI and, like anyone starting with Git for versioning and backups, was going crazy. I created Gitbox to help “non-developers” manage multiple accounts and clones more easily, without them stepping on each other. If you’re a developer, think of it as another alternative — and if you like it, go ahead. I use it on all my desktops and headless machines. …

April 3, 2026 · 6 min