01 · Roasts
One-Hit Wonder with 10k Stars
mlcourse.ai carries 10,566 of your 11,648 total stars. Remove it and you're a perfectly ordinary ML educator with a couple of homework repos. You didn't build a portfolio — you built one thing and coasted.
24 Commits in a Year
Staff Solution Architect at Google, 2,047 followers, and... 24 public commits in the last 12 months. Your GitHub is basically a museum exhibit of past glories. Even your course hasn't had a real update sprint since forever.
Jupyter Notebook Maximalist
92% of your code is Python and Jupyter Notebooks, all in the same ML education domain. You've discovered one hammer and every repo is a nail — specifically, a machine learning lecture note nail.
No Tests? In Production?
Zero repos with automated tests. Zero CI pipelines. You have pre-commit hooks for *spell-checking* in mlcourse.ai but can't be bothered to verify the actual code runs. The Ruff linter is doing God's work alone.
58% Graveyard Curator
More than half your repos haven't been touched in 2+ years. At this rate, your GitHub profile is less a developer portfolio and more an archaeological dig site of abandoned educational experiments.
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% weight83A
- Consistency20% weight60C
- Quality20% weight63C
- Depth15% weight80A
- Breadth10% weight40D
- Community10% weight55D
03 · Stats
365-day commit heatmap
72 active days
Language distribution
- Python66%
- Jupyter Notebook26%
- HTML8%
- SCSS0%
- Shell0%
- TypeScript0%
04 · Numbers
Owned repos
non-fork
19
Commits
last 12 months
24
Followers
2,047
Joined GitHub
Mar 2013
05 · Top repos
Yorko /
mlcourse.ai
Mature open ML course with 10.5k stars, comprehensive Jupyter book-based curriculum, multi-year maintenance since 2017, but lacks automated testing/CI pipeline and code is primarily content/notebooks rather than typed libraries.
Yorko /
python_intro
Comprehensive Jupyter notebook course on Python fundamentals, data structures, and algorithms in Russian. 612 stars, 8.8MB codebase with structured lesson modules, README in Russian, last updated Sept 2022. No tests, CI, or license but substantial educational content.
Yorko /
stanford_cs231n_2019
Stanford CS231n 2019 assignment solutions: well-structured educational content with commented implementations of neural networks, optimizers, and RNNs. 155 stars, 16MB codebase, 4-year-old course material for learning deep learning fundamentals.
06 · Timeline
- Mar 26, 2013Joined GitHub
- Nov 8, 2015Created python_intro — Jupyter notebooks in Russian. Introduction to Python, basic algorithms and data structures
- Feb 27, 2017Created mlcourse.ai — Open Machine Learning Course
- Jan 30, 2019Created stanford_cs231n_2019 — Solutions and comments to assignments for 2019 Stanford's course on convolutional neural networks
- Mar 1, 2026Most recent push to mlcourse.ai
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.