01 · Roasts
Commit Vampire
232 commits in a year but they're clustered into 3 frantic bursts — weeks 27-33 are a green blizzard, then nothing for months. You don't code, you hibernate and panic.
Star-Crossed Researcher
Two CVPR/arXiv-linked repos, zero stars between them. You're publishing conference-quality work and somehow the GitHub stars are matching your social following: 7.
Solo Monk
98% solo commits across all repos. With 4 PRs and 0 issues opened all year, your idea of 'open source' is open to the public but closed to humans.
Notebook Dependency
75% of your codebase is Jupyter Notebook. That's not a language distribution, that's a confessional — you run everything in cells and call it architecture.
CI-Free Zone
Not a single repo has CI. TDA_Exps has an ARCHITECTURE.md and STATUS.md but can't be bothered to run a GitHub Action. The docs are lying to you.
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% weight43D
- Consistency20% weight60C
- Quality20% weight60C
- Depth15% weight55D
- Breadth10% weight40D
- Community10% weight25F
03 · Stats
365-day commit heatmap
69 active days
Language distribution
- Jupyter Notebook75%
- Python21%
- TypeScript4%
- JavaScript0%
- Shell0%
- CSS0%
04 · Numbers
Owned repos
non-fork
13
Commits
last 12 months
232
Followers
7
Joined GitHub
Jul 2021
05 · Top repos
aupc2061 /
TDA_Exps
Official CVPR 2024 paper implementation with multi-module Python/Jupyter codebase (7 MB, ~30 commits), extensive config-driven adapters (cache, SSM, Mamba3 variants), and comprehensive benchmarking. Typed, documented, structured multi-file layout but no test suite or CI/CD pipeline.
aupc2061 /
schemaopt_openenv
SchemaOpt OpenEnv: A specialized DuckDB-based benchmark environment for workload-adaptive schema optimization via derived object creation/modification. 14 days old with ~30 commits spanning core environment logic, FastAPI server, rubric system, and inference runner.
aupc2061 /
Multi-LoRA
Research implementation for multi-LoRA composition in image generation with training-free LoRA Switch and Composite methods. Documented with paper, website, and Colab demo. Includes unit tests for attribution and profile building.
06 · Timeline
- Jul 2, 2021Joined GitHub
- Feb 7, 2026Created Multi-LoRA
- Mar 19, 2026Created TDA_Exps
- Mar 28, 2026Created schemaopt_openenv
- Apr 21, 2026Most recent push to TDA_Exps
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.