ArtificialIntelligence.io

The Signal

Everything that matters in AI, with our take.

Updated through the day. Every headline links straight to the source. The two lines underneath are ours.

arXiv cs.LGPaper

Evaluating Time-Series Foundation Models and Multimodal Dietary Context for CGM Forecasting

The core finding matters for anyone applying foundation models to specialized time-series problems: zero-shot doesn't work, but fine-tuning does and it's cheap. This is a pattern repeating across vertical tasks. If you're building medical forecasting or domain-specific prediction, spend the week validating your fine-tuning approach instead of betting on foundation model generalization.

arXiv cs.LGPaper

A Later Test Set Is Not a New Domain: Pretraining Familiarity Survives a Contamination-Free Hold-Out

This is a contamination study with teeth. Pretrained models win on older test sets but fail on daily exchange rates, suggesting they're learning train-set patterns rather than generalizable forecasting. If you're building financial applications on time-series foundation models, test on real futures, not published benchmarks. The negative result on seasonal strength is worth reading if you're implementing causal filters.

arXiv cs.LGPaper

Predicting the Unpredictable: LLM-powered Long-term Chaotic Time Series Forecasting under Short-term Observations

Chaotic systems are hard to predict from short windows, and this paper attempts to give LLMs a phase-space structure that better represents nonlinear dynamics. The idea is reasonable but the execution is complex and the results (in an excerpt) are unshown. Skip this unless you're specifically working on forecasting problems where you have chaotic dynamics and limited data. It's domain-specific and preliminary.