AI governance splits into rival camps
Governance dominated the day: China formalized a 29-nation AI bloc in Shanghai while Demis Hassabis pitched a US-led testing body, and fresh benchmarks kept splitting the verdict on Chinese open-weights. On the technical side, DeepMind mined a video generator for computer vision, a radiology benchmark exposed dangerous model overconfidence, and tinkerers pushed sub-2-bit fine-tuning onto MacBooks.
China formalizes a 29-nation AI bloc, with no Western members
At the Shanghai World AI Conference, 29 countries including Russia, Brazil, Pakistan and Indonesia founded the World Artificial Intelligence Cooperation Organization (WAICO), headquartered in Shanghai; no Western nation signed on. Xi Jinping pledged 5,000 AI training slots for Global South countries over five years and framed open-source models as a global public good, a thinly veiled shot at US export controls. Beijing also released an Action Plan on International AI Ethical Governance built around lifecycle oversight and risk tiers. Kazakhstan is reportedly the only country in both WAICO and the US-led Pax Silica bloc.
Why it matters: The open-weights fight now has diplomatic scaffolding: two competing standards blocs, so developers reaching for Chinese open models are increasingly making a geopolitical bet, not just a technical one.
- China's new World Artificial Intelligence Cooperation Organization is President Xi's clearest play yet for a parallel AI order (The Decoder)
- Xi Jinping unveils China's bid to lead the global AI order (calcalistech.com)
- China's Xi calls for more global efforts to guide AI, chides US for its curbs on tech sharing (ABC News)
- Ethics as the Architecture of Power: China Proposes a New Global Governance Framework for Artificial Intelligence (Pressenza)
Kimi K3 tops frontend Code Arena but craters on hard math
New third-party data splits the verdict on Moonshot's open-weight Kimi K3. It leads the Code Arena: Frontend human-preference leaderboard at 1,679, beating Claude Fable 5 (1,631) and GPT-5.6 Sol (1,618), the first Chinese model to top it. But on Epoch AI's FrontierMath Tier 4, K3 scores only about 39 percent versus close to 90 percent for top OpenAI and Anthropic models. The release also reignited distillation accusations, with OpenAI's Dean Ball warning of an open-weight-dominant future and floating deliberate regulatory FUD against Chinese models.
Why it matters: K3 is a genuinely usable frontend coding model at open-weight prices, but the math gap is a reminder that frontier is task-specific. Benchmark it on your own workload before you switch.
- Moonshot's Kimi K3 outperforms Fable 5 in frontend code but lags far behind in complex math (The Decoder)
- Kimi: Threat or menace? (TechCrunch AI)
- Head of strategic futures from OpenAI on open-weight Chinese models (r/LocalLLaMA)
Hassabis wants a US-led, FINRA-style body to vet frontier models
Google DeepMind CEO Demis Hassabis proposed a US-overseen public-private Standards Body, modeled on financial regulator FINRA, to test frontier models for national-security risks. Under his plan, labs would voluntarily share models up to 30 days before release, with review later becoming a mandatory gate for the US market. He cited cyber, nuclear and bio risks and the eventual need to control recursively self-improving agentic systems.
Why it matters: It lands the same week China stands up WAICO and just after the US pulled foreign access to Anthropic's Fable 5, making pre-deployment model review a live policy fight on both sides of the Pacific.
- Why DeepMind's CEO is Calling for US-Led Frontier AI Tests (Cyber Magazine)
DeepMind repurposes a video generator as a computer-vision backbone
GenCeption takes Alibaba's open-source Wan2.1 video model and, with a one-forward-pass modification, performs depth estimation, segmentation, surface normals and 3D pose from a text prompt. Trained mostly on 7,500 synthetic videos, 7 to 500 times less data than rivals, it matches or beats specialists such as DepthAnything 3 and, on language-guided segmentation, Meta's SAM 3 combined with Gemini 3.5 Flash. It also generalizes to real footage and unseen categories like animals.
Why it matters: A concrete data point that generative video models already carry reusable spatial world models, reviving the pixel-prediction-versus-JEPA debate, though 6-to-10-second-per-clip inference keeps it out of production for now.
RadLE 2.0 finds radiology models confidently wrong
Ashoka University's RadLE 2.0 benchmark scored 16 models on 200 radiology cases, rewarding calibrated confidence, penalizing overconfident errors and letting models say I don't know. Radiologists scored 988.7 out of 2,000; the best model managed 758. Claude Fable 5 led on safe and reliable answers, Gemini 3 Pro had the highest raw accuracy, and Meta's Muse Spark 1.1 was best at deferring to a human. Open-weight and medical-tuned models tried to answer nearly every case and were often wrong with high confidence.
Why it matters: For anyone shipping AI into high-stakes decisions, the metric that matters is calibration, not raw accuracy. Models that never abstain are the dangerous ones.
Fine-tuning a true sub-2-bit model, entirely on a MacBook
A detailed LocalLLaMA writeup documents quantization-aware fine-tuning of Ternary-Bonsai-8B, a Qwen3-8B converted to roughly 1.7 bits per weight, on Apple Silicon via a straight-through estimator. Key findings: post-hoc quant tricks (imatrix, AWQ, GPTQ) are useless on native-ternary weights; learning rate decides whether actual ternary codes flip or the loss just rescales groups, with 5e-4 the sweet spot; and lower training loss on imitation logs produced a worse agent. With 30 verified trajectories it matched, but did not beat, the base model's SWE-rebench patch rate.
Why it matters: A rare honest, reproducible look at training extreme-low-bit models on consumer hardware, complete with Metal/MPS gotchas (fp32 latents, foreach disabled, mask the stop token) you won't find in a vendor blog.
- I tried fine-tuning a ternary model, Bonsai 8b, on metal (r/LocalLLaMA)
How 'reasoning effort' knobs actually get trained
Sebastian Raschka breaks down how models from GPT-5.6 to open weights implement reasoning-effort settings. Across DeepSeek V4, Nemotron 3 Ultra, Kimi K2.5, GLM-5, Qwen3 and Inkling, the shared recipe is to introduce mode control via SFT and the chat template, then condition RL rewards with per-token length penalties that vary by requested effort. Inkling uses a continuous 0-to-1 effort value, Nemotron trains on randomly truncated traces for hard budgets, and Kimi's Toggle alternates budgeted and unconstrained RL phases.
Why it matters: If you tune reasoning_effort in production, this explains why it moves latency and cost, and why a smaller model at high effort can sometimes match a bigger model at low effort.
- Controlling Reasoning Effort in LLMs (Ahead of AI (Raschka))
Also worth a look
- Claude Code uses Bun written in Rust now (Simon Willison)
- Prepare your (v)ram - Qwen3.8 is coming! (r/LocalLLaMA)
- Deepseek V4 soon (r/LocalLLaMA)
- model: add openPangu-2.0-Flash (92B-A6B) with MLA-latent cache, DSA/SWA, mHC, and multi-head MTP (r/LocalLLaMA)
- Basalt Labs pulling a generationally dumb scam: 99.44% HLE with tools, model is Qwen2.5-7B and the site serves DeepSeek (r/LocalLLaMA)
- FastFlowLM Joins AMD to Advance AI Inference (r/LocalLLaMA)
- A simple tool to catch cache invalidation in your LLM harness calls (r/LocalLLaMA)
- AI Mania Is Eviscerating Global Decision-Making (Simon Willison)
- Introducing ASCIITermDraw Bench: testing VLMs' ability to generate and edit ASCII diagrams (r/LocalLLaMA)
- Byte-exact KV cache grafting on frozen Gemma 4 (r/LocalLLaMA)