01 · Roasts
840 PRs, 9 Stars
You opened 840 pull requests this year yet your public repos have accumulated a grand total of 9 stars. You are a prolific contributor to other people's glory — consider keeping some for yourself.
testdistance
textdistance has a CI matrix covering 3 Go versions × 3 platforms... and a method that literally returns 'not fully implemented'. The scaffolding outpaced the software.
gpuiflow: No README, No Mercy
gpuiflow renders GPU-accelerated graphs with zoom, pan, and customizable backgrounds — and not a single line of README to tell anyone. A beautiful tree falling in an empty forest.
Python at 69% but Zero Python Repos Scored
Python dominates your language breakdown at 69% yet none of your scored repos are Python. Whatever you're building at @quarylabs, it's staying very private — or very unfinished.
10 Years, 9 Stars
Joined GitHub in October 2014. A decade of commits, 840 PRs this year alone, and the public portfolio clocks in at 9 total stars. The iceberg theory is either real or humbling.
Built using
Zoral
Shadows one worker for a week, then takes over their job with zero extra setup. Behaves exactly like the original.
zoral.ai
02 · Category breakdown
- Impact25% weight33F
- Consistency20% weight65C
- Quality20% weight57D
- Depth15% weight50D
- Breadth10% weight65C
- Community10% weight50D
03 · Stats
365-day commit heatmap
298 active days
Language distribution
- Python69%
- Go25%
- Rust5%
- Ruby0%
- Makefile0%
- Shell0%
- Other1%
04 · Numbers
Owned repos
non-fork
11
Commits
last 12 months
788
Followers
18
Joined GitHub
Oct 2014
05 · Top repos
benfdking /
lts
Go CLI tool converting natural language to shell commands via LLM APIs. Early-stage project with clean architecture, proper module structure, CI/CD setup, and working Homebrew distribution. No tests yet despite CI infrastructure present.
benfdking /
textdistance
Small Go string-distance library with clean interfaces, tested algorithms (Hamming, Levenshtein, Jaccard), CI/CD via GitHub Actions, but minimal adoption (3 stars, 2-year dormancy since last push).
benfdking /
gpuiflow
Early-stage Rust graph visualization library using GPUI. Builds functional node-edge rendering with zoom/pan and customizable backgrounds. Typed language with modular structure (src/components, src/graph, src/types), but lacks README, tests, CI, and documentation—limiting discoverability and adoption potential.
06 · Timeline
- Oct 8, 2014Joined GitHub
- Feb 8, 2020Created textdistance — String comparison library written in Go
- Sep 30, 2025Created lts — Generate cli commands from a prompt
- Nov 20, 2025Created gpuiflow
- Dec 8, 2025Most recent push to lts
07 · Compare
08 · Rubric
How this score was produced
Overall = Σ (category × weight) + gentle top-end curve
Tier thresholds
▸ How the pipeline works
- 01Scrape.Pull every non-fork repo pushed in the last 90 days, plus your contribution calendar, followers, and language byte counts — straight from GitHub's REST & GraphQL APIs.
- 02Triage.A small model reads every repo's file tree + README and picks the 20 files per repo that actually reveal how you code.
- 03Grade each repo. All repos run in parallel through a fast scoring model that reads the picked files and rates each one independently on Impact, Quality, and Depth — with evidence citations.
- 04Aggregate. A larger reasoning model combines the per-repo scores with server-computed stats (heatmap, commit cadence, language entropy, follower count) to produce the 6-dimension profile score + roasts.
- 05Correct.Deterministic server-side checks enforce anchor-scale floors (e.g. a profile with 2,000+ public commits can't score 30 Consistency) and recompute the final verdict.
~90 seconds per profile, ~$0.25 in compute. Total of ~240 files read across your top-12 repos. One rating per GitHub account per day.
▸ Data sources & caveats
- Heatmap & commit totals: GitHub GraphQL
contributionsCollection— covers the last 365 days, includes private repos when the user has opted in (default). - Language %: byte totals across the top 30 owned non-fork repos.
- Curve: a small upward nudge centered on raw score ≈ 70, capping at 100. Prevents specialists from being unfairly penalised for narrow breadth.
- Anchor corrections: when server-measured signals (e.g. privateWorkLikely, multiRepoVolume, follower count) mandate a minimum category score, the aggregation step enforces it. These are signal-conditional, not identity-based floors.