01 · Roasts
Pipeline, meet test suite
pwr-nxt-r1 runs 17-model bake-offs and seven stress checks, yet the authoritative test and CI flags are both absent.
Portal bigger than its audience
CSE_mit_lab indexes 1,076 code-portal files and 172 SEM2 files; its adoption ledger still reads 1 star and 0 forks.
Nxora has a résumé problem
The resume shortlister ships parsing, reranking, explanations, and a React UI—but nxora-main has no README, tests, or CI at repository level.
Scaffolding is not shipping
HabiCheck advertises a habit check-in but currently consists of a requirements.txt and 0 KB of sampled implementation.
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% weight48D
- Consistency20% weight65C
- Quality20% weight57D
- Depth15% weight50D
- Breadth10% weight55D
- Community10% weight25F
03 · Stats
365-day commit heatmap
129 active days
Language distribution
- Jupyter Notebook60%
- JavaScript10%
- TypeScript10%
- Python9%
- Java4%
- HTML3%
- Other4%
04 · Numbers
Owned repos
non-fork
21
Commits
last 12 months
515
Followers
8
Joined GitHub
Oct 2025
05 · Top repos
hydralgorithm /
pwr-nxt-r1
A substantial, reproducible hackathon ML submission: relationship-based fault detection and a sensor-free cubic Ridge/CatBoost regression pipeline, backed by bake-off results and robustness analysis, but with no tests, CI, license, or demonstrated adoption.
hydralgorithm /
nxora-main
Nxora is a substantial local resume-shortlisting application with FastAPI, a hybrid keyword/embedding/reranker pipeline, deterministic explanations and a React results UI, but it has no demonstrated adoption or repository-level maintenance signals.
hydralgorithm /
CSE_mit_lab
A substantial MIT CSE coursework archive with 200+ SEM1 files, 172 source-focused SEM2 files, and a React/Vite code-portal that indexes and renders C, Java, Python, and notebook content; adoption remains minimal at 1 star.
hydralgorithm /
hydralgorithm
A documented GitHub profile/portfolio README highlighting four named projects, but this repository itself contains no sampled implementation, tests, CI, license, or typed source.
hydralgorithm /
ANeuronHuh
A small, same-day PyTorch learning experiment using two notebooks and plotting helpers to fit delivery-time data; it has no demonstrated adoption, documentation, tests, CI, or packaging.
hydralgorithm /
HabiCheck
HabiCheck is an effectively empty FastAPI-oriented scaffold: the only sampled artifact is a four-dependency requirements.txt, with no application source, documentation, tests, CI, license, or adoption signals.
06 · Timeline
- Oct 4, 2025Joined GitHub
- Oct 9, 2025Created CSE_mit_lab — A comprehensive collection of my Computer Science Engineering (CSE) lab work, assignments, and practice files throughout my undergraduate journey at Manipal Institute of Technology
- Apr 15, 2026Created hydralgorithm
- Jun 20, 2026Created HabiCheck — Checkin your habits
- Jun 28, 2026Created ANeuronHuh
- Sep 7, 2026Created pwr-nxt-r1
- Sep 12, 2026Created nxora-main
- Sep 17, 2026Most recent push to CSE_mit_lab
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.