01 · Roasts
153 Commits, 40k Fans Waiting
You have 40,055 followers — more than most open-source foundations — and logged 153 commits this year. Your commit-to-follower ratio is roughly 1 commit per 262 fans. They're more consistent than you are.
No Tests in the Engine Room
manim has 86k stars, a community fork, and a PyPI package used worldwide, but HAS_TESTS=no. You're shipping an animation engine to thousands of developers with zero automated test coverage. Courageous. Possibly reckless.
following: 0
You follow exactly zero people on GitHub. The gift of 3Blue1Brown flows in one direction only. At least the math is reciprocal.
9 Repos, 97k Stars
You have 9 public repos. Nine. The median GitHub user needs 400+ repos to approach your star count. You either found a cheat code or the rest of us are doing this wrong.
Heatmap Looks Like a Sparse Matrix
Your contribution heatmap has more blank cells than a first-year linear algebra homework problem. Weeks 2–5 are entirely zero. The math videos about consistency clearly weren't self-referential.
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% weight93S
- Consistency20% weight60C
- Quality20% weight79B
- Depth15% weight80A
- Breadth10% weight55D
- Community10% weight75B
03 · Stats
365-day commit heatmap
75 active days
Language distribution
- Python88%
- MDX8%
- JavaScript2%
- TypeScript2%
- GLSL0%
- CSS0%
04 · Numbers
Owned repos
non-fork
6
Commits
last 12 months
153
Followers
40,055
Joined GitHub
Mar 2015
05 · Top repos
3b1b /
videos
Educational animation codebase producing 10k+ starred mathematical visualization videos using Manim; highly structured multi-year project with 181MB of typed Python scenes, helper modules, and custom extensions spanning linear algebra, calculus, physics, and computer science.
3b1b /
manim
Production math animation engine with 86k stars, multi-year development, OpenGL rendering, and comprehensive mobject/animation systems. Lacks test coverage but extensive documentation and CI/CD pipeline.
3b1b /
3Blue1Brown.com
Official 3Blue1Brown website in TypeScript/React/MDX with 975MB codebase, pre-rendered routes, comprehensive testing (types, lint, format, e2e), math rendering via MathJax, and rigorous code standards documented in AGENTS.md.
06 · Timeline
- Mar 22, 2015Joined GitHub
- Mar 22, 2015Created manim — Animation engine for explanatory math videos
- Dec 31, 2020Created videos — Code for the manim-generated scenes used in 3blue1brown videos
- Apr 17, 2021Created 3Blue1Brown.com
- Apr 27, 2026Most recent push to 3Blue1Brown.com
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.