01 · Roasts
The 4-Day Quantum Sprint
Quantum-Train-LSTM-PennyLane-Demo — your most-starred repo — was born and died in 4 days. Seven stars for a notebook you abandoned before the week was out. Schrödinger's productivity.
43 Commits in a Year
43 total commits in 12 months. That's less than one commit per week on average, with heatmap dead zones spanning multiple months. The repo graveyard is empty only because there's barely been time to build anything.
LICENSE.md? Never Heard of Her
Zero out of three scored repos have a license. You're publishing quantum research and poker tools into a legal grey zone. Open source doesn't mean 'I forgot to pick a license.'
Notebook Supremacy
71% of your codebase is Jupyter Notebooks. That's not a portfolio, that's a collection of homework assignments that never got submitted.
The App.css Confession
GTO-Sage has a comment that literally reads 'Actually I deleted App.css. I should not import it.' That commit message belongs in a private gist, not a public repo you're shipping.
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% weight25F
- Consistency20% weight20F
- Quality20% weight45D
- Depth15% weight50D
- Breadth10% weight65C
- Community10% weight25F
03 · Stats
365-day commit heatmap
66 active days
Language distribution
- Jupyter Notebook71%
- C++6%
- Java6%
- JavaScript4%
- SystemVerilog3%
- Python3%
- Other7%
04 · Numbers
Owned repos
non-fork
11
Commits
last 12 months
43
Followers
5
Joined GitHub
Nov 2022
05 · Top repos
Abeeekoala /
LearnQPE
Educational repository on quantum phase estimation using variational circuits, with real hardware experiments and IEEE publication (2024). Jupyter notebook-based with ~4.5MB codebase, ~9 commits in last 30 days, structured documentation but no testing/CI infrastructure.
Abeeekoala /
Quantum-Train-LSTM-PennyLane-Demo
Educational Jupyter notebook demonstrating Quantum-Train LSTM for time-series prediction using PennyLane. Shows well-documented hybrid quantum-classical approach adapted from competition, but repo is newly created (4 days old), has only 10 recent commits, and represents tutorial/demo rather than production system.
Abeeekoala /
GTO-Sage
A React + Vite poker equity training app created Feb 2026. Implements basic hand evaluation and Monte Carlo equity calculation for GTO learning. One-off experiment with minimal commit history (1 of 30 recent).
06 · Timeline
- Nov 1, 2022Joined GitHub
- Feb 28, 2023Created LearnQPE — Learning Quantum Phase Estimation by Variational Quantum Circuits
- Jul 29, 2024Created Quantum-Train-LSTM-PennyLane-Demo
- Feb 18, 2026Created GTO-Sage
- Feb 18, 2026Most recent push to GTO-Sage
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.