01 · Roasts
Commit Drought Season
152 commits in a year sounds okay until you see the heatmap: weeks 3–9, 22–28, and 33–36 are completely dark. You're not shipping — you're making cameos.
Placeholder Farmer
Two of your three scored repos are 2 KB README files promising future work in 'May 2026' and 'March 2026.' You're pre-announcing projects like they're Apple products, but the keynote never comes.
The Star Collector (Zero Edition)
33 public repos. 12 total stars. That's 0.36 stars per repo. At this rate you'll hit 100 stars sometime around the heat death of the universe.
Quality? Never Heard of Her
Every analyzed repo is missing README, tests, CI, AND a license simultaneously. It's not a pattern — it's a philosophy.
The Depth Illusion
Your portfolio site is your deepest repo at a depth score of 30 — and it's mostly HTML with ASCII art. The 'aspring' engineer in your bio hasn't landed yet.
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% weight28F
- Depth15% weight30F
- Breadth10% weight55D
- Community10% weight40D
03 · Stats
365-day commit heatmap
44 active days
Language distribution
- TypeScript40%
- Jupyter Notebook38%
- Python11%
- JavaScript5%
- HTML4%
- CSS1%
- Other1%
04 · Numbers
Owned repos
non-fork
30
Commits
last 12 months
152
Followers
21
Joined GitHub
Jul 2023
05 · Top repos
BaljinderHothi /
BaljinderHothi.github.io
Personal GitHub Pages portfolio website with 61KB of mostly static HTML/CSS and decorative ASCII art. No tests, CI, or README; minimal documentation beyond inline index.html.
BaljinderHothi /
The-Self-Requires-Learning
Scaffold-stage repo with ambitious concept (MuJoCo humanoid coordination) but only a placeholder README and 2 commits in 22 seconds. No source code, tests, CI, or documentation present. Work explicitly deferred to March 2026.
BaljinderHothi /
Cooperative-Multi-Agent-Manipulation
Scaffold-stage project: 2 KB repo with placeholder README stating work begins May 2026. No source files, no tests, no CI. Future-dated research prototype with zero commits beyond initial creation.
06 · Timeline
- Jul 22, 2023Joined GitHub
- Sep 16, 2023Created BaljinderHothi.github.io — Personal website developed using Github Pages
- Mar 7, 2026Created The-Self-Requires-Learning — MuJoCo reimplementation of "It Takes Two" (2025). Two humanoids learning leader-follower whole-body coordination on a single consumer GPU.
- Mar 7, 2026Created Cooperative-Multi-Agent-Manipulation — Two MuJoCo robots learning to coordinate and push objects too heavy to move alone. MAPPO implementation with communication ablations.
- Mar 7, 2026Most recent push to BaljinderHothi.github.io
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.