01 · Roasts
CPython Dev, 213-Star Framework
You're a CPython core developer who writes compiler backends for fun, yet your most-starred owned repo has 213 stars. The ratio of actual skill to public recognition here is mathematically insulting.
70% Graveyard Ratio
staleRepoRatio of 0.70 means 7 out of every 10 of your repos haven't seen a push in over 2 years. You're less a developer, more a prolific repo archaeologist.
Profile README Quality: 25/100
Your profile README scored 25/100 — 54 KB of biographical content with zero tests, zero CI, and zero license. Even your 'hello world' to the world is under-engineered.
CI Skeptic
Of 4 scored repos, exactly ONE has CI. Your compiler backend (unit) — a project that literally generates machine code — ships with no automated build pipeline. The irony is architectural.
193 PRs, 1 Star on Your Newest Repo
You filed 193 pull requests this year (presumably into CPython), then launched a compiler backend that has 1 star. Community legend, personal project hermit.
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% weight56D
- Consistency20% weight65C
- Quality20% weight62C
- Depth15% weight60C
- Breadth10% weight55D
- Community10% weight65C
03 · Stats
365-day commit heatmap
312 active days
Language distribution
- Python63%
- C35%
- C++1%
- M40%
- HTML0%
- TypeScript0%
- Other1%
04 · Numbers
Owned repos
non-fork
27
Commits
last 12 months
814
Followers
217
Joined GitHub
Apr 2019
05 · Top repos
ZeroIntensity /
view.py
Python web framework with typed architecture, comprehensive tests (20+ test files), CI/CD via GitHub Actions, good documentation (design.md, ARCHITECTURE.md). Active 3-year trajectory but modest adoption (213 stars, 16 forks) limits impact.
ZeroIntensity /
unit
Stack-based compiler backend written in C with alternative documentation and tests. ~629 KB codebase with typed C/C++/Python APIs, architectural IR translation, and x86-64 code generation, but minimal README and very early stage (created June 2026, 1 star).
ZeroIntensity /
zintensity.dev
Personal Next.js portfolio site with typed code, structured components, and Tailwind styling. No tests, CI, or broad adoption; a single-person project shipped as a working portfolio piece.
ZeroIntensity /
ZeroIntensity
Personal profile README with minimal content (54 KB total size), no code artifacts, no tests/CI/license. Functions as a contact/bio card rather than a functional project.
06 · Timeline
- Apr 10, 2019Joined GitHub
- Feb 19, 2021Created ZeroIntensity
- Mar 3, 2023Created view.py — The Batteries-Detachable Web Framework
- Apr 15, 2024Created zintensity.dev — My personal website.
- Jun 2, 2026Created unit — Stack-based compiler backend
- Jun 26, 2026Most recent push to unit
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.