01 · Roasts
The 68% Graveyard
staleRepoRatio=0.68 — nearly 7 in 10 of your 71 repos haven't been touched in 2+ years. You've basically built a ghost town with a really nice town square in the middle.
Monolingual in Two Languages
C and C++ together account for 77% of your codebase. You have 7 languages listed, but two of them are the same language with a '+' bolted on. Calling this polyglot is like saying you're bilingual in American and British English.
Following 13 People with 19k Followers
19,320 followers, following 13. You've cultivated the social media presence of a reclusive genius. At least your .vimrc has more lines than your following list.
tmp2: The Least Marketable Repo Name
Your most technically impressive project — 227MB, 10+ CI matrix jobs, ARCHITECTURE.md, the works — is named 'tmp2'. Either you were planning to rename it after lunch or you genuinely don't care about discoverability.
726 PRs/Year but Only 29 Issues
726 pull requests filed this year but only 29 issues opened. You're out here submitting fixes before anyone even files the bug. Respect, but also: touch grass?
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% weight91S
- Consistency20% weight82A
- Quality20% weight75B
- Depth15% weight75B
- Breadth10% weight65C
- Community10% weight75B
03 · Stats
365-day commit heatmap
339 active days
Language distribution
- C++39%
- C38%
- JavaScript7%
- Metal4%
- Objective-C4%
- HTML3%
- Other5%
04 · Numbers
Owned repos
non-fork
47
Commits
last 12 months
2,032
Followers
19,320
Joined GitHub
Jul 2012
05 · Top repos
ggerganov /
tmp2
Production-grade C++ LLM inference engine with 227MB codebase, comprehensive multi-platform CI/CD (.github/workflows/build.yml with 10+ matrix jobs), extensive documentation (docs/ folder, ARCHITECTURE.md, design.md), tests (HAS_TESTS=yes), and 30 recent commits demonstrating active development.
ggerganov /
ggwave
Specialized data-over-sound FSK library with 7.6k stars, comprehensive multi-language bindings (C, C++, Python, JavaScript/WebAssembly), robust CI/CD, and real-world applications in file sharing and IoT. Well-architected for embedded systems.
ggerganov /
ggterm
Personal Vim/Neovim configuration repository for C++ development with tab-oriented workflow, YCM integration, and debugger support. Well-structured dotfiles with plugin configuration but limited audience appeal.
ggerganov /
ggwave-spm
Swift Package Manager wrapper for ggwave (audio encoding library). Minimal 59KB package with typed Swift/Objective-C bindings, CI testing, but limited standalone scope—primarily a packaging bridge.
06 · Timeline
- Jul 17, 2012Joined GitHub
- Aug 24, 2020Created ggterm — Terminal configuration for C++ development with Vim
- Nov 29, 2020Created ggwave — Tiny data-over-sound library
- Jan 24, 2021Created ggwave-spm — ggwave package for the Swift Package Manager
- Feb 3, 2026Created tmp2
- Apr 24, 2026Most recent push to ggterm
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.