01 · Roasts
Test-Free Zone
Across all 4 repos — wandr, traders-agent, codebook-app, neetcode-submissions — HAS_TESTS=no across the board. Zero. Not a single test file. You're deploying Convex schemas and Electron IPC bridges on pure vibes.
CI? Never Heard of Her
4 repos, 4 projects, 0 CI pipelines. Not even a 3-line GitHub Actions YAML. The wandr and traders-agent architectures are genuinely interesting — they deserve more than a prayer before push.
Sprint Merchant
traders-agent went from 0 to Electron+Python+Codex in 15 days; wandr built 15 Convex tables in 2 months. Impressive velocity — shame the heatmap shows 20+ consecutive all-zero weeks between bursts.
2 Followers, 0 Following
Following literally nobody on GitHub. soloPct=100%, totalIssuesYear=0. You're building in a sealed bunker. Even hermit crabs occasionally acknowledge other shells.
MinStack Crimes
Your neetcode MinStack::getMin() iterates the whole stack every call — O(n) when O(1) is the entire point of the problem. The algorithm practice repo is practicing the wrong algorithms.
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% weight36F
- Depth15% weight38F
- Breadth10% weight65C
- Community10% weight25F
03 · Stats
365-day commit heatmap
132 active days
Language distribution
- TypeScript64%
- Python20%
- CSS8%
- JavaScript7%
- Shell1%
- Swift0%
04 · Numbers
Owned repos
non-fork
5
Commits
last 12 months
123
Followers
2
Joined GitHub
Aug 2020
05 · Top repos
Akshat-Gup /
traders-agent
Early-stage Electron desktop workbench for AI-assisted financial research and trading automation using the Codex agent framework. Typed React/TypeScript frontend, local-first architecture with Python backend. No tests, no CI, no license; limited adoption signals but structured and functioning.
Akshat-Gup /
wandr
Wandr is a collaborative travel planning web app (Next.js + Convex) enabling group destination voting, itinerary building, and local discovery. Early-stage experimental project with 0 stars, created Feb 2026, typed TypeScript frontend/backend but lacks README, tests, and CI.
Akshat-Gup /
neetcode-submissions
Personal NeetCode problem submission archive auto-synced from neetcode.io; minimal structure (6 KB), untyped Python solutions without tests, CI, or license. Few commits (9 of last 30) across 1-week span (2026-04-16 to 2026-04-23).
Akshat-Gup /
codebook-app
Minimal macOS prompt manager with 1 star, bare README, no tests/CI/license, 10KB codebase, 17 commits in 2 weeks. Early-stage project with no substantial code visible.
06 · Timeline
- Aug 13, 2020Joined GitHub
- Feb 25, 2026Created wandr
- Mar 15, 2026Created traders-agent
- Apr 5, 2026Created codebook-app — Codebook — macOS prompt manager
- Apr 16, 2026Created neetcode-submissions — My NeetCode.io problem submissions
- Apr 23, 2026Most recent push to neetcode-submissions
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.