01 · Roasts
RAG, no guardrails
10k-rag-pipeline evaluates 107 questions across four retrieval setups, then ships with zero tests and zero CI. The benchmark is doing the QA job alone.
Deployment without a safety net
hrushike-sh has Netlify, Node 22, generated pages, and cache busting—yet no tests or CI. Production polish, pre-production faith.
Portfolio beats audience
Three named projects are on the board, but the account has 1 total star, 0 forks, and 3 followers. Shipping happened; discovery missed the meeting.
Heatmap with intermissions
80 yearly commits and multiple blank heatmap weeks make the activity pattern look like a series of well-timed cameos.
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% weight28F
- Consistency20% weight35F
- Quality20% weight55D
- Depth15% weight50D
- Breadth10% weight55D
- Community10% weight25F
03 · Stats
365-day commit heatmap
132 active days
Language distribution
- Python62%
- Java13%
- JavaScript9%
- Jupyter Notebook7%
- Go6%
- CSS1%
- Other2%
04 · Numbers
Owned repos
non-fork
20
Commits
last 12 months
80
Followers
3
Joined GitHub
Oct 2021
05 · Top repos
rsh-e /
10k-rag-pipeline
A substantial Python SEC 10-K RAG application with hybrid Chroma/SQLite retrieval, routing, reranking, Streamlit UI, and a 107-question evaluation artifact, but no tests, CI, or license and only a one-week history.
rsh-e /
hrushike-sh
A polished, documented personal static site with a data-driven Node build pipeline, five generated pages, responsive CSS, and a Wikimedia-powered homepage feature, but no tests, CI, license, or typed code.
rsh-e /
Parser
A small Python AQA-style assembly parser with a documented interactive interface and register-based execution, but only one implementation file, no tests or CI, and minimal demonstrated adoption.
06 · Timeline
- Oct 25, 2021Joined GitHub
- Aug 16, 2022Created Parser — A programming interface and parser which an execute AQA style Assembly code
- Dec 22, 2025Created hrushike-sh — personal website
- Sep 4, 2026Created 10k-rag-pipeline — A citation-backed RAG system for querying SEC 10-K filings using hybrid retrieval, Reciprocal Rank Fusion (RRF), cross-encoder reranking, and domain-specific routing.
- Sep 15, 2026Most recent push to hrushike-sh
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.