01 · Roasts
Sprint King, Ghost the Rest of the Year
24 total commits in a year. The heatmap is basically blank for the first half of the year then suddenly goes full fireworks in Q4. That's not consistency — that's panic-shipping before a deadline.
Jupyter Is Not a Programming Language
78% of your codebase is Jupyter Notebooks. That's a lab report, not a software portfolio. When your primary 'language' is a file format, we need to talk.
The Profile Repo Crimes
Your vedaant00 profile repo is literally a Holopin badge link. 2 commits, created and abandoned in under a minute. Even the badge doesn't link to anything interesting.
CI/CD Is Not Optional in 2025
Zero CI pipelines across all repos — not one. uhsr has tests (respect) but they run on vibes and good intentions. No GitHub Actions, no badges, no automation whatsoever.
4 Followers After 2+ Years
You've been on GitHub since January 2023, built an ML retrieval system and a finance pipeline, and have 4 followers. Your repos are whispering into the 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% weight25F
- Consistency20% weight20F
- Quality20% weight52D
- Depth15% weight35F
- Breadth10% weight40D
- Community10% weight25F
03 · Stats
365-day commit heatmap
259 active days
Language distribution
- Jupyter Notebook78%
- Python21%
- JavaScript1%
- CSS0%
- HTML0%
- Dockerfile0%
04 · Numbers
Owned repos
non-fork
6
Commits
last 12 months
24
Followers
4
Joined GitHub
Jan 2023
05 · Top repos
vedaant00 /
uhsr
Early-stage hybrid retrieval system combining BM25 + FAISS with spectral re-ranking. Well-structured Python package with clear API, basic tests, but minimal adoption (5 stars) and recent creation (Feb 2025). Typed language not used; no CI/CD pipeline.
vedaant00 /
Financial-Analysis-Pipeline-with-ML-and-Portfolio-Construction-CodeBase
Personal research project with financial analysis pipeline combining CRSP data, ML embeddings (BERT/RoBERTa), rolling-window analysis, and portfolio construction. Untyped Python codebase with minimal documentation, no tests/CI/license, created Aug-Sep 2024.
vedaant00 /
vedaant00
Empty scaffold with minimal README (Holopin badge link only), 2 commits in <1 minute, no code, tests, CI, license, or meaningful documentation. Profile/badge showcase only.
06 · Timeline
- Jan 11, 2023Joined GitHub
- Aug 31, 2024Created Financial-Analysis-Pipeline-with-ML-and-Portfolio-Construction-CodeBase — This repository contains Python scripts and Jupyter Notebooks for financial analysis, integrating data retrieval, machine learning models, and portfolio construction. It includes t
- Feb 18, 2025Created uhsr — UHSR (Unified Hyperbolic Spectral Retrieval) is a next-generation hybrid text retrieval framework that combines BM25 (Lexical Search) with FAISS/Pinecone (Semantic Search), enhance
- Apr 14, 2026Created vedaant00
- Apr 15, 2026Most recent push to uhsr
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.