01 · Roasts
Notebook Hoarder
47% of your entire codebase is Jupyter Notebooks. That's less 'software engineer' and more 'person who hits Shift+Enter and prays the kernel doesn't die.'
CI? Never Heard of Her
0 out of 3 analyzed repos have CI configured. You're publishing AAAI research tooling with no automated tests running — just vibes and manual `python generate.py` invocations.
The Second-Half Cliff
Your heatmap is a tale of two halves: weeks 1–35 look like a committed engineer, then weeks 36–52 look like someone discovered Netflix. Classic academic-calendar commit decay.
88 Repos, 140 Stars
88 public repos and only 140 total stars — that's 1.6 stars per repo on average. You're shipping at volume but the world hasn't noticed yet. Quality over quantity, friend.
TeX Supremacist
12% of your GitHub is TeX. Your PDF papers might be impeccably typeset, but LaTeX files in a git repo is not the flex you think it is.
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% weight41D
- Consistency20% weight55D
- Quality20% weight57D
- Depth15% weight50D
- Breadth10% weight72B
- Community10% weight55D
03 · Stats
365-day commit heatmap
235 active days
Language distribution
- Jupyter Notebook47%
- TeX12%
- Python12%
- Java9%
- Dart5%
- C++5%
- Other10%
04 · Numbers
Owned repos
non-fork
82
Commits
last 12 months
627
Followers
642
Joined GitHub
Jan 2023
05 · Top repos
Vikranth3140 /
Hallucination-Utility-Benchmarking
Python framework for evaluating LLM hallucination utility via generation, annotation, and ML classification. Well-structured typed project with clear pipeline; zero external adoption but demonstrates genuine research infrastructure.
Vikranth3140 /
Citation-Hallucination-Detection
Personal research project implementing a hybrid citation hallucination detection pipeline with multi-source bibliographic APIs, fuzzy matching, and optional LLM verification, published at AAAI 2026. Clear purpose but thin distribution and early-stage tooling.
Vikranth3140 /
CSE558-DSc
Educational coursework repo for CSE558 Data Science at IIIT-Delhi, containing assignment implementations (hash tables, bloom filters, Misra-Gries algorithm, random projection). Python, no tests/CI, minimal docs beyond course description.
06 · Timeline
- Jan 10, 2023Joined GitHub
- Sep 15, 2025Created Citation-Hallucination-Detection — A robust hybrid pipeline for detecting hallucinated citations in academic papers and research documents. The system combines exact bibliographic lookup, fuzzy matching, and optiona
- Oct 18, 2025Created CSE558-DSc — Data Science is a 5xx-level course offered to undergrads at IIIT-Delhi.
- Dec 8, 2025Created Hallucination-Utility-Benchmarking
- Apr 24, 2026Most recent push to Citation-Hallucination-Detection
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.