parallelquant
September 12, 2026 · The Decoder

Google's TimesFM-3 forecasts time series in one pass

Google Research released TimesFM-3, a 330-million-parameter forecasting model that predicts future data points using related signals such as weather forecasts and discount schedules. Instead of predicting step by step, it fills in all future time points in a single pass, which cuts compute time and reduces compounding errors.

Why it matters: Most production forecasting for retail, logistics, and finance still relies on classical statistical methods rather than large models, so a compact model that folds in exogenous signals like weather and promotions could push foundation models further into tabular and forecasting tasks that LLMs have mostly not touched. It also continues Google's push toward small, efficient specialist models rather than ever-larger general ones.

Related updates