Live data from Hacker News

The Late Software Developer

mg-crea.com

1–3 of 3 posts

Re: The Late Software Developer

#3
post #2

20+ parallel sessions is wild, how do you actually keep track of which one needs unblocking without it turning into a full-time triage job itself?

Mostly the official Claude extension in VS Code, with many windows open: one per project I'm working on, plus one per group of projects, basically the parent folder for cross-project refactoring. One window holds all the AppStore apps, another all the MCP servers, and so on.

Then I'm basically smashing VS Code's quickSwitchWindow shortcut to rotate through the sessions round-robin. It's clearly not perfect, I'm obviously not maximizing each session, but since I'm close to hitting my rate limits anyway I haven't looked for further optimization. Maybe I should.