TabFM: Google's Zero-Shot Foundation Model for Tabular Data Classification and Regression

Google Research released TabFM, a foundation model for tabular data that performs zero-shot classification and regression using in-context learning (ICL). Instead of training per dataset, you feed the entire table (training rows + target rows) as a prompt, and the model predicts in a single forward pass — no hyperparameter tuning or feature engineering.
How It Works
TabFM uses a hybrid architecture combining TabPFN and TabICL:
- Alternating row and column attention: A multilayer module attends across both rows (examples) and columns (features), capturing complex interactions without manual feature crafting.
- Row compression: Each row's cross-attended representation is compressed into a dense vector.
- ICL Transformer: Processes the compressed row vectors, reducing computational cost compared to raw grid attention.
Key Advantages
- No manual model training, hyperparameter tuning, or feature engineering.
- Works on previously unseen tables — zero-shot.
- Efficient scaling via row compression.
TabFM is now available on Hugging Face and GitHub.
For a deeper dive into the architecture and synthetic training data approach, check the source link below.
📖 Read the full source: HN AI Agents
👀 See Also

OpenClaw Developer Reports Context Compaction Issues During Driftwatch V3 Build
An OpenClaw developer completed sprints 2-4 of the Driftwatch V3 build but encountered context compaction problems that wiped the AI agent's memory mid-session, requiring manual intervention to restore progress using sprint recaps.

Benchmarks Show Distilled Models Match Frontier LLMs on Structured Tasks at 10x Lower Cost
A comprehensive comparison of small distilled Qwen3 models (0.6B to 8B) against frontier LLMs shows distilled models match or beat mid-tier frontier models on 6 out of 9 tasks at dramatically lower cost, with Text2SQL achieving 98.0% accuracy at $3/M requests versus $378 for Claude Haiku.

Forbes: The AI Layoff Bill Is Coming Due — CTOs Will Pay Twice
Forbes argues that the cost of AI-driven layoffs will hit companies twice: first in severance and morale, then in rehiring when the expected efficiency gains don't materialize.

Pantheon-Reasoning-27B: A Dense Reasoning RP Model from Gryphe
Gryphe releases Pantheon-Reasoning-27B, an uncensored Qwen 3.6 27B fine-tune with full reasoning traces for roleplay. Built on Pantheon, Opus-4.6-Reasoning-24k, WorldSim, text adventure, and general RP data. GGUF quants available.