Remix.run Logo
Jeremy1026 3 days ago

What was the purpose of having Claude Code spin up two more instances of Claude Code though? What was the intended outcome there?

awesome_dude 2 days ago | parent | next [-]

I don't know about the author, but I recently saw an article where the author of Claude code apparently spins up multiple instances at once (note that it could have just been a marketing ploy to get people to use more tokens)

https://www.xda-developers.com/set-up-claude-code-like-boris...

MarcelOlsz 2 days ago | parent [-]

Just use Git worktrees and a lightweight VM environment (I like macOS native sandbox-exec) and you can spawn as many sessions as you want. I've run upwards of 30 at once on my M2 Pro with no noticeable resource impact.

awesome_dude 10 hours ago | parent [-]

I would love to know more, but am so ignorant about working with multiple sessions running in parallel that I don't know where to start - do you have a blog or published article to share that might get people like me into a more educated space

MarcelOlsz 7 hours ago | parent [-]

Emails on my profile, I'll run you through it all on a call. No I don't but I really should actually.

offbyone42 2 days ago | parent | prev | next [-]

I have a `SessionEnd` hook that summarizes the conversation with a bunch of metadata, but it doesn't always fire 'cause of my habits.

So, the `SessionStart` hook was meant to catch any conversation where the `SessionEnd` hook wasn't fired.

Edit: I do realize a batch job is better. That's what I do now.

331c8c71 3 days ago | parent | prev [-]

Exponential productivity gains?;)