01 · Roasts
78% Jupyter, 0% Shipped
Nearly 4 in 5 bytes of your public code are Jupyter Notebooks. That's a portfolio that looks more like a college coursework dump than a backend engineer's GitHub — especially for someone billing themselves as Distributed Systems + Go.
88% Graveyard Ratio
Stale repo ratio of 0.88 means 88% of your 95 public repos haven't been touched in over 2 years. You've built a digital ghost town — quantity without maintenance is just noise.
docs.git: The 3-Second Masterpiece
Your 'docs' repo was created and pushed within 3 literal seconds. That's not documentation, that's an accidental git push you never bothered to delete.
1 PR Year, Infinite Claims
The bio says LFX Mentorship @Hyperledger and SWE @Mercari, but the public record shows 1 external PR in the last 12 months and 0 issues filed. Either all that community work is locked behind private repos, or the bio is doing heavy lifting.
go-res: Great Start, Zero Audience
Your DNS resolver in Go is genuinely the most impressive thing here — typed, CI-enabled, multi-package, recursive lookups. Zero stars. It's like building a concert hall and not telling anyone the address.
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% weight36F
- Consistency20% weight55D
- Quality20% weight52D
- Depth15% weight50D
- Breadth10% weight55D
- Community10% weight40D
03 · Stats
365-day commit heatmap
187 active days
Language distribution
- Jupyter Notebook78%
- HTML18%
- C++3%
- JavaScript1%
- TypeScript0%
- Go0%
04 · Numbers
Owned repos
non-fork
65
Commits
last 12 months
32
Followers
48
Joined GitHub
Jan 2021
05 · Top repos
sadityakumar9211 /
go-res
Educational DNS resolver in Go implementing recursive lookup from root nameservers. Typed, documented README, structured codebase with CI, but no tests and 0 stars limits adoption impact. ~7.1k KB codebase with ~30 commits shows sustained learning project effort.
sadityakumar9211 /
neetcode-submissions-lvbvalkp
Auto-synced personal coding interview practice dump from NeetCode.io with 9 commits spanning one day. Untyped Python solutions, no tests/CI, minimal structure beyond topic folders. Educational artifact only.
sadityakumar9211 /
sadityakumar9211
GitHub profile configuration repo with styled README showcasing portfolio links and contact info. No source code, minimal functional output, one-off personal branding project.
sadityakumar9211 /
docs
Untouched Mintlify template repo with 0 stars/forks, 1 commit in 3 seconds, no custom content or working documentation—pure boilerplate scaffold.
06 · Timeline
- Jan 28, 2021Joined GitHub
- Mar 18, 2022Created sadityakumar9211 — Config files for my GitHub profile.
- Aug 31, 2023Created go-res — This is an implementation of DNS resolver in Go from scratch.
- Feb 3, 2026Created docs
- Apr 12, 2026Created neetcode-submissions-lvbvalkp — My NeetCode.io problem submissions
- Apr 25, 2026Most recent push to sadityakumar9211
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.