Show HN: What does YC Paxel do with your source code?
github.com
Show HN: What does YC Paxel do with your source code?
1–7 of 7 posts
Re: Show HN: What does YC Paxel do with your source code?
#2Re: Show HN: What does YC Paxel do with your source code?
#3Re: Show HN: What does YC Paxel do with your source code?
#4what does it do with the code?
Re: Show HN: What does YC Paxel do with your source code?
#5what does it do with the code?
Basically it mounts your home directory, then reads your coding agent sessions from .claude, .codex etc. then uses their LLM-proxy to score the agent sessions against a rubric at https://github.com/codesoda/paxel/blob/main/rootfs/rails/db/... , to then score you out of 10.
Re: Show HN: What does YC Paxel do with your source code?
#6Earlier quoted context omitted.
Basically it mounts your home directory, then reads your coding agent sessions from .claude, .codex etc. then uses their LLM-proxy to score the agent sessions against a rubric at https://github.com/codesoda/paxel/blob/main/rootfs/rails/db/... , to then score you out of 10.
is this use my llm or their llm
It's an Anthropic SDK based LLM proxy, though they use GPT5.5 to analyze the transcripts.