01 · Roasts
The Heatmap Tells a Story
22 consecutive weeks of near-zero commits, then a sudden burst in weeks 30–44. This isn't consistent engineering — it's cramming before a job interview. Your GitHub looks like a student's semester timeline.
87% JavaScript and Counting
Python at 7%, C at 2%, TypeScript at 2% — you've essentially declared yourself a JavaScript developer who occasionally wanders into other languages for the aesthetic. The 'AIML' in your username is doing a lot of heavy lifting.
Zero Tests. Zero. Across 21 Repos.
Not a single HAS_TESTS=yes across any scored repo. You've built a CRM, a RAG pipeline, a Linux system tool, and a SaaS — all completely untested. Production-ready these are not.
The Portfolio Page Heard 'Ship It'
SudharshanAIML.github.io: 1KB, 2 commits, 2 seconds apart, README containing only its own name. This is the GitHub equivalent of showing up to a demo with a blank slide deck.
Solo Act, Every Time
soloPct=100. Every single commit across every repo is just you, talking to yourself. No collaborators, 2 PRs all year, 1 issue. Open source is a team sport — you're playing solitaire.
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% weight60C
- Quality20% weight57D
- Depth15% weight55D
- Breadth10% weight55D
- Community10% weight40D
03 · Stats
365-day commit heatmap
82 active days
Language distribution
- JavaScript87%
- Python7%
- C2%
- TypeScript2%
- CSS1%
- Shell1%
04 · Numbers
Owned repos
non-fork
17
Commits
last 12 months
303
Followers
17
Joined GitHub
Mar 2024
05 · Top repos
SudharshanAIML /
crm
Full-featured CRM backend with multi-stage lead pipeline, real-time chat (Socket.IO), automation engine, and RAG-powered outreach. Node.js/Express with MySQL, JWT auth, and structured module architecture. 30 recent commits show active development; 3.2MB codebase suggests substantial work.
SudharshanAIML /
linux-hotspot-enabler
C11 hotspot tool enabling simultaneous WiFi+AP on Linux. Well-documented (README + comprehensive setup.sh), structured codebase with ncurses TUI, and cross-distro support. Early-stage (16 stars, 2 weeks old); no tests/CI limits quality from 75 to 60. Modest depth given burst development but solid architectural scope.
SudharshanAIML /
DocTalk
Personal RAG chatbot for multi-document Q&A using LangChain, FastAPI, FAISS, and MongoDB. Typed Python backend, some React frontend, but minimal test coverage and documentation; early-stage project with modest scope.
SudharshanAIML /
visitor-tracking
Simple visitor tracking system with Express backend and vanilla JS frontend. Untyped JavaScript, no tests/CI, minimal scope but functional with clear documentation.
SudharshanAIML /
interviewer-agent
Beginner-friendly mock interview SaaS with React+Vite frontend and Node.js+Express backend using Groq LLM. Functional but thin docs, no tests/CI, untyped JavaScript, minimal commits over single week.
SudharshanAIML /
SudharshanAIML.github.io
Empty GitHub Pages scaffold with minimal README, 1KB total size, 2 commits across 2 seconds. No content, structure, tests, or documentation beyond a bare title.
06 · Timeline
- Mar 6, 2024Joined GitHub
- Dec 16, 2025Created DocTalk — Upload multiple PDF and DOCX files and ask natural-language questions. The system retrieves relevant content and generates accurate answers using a Retrieval-Augmented Generation (
- Dec 18, 2025Created crm
- Dec 18, 2025Created visitor-tracking
- Feb 13, 2026Created linux-hotspot-enabler
- Feb 19, 2026Created SudharshanAIML.github.io
- Mar 23, 2026Created interviewer-agent
- Apr 2, 2026Most recent push to DocTalk
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.