AI News Arena

AI Business Desk
Cohere North Mini Code Gives AI Developers More Control
The AI lab appeals to developers who feel that frontier models from Anthropic and OpenAI are less transparent and too deep for the tasks they need done.
Schneider Electric, Foxconn Partner to Build Next-Gen Data Centers
The deal aims to overcome an AI infrastructure bottleneck by creating scalable, replicable blueprints for data center designs.
Anthropic Forced to Disable New Models by US Government
The latest skirmish between the vendor and the Trump administration comes soon after the release of two powerful new AI models.
OpenAI Acquires Startup to Boost Codex
The move is part of the generative AI vendor’s campaign to keep up with rival Anthropic and its Claude Code agent in the hot AI coding market.
Prompt: AI IPOs Raise a Question Enterprises Are Still Trying to Answer
AI adoption continues to accelerate, but organizations are finding that turning experimentation into measurable outcomes is a much harder challenge.
Massive SpaceX IPO Kicks off New AI Financing Era
The public offering marks the start of a new wave of AI and tech investment. But the markets are turbulent, and big IPOs are no guarantee of long-term financial success.
AI's Hidden Energy Bill: Why Visibility is Becoming Critical for Enterprises
Energy consumption is becoming an important factor in AI investment, governance and sustainability decisions in the U.K.
Neura Robotics Raises $1.4B for Physical AI
Funding from investors including Nvidia, Amazon and Qualcomm will support the vendor’s development of humanoid robots and physical AI.
Startup Gets OpenAI Backing to Overhaul Enterprise AI Automation
The vendor is targeting the fintech sector.
Meta Partners With Reliance for First India AI Data Center
Meanwhile, the Facebook and WhatsApp parent company has been skirmishing with the EU Commission over Meta’s blocking of rival AI bots from the WhatsApp business edition.
DeepMind Desk
Investing in multi-agent AI safety research
Google DeepMind and partners announce a $10M funding call for multi-agent safety research.
Gemini 3.5 Live Translate brings near real-time, natural speech translation to Google AI Studio, Google Translate and Google Meet.
Measuring the impact of learning with AI in Sierra Leone and beyond
Results from a randomized controlled trial show the potential of Gemini’s Guided Learning feature to boost engagement and accelerate learning.
Fast-tracking genetic leads to reverse cellular aging
Biologists use Co-Scientist to find novel factors that successfully rejuvenate human cells.
We’re expanding access to Google AI Ultra subscribers globally and introducing a new capability powered by Street View.

Ranking - AI Model Benchmarking

  1. O1 , O1 mini, O3, O3 mini
  2. Claude 3.5 Sonnet 
  3. GPT-40
  4. GPT-4 Turbo
  5. GPT-4
  6. Mistral Large 2
  7. Claude 3 Opus 
  8. Gemini 1.5 Pro
  9. Claude 3 Sonnet 
  10. Llama 3 70B
  1. O1 – Preview – OpenAI
  2. Claude 3.5 Sonnet – Anthropic
  3. GPT-40 – OpenAI
  4. GPT-4 Turbo – OpenAI
  5. GPT-4 – OpenAI
  6. Mistral Large 2 – Mistral AI
  7. Claude 3 Opus – Anthropic
  8. Gemini 1.5 Pro – Google
  9. Claude 3 Sonnet – Anthropic
  10. Llama 3 70B – Meta 

Top AI Powerful Chips Producers

  1. NVIDIA 
  2. AMD
  3. INTEL
  4. AWS
  5. ALPHABET
  6. IBM
  7. ALIBABA
  8. GROQ
  9. SAMBANOVA SYSTEMS 
  10. CEREBRAS SYSTEMS 
  11. APPLE 
  12. META
  13. MICROSOFT AZURE
  14. REBELLIONS 
  15. GRAPHCORE
  16. MYHTIC
  17. ETCHED 
  1. NVIDIA  – GH200 
  2. AMD – MI350
  3. INTEL – GAUDI 3 
  4. AWS – TRAINIUM 3
  5. ALPHABET – TRILLIUM
  6. IBM – NORTHPOLE
  7. ALIBABA – ACCEL 
  8. GROQ – LPU INFERENCE ENGINE 
  9. SAMBANOVA SYSTEMS – SN40L 
  10. CEREBRAS SYSTEMS -WFE3
  11. APPLE – M4
  12. META – ARTEMIS
  13. MICROSOFT AZURE – MAIA 100
  14. REBELLIONS – REBEL
  15. GRAPHCORE – BOW IPU
  16. MYHTIC – M2000
  17. ETCHED – SOHU
KDNuggets Desk
Building Time-Series Machine Learning Models with sktime in Python
In this article, we’ll build time-series machine learning models in Python using sktime and explore its core data structures for forecasting workflows.
3 Pandas Tricks for Data Cleaning & Preparation
In this article, we will walk through three essential Pandas tricks to clean and prepare your data efficiently: declarative method chaining, memory and speed optimization via categoricals and vectorized string accessors, and group-aware imputation using .transform().
Pairing Claude Code with Local Models
Local models in 2026 are good enough. For the tasks Claude Code handles daily: code completion, refactoring, debugging, codebase explanation; a well-chosen quantized model running locally covers the vast majority of real use cases at zero per-token cost and with no rate limits.
3 NumPy Tricks for Numerical Performance
In this article, we will cover three essential NumPy tricks to optimize your code: vectorization and broadcasting, in-place operations, and leveraging memory views instead of copies.
Feature Stores from Scratch: A Minimal Working Implementation
Build the five components every feature store needs, then see where AI changes the design.