AI & Investing

Intelligence,
Not Illusion.

Financial markets run on edge. Artificial intelligence promises an informational advantage, but the reality is plagued by overfitting, survivorship bias, and marketing hype. We analyze what actually works.


The Reality of ML in Finance

The barrier to entry for machine learning has dropped to zero. Anyone can pipe historical price data into an LSTM neural network and generate a chart that perfectly predicts the past. This is overfitting, and it destroys capital.

Real AI applications in investing are narrower, harder, and less glamorous. They involve Natural Language Processing (NLP) to parse subtle sentiment shifts in 10-K filings, clustering algorithms for statistical arbitrage, and hidden Markov models for regime detection.

Core Principles

  • 1. Stationarity is a Myth. Financial data is non-stationary. Models trained on the 2010s bull market fail in high-inflation regimes.
  • 2. Feature Importance > Complexity. A linear regression on alternative data often outperforms a deep neural network on price data.
  • 3. Risk Management First. Predictions are probabilities. Use our Kelly Calculator to size bets appropriately.

Interactive Tools & Models


Research & Guides

Beyond Sentiment: NLP in Earnings Calls

Published: Oct 2023

Why simply counting positive vs. negative words is obsolete. How hedge funds use transformer models like FinBERT to detect evasion, measure management uncertainty, and identify thematic shifts before they hit analyst reports.

The Overfitting Epidemic in Algorithmic Trading

Published: Sep 2023

If you backtest enough parameters, you will inevitably find a strategy that looks like a money printer. How to apply Deflated Sharpe Ratios, walk-forward optimization, and out-of-sample testing to prevent curve-fitting.

Alternative Data Exhaust and Alpha Decay

Published: Aug 2023

Satellite imagery of parking lots and credit card receipts used to provide massive edge. Now they are commoditized. We analyze the half-life of alternative data signals in modern quantitative finance.

Analyzing AI-Managed ETFs: Marketing vs Reality

Published: Jul 2023

A deep dive into funds like AIEQ that claim to use Watson to pick stocks. Why do their holdings often look identical to a standard momentum factor portfolio? We deconstruct the black box.

Market Regime Detection with Hidden Markov Models

Published: Jun 2023

Markets don't behave linearly; they shift abruptly between risk-on and risk-off states. How quantitative researchers use HMMs to classify latent market states and adjust risk exposure dynamically.