01 · Roasts
Year-Round Ghost
49 commits across an entire year, with meaningful activity in maybe 6 weeks out of 52. The heatmap looks less like a developer and more like someone who remembered GitHub exists three times a year.
README Cosplayer
Code-Optimiser's README name-drops PPO, Dragon Book, and MDP — then links to a Google Slides deck instead of, you know, runnable code. HuggingFace demo link with 0 stars and no license is some impressive vaporware energy.
The One-Session Wonder
Neon was created AND last pushed on 2025-09-02 — same day, 29 seconds apart. That's not a project, that's a very ambitious afternoon that forgot to come back the next morning.
Zero Social Footprint
0 followers, 0 stars, 0 forks (well, 1), 0 PRs, 0 issues opened. soloPct = 100%. GitHub is apparently a private journal that accidentally went public.
Test? What Test?
Not a single test file across any of the 3 scored repos. You're building a compiler, an RL optimizer, AND a website — all flying completely blind. Confidence level: astronomical. Test coverage: 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% weight30F
- Consistency20% weight20F
- Quality20% weight44D
- Depth15% weight35F
- Breadth10% weight55D
- Community10% weight25F
03 · Stats
365-day commit heatmap
12 active days
Language distribution
- Python64%
- Jupyter Notebook33%
- C++1%
- Java1%
- HTML1%
- C0%
04 · Numbers
Owned repos
non-fork
19
Commits
last 12 months
49
Followers
0
Joined GitHub
Jan 2023
05 · Top repos
vasuganesha2 /
Code-Optimiser
RL-powered compiler optimization framework with ambitious scope (MDP-based optimization, multi-stage pipeline), ambitious documentation (README with Google Slides, HuggingFace demo links), but lacks implementation substance: no tests, no CI, no type hints, no license, ~11KB codebase, and zero community adoption indicat
vasuganesha2 /
vasuganesha2.github.io
Personal academic study guide website with polished UI design but minimal documentation and single-author scope. Static HTML pages for math formulas with dark/light theme toggle; no tests, CI, or architecture beyond flat file hierarchy.
vasuganesha2 /
Neon
Early-stage compiler/interpreter for a minimal language (Neon) with ~8KB codebase. Typed C++20 with structured components (tokenizer, parser, code generator), formal grammar documentation, but no tests/CI. Single-day creation (2025-09-02) represents a burst effort rather than sustained development.
06 · Timeline
- Jan 10, 2023Joined GitHub
- Sep 2, 2025Created Neon
- Apr 5, 2026Created vasuganesha2.github.io
- Apr 7, 2026Created Code-Optimiser — Here we make the environment where our aim is to improve the performance of the code using Re-Inforced Learning
- Apr 26, 2026Most recent push to Code-Optimiser
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.