01 · Roasts
66% Jupyter, 0% Shipping
Two-thirds of your public GitHub is Jupyter Notebooks, yet none of them have READMEs, tests, or stars. That's not AI research — that's a very expensive scratch pad.
Speed Runner, No Save File
DevMem: 1 day old. HackerHouseNetwork: 2 days old. QuickBooks-Agent: 2 days. You ship fast, but your repos have the sustained depth of a hackathon PowerPoint.
work-contributions-mirror
You created a repo called 'work-contributions-mirror', committed for exactly 2 minutes, pushed nothing, and it somehow has 1 star. Whoever starred it is a hero.
CI? Never Heard of Her
0 out of 5 analyzed repos have CI configured. You're at a YC-backed company and you're still YOLO-pushing to main. The pipeline is you, refreshing the page.
108 Public Commits, Big Private Energy
108 public commits in a year but privateWorkLikely=true. Either you're doing serious work behind closed doors, or you're just very shy about your Jupyter notebooks.
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% weight33F
- Consistency20% weight55D
- Quality20% weight52D
- Depth15% weight35F
- Breadth10% weight65C
- Community10% weight40D
03 · Stats
365-day commit heatmap
160 active days
Language distribution
- Jupyter Notebook66%
- TypeScript12%
- Python7%
- HTML7%
- JavaScript5%
- Go2%
- Other1%
04 · Numbers
Owned repos
non-fork
34
Commits
last 12 months
108
Followers
17
Joined GitHub
Feb 2023
05 · Top repos
Surya-sourav /
DevMem
Go CLI tool for AI-powered codebase documentation. Young repo (created 2026-03-21) with typed language, tests, good project structure, and external docs link. Early-stage but non-trivial architecture shows sustained effort.
Surya-sourav /
QuickBooks-Agent
Early-stage QuickBooks integration agent with AI categorization and Chart.js dashboards. TypeScript + Postgres backend, minimal test/CI coverage, 6 commits in 2 days (Feb 7-9, 2026). Typed, structured, documented—meets Quality 50 bar—but very fresh project with no stars/adoption yet.
Surya-sourav /
HackerHouseNetwork
Early-stage TypeScript full-stack marketplace for hacker houses (users + hosts + feed). No README, tests, CI, or license; basic Express/React architecture with TypeORM and Clerk auth, created 2 days ago with minimal commit history.
Surya-sourav /
Competitive-Programming
Personal competitive programming practice repo with minimal structure: 0 stars, no README, no tests/CI/license, ~134 KB C++ code, 8 commits in 7.5 months with no documented purpose or guidance.
Surya-sourav /
work-contributions-mirror
Empty scaffold with zero content — created 2026-02-05, 1 commit in 2 minutes, no files, no documentation, no code artifacts.
06 · Timeline
- Feb 15, 2023Joined GitHub
- Jun 26, 2025Created Competitive-Programming
- Feb 5, 2026Created work-contributions-mirror
- Feb 7, 2026Created QuickBooks-Agent — Sync Your Quickbooks account & ask questions
- Mar 20, 2026Created HackerHouseNetwork
- Mar 21, 2026Created DevMem — DevMem : Auto-Maintaining Documentation & Changelog for Codebases
- Mar 22, 2026Most recent push to DevMem
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.