01 · Roasts
Jupyter Notebook: The Career
54% of your codebase is Jupyter Notebooks. You're one kernel restart away from losing your entire PhD thesis. Ship a `.py` file occasionally.
Same-Day Shipping, Literally
neetcode-gpt was created AND last pushed on 2026-08-30 — same timestamp, 4 KB, done. That's not a project, that's a git init with feelings.
1 Follower, 1 Following (Yourself?)
totalPRsYear = 2, followers = 1. You've contributed to the open-source community at the rate of one PR per quarter-year. The community has noticed — it hasn't.
Tests Are a Myth
Zero repos have HAS_TESTS=yes across 6 analyzed projects. Your INT8 quantization engine hits 99.6% accuracy — you just have no automated way to prove it still does after your next commit.
Profile README Grind
16 of 30 recent commits went into rachitj27 — your profile card. More commits polishing your GitHub bio than shipping features. The meta-portfolio is eating the actual portfolio.
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% weight55D
- Quality20% weight62C
- Depth15% weight50D
- Breadth10% weight65C
- Community10% weight25F
03 · Stats
365-day commit heatmap
55 active days
Language distribution
- Jupyter Notebook54%
- TypeScript17%
- Python8%
- C++8%
- Assembly3%
- C2%
- Other8%
04 · Numbers
Owned repos
non-fork
27
Commits
last 12 months
140
Followers
1
Joined GitHub
Jun 2022
05 · Top repos
rachitj27 /
Custom-Quantization-and-Inference-Engine-
Educational INT8 quantization & custom C++ inference engine for YOLOv8 fire/smoke detection. Demonstrates from-scratch implementations with per-channel quantization achieving 99.6% of original accuracy, thorough documentation (ARCHITECTURE.md, design.md, calibrate.py), and VNNI vectorization. Experimental scope with 0
rachitj27 /
cuda-gemm-from-scratch
Educational CUDA GEMM optimization tutorial with three progressively optimized kernels (naive, coalesced, shared memory) achieving 22.5% of cuBLAS performance, complete with benchmarking harness and README results table.
rachitj27 /
riscv-single-cycle-processor
32-bit single-cycle RISC-V processor in Verilog built for UC Irvine coursework. Modular architecture (10 modules) with clear control flow. Typed in Verilog, documented README, but minimal repository age (hours old) and lacking tests/CI.
rachitj27 /
rachitj27
GitHub profile README showcasing technical interests in embedded AI inference and quantization. No substantive code or project content in this repo; content is marketing/portfolio-focused without working implementations or meaningful documentation beyond a profile card.
rachitj27 /
neetcode-submissions
Personal NeetCode.io problem submission archive with ~10 C++ LeetCode-style algorithm solutions. No tests, CI, or license; minimal project structure; intended as a learning portfolio snapshot.
rachitj27 /
neetcode-gpt
Fresh course submission project (created/pushed same day) showcasing GPT implementation from NeetCode ML curriculum. Typed Python with structured module layout and clear README, but minimal history and no tests or CI.
06 · Timeline
- Jun 20, 2022Joined GitHub
- Jun 24, 2026Created Custom-Quantization-and-Inference-Engine- — Custom C++ inference engine and from-scratch INT8 quantization for a YOLOv8 fire/smoke detector.
- Jul 29, 2026Created neetcode-submissions — My NeetCode.io problem submissions
- Aug 7, 2026Created cuda-gemm-from-scratch — Optimized gemm cuda kernals to reach close to cuBLAS efficiency.
- Aug 14, 2026Created rachitj27 — My GitHub profile
- Aug 25, 2026Created riscv-single-cycle-processor — 32-bit single-cycle RISC-V processor in Verilog, verified in Vivado behavioral simulation.
- Aug 30, 2026Created neetcode-gpt — GPT built from scratch — assembled from my NeetCode ML course submissions
- Aug 30, 2026Most recent push to neetcode-gpt
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.