01 · Roasts
Commit Archaeologist
144 commits in a year sounds respectable until you look at the heatmap: weeks 2–14 are basically a flatline. You're not building habits, you're pulling all-nighters before deadlines.
Stub Artist
heat-equation-numerical-engine has three of four experiment runners that are literally just TODO comments. You wrote the architecture diagram before the architecture.
Truncated Function Haver
mim_automation_framework's optimize.py ends mid-expression: `params = anp.clip(param` — no closing paren, no logic, no mercy. Did git commit interrupt your thought?
Academic Audience of One
Your flagship repo's README literally says the target audience is 'markers' (academic assessors). One follower, zero external PRs — the graders are your only fans.
Language Collector
Java, C++, Python, Jupyter, TeX, JavaScript — six languages with 1 total star to show for it. Broad taste, narrow reach.
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% weight35F
- Quality20% weight67C
- Depth15% weight55D
- Breadth10% weight65C
- Community10% weight25F
03 · Stats
365-day commit heatmap
84 active days
Language distribution
- Java26%
- Jupyter Notebook19%
- C++18%
- Python15%
- TeX6%
- JavaScript5%
- Other11%
04 · Numbers
Owned repos
non-fork
21
Commits
last 12 months
144
Followers
1
Joined GitHub
Oct 2023
05 · Top repos
a38062an /
hft-orderbook-benchmark
C++20 order book benchmark suite for third-year dissertation research; implements 5 architectures (array/map/vector/pool/hybrid) with parametric testing, extensive docs, but limited adoption/stars (0). Well-crafted codebase: typed, structured, comprehensive unit tests (12 test suites), CI-less but documented extensivel
a38062an /
heat-equation-numerical-engine
Academic physics assignment implementing explicit and implicit finite difference solvers (Thomas Algorithm, Crank-Nicolson) for 1D heat equation with analytical validation. Incomplete experiment runners and no tests/CI, but core algorithms are functional and well-documented.
a38062an /
mim_automation_framework
Early-stage metamaterials optimization framework with modular FDTD simulation and Autograd-based gradient descent, but incomplete (missing imports, unfinished files), untested, untyped Python, and created only 2 days ago with sparse commit activity.
06 · Timeline
- Oct 4, 2023Joined GitHub
- Oct 9, 2025Created mim_automation_framework — Highly extensible Python framework for metamaterials inverse design, featuring modular FDTD simulation builders, custom Autograd optimization engines, and robust infrastructure for
- Dec 2, 2025Created hft-orderbook-benchmark — A C++ exchange simulator and order book benchmark suite for third-year dissertation research. Implements and compares four different order book architectures to analyze performanc
- Mar 12, 2026Created heat-equation-numerical-engine — A comparative study of explicit and implicit (Crank-Nicolson) finite difference methods for solving the 1D Heat Conductance Equation. Features a custom Thomas Algorithm implementat
- Apr 24, 2026Most recent push to hft-orderbook-benchmark
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.