YC's launches Paxel a tool that analyzes your coding sessions Y Combinator launched Paxel, a tool that analyzes coding sessions from AI-powered development tools like Claude, Codex, and Cursor to help developers understand their building habits. The tool, which has already analyzed over 230,000 sessions, generates builder profiles with scores across five dimensions and identifies archetypes such as "Architect" or "Velocity Machine." Paxel runs locally via Docker and only uploads anonymized scores and redacted decision patterns to YC, keeping source code and environment files on the user's machine. We noticed that something strange is happening. We're all writing software with AI, but we are mostly doing it alone, with no real sense of how anyone else does it. So we made a tool to help you understand how you build with AI. It reads your Claude, Codex, and Cursor sessions, so you can discover things about how you build. With time, as more people upload theirs, we'll be able to show you how you compare to other builders. So far, 230,863 sessions have been uploaded and analyzed. Here are examples of what people have learned about their coding habits... This is an experiment from YC. Nobody really knows yet what it means to build well with coding agents, and we are trying to find out. Two ways to upload coding sessions It looks at the AI session transcripts on your computer. Where you run the command tells it whether to analyze every project at once or just one. Option 1: All my repos Recommended Best for a broader picture across projects. Change into the parent folder that holds your repos, then run. $ curl -fsSL https://paxel.ycombinator.com/upload.sh | bash Option 2: Just one repo Best for focusing on a single project. Change into that project's folder replace ~/path/to/your-project with the real path and run. $ cd ~/path/to/your-project && curl -fsSL https://paxel.ycombinator.com/upload.sh | bash You can use this prompt in Claude, Codex, or Cursor to find all your repos on your machine with AI transcripts, show you the list, and hand back ready-to-run commands for the ones you pick. Find every repo on my machine where I've used Claude Code, Codex CLI, or Cursor. Check ~/.claude/projects/, ~/.codex/sessions/, and ~/Library/Application Support/Cursor/User/workspaceStorage/ macOS . For each repo, list name, absolute path, and total session count. Ask me which ones to include. For each one I pick, hand back this command with the path filled in: cd