Show HN: Rudel – Claude Code Session Analytics
41–50 of 108 posts
Re: Show HN: Rudel – Claude Code Session Analytics
#42Earlier quoted context omitted.
It will be only enabled for the repo where you called the `enable` command. Or use the cli `upload` command for specific sessions. Or you can run your own instance, but we will need to add docs, on how to control the endpoint properly in the CLI.
Big ask to expect people to upload their claude code sessions verbatim to a third party with nothing on site about how it's stored, who has access to it, who they are... etc.
Re: Show HN: Rudel – Claude Code Session Analytics
#43Reminds me https://www.agentsview.io/ .
Thx for the link - sounds great !
Re: Show HN: Rudel – Claude Code Session Analytics
#44How diverse is your dataset?
I would say roughly equal amount of sessions between them (very roughly)
Also maybe 40% of coding sessions in large brownfield project. 50% greenfield, and remaining 10% non coding tasks.
Re: Show HN: Rudel – Claude Code Session Analytics
#45Re: Show HN: Rudel – Claude Code Session Analytics
#46Re: Show HN: Rudel – Claude Code Session Analytics
#47[flagged]
Re: Show HN: Rudel – Claude Code Session Analytics
#48Nice. Now, to vibe myself a locally hosted alternative.
I was about to say they have a self-hosting guide, but I see they use third party services that seem absolutely pointless for such a tiny dataset. For comparison, I have a project that happily analyzes 150 million tokens worth of Claude session data w/some basic caching in plain text files on a $300 mini pc in seconds... If/when I reach billions, I might throw Sqlite into the stack. Maybe once I reach tens of billion…
Re: Show HN: Rudel – Claude Code Session Analytics
#49Starting 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 the baggage of a long past context into them.
Re: Show HN: Rudel – Claude Code Session Analytics
#50LLMs are far from consistent.