01 · Roasts
Test suite went missing
Three named projects, zero reported test suites: the bugs are getting a full scholarship.
CI is a myth
emergence, FarmRL, and SnakeAI all ship without CI—manual confidence is doing overtime.
Python monoculture
96% Python is a decisive specialization; CSS and JavaScript are currently decorative side quests.
Builder, not broadcaster
407 commits and 38 PRs say you show up, while 5 stars and 0 forks say the audience has not arrived yet.
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% weight36F
- Consistency20% weight50D
- Quality20% weight39F
- Depth15% weight50D
- Breadth10% weight55D
- Community10% weight40D
03 · Stats
365-day commit heatmap
136 active days
Language distribution
- Python96%
- CSS2%
- JavaScript2%
- HTML0%
- Dockerfile0%
04 · Numbers
Owned repos
non-fork
8
Commits
last 12 months
407
Followers
32
Joined GitHub
Dec 2022
05 · Top repos
FinlaySanders /
FarmRL
A documented, non-trivial reinforcement-learning farming game with PPO, custom Gymnasium environment, attention/CNN/LSTM modeling, and a Pygame viewer, but only 1 star and no tests or CI.
FinlaySanders /
emergence
A documented, non-trivial research prototype combining XY-model simulation, vortex tracking, and PyTorch Geometric GNN training, but with limited adoption and no tests, CI, license, or typed interfaces.
FinlaySanders /
SnakeAI
A small, documented Python Snake battle-royale demo implementing a genetic algorithm and neural-network brains in one roughly 200-line script, with visualization but no tests or CI.
06 · Timeline
- Dec 29, 2022Joined GitHub
- Oct 31, 2023Created SnakeAI — Snake Battle Royale trained with homemade Genetic Algorithm
- Sep 9, 2024Created emergence — Exploring Emergent Properties of Complex Systems (Using GNNs)
- Oct 11, 2024Created FarmRL — Reinforcement learning project creating and solving optimisation problems in the form of farming games.
- Jan 18, 2025Most recent push to FarmRL
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.