Live data from Hacker News

Show HN: Rudel – Claude Code Session Analytics

github.com

71–80 of 108 posts

Re: Show HN: Rudel – Claude Code Session Analytics

#74
One potential reason for sessions being abandoned within 60 seconds in my experience is realizing you forgot to set something in the environment: github token missing, tool set for the language not on the path, etc. Claude doesn't provide elegant ways to fix those things in-session so I'll just exit, fix up and start Claude again. It does have the option to continue a previous session but there's typically no point in these "oops I forgot that" cases.

Re: Show HN: Rudel – Claude Code Session Analytics

#75

> 26% of sessions are abandoned, most within the first 60 seconds Starting new sessions frequently and using separate new sessions for small tasks is a good practice. Keeping context clean and focused is a highly effective way to keep the agent on task. Having an up to date AGENTS.md should allow for new sessions to get into simple tasks quickly so you can use single-purpose sessions for small tasks without carrying…

this jumped out at me too. What counts as "abandoned"? How do you know the goal was not simply met?

I have longer threads that I don't want to pollute with side quests. I will pull up multiple other chats and ask one or two questions about completely tangential or unrelated things.

Re: Show HN: Rudel – Claude Code Session Analytics

#76

Earlier quoted context omitted.

It gave you a couple neat ideas and you're complaining.

Some people just can't take a compliment, especially if it's generated. (I'm one of them.) Still, /insight did give useful help, but I wasn't able to target it to specific repo/sessions.

Isn't it using the sessions in the cwd where you're running it?

Re: Show HN: Rudel – Claude Code Session Analytics

#79

I 100% agree that we need tools to understand and audit these workflows for opportunities. Nice work. TBH, I am very hesitant to upload my CC logs to a third-party service.

you can host the whole thing locally :)

I missed that important detail :) thanks

Re: Show HN: Rudel – Claude Code Session Analytics

#80

> 26% of sessions are abandoned, most within the first 60 seconds Starting new sessions frequently and using separate new sessions for small tasks is a good practice. Keeping context clean and focused is a highly effective way to keep the agent on task. Having an up to date AGENTS.md should allow for new sessions to get into simple tasks quickly so you can use single-purpose sessions for small tasks without carrying…

this jumped out at me too. What counts as "abandoned"? How do you know the goal was not simply met? I have longer threads that I don't want to pollute with side quests. I will pull up multiple other chats and ask one or two questions about completely tangential or unrelated things.

I abandon sessions when I ask for something then it spins for a minute, fills up 40% of the context window and comes back with the totally wrong questions and I don't like the approach it took to get there. I don't answer any of the questions and just kill the session and start a new one with a different prompt.
Post reply on HN