logoalt Hacker News

Jeremy1026today at 7:57 PM3 repliesview on HN

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


Replies

offbyone42today at 9:16 PM

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.

331c8c71today at 8:43 PM

Exponential productivity gains?;)

awesome_dudetoday at 8:58 PM

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...

show 1 reply