06-reference

gemchange quant from scratch

Thu Apr 09 2026 20:00:00 GMT-0400 (Eastern Daylight Time) ·reference ·source: X long-form article by @gemchange_ltd ·by gemchange (founder @coldvisionXYZ)

How I’d Become a Quant If I Had to Start Over Tomorrow — @gemchange_ltd

Why this is in the vault

This is the roadmap article for the Automated Investing small bet. It lays out an 18-month, five-level curriculum for going from zero to employable-quant. The value for RDCO isn’t the career path itself — it’s that the same math is what any credible automated-investing system has to sit on top of. We can’t automate what we don’t understand, and this article is the clearest version of the dependency graph I’ve seen.

TL;DR

Quant trading is a math game, not a stock-picking game. Edge comes from statistical relationships and structural inefficiencies, not opinions. The author lays out a five-layer curriculum where each layer is a hard prerequisite for the next — skip a level and the ceiling on every level above it collapses.

Entry-level comp at top firms is $300K–$500K and AI/ML quant hiring grew 88% YoY in 2025. The math is the moat: AI can write the code, but it can’t substitute for knowing why the model is correct.

The five-level dependency graph

Each level has 3–8 weeks of recommended study time and homework. Total: ~18 months at 2 hours/day.

Level 1 — Probability (3–4 weeks)

The core question: what are the odds, and are they in my favor?

Level 2 — Statistics (4–5 weeks)

Statistics is the BS detector. Per the author, “most of what looks like NOT A BS is actually NOISY BS” — your first 10 strategies will all be noise, and beginners massively overestimate how much real signal they’ve found.

Level 3 — Linear Algebra (4–6 weeks)

The machinery behind portfolio construction, PCA, neural nets, factor models.

Level 4 — Calculus & Optimization (4–5 weeks)

The language of change. Every Greek calculation and every neural net backprop is calculus.

Level 5 — Stochastic Calculus (6–8 weeks, the hardest)

Per the author: “Before stochastic calculus, you’re a data scientist who likes finance. After it, you’re a quant.”

Prediction markets bonus section

The author highlights Polymarket + LMSR (Logarithmic Market Scoring Rule, Robin Hanson) as the most interesting math playground right now: the price function is literally the softmax used in every neural network classifier, prices always sum to 1, infinite liquidity is guaranteed, and the market maker’s maximum loss is bounded at b * ln(n). This connects probability, information theory, convex optimization, and integer programming in one place.

Quant career archetypes and comp (2025 numbers, top tier)

ArchetypeRoleSkills
Quant ResearcherFinds patterns in petabytes, builds predictive modelsPhD-level math/stats/ML; at Jane Street, tens of thousands of GPUs
Quant Dev/EngineerTrading platforms, execution engines, real-time pipelinesProduction C++/Rust/Python, low-latency systems
Quant TraderRuns capital, manages risk, real-time decisionsHighest variance — 8 figures in exceptional years
Risk QuantModel validation, VaR, stress testing, complianceSteadier career, lower ceiling
AI/ML Quant (emerging)Signal generation with deep learningFastest-growing role, hiring +88% YoY in 2025

Comp bands at top tier (Jane Street / Citadel / HRT):

Mid tier (Two Sigma / DE Shaw): new grad $250K–$350K, mid $350K–$625K, senior $575K–$1.2M.

Interview gauntlet

Resume screen → online assessment (Zetamac mental math, target 50+) → phone screen (probability + betting games) → superday (3–5 back-to-back: mock trading, coding, whiteboard derivations). Jane Street gives problems intentionally too hard to solve alone — they test how you use hints and collaborate. Two-thirds of their recent intern class studied CS; a third studied math. Finance knowledge not required.

Prep resources:

Complete tool stack

Python

C++ / Rust

Data sources

Solvers

Full reading list (ordered)

Mathematics

  1. Blitzstein & Hwang — Introduction to Probability (free, Harvard)
  2. Strang — Introduction to Linear Algebra + MIT 18.06 lectures
  3. Wasserman — All of Statistics
  4. Boyd & Vandenberghe — Convex Optimization (free, Stanford)
  5. Shreve — Stochastic Calculus for Finance I & II

Quant finance

  1. Hull — Options, Futures, and Other Derivatives
  2. Natenberg — Option Volatility and Pricing
  3. López de Prado — Advances in Financial Machine Learning
  4. Ernest Chan — Quantitative Trading
  5. Zuckerman — The Man Who Solved the Market

Interview prep

  1. Zhou — Practical Guide to Quantitative Finance Interviews (Green Book)
  2. Crack — Heard on the Street
  3. Joshi — Quant Job Interview Questions

Competitions (useful for practice and signal)

Author’s three hard-won lessons

  1. Estimation error is the real enemy. Full Kelly betting, unconstrained Markowitz, and ML models with too many features all fail for the same reason — overfitting noisy parameter estimates. The math works perfectly with true parameters; you never have true parameters.
  2. Tools have democratized, conviction hasn’t. QuantLib, Polygon, and PyTorch are now free or cheap. Technology is necessary but not sufficient. Edge lives in unique data, unique models, or unique execution.
  3. The math is the moat. AI can write code and suggest strategies, but fluency in why Itô’s lemma has its extra term, why discounted prices are martingales under the risk-neutral measure, when a convex relaxation is tight versus loose — that separates quants who build edge from quants who borrow it. Borrowed edge expires.

What this means for RDCO automated investing

This reframes the Automated Investing small bet from “let’s build an AI agent that trades” to “let’s build an AI agent that trades on top of a math foundation we actually understand.” Concretely:

Action items (triaged into the board elsewhere)

Part 2 preview (not in this article, author teased)

Exotic derivatives (barriers, Asians, lookbacks), stochastic volatility (Heston calibration), jump-diffusion (Merton), martingale representation, Almgren-Chriss optimal execution, RL for market making, transformer architectures for financial time series, FPGA infra, WebSocket feeds, Frank-Wolfe with Gurobi for combinatorial arbitrage.