01 · Roasts
The 8-Day Architect
LeetLoop's README boasts an ARCHITECTURE.md, design.md, STATUS.md, and a 600-line scheduler — for a repo that's 8 days old. You wrote more docs about the system than the system has had time to run.
Firestore Security? Never Heard of Her
FutureGram's firestore.rules has a hard-coded `allow read, write` expiring 30 days after creation. You shipped it to 100+ beta users, noticed the anti-pattern in comments, and still didn't fix it. Bold strategy.
83 Public Commits in a Year
83 commits across 52 weeks is 1.6 per week — less than a standup item. Thankfully privateWorkLikely saves you from the full roasting you'd otherwise deserve. Hopefully.
Test Coverage: Theoretical
Three out of four repos have HAS_TESTS=no. The one repo with CI (LeetLoop) uses it exclusively to check that Python compiles and JSON is valid. That's not a test suite, that's a syntax checker with delusions of grandeur.
5 Projects, 0 Stars
The profile README proudly features LeetLoop, DotAsset, FutureGram, wsh-shell, and BreadBot — and the combined GitHub star count across all of them is a perfect zero. Shipped loud, landed quiet.
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% weight51D
- Consistency20% weight55D
- Quality20% weight57D
- Depth15% weight50D
- Breadth10% weight65C
- Community10% weight25F
03 · Stats
365-day commit heatmap
15 active days
Language distribution
- Python73%
- JavaScript10%
- C8%
- HTML5%
- Java2%
- Shell1%
- Other1%
04 · Numbers
Owned repos
non-fork
11
Commits
last 12 months
83
Followers
5
Joined GitHub
Jun 2022
05 · Top repos
ArshBansal64 /
LeetLoop
AI-assisted LeetCode planning tool built in untyped Python with structured docs, CI, and multi-week sustained development. Shipped with working UI, API integration, and config management but lacks type hints and test coverage.
ArshBansal64 /
ArshBansal64
Portfolio profile repo showcasing 5 featured projects (LeetLoop, DotAsset, FutureGram, wsh-shell, BreadBot) with working implementations across Python, JavaScript, C; has README but no source files in this repo itself, represents active portfolio pattern across multiple named real projects.
ArshBansal64 /
FutureGram
Hackathon-era time-capsule social platform with React/Firebase stack. Untyped JavaScript, no CI/tests configured, open security rules, but 202MB codebase and 24/30 recent commits show sustained work on a non-trivial feature set.
ArshBansal64 /
DotAsset
Early-stage Python/Flask prototype combining LLMs with US Census API. Typed Python with clear Flask route structure, but lacks tests, CI, and production error handling. 20 commits across ~2.5 months shows modest sustained effort on an experimental idea that stopped development early.
06 · Timeline
- Jun 8, 2022Joined GitHub
- Nov 9, 2024Created FutureGram — Mobile-first social platform with time-locked "capsule" posts built on React + real-time Firebase auth (MadHacks 2024)
- Nov 18, 2024Created DotAsset — Early-stage data aggregation backend that combines LLMs with U.S. Census data to answer structured questions about demographics and markets.
- Jan 17, 2026Created ArshBansal64 — My profile
- Apr 16, 2026Created LeetLoop — AI-assisted LeetCode practice planner that uses LeetCode history, cooldown logic, and configurable planning modes to generate daily review/gap-fill recommendations.
- Apr 24, 2026Most recent push to LeetLoop
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.