01 · Roasts
23k Followers, 0 Following
You follow literally nobody on GitHub. Not one person. With 23,834 followers you've built a one-way broadcast tower — very parasocial, very YouTuber, not exactly the open-source community spirit.
1 PR in 365 Days
23,834 people watch your every commit, and you filed exactly 1 pull request to someone else's repo this year. The audience gives, the audience gives, and Sebastian... ships another Coding Adventure solo.
81% Graveyard Ratio
81% of your 92 repos haven't been touched in 2+ years. That's not a portfolio — that's a museum. The Coding Adventures are great, but the exhibit hall is mostly dusty.
C# or Die
C# at 92%, ShaderLab at 6%, HLSL at 2%, GLSL at 1%. Truly a man of one ecosystem. Unity could cease to exist tomorrow and Sebastian Lague would simply cease to commit.
README? What README?
Visual-Debug has 14+ artist classes, a frame-based rendering system, editor integration, AND a SaveLoad system — and not a single line of README. The code is eloquent; the docs are a void.
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% weight63C
- Consistency20% weight35F
- Quality20% weight57D
- Depth15% weight60C
- Breadth10% weight30F
- Community10% weight75B
03 · Stats
365-day commit heatmap
275 active days
Language distribution
- C#92%
- ShaderLab6%
- HLSL2%
- GLSL1%
04 · Numbers
Owned repos
non-fork
90
Commits
last 12 months
187
Followers
23,834
Joined GitHub
Apr 2013
05 · Top repos
SebLague /
Visual-Debug
Specialized Unity debugging visualization library using frame-based scene drawing. Typed C# with structured multi-file codebase (14+ artists, editor integration), clear architecture, but no README/tests/CI and minimal community engagement.
SebLague /
Audio-Experiments
Educational Unity audio project implementing FFT, DFT, STFT, and synthesis with accompanying YouTube videos. Typed C#, structured, and documented but no tests or CI.
SebLague /
Misc-Project-Info
Minimal documentation repo with a single-line README and 36KB content. No meaningful codebase, tests, CI, or structure—primarily a metadata/info holder with 26/30 recent commits.
06 · Timeline
- Apr 26, 2013Joined GitHub
- Nov 2, 2017Created Visual-Debug
- Dec 30, 2022Created Misc-Project-Info
- Sep 8, 2024Created Audio-Experiments
- Apr 18, 2026Most recent push to Visual-Debug
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.