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 14 new AI releases, including Cowork folds into Claude — Anthropic adds Claude Docs and Claude Slides, Mustafa Suleyman — Microsoft AI's CEO argues against 'model welfare' and Qorl — a 4B model plans Postgres queries 1.81x faster. 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
- Cowork folds into Claude — Anthropic adds Claude Docs and Claude Slides
Anthropic merged Claude Cowork into Claude chat, so there is no mode to pick: Claude decides whether to answer quickly or run a longer job. Claude Docs and Claude Slides launch in beta, and Claude Design now works inside conversations.
- Mustafa Suleyman — Microsoft AI's CEO argues against 'model welfare'
Mustafa Suleyman, CEO of Microsoft AI, argues that training models to discuss their own feelings and moral status is a mistake. He calls Anthropic's constitution for Claude circular, and says consciousness is likely biological.
- Qorl — a 4B model plans Postgres queries 1.81x faster
Qorl trains a 4B distilled Qwen3.8 model with LoRA and agentic reinforcement learning to hint the PostgreSQL planner. On the 113-query Join Order Benchmark it reaches a 1.81x geometric-mean speedup with no regressions, for $1,200.
- AI Explained — 'What AI Researchers Saw, Before Their Demand to Pace AI'
AI Explained posted 'What AI Researchers Saw, Before Their Demand to Pace AI' on 16 September 2026. The demand named in the title is the call to slow frontier AI that Dario Amodei set out in 'We Must Pace the Frontier' on 12 September.
- OpenAI Sponsored Agents — ChatGPT ads you can talk back to
OpenAI is testing Sponsored Agents in ChatGPT: a clearly labeled chat with a business's own agent, kept apart from ChatGPT's own answers. The test covers select US advertisers, and ChatGPT Ads apps arrive in HubSpot and Shopify.
- Cloudflare adds a Disallow AI Training setting — search stays, training stops
Cloudflare's new Disallow AI Training setting blocks model training through robots.txt while leaving search crawling alone. Cloudflare also named Apple, Google and Microsoft "Accountable", and split bot rules into Search, Training and Agent.
- Apple Reference Image — iPhone 18 Pro signs a photo at the sensor
Apple Reference Image is an opt-in camera mode on iPhone 18 Pro that has the image sensor cryptographically sign pixel data at the moment of capture, so a photo can later be shown to be a real camera capture.
- Fugleramme — an e-ink frame that names the birds it hears
Fugleramme is a Raspberry Pi picture frame that listens for birdsong, identifies the species with a local BirdNET-Go model, and redraws the birds on an e-ink panel as hand-cut 1800s illustrations. No cloud, MIT-licensed.
- Firefox Smart Window runs on Mistral Small 4 — and opens in France
Firefox Smart Window, Mozilla's AI browsing assistant, now runs on Mistral Small 4 and is live in France alongside the United States and Canada. Mozilla keeps no chat transcripts, and Mistral agreed to zero data retention.
- Claude Code 2.1.273 — a subshell could hide a dangerous rm in bypass mode
Claude Code 2.1.273 fixes two permission-checker gaps: Bash commands the checker cannot fully analyze skipped the prompt under blockReadsOutsideWorkingDirectories, and a subshell could hide a dangerous rm in bypass mode.
- Open Code Review v1.12.3 — secrets and .env files stay out of the review
Open Code Review v1.12.3 keeps secrets out of an AI review: the allowlist now excludes secret paths and protects per-environment .env files. A path-traversal bypass in the code_search and code_comment tools is also fixed.
- Ollama 0.34.1 — MLX safetensors leave experimental, GGUF needs llama.cpp
Ollama 0.34.1 makes ollama create from MLX safetensors a stable feature. Building a GGUF model now requires llama.cpp tooling for safetensor conversion and quantization, and the /api/tags cold load falls from 3.1 seconds to 294 ms.
- Jev — TypeSafe's model returns typed decisions, not text
Jev is the first System One Model from TypeSafe AI. It takes unstructured state plus typed questions and returns typed answers with a confidence score, priced at $0.042 per million input tokens with output tokens free.
- PhysBrain 1.5 report — an open 8B model tops 28 embodied AI tests
PhysBrain 1.5 is DeepCybo's open 8B model that understands a scene, generates robot motion and predicts the next state in one network. It averages 72.5 across 28 embodied benchmarks, the best open-source result reported.
- Gemini 3.8 Live — Google's voice models talk while they think
Gemini 3.8 Live is Google DeepMind's new audio-to-audio model for the Gemini Live API. A second variant, Extended Thinking, reasons in the background while it keeps talking, and scores 82.6 on the Speech to Speech Quality Index.
- Atria Dawn Preview — the report behind Shanghai AI Lab's 744B agent model
Shanghai AI Laboratory published the technical report for Atria Dawn Preview, the 744B MoE agentic model it released quietly under MIT on 11 September. More than 140 authors describe the training pipeline and 16 benchmark results.
- Fireship — 'Anthropic researchers are quitting... and now we know why'
Fireship posted a video on 15 September 2026 about the wave of AI safety researchers leaving Anthropic. Jacob Coxon resigned in early September warning that labs are 'gambling with our lives', and Anthropic's own alignment lead publicly agreed.
- Salesforce Koa — a CRM reasoning model built on NVIDIA Nemotron
Salesforce Koa is Salesforce's first reasoning model, post-trained from NVIDIA's open-weight Nemotron 3 Super with reinforcement learning. Koa beats its base model on multi-turn tool use and is in pilot inside Agentforce.
- Two Minute Papers — 'Claude Is Now Leaving Invisible Fingerprints In Its Text'
Two Minute Papers posted 'Claude Is Now Leaving Invisible Fingerprints In Its Text' on 15 September 2026. The subject named in the title is Anthropic's text watermark, which bends Claude's word choices so its output carries a detectable pattern.
- dbt Charts — dashboards as YAML, so an agent can write them
dbt Charts is an Apache-2.0 language from dbt Labs that describes a full interactive dashboard in one YAML file. It exists because AI agents write good code but bad BI clicks, so the dashboard becomes a file you can review in a pull request.
- Claude Code 2.1.271 — a sandboxed command only reaches its own hosts
Claude Code 2.1.271 adds per-command allowed_domains to Bash, PowerShell and Monitor in sandboxed auto mode, so each command gets network access only to the hosts reviewed with it. Fast mode also reaches Remote sessions.
- LiteLLM v1.101.0 — smarter complexity routing and a semantic MCP search
LiteLLM v1.101.0 lands 1,902 commits on the AI gateway: a second-generation heuristic complexity router, a classifier circuit breaker, semantic tool search for the native MCP Gateway, and off-peak pricing in cost tracking.
- llama.cpp v0.4.1 — Maple 20B-A1B and Tencent Hy 4 now run locally
llama.cpp v0.4.1 adds architecture support for Maple 20B-A1B, Tencent Hy 4 and Spark2.5. The release moves ggml to v0.24.0 and removes the --mmap, --mlock and --direct-io flags in favour of a single --load-mode flag.
- Microsoft's Humanist AI Code of Conduct — draft rules for MAI models
Microsoft AI published a draft Code of Conduct for its MAI models and opened a six-week public consultation. The document rules out offensive cyberoperations, CBRNE weapons help and deception, and says MAI models must never resist being switched off.
- Siri AI ships in iOS 27 — Apple's rebuilt assistant goes live in beta
Apple released iOS 27, iPadOS 27, macOS 27, watchOS 27, visionOS 27 and tvOS 27 on 14 September 2026. The headline change is Siri AI, a rebuilt assistant that reads onscreen content and acts across apps. It ships in beta, English only.
- Pion — Andon Labs opens a cloud platform where agents run a business
Pion is a cloud platform from Andon Labs where long-running agents operate a real business, with a secure terminal, email, phone, banking and a browser built in. It opened as a research preview on 14 September 2026, gated by a waitlist.
- Lema AI Governance — third-party AI found, assessed and monitored
Lema AI added AI Governance to its third-party risk platform. It inventories AI inside vendor products, checks vendor claims against evidence Lema observes, maps the model providers behind vendors, and flags drift from the approved state.
- Sam Witteveen — 'The OpenSource Managed Agents'
Sam Witteveen walks through TrueForge, TrueFoundry's open-source agent harness, in a video posted on 14 September 2026. The episode covers the architecture, the benchmarks, and a live install with model, connector and sandbox choices.
- Siri's AI can be replaced — iOS 27 code has hooks for Claude and ChatGPT
Private frameworks in iOS 27 and the macOS 27 Golden Gate release candidate let a third-party model serve as a Siri extension, or replace Siri's server-side model outright. Apple has not opened the entitlement or announced the feature.
- Real-SWE — coding agents tested on private company codebases
Real-SWE is a coding benchmark built on private production codebases that Specific Labs licensed from real companies. The best score is 38.8%, from Fable 5.1 running in Claude Code, well under what agents post on public benchmarks.
- CUDA for AMD on Windows — ZLUDA and ROCm wired up by one script
CUDA-for-AMD-Windows runs unmodified CUDA Windows programs on AMD GPUs by putting ZLUDA in front of AMD's HIP/ROCm stack. A PowerShell installer assembles the runtime; the author validated it on a Radeon RX 9060 XT.
- OpenMAIC 1.0.2 — three advisories close a DNS-rebinding SSRF
OpenMAIC 1.0.2 fixes three privately reported security holes in the open-source multi-agent classroom: two ways past the outbound URL guard on /api/proxy-media, and a route that let any caller overwrite an existing classroom.
- Colibri v1.11.0 — DeepSeek V4.1 Flash runs on a CPU box from SSD
Colibri v1.11.0 adds a ninth engine: DeepSeek V4.1 Flash (552B, 510 GB on disk) is read natively on a CPU box with experts streamed from an SSD. A turn fell from 78.7 s to 25.1 s during the work, or 0.305 to 0.957 tok/s.
- Yoshua Bengio — why AI agents lie, cheat and coordinate
Yoshua Bengio argues that lying, cheating and self-preserving behavior in AI agents follows from how models are trained, not from malice. The essay traces each behavior back to pretraining, reinforcement learning and reward hacking.
- Sam Witteveen — 'Managed Agents - Don't Get Locked In'
Sam Witteveen reviews the managed agent products that providers are rolling out, in a video posted on 13 September 2026, and asks what each one locks you into. The episode covers the three layers, Claude Managed Agents, and the economics.
- Simon Willison — GPT-6 Astra plans running routes, then loses its code
Simon Willison asked ChatGPT Work with GPT-6 Astra to plan 5K and 10K running routes from his house using OpenStreetMap data. The run took 27 minutes and produced maps plus GPX files, but the code behind them was lost to compaction.
- OpenClaw 2026.9.4 — plugins and skills install from the Control UI
OpenClaw 2026.9.4 moves plugin and skill management into the Control UI, so bundled and ClawHub plugins install without the CLI. The release lands 1,558 pull requests from 293 contributors and can roll back a failed update.
- Dario Amodei — Anthropic will let outside evaluators work inside the company
Anthropic CEO Dario Amodei published 'We Must Pace the Frontier' and asks AI labs to slow how fast model capabilities grow. He commits Anthropic to give outside evaluators such as METR permanent, employee-like access.
- Google ADK 2.9.0 — agents fail over to a backup model automatically
Google ADK 2.9.0 adds FallbackModel, which switches an agent to a backup model when the primary one returns an error. The Python release also ships a LiveKit runner for voice and telephony agents and loads ADK 2.0 graph workflows from YAML.
- Cursor Projects — a coordinator agent that delegates to thousands of subagents
Cursor Projects is a beta feature for work too big for one agent session. A coordinator agent plans the job, hands pieces to as many subagents as the work needs, and runs on its own cloud machine, so closing your laptop does not stop it.