TabFM is Google Research’s new foundation model that predicts on tabular classification and regression tasks without any per‑dataset training, hyperparameter tuning, or manual feature engineering. It leverages in‑context learning (ICL) with a hybrid attention architecture and is pretrained on hundreds of millions of synthetic tables. Benchmarks on the TabArena suite show TabFM (both default and ensemble variants) achieving higher Elo scores than heavily tuned traditional models.
Mistral OCR 4 is a compact, self‑hostable OCR model that returns not only extracted text but also bounding boxes, block types (titles, tables, equations, etc.) and per‑word confidence scores. It supports 170 languages, runs in a single container, and is available via API (or Document AI layer). Independent human evaluations show a 72 % win‑rate over leading OCR systems, and benchmark scores place it at the top of public OCR suites while delivering up to 8× lower cost and 17× lower latency for high‑volume use cases.
OpenAI has begun a limited preview of the GPT‑5.6 family: **Sol** (flagship), **Terra** (balanced, 2× cheaper than GPT‑5.5), and **Luna** (fast, low‑cost). Sol introduces a new “max” reasoning mode and an “ultra” mode that uses sub‑agents. Early benchmarks show state‑of‑the‑art performance on coding (Terminal‑Bench 2.1), biology (GeneBench v1), and cybersecurity (ExploitBench, ExploitGym). The models ship with OpenAI’s most robust safety stack to date, but the preview may block or delay some requests.
GLM‑5.2 is Z.ai’s newest open‑source model designed for long‑horizon coding tasks. It supports a solid 1 million‑token context, introduces flexible “effort” levels for balancing speed and capability, and uses the IndexShare architecture to cut per‑token FLOPs by 2.9×. Benchmarks show it outperforms its predecessor (GLM‑5.1) and ranks as the strongest open‑source coding model, closing the gap to leading closed‑source systems.
Claude Fable 5 is Anthropic’s latest Mythos‑class model, released with safety classifiers that route risky queries to Claude Opus 4.8. It claims state‑of‑the‑art performance on coding benchmarks, dramatically faster codebase migrations, and higher token efficiency than previous Claude models.
Google announced Gemini 3.5 Live Translate, an audio model that streams speech‑to‑speech translation in real time for more than 70 languages. It is available now in public preview via the Gemini Live API, in private preview for Google Meet, and globally in the Google Translate mobile app.
NVIDIA unveiled RTX Spark, a new class of Windows PCs built for on‑device AI agents. With up to 1 petaflop of AI compute, 128 GB of unified memory, and new security primitives (OpenShell), the platform promises faster, private inference for popular open‑source agents such as Hermes and OpenClaw. Similar capabilities are extended to Linux via DGX Spark, while multi‑GPU optimizations boost llama.cpp and ComfyUI performance.
OpenAI’s latest frontier models, including GPT‑5.5, and the Codex coding assistant are now generally available through Amazon Bedrock on AWS. This integration lets enterprises use OpenAI’s most advanced AI capabilities within their existing AWS security, compliance, and deployment workflows.
Claude Code 2.1.158 introduces an **Auto mode** that can be turned on for Opus 4.7 and Opus 4.8 when running on Amazon Bedrock, Google Vertex AI, or Foundry. Activation is done by setting the environment variable `CLAUDE_CODE_ENABLE_AUTO_MODE=1`.
Claude Code has released version 2.1.152, which includes several new features and bug fixes. The update applies review findings to the working tree after a review, simplifies code, and improves the user experience.
Claude Opus 4.8, Anthropic's latest Opus model, is now available in GitHub Copilot. This model demonstrates a clear step forward in code understanding and generation across various real-world coding tasks.
MiniMax has released a new AI agent model, MiniMax M2.7, which matches top closed models in benchmarks. However, the model's license has been changed to restrict commercial use, sparking controversy among developers.
GitHub Models is a new feature on GitHub that allows developers to manage and compare AI prompts, access multiple leading models through a single API key, and move from testing to production within the same environment.