01 · Roasts
One-repo wonder with a long tail
turbovec has 2540 stars. Your other two repos have 52 combined. That's not a portfolio — that's a hit single with two B-sides nobody streamed.
Tests? Never heard of her.
All three repos have HAS_TESTS=no. You wrote AVX-512 SIMD kernels and a 42-layer neural activation extractor but couldn't spare a pytest fixture. The CI in turbovec is doing heavy lifting for everyone.
Burst-mode researcher
gemma-emotional-probes was created and last pushed on the same day — 76 minutes apart. That's not a project, that's a very ambitious lunch break.
Hermit with opinions
97% solo commit rate across your repos, yet you somehow filed 37 PRs and 28 issues this year. You refuse to let anyone touch your code but can't stop touching everyone else's.
Dead half-year on the heatmap
Weeks 1–11 of your contribution heatmap are a graveyard of zeros. You committed 410 times this year but apparently took a 3-month sabbatical first.
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% weight73B
- Consistency20% weight55D
- Quality20% weight77B
- Depth15% weight65C
- Breadth10% weight65C
- Community10% weight50D
03 · Stats
365-day commit heatmap
141 active days
Language distribution
- Jupyter Notebook46%
- Python35%
- Rust12%
- HCL5%
- Shell1%
- TypeScript1%
04 · Numbers
Owned repos
non-fork
5
Commits
last 12 months
410
Followers
76
Joined GitHub
Feb 2015
05 · Top repos
RyanCodrai /
turbovec
Rust vector quantization library with Python bindings, shipping Google TurboQuant algorithm with hand-tuned AVX-512/NEON kernels. Quantizes 10M-doc corpus from 31GB to 4GB while beating FAISS on ARM. 2540 stars, mature CI, extensive tests.
RyanCodrai /
gemma-emotional-probes
Research implementation extracting emotion probes from Gemma 4 via synthetic datasets (171 emotions), residual stream activation analysis, and Flask visualizer. Based on Anthropic's recent paper; ships typed Python, structured multi-file layout, comprehensive README, but no tests or CI.
RyanCodrai /
sourced
MCP server mapping 800k+ PyPI & 3M+ npm packages to source code via grep/read/glob tools. Working FastAPI app with async DB ops, integration tests, and GitHub/registry tarball resolution, but lacks type hints and test coverage.
06 · Timeline
- Feb 4, 2015Joined GitHub
- Oct 14, 2025Created sourced — Maps packages to source code. Allows coding agents to search any dependency with grep.
- Mar 26, 2026Created turbovec — A vector index built on TurboQuant, written in Rust with Python bindings
- Apr 8, 2026Created gemma-emotional-probes — Emotional probes for Gemma 4 E4B
- May 22, 2026Most recent push to turbovec
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.