01 · Roasts
Notebook Hermit
78% Jupyter Notebook with 2 followers and 1 total star — you're basically writing research papers in a format GitHub can't even diff properly, for an audience of yourself.
Burst-and-Ghost
TDA_Exps: 21 commits in 27 days. PRECOG: 40-minute sprint. Data_OpenEnv: created and last-pushed the same day. Your commit history reads like a series of controlled explosions with no follow-up.
CI Allergy
0 for 3 on CI/CD across every single scored repo. No tests either. You're shipping ML research with zero automated validation — congratulations, your reproducibility is vibes-based.
The Invisible Researcher
CVPR 2024 official implementation with an arXiv badge, and it still has 0 stars. If a research repo drops on GitHub and nobody stars it, does it make a citation?
62 Commits, All Alone
totalPRsYear=1, totalIssuesYear=0, soloPct=96% — you're not using GitHub as a collaboration platform, you're using it as a very public personal hard drive.
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% weight40D
- Consistency20% weight55D
- Quality20% weight57D
- Depth15% weight50D
- Breadth10% weight40D
- Community10% weight25F
03 · Stats
365-day commit heatmap
24 active days
Language distribution
- Jupyter Notebook78%
- Python17%
- TypeScript3%
- CSS0%
- HTML0%
- Shell0%
- Other2%
04 · Numbers
Owned repos
non-fork
14
Commits
last 12 months
62
Followers
2
Joined GitHub
Aug 2023
05 · Top repos
VS1005 /
TDA_Exps
Research implementation of CVPR 2024 paper on test-time adaptation for vision-language models. Contains training-free dynamic adapter with state-space memory variants, extensive experimental configs, and comparative baselines. Structured codebase (6.9MB) with clear config-driven design but lacks tests and CI.
VS1005 /
PRECOG
A personal AI detection project using Jupyter notebooks with stylometric analysis, DistilBERT+LoRA classifier, and genetic algorithm adversarial attacks. Self-contained educational work lacking tests, CI, and production-oriented structure.
VS1005 /
Data_OpenEnv
A one-off OpenEnv environment for LLM-as-DBA schema optimization using DuckDB, created in 3 minutes with 1 commit. Typed Python with FastAPI server and structured layout, but nascent (26 KB, 3 days old), no tests/CI, no external adoption or usage signals.
06 · Timeline
- Aug 15, 2023Joined GitHub
- Feb 7, 2026Created PRECOG
- Feb 23, 2026Created TDA_Exps
- Apr 2, 2026Created Data_OpenEnv
- Apr 2, 2026Most recent push to Data_OpenEnv
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.