01 · Roasts
The 14-Minute Engineer
CurveShapeNet: 6 commits, 14 minutes, one day, done forever. That's not a project, that's a lunch break with a git init.
Desert Heatmap
Your contribution heatmap is 46 empty weeks and a sad cluster of dots in February. GitHub thinks you're a migratory bird that only visits in winter.
36 Commits, 0 PRs
36 commits in a year and zero pull requests to anyone else's code. You're not building software, you're journaling in a repository.
CI? Never Heard of Her
Three repos, zero CI pipelines, zero test suites that survived past CareerZenith. The DevFused ARCHITECTURE.md is doing heavy lifting while the test runner stays unemployed.
77% Python, 0% Forks
3 total forks across 22 repos and 1 total star — that 1 star on CurveShapeNet is probably you checking if it worked. Portfolio with 5 languages and no audience.
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% weight20F
- Quality20% weight57D
- Depth15% weight50D
- Breadth10% weight65C
- Community10% weight25F
03 · Stats
365-day commit heatmap
10 active days
Language distribution
- Python77%
- JavaScript15%
- TypeScript3%
- Jupyter Notebook3%
- C++1%
- HTML1%
04 · Numbers
Owned repos
non-fork
22
Commits
last 12 months
36
Followers
7
Joined GitHub
Jan 2023
05 · Top repos
the-sauravkumar /
DevFused
AI-powered Next.js portfolio (TypeScript, Tailwind, Framer Motion) integrating Google Gemini for resume-based chatbot and live GitHub project parsing. Well-structured, documented, typed codebase with complex animations and AI flows; no tests/CI, zero adoption metrics, early-stage personal project.
the-sauravkumar /
CareerZenith
Early-stage AI job recommendation platform with working React frontend, Python/FastAPI microservices for job matching, skill analysis, and resume generation. No external adoption signals; actively developed indie project with functional but incomplete implementation.
the-sauravkumar /
CurveShapeNet
Jupyter-based 2D shape analysis toolkit with circle/ellipse/rectangle detection, symmetry analysis, and ResNet-18 model training; minimal production use, no tests/CI, flat structure with core logic in 6 scripts totaling ~500 LOC.
06 · Timeline
- Jan 26, 2023Joined GitHub
- Aug 10, 2024Created CurveShapeNet — A versatile toolkit for analyzing 2D shapes, offering features like shape detection, symmetry analysis, curve completion, and shape recognition.
- May 21, 2025Created CareerZenith — Your AI powered job recommendation system
- Jun 17, 2025Created DevFused — AI-powered portfolio with Gemini chatbot, live GitHub parsing, smart resume, and animated UI.
- Jan 12, 2026Most recent push to DevFused
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.