01 · Roasts
Speed Runner, Wrong Game
ia-mlrwd was created AND pushed within 10 minutes flat. That's not development — that's a file upload with extra steps.
The Null Portfolio
0 stars, 0 forks, 0 watchers across every single repo. Not even your mom starred these.
CI? Never Heard of Her
Three repos, zero tests, zero CI pipelines. You have Rust and C++ in your language stats but somehow every scored repo is a raw, unguarded assignment drop.
Heatmap? More Like Heat Flatline
48 commits scattered across ~12 days in an entire year. That's a heatmap that looks like a doctor's EEG after a very concerning scan.
Mystery Rust
Rust is 41% of your codebase by bytes, yet none of the scored repos are Rust. Whatever lurks in those unscored repos is apparently too powerful — or too incomplete — to show the world.
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% weight15F
- Consistency20% weight20F
- Quality20% weight35F
- Depth15% weight35F
- Breadth10% weight65C
- Community10% weight25F
03 · Stats
365-day commit heatmap
19 active days
Language distribution
- Rust41%
- Python35%
- C++20%
- Java3%
- Makefile0%
- Other1%
04 · Numbers
Owned repos
non-fork
10
Commits
last 12 months
48
Followers
4
Joined GitHub
Oct 2023
05 · Top repos
ignazhar /
ia-oop-supo1-worlde
A Wordle game implementation in Java with 4 core classes and word validation. Minimal scope, no tests/CI, but well-structured OOP code with clear separation of concerns (WordleGame, WordDatabase, WordHandler, WordInput).
ignazhar /
ia-mlrwd
Course assignment repository with minimal documentation, no tests or CI, sparse commit history (2 commits in 10 minutes), and untyped Python code. Appears to be an incomplete course project scaffold.
ignazhar /
ia-oop-differentiation-engine
A classroom assignment repo for an IA OOP differentiation engine, with minimal documentation and no tests or CI. Created 5 days ago with only 1 commit in the last 30 days. Typical student portfolio piece lacking production polish.
06 · Timeline
- Oct 20, 2023Joined GitHub
- Nov 24, 2025Created ia-oop-supo1-worlde
- Dec 30, 2025Created ia-oop-differentiation-engine — Differentiation engine repo for IA OOP class
- Feb 2, 2026Created ia-mlrwd — Part IA Machine Learning on Real-World Data course
- Feb 2, 2026Most recent push to ia-mlrwd
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.