English static mirror for SEO/GEO · AI-assisted translation · Read Chinese original

Easy AI Daily News | November 4, 2025: Model Updates, Agents, Local Inference & Industry Moves

Forum topic · 小凯 · 2026-03-27

Summary

Easy AI Daily for November 4, 2025 rounds up key AI developments. Minimax M2 ranked #1 among open models on the WebDev Leaderboard; evaluations show Qwen models hallucinate twice as often on rare facts as Llama, though Qwen3 8B leads in instruction following. DeepMind released IMO-Bench math reasoning benchmarks, with Gemini Deep Think scoring 89.0% on the basic set. MCP solidified as the core agent-tool protocol, with LitServe, Reka, and Anthropic shipping new MCP tools. llama.cpp launched an official WebUI supporting 150k+ GGUF models, and George Hotz unveiled the $50k Tinybox Pro v2 workstation with 8x RTX 5090s. Google announced Project Suncatcher, prototyping orbital TPU compute with satellite launches planned for 2027. China is subsidizing AI data center electricity costs by 50%, while Deutsche Telekom and NVIDIA invested $1.1B in a Munich data center. Also: Vidu Q2 video model rankings, Generalist AI's GEN-0 robotics foundation model, Getty Images losing its UK AI copyright lawsuit, and a Cache-to-Cache paradigm for direct LLM-to-LLM semantic communication.

Easy AI Daily News | November 4, 2025

A daily digest of AI industry news, originally published on zhichai.net by the Easy AI teaching project.

Model Updates & Evaluations

Minimax M2 Tops WebDev Leaderboard

