01 · Roasts
83% Jupyter, 0% Jupyter Discipline
Your language breakdown is 83% Jupyter Notebook — which means 83% of your code lives in cells that can't be tested, imported, or deployed. Even your C++ enthusiasm hasn't made it past the .ipynb firewall.
The 8-Minute Profile
Your profile README repo has 6 commits all within an 8-minute window on March 29th, and the bio still says 'I'm ... from ....' You shipped a placeholder and called it done.
Challenged But Not Started
'Completed-Beat-ChatGPT-challenge' has 0 files, 0 commits, and 0 evidence of any challenge being beaten — or even attempted. The repo name is doing all the heavy lifting.
131 Hardcoded Symptoms, 0 Tests
RECOMMENDER has a 131-entry symptoms dictionary baked directly into main.py and an unused `jsonify` import, but zero tests to verify any of it actually works. That's a medical app with no safety net.
Joined GitHub 3 Months Ago
Account created December 2024, 104 commits, 16 total stars (mostly self-generated), 5 followers. The journey has genuinely just begun — but the pace needs to pick up significantly.
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% weight18F
- Consistency20% weight55D
- Quality20% weight22F
- Depth15% weight25F
- Breadth10% weight50D
- Community10% weight25F
03 · Stats
365-day commit heatmap
37 active days
Language distribution
- Jupyter Notebook83%
- Python4%
- C++4%
- TypeScript3%
- CMake3%
- HTML2%
- Other1%
04 · Numbers
Owned repos
non-fork
19
Commits
last 12 months
104
Followers
5
Joined GitHub
Dec 2024
05 · Top repos
Suyash-Codes-AI /
RECOMMENDER
Flask-based medicine recommender system using SVC ML model. Untyped Python, no tests/CI/license, minimal architectural rigor. Recent activity but shallow implementation scope and one-person project context.
Suyash-Codes-AI /
STOCK-MARKET-PREDICTION
Early-stage personal ML project using LSTM for stock prediction via Streamlit UI. Notebook-based with hardcoded paths, minimal commits (3 of last 30), and no tests/CI/license/gitignore.
Suyash-Codes-AI /
Suyash-Codes-AI
Empty profile template repo with placeholder README, no source code, 6 commits in <10 minutes. Boilerplate-only scaffold with no substantive project.
Suyash-Codes-AI /
Completed-Beat-ChatGPT-challenge
Empty scaffold with zero commits, zero files, and no documentation. Created 2026-03-19, last push same day. No meaningful project content.
06 · Timeline
- Dec 20, 2024Joined GitHub
- Aug 16, 2025Created RECOMMENDER
- Nov 15, 2025Created STOCK-MARKET-PREDICTION
- Mar 19, 2026Created Completed-Beat-ChatGPT-challenge
- Mar 29, 2026Created Suyash-Codes-AI
- Mar 31, 2026Most recent push to STOCK-MARKET-PREDICTION
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.