01 · Roasts
Burst Coder, Ghost Mode Activated
VLA-G went from zero to FINAL_VERDICT.md in 2 days. Inspiring. Then the heatmap shows 30+ dead weeks. The GitHub gods giveth intensity; the calendar taketh away.
CI? Never Heard of Her
Three repos, zero CI pipelines. VLA-G has a PREREGISTRATION.md and FINAL_VERDICT.md but won't let GitHub Actions breathe on it. Rigorous science, zero automation.
77% Jupyter, 0% Reproducibility
Nearly 4 out of every 5 bytes you've written live in a .ipynb file. Notebooks: where great ideas go to become unrunnable on anyone else's machine.
1 Follower, 22 PRs
You're out here submitting 22 pull requests a year to other people's repos and have exactly 1 follower. The giving economy is real; the receiving economy, less so.
Half Your Repos Are Archaeological Sites
staleRepoRatio = 0.50. Out of 17 repos, 8-9 haven't been touched in 2+ years. That's not a portfolio, that's a fossil bed with three live specimens on top.
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% weight30F
- Quality20% weight58D
- Depth15% weight50D
- Breadth10% weight55D
- Community10% weight30F
03 · Stats
365-day commit heatmap
36 active days
Language distribution
- Jupyter Notebook77%
- Python15%
- JavaScript3%
- TypeScript1%
- C1%
- C++1%
- Other2%
04 · Numbers
Owned repos
non-fork
12
Commits
last 12 months
69
Followers
1
Joined GitHub
Apr 2020
05 · Top repos
Gnav3852 /
VLA-G
Experimental VLA grounding detector codebase with rigorous probes (position + occlusion), ~10.6 MB repo across 2 days of development, typed Python + multi-part analysis pipeline. Pre-registered validation on synthetic controls; ships analysis scripts, LIBERO rollout orchestration on Modal.
Gnav3852 /
CollisionSet
A deterministic discrete-event physics engine for elastic collisions (C++/WASM + TypeScript UI). Demonstrates analytic collision prediction via priority queue, with 2D/3D modes, Maxwell demon presets, and heatmap visualization. 0 stars; young repo (created 2026-04-04, 7 recent commits in 30 days); well-architected but
Gnav3852 /
L-former
L-Former: experimental Transformer variant with progressive layer aggregation side-path. Typed Python codebase with structured src/, meaningful README + design documentation, and basic tests. No evidence of external adoption or named product; appears to be personal research project.
06 · Timeline
- Apr 13, 2020Joined GitHub
- Aug 22, 2025Created L-former
- Apr 4, 2026Created CollisionSet — A deterministic, event-driven physics engine in C++ and WebAssembly. Uses an analytic "Oracle" (Priority Queue) to solve exact collision times, bypassing the limitations of traditi
- Jun 27, 2026Created VLA-G
- Jun 28, 2026Most recent push to VLA-G
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.