01 · Roasts
73% Jupyter, 0% Shipping
Your language breakdown is 73% Jupyter Notebook. Notebooks are where ideas go to become permanent drafts. flash-attention has beautiful CUDA kernels — they deserve a real Python package, not a .ipynb graveyard.
search-engine: The 5-Minute Repo
search-engine was created and last pushed on the same day — April 12, 2026 — with 1 commit, 0 KB of source code, and a README that says 'Search Engine'. Bold vision. Zero execution.
CUDA Genius, Test Atheist
You wrote numerically stable online softmax in CUDA with shared memory tiling, but not a single test file exists across any of your 5 scored repos. Your kernels are flying blind at 1000 threads per block.
61 Public Commits in a Year
61 commits across all public repos in the past year — that's slightly more than one per week. privateWorkLikely=true saves you from the statistical roast, but the heatmap still looks like a heartbeat monitor for someone in a coma.
Half the Graveyard, Half the Dream
52% of your repos haven't been touched in 2+ years. You've got paged-attention and flash-attention showing genuine LLM-systems depth, but the other half of your portfolio is digital archaeology.
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% weight33F
- Consistency20% weight55D
- Quality20% weight57D
- Depth15% weight50D
- Breadth10% weight65C
- Community10% weight40D
03 · Stats
365-day commit heatmap
42 active days
Language distribution
- Jupyter Notebook73%
- Python11%
- JavaScript5%
- C5%
- Cuda2%
- TeX1%
- Other3%
04 · Numbers
Owned repos
non-fork
29
Commits
last 12 months
61
Followers
52
Joined GitHub
Jun 2018
05 · Top repos
correaswebert /
flash-attention
Educational LLM inference engine with custom CUDA FlashAttention kernels, KV caching, and RoPE embeddings for GPT-2. Well-structured multi-module project with working implementations but no tests, CI, or typed language.
correaswebert /
paged-attention
Experimental paged attention implementation with CUDA kernels for LLM inference, featuring FastAPI server and continuous batching scheduler. Early-stage project with 14 commits, typed Python code, and unfinished architectural roadmap.
correaswebert /
blog.swebert.xyz
Personal blog repo with Hugo CI/CD deployed to GitHub Pages. No README, minimal structure, lightweight content-driven project with low discoverability and documentation.
correaswebert /
resume
Personal resume repository with TeX source files and automated LaTeX build+deploy CI pipeline (5 variants). No documentation, no tests, minimal architectural scope, but functioning toolchain with GitHub Pages deployment.
correaswebert /
search-engine
Empty scaffold with minimal README and no source code. Created and committed within minutes; no tests, CI, or documentation beyond a title.
06 · Timeline
- Jun 17, 2018Joined GitHub
- Jun 29, 2023Created blog.swebert.xyz — Personal blog
- Jun 28, 2024Created resume — single page resume
- Dec 14, 2025Created flash-attention — Flash Attention 2 inference with KV caching deployed on GPT-2
- Mar 28, 2026Created paged-attention — LLM inference engine with paged attention
- Apr 12, 2026Created search-engine
- Apr 15, 2026Most recent push to paged-attention
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.