01 · Roasts
Ghost Town Heatmap
87 commits spread across 52 weeks means you averaged 1.7 commits per week — and most weeks you had zero. Your heatmap looks like a connect-the-dots puzzle with most dots missing.
Quality? Never Heard Of Her
algo-trading got a quality score of 0. You have CI set up but somehow still managed to ship a repo with no README clarity, no types, and no tests. That takes a special kind of commitment to vibes-based development.
Sprint God, Marathon Stranger
imc-prosperity-4 is 34MB and 10k+ LOC built in 3 days. hs-exchange was created and pushed within the same 25-minute window. You can clearly code fast — the question is whether you can code for more than a weekend.
1 Follower, 1 Star
2 total stars across 9 public repos, and one of those stars might be your own. With 1 follower and 1 PR opened all year, GitHub might not even know you're here.
Python Monoculture
86% Python. You have Haskell in one repo and TypeScript in another, but calling your stack 'diverse' because of 1% Haskell is like saying you're multilingual because you know 'bonjour'.
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% weight30F
- Consistency20% weight55D
- Quality20% weight21F
- Depth15% weight50D
- Breadth10% weight55D
- Community10% weight25F
03 · Stats
365-day commit heatmap
23 active days
Language distribution
- Python86%
- TypeScript11%
- HTML1%
- Haskell1%
- CSS1%
- JavaScript0%
04 · Numbers
Owned repos
non-fork
6
Commits
last 12 months
87
Followers
1
Joined GitHub
Jun 2022
05 · Top repos
Littleguygabe /
algo-trading
Personal PCA statistical arbitrage strategy with structured implementation, vectorized backtesting, and hyper-parameter tuning across a 5-year tech equity basket. Well-organized v2 pipeline with CI/CD automation, but untyped Python, no tests, and experimental single-star status.
Littleguygabe /
imc-prosperity-4
Personal trading algorithm repo for an IMC Prosperity competition. Multiple strategy iterations (round1–5) exploring statistical arbitrage, options pricing, and basket trading, but lacks documentation, tests, and formal structure.
Littleguygabe /
hs-exchange
One-week educational Haskell exchange with matching engine and Python client. Typed, structured, documented but no tests, CI, or real deployment. Appears to be a learning exercise with under 100 total commits.
Littleguygabe /
ocaml
Minimal OCaml scaffold with trivial "Hello, World!" executable and single test binding. No documentation, tests, CI, or meaningful scope—clearly a fresh experiment or tutorial setup.
06 · Timeline
- Jun 1, 2022Joined GitHub
- Jan 14, 2026Created algo-trading
- Apr 17, 2026Created hs-exchange — A Haskell exchange with a built in API
- May 11, 2026Created imc-prosperity-4
- May 26, 2026Created ocaml
- May 27, 2026Most recent push to ocaml
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.