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

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.CLPaper

VisCAD: A Foundation Model Suite with Multimodal Industrial CAD Intelligence

CAD is a domain where narrow models have dominated because the stakes are high and the input-output pairs are well-defined. A generalist model that handles multiple input modalities and both part-level and assembly-level tasks could displace specialized tools if it is reliable enough. A 27B model trained for this use case suggests someone has invested significantly. The real test is whether outputs are production-ready or still require manual fixing. If it works, it changes how hardware companies iterate.

arXiv cs.LGPaper

Do Tabular Foundation Models Know Physics? Contamination, Units, and the Deterministic Limit

Tabular models memorize physics patterns but don't learn physics as a causal structure. This matters if you're using TFMs for scientific or engineering applications where you need to extrapolate rather than interpolate. They're good interpolators, weak at structural reasoning. For builders: they're not yet replacements for domain-specific solvers, but they're useful as feature extractors in hybrid systems.

arXiv cs.LGPaper

Facet-0: A Robotic Foundation Model for Contact-Rich Precise Manipulation

Sub-millimeter assembly robotics is a hard problem and a real market, but this is a robotics paper, not an AI infrastructure paper. The contact-force prediction angle is solid but narrow. For robot builders this might be relevant; for AI platform builders or founders, this is a specialized application that shows what capable models can do but does not signal a platform shift.

arXiv cs.LGPaper

CytoBERT: A Foundation Model for Cytometry Data

This is a domain-specific foundation model that solves the heterogeneity problem in cell biology data. If you're building medical AI tooling around immune profiling, this reduces your pretraining burden. The open-weight release matters: you're not dependent on a closed API for a critical scientific use case.