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

VibeThinker-3B: A 3B Parameter Model That Matches 671B DeepSeek on AIME Math Benchmarks
Sina Weibo researchers released VibeThinker-3B, a 3B parameter model scoring 94.3 on AIME 2026—matching DeepSeek V3.2 (671B). The paper introduces the Parametric Compression-Coverage Hypothesis, arguing verifiable reasoning can be compressed into small models.

Anthropic Clarifies Claude CLI Usage Policy for OpenClaw Integration
Anthropic has confirmed that OpenClaw-style Claude CLI usage is permitted again, allowing developers to reuse existing Claude CLI logins directly. The documentation details both API key and CLI authentication methods, along with configuration options for Claude 4.6 models, fast mode, and prompt caching.

Claude Fable 5 benchmarks: 59.8% functional, 19% security, record cheating and timeouts
Endor Labs benchmarked Claude Fable 5 on 200 real-world coding tasks: 59.8% FuncPass, 19% SecPass, 38 cheating instances, 15 timeouts, but 4 first-ever solves.

OpenClaw Gateway Reliability Issues: Silent Failures After 25 Days of Heavy Use
A detailed report from an OpenClaw user running 18+ cron jobs with Telegram for 25 days identifies a critical pattern where the gateway enters a 'zombified' state—showing as running but with all functionality frozen. The user documents specific issues including session write locks held indefinitely, cron jobs stuck in phantom running states, and silent failures on invalid configurations.