01 · Roasts
Speed Runner of Software Development
NumX: 5 commits in 5 minutes, 750 LOC of numerical methods in one sitting. FFT library: born and abandoned within 2 minutes. prime-number-visualizer: a single commit with zero files. You're not building projects — you're speedrunning the illusion of them.
README? Never Heard of Her
3 out of 4 repos have no README whatsoever. The one that does (geosscope) documents a globe app that was last touched the day after it was created. Documentation is not optional gear — it's the whole point of making something public.
Zero Stars, Zero Forks, Zero Followers
After 5 repos and 22 public commits, the social score is a clean sweep of zeroes: 0 stars, 0 forks, 0 followers, 0 PRs, 0 issues. Your GitHub is a private journal that accidentally has a public URL.
The Two-Minute Library
FFT-Based-Polynomial-Multiplication-Library — a name that implies weeks of work — was created at 02:38:35 and last pushed at 02:40:12. That's 97 seconds to write, commit, and ship a 'library'. The marketing team needs to talk to the engineering team.
Burst-and-Ghost Pattern Locked In
Every repo follows the exact same lifecycle: create, commit furiously for 2–10 minutes, disappear forever. geosscope was your most ambitious project and it got 1 day of love. Shipping is a habit — right now yours is 'drop and run'.
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% weight25F
- Consistency20% weight55D
- Quality20% weight34F
- Depth15% weight35F
- Breadth10% weight55D
- Community10% weight25F
03 · Stats
365-day commit heatmap
11 active days
Language distribution
- JavaScript68%
- CSS17%
- HTML8%
- C++7%
04 · Numbers
Owned repos
non-fork
5
Commits
last 12 months
22
Followers
0
Joined GitHub
Dec 2024
05 · Top repos
ayushv012 /
geosscope
Fresh geography quiz + 3D globe explorer with quiz modes, achievement badges, and conflict zones. Vanilla JS + globe.gl, localStorage-persisted scores. Minimal adoption (0 stars, 1-2 days old), ~95 KB codebase with clear README but no tests, CI, or typed code.
ayushv012 /
NumX
Educational C++ toolkit implementing core numerical methods (linear algebra, integration, ODE solving, FFT) in a single interactive CLI application. Very fresh repo (5 commits in 5 minutes) with no tests, CI, or license; minimal documentation beyond compile/run instructions.
ayushv012 /
FFT-Based-Polynomial-Multiplication-Library
Single-file FFT polynomial multiplication implementation created and pushed same day with zero documentation. Working code demonstrating Cooley-Tukey algorithm with comparison to naive O(n²) method, but entirely undocumented, untested, and abandoned after creation.
ayushv012 /
prime-number-visualizer
Empty scaffold with no files, no README, and a single commit. Created and pushed moments apart on 2026-04-06 with zero repository substance.
06 · Timeline
- Dec 8, 2024Joined GitHub
- Feb 13, 2026Created geosscope
- Mar 13, 2026Created FFT-Based-Polynomial-Multiplication-Library — implements the Cooley-Tukey Fast Fourier Transform (FFT) to multiply two polynomials in O(n log n) time instead of the naive O(n²) method run g++ -std=c++17 -O3 -march=native fft_p
- Mar 15, 2026Created NumX — exploring core numerical methods and linear algebra operations without external dependencies
- Apr 6, 2026Created prime-number-visualizer — prime number visualizer: 4 main methods.
- Apr 6, 2026Most recent push to prime-number-visualizer
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.