AI/ML Digest

Morning Edition Sun Jun 14

The U.S. government directed Anthropic to suspend access to its Fable 5 and Mythos 5 models for all foreign nationals, including Anthropic's own foreign employees. KPMG separately pulled an October 2025 AI report after UBS, the NHS, Swiss Federal Railways, and Transport for London said its claims about their AI usage were false, with GPTZero attributing the errors to hallucinations.

newsU.S. directive forces Anthropic to suspend Fable 5 and Mythos 5 globally

Government order blocks foreign nationals from Anthropic's newest models; White House blames jailbreak handling, Anthropic disputes characterization. — TechCrunch AI

newsKPMG pulls AI report after hallucinated claims about enterprise clients

Four major organizations denied KPMG's reported claims; GPTZero identified hallucinations in the October 2025 report on agentic AI. — TechCrunch AI

newsPyodide 314.0 enables WASM wheel publishing directly to PyPI

PEP 783 support lets package authors publish Pyodide-compatible wheels to PyPI; previously required manual Pyodide maintainer review. — Simon Willison

techniqueMapping SQLite result columns back to source table and column names

Three approaches found via Claude Code: apsw, ctypes to sqlite3_column_table_name(), and EXPLAIN output parsing. — Simon Willison

modelKronos: open-source foundation model for financial candlestick data

Decoder-only transformer pre-trained on K-line sequences from 45+ exchanges; accepted AAAI 2026, fine-tuning scripts released. — GitHub Trending

tooloidc-ssh-ca: short-lived SSH certs for GitHub Actions via OIDC

Single-binary CA signs ephemeral SSH keys using GitHub OIDC tokens; eliminates long-lived keys in CI secrets. — HN Show HN

toolPuppeteer adds MCP server and experimental WebMCP API support

chrome-devtools-mcp package provides Puppeteer-based MCP browser automation; WebMCP API now experimentally supported. — GitHub Trending

techniqueQuack-Mate: playable chess engine implemented in pure DuckDB SQL

Demonstrates recursive set-based search for chess; WASM version runs in browser with live SQL query visualization. — HN Show HN