01 · Roasts
Professional Lurker
1 follower, 1 following, totalStars=1 — you joined GitHub in October 2024 and the internet has responded with a single, solitary star. Even your own projects aren't watching each other.
93% Python, 0% Tests
fastmagic and ratcage both have HAS_TESTS=no. You wrote thousands of lines of PyTorch and agent orchestration code but apparently trust vibes over assertions. openrat gets a pass; the rest do not.
Burst Coder
Your heatmap is a Jackson Pollock: dense bursts in weeks 9–12 then a month of silence, another burst, then nothing for six weeks. '122 commits a year' sounds impressive until you see 30+ empty rows.
The Solo Silo
soloPct=100 across every repo. Not a single collaborator, external PR, or co-contributor anywhere. You're either building a secret empire or you're just really bad at asking for code review.
PyPI Dreams
openrat ships a pyproject.toml with a real package name and everything — ambitious for a 2-month-old repo with 0 stars and 0 external users. The infrastructure for fame is ready; the fame is not.
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% weight40D
- Consistency20% weight55D
- Quality20% weight57D
- Depth15% weight50D
- Breadth10% weight40D
- Community10% weight25F
03 · Stats
365-day commit heatmap
43 active days
Language distribution
- Python93%
- TypeScript3%
- Shell1%
- Kotlin1%
- Ruby1%
- Objective-C++1%
04 · Numbers
Owned repos
non-fork
9
Commits
last 12 months
122
Followers
1
Joined GitHub
Oct 2024
05 · Top repos
OwenLi729 /
fastmagic
Course project reimplementing Implicit Q-Learning with PyTorch on D4RL benchmarks; includes typed Python, structured src/ layout, comprehensive docs (README + SETUP.md + ARCHITECTURE.md + STATUS.md), working training pipeline with CLI and multi-seed benchmarks, but lacks tests/CI and shows limited adoption (0 stars, fr
OwenLi729 /
openrat
Research-first Python agent for experiment orchestration with Docker sandboxing, governance-gated autonomy levels, and plan-based DAG execution. Well-structured, typed, and documented but nascent (0 stars, 2.5mo old).
OwenLi729 /
ratcage
Personal experimental testing ground for Openrat framework with runnable examples (Docker, Ollama, adversarial tests) but minimal scope, no tests/CI, and no production reuse signals.
06 · Timeline
- Oct 14, 2024Joined GitHub
- Feb 12, 2026Created openrat — Your personal AI lab rat. Research-first agent designed to schedule, run, debug, and report experiments.
- Feb 28, 2026Created ratcage — testing for openrat
- Apr 22, 2026Created fastmagic — Reimplementation and speed-up of Implicit Q-Learning
- Apr 26, 2026Most recent push to fastmagic
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.