01 · Roasts
96% Jupyter Notebook? Bold claim to be a 'developer'
Your language breakdown is 96% Jupyter Notebook. That's not a tech stack — that's a homework folder. At some point the cells need to escape the notebook.
40 commits in a year, 40 public repos
You have 40 public repos and made 40 commits this year. That's a 1:1 ratio — one commit per repo, average. You're creating projects faster than you're finishing sentences.
ai-career-coach-frontend: shipped in 3 minutes
Two commits, three minutes, entire frontend 'done.' Either you're the fastest developer alive or you hit Ctrl+V on a template and called it a product. The heatmap leans toward the latter.
1 star, 1 follower, 1 fork — the holy trinity of obscurity
Across 40 public repos, you've accumulated exactly 1 star, 1 fork, and 1 follower. The GitHub universe has seen your work and responded with a polite single clap.
No CI anywhere, ever
Not a single repo across the analyzed set has CI/CD. agent-eval has tests but no automated runner. It's like building a car with no ignition — it looks right but nothing actually turns over.
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% weight20F
- Quality20% weight47D
- Depth15% weight35F
- Breadth10% weight30F
- Community10% weight25F
03 · Stats
365-day commit heatmap
95 active days
Language distribution
- Jupyter Notebook96%
- Python2%
- TypeScript1%
- JavaScript0%
- Java0%
- CSS0%
- Other1%
04 · Numbers
Owned repos
non-fork
10
Commits
last 12 months
40
Followers
1
Joined GitHub
Dec 2020
05 · Top repos
Animesh-Uttekar /
agent-eval
Early-stage Python SDK for AI agent evaluation combining BLEU/ROUGE metrics with LLM-as-a-Judge scoring. Modular architecture with async support, typed code, structured layout, but no CI/tests-in-repo, minimal adoption (1 star), and incomplete documentation.
Animesh-Uttekar /
ai-career-coach-frontend
AI Career Coach frontend: React + TypeScript app with voice integration (Hume), resume parsing, and RIASEC assessment. 344KB codebase, created 10-20-2025, 2 commits in 3 minutes. Typed, documented, structured but experimental/burst delivery.
Animesh-Uttekar /
ai-career-coach-backend
Early-stage FastAPI career coach backend with resume parsing, memory management, and job search integration. Zero stars, fresh repo (created Oct 20, 2025), minimal commits, no CI/CD, incomplete/scaffold code throughout.
06 · Timeline
- Dec 9, 2020Joined GitHub
- Jul 31, 2025Created agent-eval — A modular, extensible Python SDK for evaluating AI agent system prompts and outputs using metrics and LLM-as-a-Judge techniques.
- Oct 20, 2025Created ai-career-coach-frontend — AI Career Coach for career guidance and personality assessment built with React and TypeScript.
- Oct 20, 2025Created ai-career-coach-backend — A FastAPI-based backend service for career guidance and resume analysis. This application provides REST APIs for resume parsing, career coaching conversations, and personality asse
- Oct 20, 2025Most recent push to ai-career-coach-backend
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.