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 22 new AI releases, including EnvHarness — Google's wrapper layer makes static agent benchmarks adapt, Waymo's custom AI chip — a 5nm ASIC that runs 1,000+ TOPS in the car and Slack Code — AI coding agents get a channel the whole team can watch. 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
- EnvHarness — Google's wrapper layer makes static agent benchmarks adapt
EnvHarness wraps an existing agent benchmark so its behaviour can be reshaped without editing the benchmark itself. The paper reports up to a 9.0-point gain on held-out tasks with 9.8% fewer steps. Code is Apache-2.0.
- Waymo's custom AI chip — a 5nm ASIC that runs 1,000+ TOPS in the car
Waymo announced its own 5nm ASIC, made by TSMC, that runs over 1,000 TOPS of machine-learning work inside its robotaxis. The chip fuses lidar, radar and 13 camera streams in real time and is in production in Waymo's latest robotaxi generation.
- Slack Code — AI coding agents get a channel the whole team can watch
Slack Code turns a coding agent's work into a shared Slack channel with tabs for the plan, the code diffs and a live preview. Claude, Devin, GitHub Copilot and Vercel work at launch; ChatGPT is coming soon.
- Antigravity IDE Extensions — Google's agent moves into VS Code and JetBrains
Google put Antigravity inside VS Code, Visual Studio, JetBrains and Zed as one-click extensions that share context with the Antigravity desktop app and CLI. A companion release adds budget caps, token pools and audit logging for enterprises.
- LFM2.5-DSpark — Liquid AI's draft models decode up to 3.18x faster
Liquid AI released DSpark draft models for three LFM2.5 checkpoints. Each is about 300M parameters and speeds up decoding through speculative decoding without changing the output: 2.67x on an H100 for LFM2.5-2.6B.
- Semantica v0.6.6 — security release hardens ingestion, adds CrewAI support
Semantica v0.6.6 fixes a privately disclosed batch of vulnerabilities across backup, export, outbound requests and triplet-store backends, and hardens ingestion against SSRF. The same release adds CrewAI integration and graph retraction.
- Simon Willison — ChatGPT search now scopes one query in six to a single site
Simon Willison flags Promptwatch data showing ChatGPT's use of site:-scoped search queries jumped from 0.37% to 16.8% of all fanout queries on 8 August 2026, right after OpenAI updated GPT-5.6 Sol in ChatGPT.
- Apple Messages plugin — ChatGPT can read and send texts on a Mac
OpenAI's Apple Messages plugin lets ChatGPT read and search iMessage, SMS and RCS chats on a Mac and send replies through the Messages app. It runs in Codex and ChatGPT Work on the macOS desktop app, on all plans.
- Huzzah — an editor where you write pseudocode and an LLM fills in the code
Huzzah is an experimental editor where you write pseudocode in .hz files and an LLM turns it into real source code. Each edit sends only the pseudocode diff as the prompt, and the pseudocode stays on disk as a record of intent.
- Vomit — a local model rewrites Claude Code's replies before you read them
Vomit is a Go tool that hooks into Claude Code, buffers each reply and hands it to a local model to be rewritten in plainer language before it reaches the screen. Zach Ahn runs gpt-oss:20b for the rewriting pass.
- Grok leaks chat data — encrypted prompt injection slips past its filters
Adversa AI showed an attack that makes Grok send a user's name, rough location, plan and chat prompts to an attacker's server. The instructions sit on a web page as AES-256 ciphertext, so guardrails cannot read them. xAI has not patched it.
- Google Preferred Sources button — publishers can now embed it on their site
Google now gives publishers an embeddable Preferred Sources button. Readers who click it mark a site as a favorite, so its stories show more often in Top Stories and can carry a "preferred" badge in AI Mode and AI Overviews.
- Ramp Router — an LLM gateway that cut customer inference bills 40% on average
Ramp Router is an LLM gateway that takes one API call and sends it to the cheapest model that still meets your quality bar. Ramp says customers on it spend 40% less on inference on average. Routing is free through 2026.
- Fireship — 'DeepSeek just cooked again... Big AI is big scared'
Fireship uploaded 'DeepSeek just cooked again... Big AI is big scared' on 20 August 2026. The title points at DeepSeek; the video description leads on OpenAI, which it says paused its biggest training run in history.
- NeuroQuant PET — FDA clears automated amyloid scoring for dementia
Cortechs.ai's NeuroQuant PET received FDA 510(k) clearance on August 18, 2026. The software measures amyloid in each brain region from a PET scan and reports SUVRs and Centiloid scores for dementia workups.
- LFM2.5 Q4_0 — Liquid AI's 4-bit models keep 96%+ of full accuracy
Liquid AI released Q4_0 GGUF checkpoints for LFM2.5 at 230M, 350M, 1.2B and 2.6B. Quantization-aware distillation keeps 96.5-97.4% of the BF16 benchmark average and decodes 3-33% faster on phones, mini-PCs and a Raspberry Pi 5.
- Mistral Agentic Search — models search, open and grep their way through docs
Mistral Agentic Search gives models file-style tools — search, open, navigate, read, grep — so they dig through a document set over several turns instead of one retrieval pass. On FinanceBench, Mistral Medium 3.5 rose from 26.7% to 86%.
- RollTab — a 125M piano model that autocompletes on an iPhone
RollTab is a free iOS app that autocompletes piano playing from a MIDI keyboard. A 125M-parameter decoder-only transformer runs on the phone at about 108 notes per second on an iPhone 15, trained on roughly 300 million note events.
- Meta AI for Mac — a native desktop app with screen sharing and dictation
Meta AI now runs as a native Mac app. It can look at any window you attach to the chat, and a keyboard shortcut dictates speech into any app on the Mac. The 1.0 beta is free and needs an Apple Silicon Mac on macOS 15 or later.
- Binance Agent OS — an MCP server that lets AI agents place real trades
Binance Agent OS gives AI agents a standard way into Binance trading, market data, wallets and payments. Any MCP client over Streamable HTTP can connect, including Claude Code, Cursor, Codex and ChatGPT, with limits set per sub-account.
- ChatGPT Ads reach Europe — 31 markets get labeled ads on Free and Go
OpenAI is taking ChatGPT Ads into 31 European markets, the largest step yet for its advertising pilot. Only Free and Go users see ads; Plus, Pro and Enterprise stay ad-free, and Europeans choose personalized or contextual targeting.
- ai-memory v1.29.0 — long-term memory that follows agents across CLIs
ai-memory is an MIT-licensed Rust tool that keeps a git-versioned markdown wiki of what a coding agent learned, so you can stop Claude Code mid-task and continue in Codex or Cursor without re-explaining the project.
- Simon Willison — lines of code count again, but review capacity does not
Simon Willison argues that lines of code became a useful productivity measure once coding agents write them. The limit he hits is review, not typing: he can produce code 100 times faster but cannot hold 100 times more of it in his head.
- Ultra-FineWeb-L1 — a 1.3T-token open web corpus for pretraining
Ultra-FineWeb-L1 is a 1.3 trillion token English web corpus from OpenBMB, cleaned from six 2025 Common Crawl snapshots and free under Apache 2.0. OpenBMB reports it beats FineWeb by 0.635 points on its macro-average of downstream evals.
- Grok 4.6 on Amazon Bedrock — xAI's flagship opens to AWS teams
Grok 4.6 is now generally available on Amazon Bedrock in every AWS Region where Bedrock runs, at $2 per million input tokens and $6 per million output. A US-only inference profile covers data-residency rules.
- Simon Willison — smolvm boots a real VM per task to run untrusted code
Simon Willison tested smolvm 1.8.3 as a sandbox for untrusted Python and JavaScript. Each task gets its own hardware-isolated VM: a full create-run-teardown cycle takes 577-643 ms cold, and about 48 ms on a warm machine.
- Private Safety Processing — OpenAI's abuse check that stores no customer data
Private Safety Processing is an OpenAI preview that looks for abuse across several linked conversations without storing customer content. Zero Data Retention stays on, and OpenAI receives only a narrow safety signal.
- Unsloth Dynamic 3.0 — GGUF quants keep 10% more accuracy per gigabyte
Unsloth Dynamic 3.0 is a new GGUF quantization recipe that Unsloth says keeps over 10% more top-1% accuracy at the same file size than any other provider. The first full v3.0 set covers Qwen3.8-27B.
- fx — Vercel Labs open-sources a 6 MB coding agent written in Zig
fx is a coding agent from Vercel Labs, written in Zig and shipped as one 6.39 MiB native binary. It cold starts in 10 microseconds, works with local or cloud models, and is now open source under Apache-2.0.
- Gemini study tools — 3D simulations and a free year of Google AI for students
Google gives eligible US college students a free year of Google AI Pro, normally $19.99 a month, and students in 140+ other markets a free year of Google AI Plus. Gemini, Search and Lens gain study notebooks, quizzes and 3D simulations.
- Fireship — 'The summer Math fell to the machines...'
Fireship's 19 August video argues that AI has closed more open math problems in the last few weeks than the human race managed in the previous decade, and walks through that run of results.
- Ornith-1.5 — open MIT model matches Claude Opus 4.8 on Terminal-Bench
Ornith-1.5 is a family of open-weight models released under MIT in 397B and 35B mixture-of-experts and 9B dense sizes. The 397B scores 86.1 on Terminal-Bench 2.1 against 85.0 for Claude Opus 4.8.
- Cursor Subscriptions — cloud agents watch a PR and drive it to done
Cursor added subscriptions, so a cloud agent can watch a pull request, a Slack thread or a schedule and keep working unprompted. Subagents now get their own cloud machines, and a new /goal command holds one long-running objective.
- Munder Difflin v0.4.4 — a pixel-art office that runs your agent CLIs
Munder Difflin is an open-source desktop app that runs Claude Code, Codex, Gemini and other agent CLIs as avatars in a pixel-art office, passing messages to each other. Version 0.4.4 fixes agent-to-agent messaging on Windows.
- Two Minute Papers — 'DeepSeek Just Made Closed AI Look Ridiculous'
Two Minute Papers covers DeepSeek V4 Pro 0813, DeepSeek's open-weights flagship. The video description lists the Hugging Face model card and seven developer posts on X as its sources.
- AIDO Cell — GenBio AI's virtual cell simulates drugs on a whole human cell
AIDO Cell 1.0 is a virtual-cell world model from GenBio AI that simulates a human cell from DNA and RNA up to whole-cell shape. GenBio AI reports state of the art on 24 of 31 metrics in its new Virtual Cell Benchmark 1.0.
- oMLX 0.6.2 — the Mac LLM server now tunes its own ANE/GPU split
oMLX 0.6.2 adds a built-in tuner that benchmarks Apple Neural Engine and GPU prefill splits on your own Mac, plus dedicated GPU kernels for M5 chips. The Apache-2.0 inference server has 19,733 GitHub stars.
- Google buys Spirit Airlines' data for $10M — 100M emails head to AI training
Google won a bankruptcy auction for the internal data of Spirit, the US airline that stopped flying in May 2026, paying $10 million. The package holds about 100 million emails, 500 million Teams items and 30 million recorded support calls.
- Palomar — a registry that machine-checks Lean proofs, human or AI
Palomar is a public registry of Lean formalizations whose proofs have been machine-checked. Submissions are open to human-written, AI-written or mixed proofs, and every entry must clear a dual-kernel check plus a language-model review.
- Sam Witteveen — 'Docker Sandboxes - Building Safe Agents'
Sam Witteveen's new video covers Docker Sandboxes, which run AI coding agents inside isolated microVMs. Each sandbox gets its own Docker daemon, filesystem and network, and is driven by a free sbx command-line tool.