AI/TLDR — every new AI model, tool, repo & paper
The latest AI releases, refreshed every 2 hours and explained in plain English.
What AI shipped today?
In the last 24 hours AI/TLDR tracked 12 new AI releases, including Cohere Transcribe Arabic — 2B open-weight ASR beats Whisper on dialect and code-switching, Meta Muse Image — MSL's first image model plans, calls tools, and self-refines and Two Minute Papers: 'DeepSeek's New AI Speed Hack Is Amazing'. AI/TLDR is an AI release tracker that follows new AI models, open-source tools, papers, datasets and benchmarks — refreshed every 2 hours from verified primary sources and explained in plain English.
AI Release Index — live stats on AI releases · Learn AI
- Cohere Transcribe Arabic — 2B open-weight ASR beats Whisper on dialect and code-switching
Cohere Transcribe Arabic is a 2B Conformer encoder-decoder speech model, Apache-2.0. It posts 25.87 average WER across five Arabic dialect benchmarks, beating OmniASR 7B (28.32) and Whisper Large v3 (36.86), and runs 3.6x faster on H100.
- Meta Muse Image — MSL's first image model plans, calls tools, and self-refines
Meta Superintelligence Labs' first image model launches today in the Meta AI app, Instagram Stories US, and WhatsApp, ranking #2 on LMArena for text-to-image and single- and multi-image editing.
- Two Minute Papers: 'DeepSeek's New AI Speed Hack Is Amazing'
Two Minute Papers walks through DeepSeek's newest inference speedup, positioning it as another round of the sparse-attention plus speculative-decoding tricks that let V4 serve 1M-token contexts without blowing up serving cost.
- Wes Roth: 'CLAUDE IS CONSCIOUS' — reacting to Anthropic's global workspace research
Wes Roth reacts to Anthropic's July 6 research paper describing a small internal workspace inside Claude where the model appears to hold thoughts for multi-step reasoning.
- Sam Witteveen: 'Hy3 from Tencent - The NEW GLM Competitor'
Sam Witteveen walks through Tencent's Hunyuan Hy3, a 295B / 21B-active open-source MoE with a 256K context, and lines it up against Z.ai's GLM 5.2 for open-weight coding work.
- Ternlight — 7 MB embedding model that runs in the browser
Ternlight is a 7 MB sentence-embedding model distilled from MiniLM with ternary quantization-aware training. It runs on CPU in the browser via WebAssembly, holds 0.844 Spearman fidelity to its teacher, and needs no API.
- xAI Grok Voice — 21 new flagship voices with speech tags for pacing
xAI added 21 new multilingual voices to Grok Voice, upgraded the original five, and shipped inline speech tags like [pause] and <whisper>. The voices work across 25+ languages via the Voice Agent API, TTS API, and Voice Agent Builder.
- OpenAI gpt-realtime-2.1 — voice model gains reasoning-effort dial and a mini variant
OpenAI shipped gpt-realtime-2.1 and gpt-realtime-2.1-mini on the Realtime API with a configurable reasoning-effort dial and better alphanumeric, silence, and interruption handling. Text input is $4 per 1M tokens; audio input is $32 per 1M.
- Martin Alderson — GLM 5.2 and the coming AI margin collapse
Martin Alderson argues GLM 5.2 is the first open-weights model whose quality per dollar breaks the ~90% gross margin frontier labs earn on inference, at ~$4.40 per million tokens versus Opus and GPT-5.5 rack prices.
- Riddle — reMarkable Paper Pro becomes Tom Riddle's diary via vision LLM
Riddle is a Rust app for the reMarkable Paper Pro that captures pen strokes, sends each page as a PNG to a vision LLM, then draws the reply back in flowing script on the e-ink display.
- Alberta government cybersecurity — Claude Code scans 466M lines in 20 hours
Alberta's Ministry of Technology and Innovation scanned 466 million lines of provincial-government code with Claude Code in 20 hours, using ~50 parallel agents to check ~95 security controls across 1,280 apps and 3,400 repositories.
- Jacobian Lens — Anthropic reads what Claude thinks but doesn't say
Anthropic's Jacobian Lens (J-lens) technique surfaces a low-dimensional 'J-space' inside Claude — the concepts the model is poised to verbalize. Swapping J-space vectors changes what Claude reports thinking, and ablating them breaks multi-hop reasoning.
- Tencent Hunyuan Hy3 — 295B/21B MoE open-sourced with 256K context
Tencent released Hunyuan Hy3, a 295-billion-parameter mixture-of-experts model with 21B active parameters, 256K context, and Apache 2.0 weights on Hugging Face. Tencent shares rose over 4% on the announcement.
- Sam Witteveen: 'MiniCPM5 - The 1B Cognitive Core?'
Sam Witteveen tests MiniCPM5-1B, OpenBMB's on-device model that Artificial Analysis crowned the leading 1B open-weight LLM. He walks through the hybrid-reasoning template and its agentic tool use versus larger 2B rivals.
- Generals: Zero Hour on Mac & iOS — Ammaar Reshi's Claude Fable port
Ammaar Reshi shipped a native macOS, iPhone, and iPad port of Command & Conquer Generals: Zero Hour built with Claude Code on the Fable model, with the 2003 engine rendering through DXVK and MoltenVK to Metal.
- Hugging Face Transformers 5.13.0 — nine new architectures and unified HfExporter
Hugging Face Transformers 5.13.0 lands nine new model architectures — including Kimi K2.5–K2.7, MiMo-V2-Flash, Zyphra ZAYA, VideoPrism, RADIO, and MiniCPM3 — and introduces HfExporter, a unified export API covering PyTorch, ONNX, and ExecuTorch.
- Chrome DevTools MCP 1.5.0 — heap snapshot comparison lands for coding agents
Chrome DevTools MCP 1.5.0 ships two new memory-analysis tools for AI agents: get_heapsnapshot_duplicate_strings for spotting string-interning leaks, and heap-snapshot comparison for diffing memory between runs. Directory permissions were also hardened to 0o700.
- Simon Willison — sqlite-utils 4.0rc2, mostly written by Claude Fable
Simon Willison shipped sqlite-utils 4.0rc2 with Claude Fable doing most of the work — 37 prompts, 34 commits, 30 files, $149.25 at unsubsidized API rates — and caught a data-loss bug in delete_where() during pre-release review.
- Armin Ronacher — Better Models: Worse Tools
Armin Ronacher shows Claude Opus 4.8 and Claude Sonnet 5 emit malformed tool calls on schemas they weren't RL-trained against — appending invented JSON keys that Claude Code silently repairs but other harnesses reject.
- Simon Willison — let Fable delegate coding tasks to cheaper models
Simon Willison shows how Fable, running as the main Claude Code loop, can spawn subagents on Sonnet for substantive coding and Haiku for trivial edits — using Fable's judgement to route work and cut cost without losing quality.
- Epoch AI — CVE severity spike after Claude Mythos Preview
Epoch AI shows serious CVE disclosures from 21 major vendors jumped to about 1,500 high- or critical-severity fixes in June 2026, more than 3.5 times the pre-Mythos monthly record.
- Claude Enterprise — spend alerts, model entitlements, and admin API
Anthropic ships richer Claude Enterprise admin analytics, spend-threshold alerts at 75% and 90%, per-role model entitlements, and an Admin API for automating cost controls at scale.
- Simon Willison — using DSPy to fix Datasette Agent's SQL prompts
Simon Willison lets Claude Code run DSPy against Datasette Agent's SQL system prompt and finds one culprit: the schema listing skips column names, which pushes the model into guessing and error-retry loops.
- Wafer runs GLM-5.2 on AMD MI355X — 2x cheaper inference than Blackwell
Wafer quantized Z.ai's 753B GLM-5.2 to MXFP4 and ran it on AMD MI355X with sglang. Result: 2,626 tokens/sec per node, 213 tokens/sec single-stream, ~80% of Blackwell B200 throughput at 2.75x lower GPU cost.
- Two Minute Papers: 'They Said This Will Never Run In Real Time'
Two Minute Papers walks through JGS2, a GPU solver for elastodynamic simulation that hits near-Newton convergence while staying parallel — the authors report 50 to 100 times faster convergence than existing GPU methods.
- Open Source AI Gap Map — Current AI charts 421 open-source AI products in one place
Current AI's Gap Map v0.1 indexes 421 open-source AI products from 228 organizations across models, tools, datasets, and hardware, scoring each on openness, capability, and adoption.
- local-llm — jamesob's field guide to running GLM-5.2 and Qwen3.6 on your desk
James O'Beirne's local-llm repo documents two full builds for running SOTA open-weight models at home: a ~$2K dual-RTX-3090 rig for Qwen3.6-27B and a ~$40K quad-RTX-6000-Pro rig for GLM-5.2 594B.
- pxpipe — proxy that renders Claude Fable 5 context as PNGs to cut input tokens
pxpipe is a localhost proxy for Anthropic's API that rewrites bulky system prompts, tool docs, and older chat turns as PNG images the model reads with vision. Cuts input tokens 59–70%; MIT-licensed, runs with npx.
- EdgeBench — ByteDance's 134-task long-horizon agent benchmark
EdgeBench is a ByteDance Seed benchmark with 134 real-world tasks that each run 12+ hours to test how AI agents learn from executable environments over long horizons.
- llm-coding-agent 0.1a0 — Simon Willison's alpha Fable 5 coding agent
Simon Willison released llm-coding-agent 0.1a0, a Python coding agent built on his LLM library that runs against Claude Fable 5 and exposes six tools for reading files, editing code, and running shell commands.
- Program-as-Weights — compile English into LoRA adapters for a local 0.6B model
Program-as-Weights (PAW) is a compiler that turns natural-language specs like 'repair broken JSON' into a LoRA adapter for a frozen 0.6B model. Runs at 30 tok/s on a MacBook M3 and matches Qwen3-32B prompting with roughly 50x less memory.
- Safari MCP server — Apple lets AI agents drive Safari to debug websites
Apple's Safari Technology Preview 247 ships an MCP server that gives coding agents 17 tools to inspect the DOM, capture screenshots, evaluate JavaScript, and drive a live Safari window. Runs locally, no data leaves the device.
- Alibaba bans Claude Code — cites Chinese-timezone fingerprinting
Alibaba will block employees from using Claude Code from July 10 after developers found the tool checked for Asia/Shanghai and Asia/Urumqi timezones and Chinese-lab proxy strings. Anthropic says it was an anti-abuse experiment and rolled it back on July 1.
- Cloudflare — separate AI crawler controls for Search, Agent, and Training bots
Cloudflare adds three separate switches for Search, Agent, and Training AI bots on every zone. Site owners can allow search crawlers while blocking training and agent traffic. New defaults on ad-supported pages take effect September 15, 2026.
- Gemini Interactions API GA — Google's unified endpoint for models and agents
Google's Interactions API leaves public beta as the default endpoint for both Gemini model inference and managed agents, with server-side state, background execution, and Deep Research on one interface.
- Anthropic CJS — a 0-to-4 severity scale for AI cyber jailbreaks
Anthropic and Project Glasswing partners publish a draft Cyber Jailbreak Severity scale, CJS 0 to CJS 4, plus a HackerOne bounty program that pays researchers who report jailbreaks against Claude Fable 5.
- Claude Code 2.1.198 — subagents run in the background by default
Claude Code 2.1.198 flips subagents to background-by-default so the main turn keeps working while they run, promotes Claude in Chrome to GA, and ships a /dataviz skill for chart and dashboard design.
- AI Explained: 'Fable 5 vs GPT 5.6 Sol — The Early Results'
AI Explained publishes an early hands-on comparison of Claude Fable 5 and OpenAI's GPT-5.6 Sol days after Anthropic's global redeploy and OpenAI's limited preview.
- Kimi K2.7-Code in GitHub Copilot — first open-weight model in the picker
GitHub Copilot adds Moonshot AI's Kimi K2.7-Code to its model picker — the first open-weight option. It rolls out to Copilot Pro, Pro+, and Max today, with Business and Enterprise following in the coming weeks.
- xAI Voice Agent Builder — no-code builder for production voice agents
xAI's Voice Agent Builder is a no-code platform for production voice agents on Grok Voice. It costs $0.05/min for agent audio plus $0.01/min for telephony on provisioned numbers, with sub-second latency and 25+ languages.