01 · Roasts
The Placeholder King
NeetCode-150 was created and 'completed' in 45 seconds flat — a single commit, 0 KB, and a README with just a title. Bold strategy for a problem-solving repo that has solved exactly zero problems.
Tutorial Hoarder
Langchain-Notes, Langgraph-Notes, and a RAG chatbot that never got a single file committed. That's three LLM 'projects' that are really just notes, notes, and nothing — with a combined README count of zero.
Security-Conscious Coder (Not)
Hardcoded Alpha Vantage API keys sitting in plain sight in Chatbot-Using-Langraph's backend.py. At least it only has 0 stars, so nobody's looking.
The 85-Commit Year
totalCommitsYear = 85 across 16 repos — that's roughly 5 commits per repo on average, and the heatmap looks like a sparse constellation rather than a developer who shows up. privateWorkLikely is doing a lot of heavy lifting here.
Solo Ship, Quiet Port
0 PRs, 0 issues, 4 followers, 2 following — the GitHub social graph here is essentially a single node. No external contributions, no community engagement, just vibes and Jupyter notebooks.
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% weight30F
- Consistency20% weight55D
- Quality20% weight52D
- Depth15% weight35F
- Breadth10% weight55D
- Community10% weight25F
03 · Stats
365-day commit heatmap
36 active days
Language distribution
- Jupyter Notebook55%
- JavaScript24%
- Python20%
- Shell0%
- Other1%
04 · Numbers
Owned repos
non-fork
15
Commits
last 12 months
85
Followers
4
Joined GitHub
May 2025
05 · Top repos
Sidhanth-Mandal /
Attention-based-rice-disease-detection
Personal academic ML project implementing spatial-attention MobileNetV2 for rice disease classification with 6 disease classes, achieving 89% validation accuracy. Includes config-driven training pipeline, baseline comparisons, and benchmarking utilities.
Sidhanth-Mandal /
My-Neural-Network
Educational neural network built from scratch in Python using NumPy, implementing backpropagation with dense layers and tanh activation. Includes XOR and MNIST examples with mathematical documentation, but minimal commits and no tests/CI.
Sidhanth-Mandal /
Chatbot-Using-Langraph
Personal chatbot experiment using LangGraph, Streamlit, and Google Gemini API. Works end-to-end with tool integration and SQLite persistence, but lacks tests, CI, type hints, and structured documentation beyond README.
Sidhanth-Mandal /
Langgraph-Notes
A collection of 6 Jupyter notebooks exploring LangGraph tutorials—personal learning notes without documentation, tests, or CI. Minimal codebase (66 KB) with basic example implementations and no README.
Sidhanth-Mandal /
Langchain-Notes
Educational LangChain notebook collection (0 stars, 188 KB) demonstrating chains, prompts, and tool calling patterns. No README, tests, CI, or license. Basic tutorial-style learning material with working but unpolished code.
Sidhanth-Mandal /
NeetCode-150
Empty scaffold repo created Feb 7, 2026 with minimal README, no code files, no tests, CI, or license. Single commit within hours of creation.
Sidhanth-Mandal /
Youtube-RAG-Chatbot-using-Langchain
Empty scaffold with zero commits, no files, no documentation. Created 2026-01-29 with no activity. Appears to be an uninitialized repository placeholder.
06 · Timeline
- May 27, 2025Joined GitHub
- Jun 18, 2025Created My-Neural-Network
- Sep 15, 2025Created Chatbot-Using-Langraph
- Nov 17, 2025Created Langchain-Notes
- Jan 13, 2026Created Langgraph-Notes
- Jan 29, 2026Created Youtube-RAG-Chatbot-using-Langchain
- Feb 7, 2026Created NeetCode-150
- Mar 29, 2026Created Attention-based-rice-disease-detection
- Apr 8, 2026Most recent push to My-Neural-Network
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.