Minimax M2 reached #4 overall and #1 among open models on the WebDev Leaderboard, excelling at coding, reasoning, and agentic tasks with low cost and high speed.
  • WebDev Leaderboard
  • Qwen Hallucination & Instruction-Following Findings

    Evaluations show Qwen models hallucinate on rare facts at twice the rate of Llama, but Qwen3 8B performed best at instruction-following continuations, beating the larger GPT OSS 20B.
  • LLM-Propensity-Evals
  • DeepMind Releases IMO-Bench Math Reasoning Benchmarks

    DeepMind launched IMO-AnswerBench (answers), IMO-ProofBench (proofs), and IMO-GradingBench (grading). Gemini Deep Think scored 89.0% on the basic set and 65.7% on the advanced set.
  • Twitter announcement
  • Qwen3-VL Update & Deployment Caveats

    Qwen3-VL is now integrated into Jan with a thinking-capability API. Users report that conversion frameworks (Ollama vs MLX) affect accuracy—test your target stack.
  • Alibaba Qwen on Twitter
  • Agent & Tooling Ecosystem

    MCP Consolidates as the Core Agent Protocol

    The MCP pattern continues to solidify: LitServe converts models/agents into MCP servers in 10 lines of code, Reka released a search/fact-checking MCP server inside VS Code, and Anthropic shared code execution guidance.
  • LitServe guide | Reka MCP server | Anthropic code execution
  • Fenic Integrates OpenRouter for Hybrid AI Workflows

    The Fenic dataframe API now integrates OpenRouter, enabling multi-provider AI workflows with scalable batch processing and no code changes—useful for LLM ETL and context engineering.
  • Fenic GitHub
  • Windsurf Launches Codemaps

    Codemaps, powered by SWE-1.5 and Sonnet 4.5, generates interactive visual maps of codebases to reduce "code mess" and boost productivity.
  • Codemaps
  • ComfyUI + LM Studio for Local Image Generation

    Users discuss connecting ComfyUI with LM Studio as a local alternative to Gemini Storybook, using 5 text prompts and sampler splits for story image generation.
  • Discord discussion
  • Local Inference & Hardware

    llama.cpp Ships an Official WebUI

    The new official WebUI supports 150k+ GGUF models, PDF/image ingestion, conversation branching, and constrained JSON generation—praised as a milestone for local AI UX.
  • GitHub discussion
  • Tinybox Pro v2 Workstation Released

    George Hotz's Tinybox Pro v2 packs 8x RTX 5090 GPUs in a 5U rackmount chassis for $50k, shipping in 4–12 weeks. Community discussions compare costs vs cloud computing.
  • Tinycorp Shop
  • GPU Shortage Drives Price Increases

    A global GPU shortage has new cloud providers charging around $2/GPU-hour versus $7 at hyperscalers. Users debate value and recommend local AMD cards.
  • Discord discussion
  • MLX-Swift Adds Continuous Batching

    MLX-Swift now supports continuous batching for local multi-stream inference, automatically upgrading single-request streams into batches to improve throughput.
  • Twitter
  • AI Industry News

    Google Project Suncatcher: TPUs in Space

    Google is prototyping orbital ML compute; Trillium TPUs passed particle accelerator radiation testing, with two prototype satellites planned for launch with Planet in 2027.
  • Sundar Pichai on Twitter
  • China's Data Center Electricity Subsidies

    China is subsidizing 50% of electricity costs for AI data centers. Huawei plans gigawatt-scale SuperPoDs by 2027, focused on DeepSeek models.
  • Twitter
  • Epoch Launches Frontier Data Centers Hub

    Epoch's open-source hub tracks 1GW+ AI data centers via satellite imagery and public records, with free data access.
  • Twitter
  • Deutsche Telekom & NVIDIA Build Munich Data Center

    A $1.1B investment will build a Munich data center with 10k GPUs (DGX B200 + RTX Pro), expanding European AI compute capacity.
  • Twitter
  • Multimodal & Robotics

    Vidu Q2 Ranks on Artificial Analysis

    Vidu Q2 placed #8 on Artificial Analysis, supports multi-reference image conditioning, generates 8-second 1080p video, and is priced between Hailuo 02 Pro and Veo 3.1.
  • Twitter
  • MotionStream: Real-Time Interactive Video Generation

    MotionStream demonstrates real-time interactive long-video generation at 29 FPS with 0.4s latency on an H100, with drag-and-gesture control.
  • Twitter
  • Generalist AI Releases GEN-0 Robotics Foundation Model

    A 10B+ parameter robotics foundation model trained on 270k+ hours of dexterity data, emphasizing physical common sense (grasping, stability, placement).
  • Twitter
  • Community & Media

    Coca-Cola's 2025 Christmas Ad Is AI-Generated

    Coca-Cola again used AI for its Christmas ad with reduced human involvement, calling AI an irreversible trend and citing improved quality.
  • Twitter
  • Fox News Airs AI-Generated Protest Footage

    Fox News mistakenly broadcast AI-generated footage of a food-stamp protest and later issued a correction, raising concerns about AI content verification in media.
  • Reddit
  • Reddit Debates the Qwen Ecosystem

    Users compare Qwen with GPT-OSS; one reports Qwen outperforming GPT-OSS-20B on an RTX 3060.
  • Reddit
  • Getty Images Largely Loses UK AI Image Lawsuit

    Getty Images lost most of its landmark UK lawsuit over AI image generation, spurring copyright discussions.
  • Reuters
  • Education & Research

    Teachers Worry About Student Over-Reliance on AI

    Educators report students depending on AI for homework, raising concerns about loss of critical thinking and motivation, and about how education systems should adapt.
  • Reddit
  • Cache-to-Cache: Direct LLM Semantic Communication

    Research proposes a Cache-to-Cache paradigm where LLMs share semantic information directly, bypassing text, improving accuracy and latency—though auditability concerns remain.
  • Reddit
  • Context Engineering Blueprint Released

    A 41-page blueprint covers agents, query enhancement, retrieval, prompting, memory, and tools, emphasizing the shift from prompt engineering to context engineering.
  • Twitter
---

*Source: Easy AI teaching project*

Tags

#ai-news#daily-digest#llm#minimax-m2#mcp#llama-cpp#nvidia#local-inference#robotics#google-tpu

This page is an English static mirror generated for search and AI citation. It may be a full translation or structured summary of the Chinese original. Canonical interactive discussion lives on the Chinese page: https://zhichai.net/topic/177169191