01 · Roasts
The Notebook Hoarder
96% of your codebase is Jupyter Notebooks. That's not a portfolio — that's a graveyard of .ipynb files that will never see a production server.
Sprint King, Endurance Zero
lumina-lite-agentic: 23 commits in ~4 hours, then abandoned. Dev-Ex-Pulse: 30 commits in 30 minutes. Impressive burst speed, nonexistent follow-through.
Test? Never Heard of Her
Zero tests across all three evaluated repos. You're building policy engines, multi-agent AI systems, and analytics pipelines — all without a single assertion to verify they work.
The Hermit Coder
0 PRs, 0 issues, 0 following, 2 followers. Your GitHub account is functionally a private journal that accidentally has a public URL.
CI is a 2-Letter Word You Ignore
keystone has a circuit breaker, HMAC audit proofs, and a canary execution engine — but no CI pipeline. One typo and the whole thing deploys broken, undetected.
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% weight40D
- Consistency20% weight35F
- Quality20% weight57D
- Depth15% weight50D
- Breadth10% weight30F
- Community10% weight25F
03 · Stats
365-day commit heatmap
21 active days
Language distribution
- Jupyter Notebook96%
- Python3%
- TypeScript1%
- CSS0%
- Dockerfile0%
- JavaScript0%
04 · Numbers
Owned repos
non-fork
8
Commits
last 12 months
103
Followers
2
Joined GitHub
Mar 2020
05 · Top repos
SatwikReddySripathi /
lumina-lite-agentic
Production-ready agentic AI system with 6 LangGraph-orchestrated agents, LLM-based RAG, and cost tracking. Built in 16 hours (~14.8 KB codebase) with TypedDict state management, multi-tool workflows, and Streamlit UI. Strong typed infrastructure with documented architecture but lacks tests/CI and has untyped Python.
SatwikReddySripathi /
Dev-Ex-Pulse
DevEx analytics prototype with GitHub/OpenAI ingestion pipeline. Typed Python, documented README, structured multi-file architecture, but nascent (30 commits in 30 minutes, 0 stars), no tests/CI/license, unproven production use.
SatwikReddySripathi /
keystone
Early-stage MVP for agent transaction governance with Flask/FastAPI backend, Next.js UI, and Python SDK. Implements policy engine, canary execution, circuit breaker, and HMAC-signed audit proofs. Limited external signals but demonstrates complete system architecture for a governed AI action platform.
06 · Timeline
- Mar 21, 2020Joined GitHub
- Nov 19, 2025Created lumina-lite-agentic
- Jan 20, 2026Created Dev-Ex-Pulse — PR Productivity + OpenAI Friction Insights (HubSpot/jinjava)
- Mar 5, 2026Created keystone — Transaction governance for AI agents.
- Mar 30, 2026Most recent push to keystone
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.