01 · Roasts
Commit Cryptid
13 public commits across an entire year — that's roughly one commit per month. The heatmap looks like a Morse code SOS signal sent from a deserted island.
One-Day Wonder Factory
spx-vol-surface: created and last pushed 2026-05-17. wq-alpha-pipeline: created and last pushed 2026-05-10. imc-prosperity-4: created and last pushed 2026-04-02. You don't build projects — you materialize them and teleport away.
Type Hints? Never Heard of Her
Four out of five repos are flagged TYPED=no. You wrote a Rust simulator with proper enums and structs, then went back to untyped Python spaghetti for the surrounding codebase. The type checker weeps.
ADR Enjoyer, Test Avoider
spx-vol-surface ships 10 Architecture Decision Records and a math audit PDF, yet Multi-Strategy-Allocation-Engine — your portfolio allocation engine — has zero tests and zero CI. The documentation-to-confidence ratio is inverted.
2 Followers, 5 Manifestos
You have more ARCHITECTURE.md files than followers. That's a personal best that no one is personally witnessing.
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% weight48D
- Consistency20% weight55D
- Quality20% weight72B
- Depth15% weight60C
- Breadth10% weight65C
- Community10% weight25F
03 · Stats
365-day commit heatmap
6 active days
Language distribution
- Python73%
- JavaScript14%
- TypeScript9%
- Rust4%
- Jupyter Notebook0%
- HTML0%
04 · Numbers
Owned repos
non-fork
5
Commits
last 12 months
13
Followers
2
Joined GitHub
Oct 2025
05 · Top repos
angel4angelov-glitch /
spx-vol-surface
SPX volatility surface construction pipeline with SSVI calibration, no-arbitrage diagnostics, and PCA decomposition. Well-structured typed Python with comprehensive tests, CI, documentation (README + 10 ADRs + design docs), and rigorous quantitative finance implementation spanning 4 weeks of development.
angel4angelov-glitch /
boe-rag-project
Academic MSc assignment: corrective RAG system over Bank of England documents with LangGraph orchestration, section-aware chunking, RAGAS evaluation with statistical tests. Typed Python, well-documented, comprehensive tests, but no external adoption or production deployment signals.
angel4angelov-glitch /
imc-prosperity-4
Monte Carlo backtester for IMC Prosperity 4 with typed Python + Rust simulator, structured multi-file layout, and comprehensive alt-docs (ARCHITECTURE.md, STATUS.md, docs/). No tests/CI, no license. Experimental domain-specific tool for trading competition.
angel4angelov-glitch /
wq-alpha-pipeline
Specialized automation pipeline for WorldQuant BRAIN alpha research: 8 templates × field discovery × concurrent backtester → SQLite → survivor filtering → correlation pruning. Typed config, clean module boundaries (client, runner, db, correlation), README + tests + CI, but untyped Python code and single-day creation da
angel4angelov-glitch /
Multi-Strategy-Allocation-Engine
A portfolio allocation system with 7 optimization methods and strategy ranking pipeline, shipped with live dashboard. Typed Python engine, but lacks tests, CI, and docs beyond README. Created 2026-03-06, 11 recent commits, ~7MB codebase shows architectural ambition but limited proof of sustained development or adoption
06 · Timeline
- Oct 17, 2025Joined GitHub
- Mar 6, 2026Created Multi-Strategy-Allocation-Engine
- Apr 2, 2026Created imc-prosperity-4 — Prosperity 4 Monte Carlo backtester, Rust simulator, and dashboard visualizer.
- Apr 15, 2026Created boe-rag-project — Corrective RAG system over Bank of England policy documents: LangGraph state machine, section-aware chunking, RAGAS evaluation with paired Wilcoxon + Holm-Bonferroni.
- May 10, 2026Created wq-alpha-pipeline — Automated alpha research pipeline for WorldQuant BRAIN — built for the IQC 2026
- May 17, 2026Created spx-vol-surface — SPX implied volatility surface construction, no-arbitrage diagnostics, and PCA factor decomposition. SSVI calibrated, audited math, 500 trading days from OptionMetrics.
- May 17, 2026Most recent push to spx-vol-surface
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.