
Google's TimesFM vs the Stock Market: Every Way I Fooled Myself
I tried to beat the market with a time-series foundation model. It didn't work — and the reasons why turned out to be worth more than the strategy would have been.
33 minute read
Categories

I tried to beat the market with a time-series foundation model. It didn't work — and the reasons why turned out to be worth more than the strategy would have been.

An in-depth exploration inspired by Yann LeCun and Bill Dally's GTC 2025 discussion, detailing my thinking process on integrating JEPA with transformer models and developing dynamic learning and memory management in AGI.

A deep dive into Ring Attention—how models like Gemini and Claude handle long contexts using clever memory tricks like sliding windows, compressed memory, and selective token referencing.

How breaking text into chunks can improve similarity detection for question pairs, outperforming traditional full-text embedding methods