Quant metrics & pipeline
A popular Quant Science thread argues that only five metrics actually matter and warns against over-reliance on the Sharpe ratio—backing it with a breakout strategy claiming ~18% annual returns since 1926 across industry portfolios ( ). Complementing that, Quant Beckman laid out the classical quant pipeline from data ingestion to live deployment—an explicit blueprint for portfolio projects and reproducible research (x.com).
Quantscience’s public thread lists a compact “metric stack” — Sharpe, Sortino, max drawdown, hit rate and turnover — as the core KPIs it uses in research labs and ML-in-the-loop workflows. (threadreaderapp.com) The breakout long-only industry trend paper Quantscience cites is “A Century of Profitable Industry Trends” by Carlo Zarattini and Gary Antonacci, which reports an 18.2% annualized return and a 1.39 Sharpe on 48 industry portfolios from 1926–2024. (papers.ssrn.com) That century-long result has immediate scrutiny: a December 2024 arXiv re-analysis flagged implementation and robustness concerns (transaction costs, backtest assumptions and regime shifts) despite the paper’s 18.2% figure and high Sharpe. (arxiv.org) Quant Beckman’s Substack archive shows an explicit pipeline blueprint across “Alpha Lab” posts — public HOWTOs titled “Infra: ETL process (Extract, Transform, Load)” (Feb 9), “Infra: Scraping financial data” (Feb 23) and “Infra: Financial APIs — How to build a trading API” (Mar 13) that walk from ingestion to execution with code examples. (quantbeckman.com) The two threads together map a common workflow: Quantscience prescribes a tight five-metric evaluation and MLflow-style experiment tracking for model selection, while Zarattini/Antonacci provide the historical performance case study and Beckman supplies reproducible ETL→backtest→deployment recipes — each item documented in public posts or papers referenced above. (threadreaderapp.com)