01 · Roasts
Speed-runner of Git History
ProjectRagFrontend's entire commit history happened in 4 minutes. ProjectRagBackend in ~90 minutes. ChatBackend in 2 minutes. At this pace you'll finish your entire career before lunch.
87% Notebook, 0% Tests
Jupyter Notebook makes up 87% of your codebase and you have exactly zero test files across all repos. Your ML experiments are bold; your confidence in not verifying anything is bolder.
The Stub Whisperer
ChatBackend's chat.service.ts returns hardcoded data. It's not a backend, it's a mockup wearing a TypeScript costume.
README: It Exists (Barely)
BalaramanM06.github.io's README contains only the project title. That's not documentation, that's a sticky note on an empty desk.
9 PRs, 0 Issues
You opened 9 PRs this year but filed exactly 0 issues. You're either solving problems before they're reported, or you're just not looking.
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% weight31F
- Consistency20% weight55D
- Quality20% weight52D
- Depth15% weight20F
- Breadth10% weight55D
- Community10% weight25F
03 · Stats
365-day commit heatmap
89 active days
Language distribution
- Jupyter Notebook87%
- TypeScript8%
- C#1%
- Java1%
- HTML1%
- Python0%
- Other2%
04 · Numbers
Owned repos
non-fork
13
Commits
last 12 months
124
Followers
11
Joined GitHub
Sep 2023
05 · Top repos
BalaramanM06 /
ProjectRagBackend
Early-stage RAG chatbot backend built with FastAPI, LangChain, and PostgreSQL. Well-scoped feature set (workspace isolation, PDF indexing, chat history) with proper auth and database models, but minimal git history (10 commits in 1.5 hours) and no tests/CI indicate a fresh personal project.
BalaramanM06 /
ProjectRagFrontend
TypeScript React frontend for RAG system with Supabase auth and Tailwind UI. Clean, documented, and typed code with structured components, but minimal Git history (4 of 30 commits, <24 hours old) and no tests/CI indicate a fresh project scaffold rather than established work.
BalaramanM06 /
BalaramanM06.github.io
Personal GitHub Pages repository with minimal content: 102 KB HTML project, 6 commits over ~1 month, bare-bones README, no tests/CI/license/gitignore.
BalaramanM06 /
ChatBackend
Early-stage TypeScript chat backend with basic Express setup, auth, and PostgreSQL schema. No tests, docs, or CI. Single day old with 1 commit. Typed but lacks production-ready polish and documentation.
06 · Timeline
- Sep 13, 2023Joined GitHub
- Feb 18, 2026Created BalaramanM06.github.io
- Feb 18, 2026Created ChatBackend
- Apr 5, 2026Created ProjectRagBackend
- Apr 5, 2026Created ProjectRagFrontend
- Apr 5, 2026Most recent push to ProjectRagBackend
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.