惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Hugging Face - Blog
Hugging Face - Blog
WordPress大学
WordPress大学
Microsoft Azure Blog
Microsoft Azure Blog
F
Fortinet All Blogs
B
Blog RSS Feed
Last Week in AI
Last Week in AI
The Cloudflare Blog
大猫的无限游戏
大猫的无限游戏
人人都是产品经理
人人都是产品经理
P
Proofpoint News Feed
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Microsoft Security Blog
Microsoft Security Blog
博客园 - 三生石上(FineUI控件)
Y
Y Combinator Blog
GbyAI
GbyAI
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
小众软件
小众软件
雷峰网
雷峰网
C
Check Point Blog
阮一峰的网络日志
阮一峰的网络日志
博客园 - 叶小钗
博客园 - 司徒正美
U
Unit 42
量子位

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
The US pulled Anthropic's most powerful model for foreign...
danio · 2026-06-13 · via DEV Community

danio

The US pulled Anthropic's most powerful model for foreign users — and two open models that can't be revoked

Frontier access just went political. In the same stretch, the US barred foreign users from Anthropic's strongest model, while two open models shipped that nobody can switch off. Here's the builder read on all three.

Here's the 2-minute video version if you want the quick pass first:

1. The US pulled Anthropic's Fable 5 & Mythos 5 for foreign users

A US export-control directive suspended all access to Fable 5 and Mythos 5 by any foreign national — inside or outside the US, including Anthropic's own foreign-national employees.

  • With no way to segment foreign users, Anthropic disabled both models for all customers to comply.
  • The government cited national security — reportedly a jailbreak method targeting Fable 5's safeguards.
  • Anthropic calls it a misunderstanding and is working to restore access. (This is a follow-up to the earlier Mythos / Project Glasswing story.)

Why it matters: Fable 5 had just gone GA days earlier (10 dollars in / 50 dollars out per million tokens, "state-of-the-art on nearly all benchmarks"). A closed, hosted frontier model can be switched off by policy overnight — so it's worth not putting a critical path on a single one.

2. Moonshot shipped Kimi K2.7 Code — a cheap open-weight coder

Moonshot AI released Kimi K2.7 Code on Hugging Face: a coding-first open-weights model anyone can download.

  • A 1-trillion-parameter MoE (32B active, 384 experts), 256K context, Modified MIT license.
  • Output runs about 4 dollars per million tokens — a fraction of Fable's 50 — undercutting the frontier on price.
  • One real caution: it's a Chinese-origin API, so keep sensitive or proprietary code off it.

Why it matters: route bulk work to cheap open models — but vet where a model comes from before you trust it with your code. (Moonshot's benchmark numbers are first-party; no third-party results yet.)

3. Google open-sourced DiffusionGemma — runs free on your own GPU

Google released DiffusionGemma, the first major open-source text-diffusion LLM.

  • A 26B A4B MoE that generates 256 tokens in parallel and self-corrects as it goes.
  • Over 1,000 tokens/sec on a single H100 — about 4x faster than autoregressive — and small enough to run on a consumer GPU.
  • Apache 2.0, natively supported in vLLM, multimodal input.

Why it matters: open weights can't be revoked. Once a model is on your machine, no directive can switch it off — which is exactly the property story #1 makes valuable.


Three signals, one pattern: the frontier got pulled, a cheap open model shipped, and a free local one landed. Access to AI is now shaped by geopolitics — so pick a model for **where it runs and who can switch it off, not just its benchmark score. Watch today's full episode, or catch a new one every day on dani / AI News & Creative.