01 · Roasts
Sprint Coder, No Marathon
RCLM_paper_reproduction's entire codebase landed in 22 minutes. Indus_Agent looks like a weekend idea. ai_playground was born and abandoned in 34 minutes. Your GitHub is a museum of sprints with no finishers.
11 Months of Silence
Your heatmap is basically a flat-line for the first 40 weeks of the year, then a tiny heartbeat in weeks 49–52. 149 commits/year sounds okay until you realize that's essentially two month-long caffeinated sessions and a long nap.
0 Stars, 0 Forks, 0 Followers
Every single repo sits at zero stars and zero forks. Your follower count matches. You are, statistically speaking, shouting into a vacuum.
License? What License?
Three repos, zero licenses. You've built a RAG agent, a reservoir-computing reproducer, and an AI playground — all of which legally cannot be used by anyone. The irony of open-sourcing things nobody can legally open is not lost.
ML Monoculture
Jupyter Notebook 57%, Python 18% — you write AI notebooks and Python scripts, exclusively for AI projects. Breadth exists only because HTML/JS snuck into the frontend of Indus_Agent. That's not diversity, that's a side effect.
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% weight35F
- Quality20% weight59D
- Depth15% weight50D
- Breadth10% weight55D
- Community10% weight25F
03 · Stats
365-day commit heatmap
34 active days
Language distribution
- Jupyter Notebook57%
- Python18%
- HTML13%
- JavaScript9%
- CSS3%
- Dockerfile0%
04 · Numbers
Owned repos
non-fork
15
Commits
last 12 months
149
Followers
0
Joined GitHub
Oct 2020
05 · Top repos
shrey160 /
RCLM_paper_reproduction
Reproduction of Köster & Uchida's reservoir computing paper with classic RC and attention-enhanced models (AERC). Typed Python codebase with parameter-parity tests, structured src/ layout, comprehensive documentation in README, and runnable training pipeline. Experimental scope with reproducible results tables, but ver
shrey160 /
Indus_Agent
Early-stage self-hosted AI chat hub with local LLM auto-detection, persistent memory, RAG, and deep-research pipelines. Fully Dockerized with pgvector + FastAPI backend, but lacks tests, CI, and license; 0 stars/forks indicate unreleased prototype.
shrey160 /
ai_playground
Early-stage AI research pipeline with multi-provider LLM routing, web search, and validation—untyped Python code, functional but minimal architectural polish, created within 30 min window.
06 · Timeline
- Oct 24, 2020Joined GitHub
- May 20, 2026Created ai_playground — a test playground for creating ai workflows, testing provider, routings and more
- Aug 4, 2026Created Indus_Agent — Self-hosted, Dockerized local-first AI chat hub: Ollama/LM Studio auto-detection, optional OpenRouter cloud models, persistent memory (soul + facts), MCP tools (SearXNG web search
- Aug 19, 2026Created RCLM_paper_reproduction — A rough reproduction of Reservoir Computing as a Language Model, Köster & Uchida, arXiv:2507.15779v3
- Aug 19, 2026Most recent push to RCLM_paper_reproduction
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.