01 · Roasts
Hackathon Hero, Ghost the Rest of the Year
GitHunter won 2nd at Agents Hackathon in a 9-day sprint, then the heatmap goes dark for ~20 consecutive weeks. You code in bursts like a squirrel hibernating between acorn panics.
following: 0
You follow literally zero people on GitHub. Either you're self-taught by osmosis or you've decided the entire open-source community has nothing to offer you. Bold strategy.
0 Tests Across All Repos
Chess-Puzzle-Transformer, GitHunter, rl-course-flappybird — not a single test file in sight. A 134M-parameter transformer trained with zero test coverage is either genius or a cry for help.
68% Jupyter Notebooks
Nearly 70% of your codebase is `.ipynb` files. The notebook is not a product, Henri. The notebook is where products go to die in Out[47] cells.
14-Minute Repo
rl-course-flappybird was created and last touched on the same day, in 14 minutes, with 323 KB of... nothing visible. That's not a project, that's a GitHub placeholder with ambitions.
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% weight55D
- Consistency20% weight55D
- Quality20% weight57D
- Depth15% weight50D
- Breadth10% weight55D
- Community10% weight40D
03 · Stats
365-day commit heatmap
184 active days
Language distribution
- Jupyter Notebook68%
- Python21%
- C++8%
- HTML2%
- Dockerfile0%
- Makefile0%
- Other1%
04 · Numbers
Owned repos
non-fork
10
Commits
last 12 months
149
Followers
32
Joined GitHub
Nov 2016
05 · Top repos
henribonamy /
GitHunter
AI-powered research repository discovery tool that won 2nd place at Agents Hackathon. Recent, functional multi-agent system with FastAPI frontend, web scraping, and automated installation capabilities. Untyped Python with documented architecture but no tests or CI.
henribonamy /
Chess-Puzzle-Transformer
Personal ML research project training a 134M autoregressive transformer for chess puzzle generation using pretraining, fine-tuning, and PPO—shipped with typed code, modular architecture (pretraining/, finetuning/, rl/, evaluation/), and HuggingFace Hub integration, but minimal external adoption.
henribonamy /
rl-course-flappybird
Minimal Jupyter Notebook scaffold created in April 2026 with 2 commits in 14 minutes; no documentation, tests, CI, license, or visible source files. Appears to be an empty experimental dump.
06 · Timeline
- Nov 6, 2016Joined GitHub
- Jun 15, 2025Created GitHunter — AI Agent to find research repositories and install them locally.
- Nov 25, 2025Created Chess-Puzzle-Transformer — Trained an auto-regressive transformer, then fine tuned and applied PPO to generate counter-intuitive chess puzzles. Based on DeepMind research.
- Apr 10, 2026Created rl-course-flappybird
- Apr 10, 2026Most recent push to rl-course-flappybird
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.