01 · Roasts
The 12-Minute Engineer
ExpenseTracker was born and died in 12 minutes on November 1st, 2024. Two commits, 7 KB, zero stars — roadmap.sh got the credit, you got the repo.
Heatmap? More Like Heat-Barely
4 commits in the past year across 3 repos. The GitHub heatmap is 99% empty — your contribution graph looks like a constellation with two stars.
README Collector
3 repos, 3 READMEs, 0 tests, 0 CI pipelines. You document your absence of software very thoroughly.
Educational All the Way Down
Every single repo is a tutorial or coursework exercise — SICP, roadmap.sh, GBM simulation. There's no original product in sight, just a growing textbook.
Zero Social Gravity
3 followers, 0 PRs, 0 issues filed in the past year. GitHub's social layer is completely untouched — you could be coding in a bunker.
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% weight15F
- Consistency20% weight5F
- Quality20% weight43D
- Depth15% weight5F
- Breadth10% weight40D
- Community10% weight25F
03 · Stats
365-day commit heatmap
26 active days
Language distribution
- Java53%
- Python47%
04 · Numbers
Owned repos
non-fork
3
Commits
last 12 months
4
Followers
3
Joined GitHub
Apr 2021
05 · Top repos
cameronhasgul /
monte-carlo-gbm-simulation
Educational Monte Carlo simulation using GBM to forecast stock prices. Well-documented README with clear methodology, but untyped Python, no tests/CI, minimal commit history (3 of last 30 days), and no license.
cameronhasgul /
SICP-Journey
Fresh SICP study project with a single complexity_lab.py comparing algorithm performance orders (Fibonacci, exponentiation, multiplication). Clear README but only 1 commit, no tests/CI, and minimal repo maturity.
cameronhasgul /
ExpenseTracker
Educational Java expense tracker built from roadmap.sh tutorial in a single day with two commits. Implements basic CRUD operations and summary views in ~200 LOC, but lacks tests, CI, persistence, and production-ready structure.
06 · Timeline
- Apr 15, 2021Joined GitHub
- Nov 1, 2024Created ExpenseTracker — Build a simple expense tracker application to manage your finances. The application should allow users to add, delete, and view their expenses. The application should also provide
- Nov 24, 2025Created monte-carlo-gbm-simulation — Performs a Monte Carlo Simulation (10,000 paths) using Geometric Brownian Motion to forecast a stock's future price distribution.
- Jan 28, 2026Created SICP-Journey — Contains some projects I made to apply my knowledge of the MIT 6.001 (SICP) Curriculum
- Jan 28, 2026Most recent push to SICP-Journey
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.