Live data from Hacker News

Show HN: What does YC Paxel do with your source code?

github.com

1–7 of 7 posts

Re: Show HN: What does YC Paxel do with your source code?

#4

what 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?

#5
post #4

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

is this use my llm or their llm

Re: Show HN: What does YC Paxel do with your source code?

#6
post #4

Earlier 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 uses their llm, which is at https://paxel-llm.ycombinator.com.

It's an Anthropic SDK based LLM proxy, though they use GPT5.5 to analyze the transcripts.