Who would of thought! π€«
βοΈ A new YC tool that analyzes your AI coding habits promises "your code never leaves your machine." By their own code, it does.
What leaves your system:
- Your code, in excerpts. Tool-output snippets are literal source: a Read returns file contents, an Edit carries what you changed. Anything you paste into a prompt goes too. All sent to the LLM proxy.
- The file paths your agent read, edited, or created, plus the bash commands it ran.
- Your git identity. The script posts your local git user[.]name and user[.]email to a YC endpoint.
- Recent commits, per-commit line counts, code-quality aggregates, and telemetry. Sentry error reporting is on by default (--no-sentry opts out).
So much for "your code never leaves your machine."