01 · Roasts
The 11-Minute Senior Engineer
RDA-Intellij has sensors/, brain/, state/, ui/ packages, threading discipline, and a proper architecture README — all generated and pushed in exactly 11 minutes. That's either AI-assisted speed-running or the most efficient developer alive. Either way, one commit is not a project.
Heatmap? More Like Heat-Whisper
Out of 52 weeks, roughly 42 are completely empty. Your entire year of public commits fits comfortably in a coffee mug. privateWorkLikely saves you from the abyss, but that heatmap looks like a star field with a bad telescope.
100% Solo, 0% Accountability
soloPct = 100. Every single commit, across every project, is just you. No collaborators, no reviews, no external PRs raised. You're not building in public — you're journaling in a repo.
Tests Are a Myth
Three repos. Zero test files. Not a single HAS_TESTS flag across the whole portfolio. The Interpreter has a symbol table, type checker, and error tracking — but apparently no way to verify any of it works automatically.
One Star, One Fork, One Dream
Total portfolio traction: 1 star, 1 fork (the hackathon repo, probably from a teammate). You've got an IntelliJ plugin, a Pascal interpreter, and a Web3 payments bot — and the internet has collectively shrugged.
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% weight55D
- Quality20% weight57D
- Depth15% weight50D
- Breadth10% weight65C
- Community10% weight25F
03 · Stats
365-day commit heatmap
23 active days
Language distribution
- Python57%
- Kotlin29%
- HTML8%
- PowerShell4%
- Pascal2%
04 · Numbers
Owned repos
non-fork
6
Commits
last 12 months
62
Followers
7
Joined GitHub
Feb 2023
05 · Top repos
akurkar07 /
Interpreter
Educational Pascal interpreter in Python with clean separation of lexer, parser, and AST-walking interpreter. Implements type checking, symbol tables, and basic Pascal features without external dependencies. Minimal external visibility (0 stars) but demonstrates solid systems fundamentals.
akurkar07 /
RDA-Intellij
An IntelliJ plugin that observes IDE activity and generates AI-powered duck reactions. Typed Kotlin with structured architecture (sensors/brain/state/ui), documented, but brand new with 1 commit across 11 minutes. Personal experimental project.
akurkar07 /
BSA-Hack
Hackathon project: Telegram Mini App + Python bot for ENS-to-TON payments. Functional prototype with typed Python, clear structure, and working demo UI. Zero stars/forks; created 2026-03-22, 3 commits in 10 hours.
06 · Timeline
- Feb 3, 2023Joined GitHub
- Sep 19, 2025Created Interpreter — Pascal Recursive Descent Interpreter in Python
- Mar 22, 2026Created BSA-Hack
- Apr 24, 2026Created RDA-Intellij
- Apr 24, 2026Most recent push to RDA-Intellij
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.