Amazon's whisper pulled Anthropic's plug
The fallout from Anthropic's sudden Fable shutdown sharpened today, with reporting pointing at Amazon's own CEO as the source of the security concerns that prompted a White House export-control order. Elsewhere, model releases kept coming — GLM 5.2 and Google's text-to-SQL specialist — while two studies poured cold water on AI coding-agent hype and consulting AI claims.
Amazon's CEO reportedly triggered the government crackdown on Anthropic's Fable
Reporting says Amazon CEO Andy Jassy and executives from five other companies warned the Trump administration about security vulnerabilities in Anthropic's Fable model, and within hours the White House forced it offline via an export-control order. The irony: Amazon is one of Anthropic's largest investors. The order cut worldwide access to two Anthropic models last Friday.
Why it matters: If a rival investor can route a model takedown through export controls in hours, every team building on a frontier API now has regulatory capture as a new failure mode to plan around.
- Amazon CEO's talks with U.S. officials triggered crackdown on Anthropic models (Hacker News)
- Amazon and five other companies reportedly triggered the government crackdown on Anthropic's Fable model (The Decoder)
- Amazon CEO reportedly raised Anthropic model concerns before government crackdown (TechCrunch AI)
SWE-Explore: coding agents find the file, then miss the lines that matter
The new SWE-Explore benchmark is the first to isolate code search from the actual repair, and it finds that agents like Claude Code and Codex reliably locate the right file but miss most of the critical lines inside it. Without enough surrounding context surfaced, even a correct fix tends to fail. The result separates retrieval quality from patch quality, which most benchmarks conflate.
Why it matters: It's a concrete diagnosis of why your agent's confident patch breaks: the bottleneck is context selection, not code generation, so retrieval and grounding are where to spend effort.
GLM 5.2 ships
Zhipu AI released GLM 5.2, announced via the team and surfacing near the top of Hacker News. The launch continues the rapid cadence of Chinese open-weight frontier models, with the community discussion centered on coding and agentic performance.
Why it matters: Another open-weight contender lands as Anthropic access is in flux — timely for anyone hunting a self-hostable fallback for agentic workloads.
- GLM 5.2 Is Out (Hacker News)
Microsoft's SkillOpt 'trains' a Markdown file to boost GPT-5.5 by 23 points
Microsoft and three Chinese universities introduced SkillOpt, which optimizes an agent's instruction document using principles borrowed from model training rather than touching weights. They report roughly a 23-point gain for GPT-5.5 on procedural tasks, and say the same Markdown file transfers across models and across agent environments like Codex and Claude Code.
Why it matters: If a single portable prompt file delivers double-digit gains without fine-tuning, optimizing your AGENTS.md-style instructions becomes the cheapest lever you have.
Google's Gemini-SQL2 tops BIRD text-to-SQL at 80.04%
Google Research's Gemini-SQL2, built on Gemini 3.1 Pro, turns natural language into executable SQL and reports 80.04 percent accuracy on the BIRD benchmark, ahead of OpenAI and Anthropic offerings. Google frames it as plumbing for natural-language features across its data services.
Why it matters: Text-to-SQL is one of the few LLM tasks with a hard correctness oracle, so a wide BIRD margin is more meaningful than most leaderboard wins — worth a look if you're building NL query layers.
KPMG pulls AI report after fabricating its case studies
KPMG retracted a report selling clients on AI adoption after it was found to contain fabricated case studies involving UBS, the NHS, and other organizations. GPTZero CEO Edward Tian, who helped surface the errors, warns of 'secondary hallucinations' — false claims laundered through a trusted consulting brand and then cited unchecked.
Why it matters: A reminder that the provenance problem doesn't stop at your model output: hallucinated 'evidence' embedded in authoritative PDFs is the next contamination layer for any RAG pipeline that ingests reports.
Pyodide 314.0 lets you publish WASM wheels straight to PyPI
The Pyodide 314.0 release lets maintainers build packages for the PyEmscripten platform defined in PEP 783 and publish them directly to PyPI for runtime install, instead of the Pyodide team manually building and hosting 300+ packages. Simon Willison shipped luau-wasm 0.1a0 as an early example of the new flow.
Why it matters: This removes the central bottleneck for running Python in the browser — any package author can now ship a WASM build without waiting on the Pyodide maintainers' review queue.
- Publishing WASM wheels to PyPI for use with Pyodide (Simon Willison)
- luau-wasm 0.1a0 (Simon Willison)
Meta moves to unwind its $2B Manus deal after Beijing's demand
Meta has reportedly begun dismantling its $2 billion acquisition of agent startup Manus after Beijing ordered the deal reversed. The unwind highlights how cross-border AI M&A is increasingly hostage to state approval on both sides.
Why it matters: Geopolitics is now a first-order risk for AI tooling supply chains — the same week a US order pulled Anthropic models, a Chinese order is unwinding a Meta acquisition.
Also worth a look
- As Anthropic suspends access to new models, India debates its AI future (TechCrunch AI)
- Show HN: I built 80 mini-games using Fable before it was shut down (Hacker News)
- AI coding at home without going broke (Hacker News)
- Microsoft CEO Satya Nadella admits he's a token-maxer, too: 'It's addictive' (The Decoder)
- Mapping SQLite result columns back to their source table.column (Simon Willison)
- New AI model called 'Count Anything' does exactly what it says (The Decoder)
- Police officer investigated for using AI to 'create evidence' in multiple cases (Hacker News)
- OpenAI faces investigation from state attorneys general (TechCrunch AI)
- AI OSS tool repo goes archived overnight after raising $7.3M seed (Hacker News)
- An Interview with Intel's Kira Boyko: Xeon 6's Product Director (Hacker News)