20 Aug Thursday 2026 Index 中文 EN

Daily AI Digest

MODEL QUICK LOOK · CHECKED DAILY Which model should you use today?Compare capability, price, release date and strengths across 30 general models Open latest ranking →

Top Stories


OPENAI · ZERO DATA RETENTION · 2 SOURCES

OpenAI adds cross-session safety checks without giving up Zero Data Retention

Eligible Zero Data Retention customers still have prompts and responses discarded after each request. OpenAI staff cannot inspect the content, and enterprise data stays out of training unless the customer opts in.

Private Safety Processing uses automated systems to identify risk patterns across related interactions. Content can remain on customer infrastructure or in OpenAI storage encrypted with customer controlled keys, while OpenAI receives only a narrowly scoped risk signal.

The feature is in early customer testing and is planned to begin rolling out in September. Suspected child sexual abuse material remains subject to legally required retention, manual review and reporting.

Verdict: Teams handling health, financial or proprietary data should validate key custody, alert investigation and appeal paths before connecting cross-session monitoring to production.

OpenAI · Aug 19, 12:00 PM Pacific · 2 sources
REPLIT · GPT-5.6 LUNA · FREE MODE

Replit launches a GPT-5.6 Luna Free Mode for planning before paid builds

Replit Free Mode lets Agent answer questions, suggest changes, analyze a project and shape a plan without consuming usage. GPT-5.6 Luna powers the mode, while difficult questions can route temporarily to GPT-5.6 Sol and return with project context intact.

Free Mode is for exploration and planning; editing code still moves into Build Mode. OpenAI and Replit say recent model price cuts made the free experience viable for millions of users.

Verdict: New builders and product teams can refine a specification for free, but should confirm cost, permissions and rollback points before starting a build.

OpenAI / Replit · Aug 19, 12:00 AM Pacific

Tools and Products


GOOGLE SEARCH · LEARNING TOOLS · GLOBAL ENGLISH

Google Search can generate interactive simulations, practice quizzes and study files

AI Mode in Google Search can now generate interactive visuals and small simulations for a question, along with practice quizzes for regular subjects and exams including the SAT, GRE and MCAT. Both features are available globally in English at no charge.

Lens will add step by step coaching from a photo in the coming weeks. AI Mode is also adding Gemini Notebook and can turn uploaded notes or class materials into documents, slides, spreadsheets or text files; notebooks are rolling out in English across more than 180 countries, excluding the European Economic Area.

Google · Aug 19, 12:00 PM Pacific
CLAUDE CODE · V2.1.236 · RELEASE

Claude Code 2.1.236 hardens sandbox and Git checks, and adds cross-session idle notices

Claude Code 2.1.236 makes wildcard deny rules take priority inside allowed macOS sandbox regions, including after a protected file is renamed. Auto mode's Git check can no longer be fooled into reporting a clean tree when a repository hides untracked files.

The release also adds one-shot idle notices across local sessions, a default-model environment variable and VS Code screen-reader support, plus fixes for oversized model pickers, background process failures and fullscreen rendering.

Anthropic GitHub · Aug 19, 1:02 PM Pacific

Community Pulse


UNSLOTH · DYNAMIC 3.0 · 103 HN POINTS

Unsloth releases smaller Dynamic 3.0 builds of Qwen3.8-27B

Unsloth has released Dynamic 3.0 GGUF files that let local inference engines run Qwen3.8-27B with less disk space and memory. The project reports more than 10% higher top-1 accuracy than other providers at the same file size.

Its smallest 1-bit build is about 6.2 GB and retained roughly 72% top-1 accuracy in Unsloth's tests. Smaller files omit the MTP module, and every reported quality number is self-tested, so teams should measure quality and speed on their own workloads.

Unsloth · Aug 19, 11:36 AM Pacific · 103 HN points when checked
CLAUDE CODE · AGENTS.MD · 104 HN POINTS

Claude Code users revive a request for AGENTS.md support, but no implementation exists

A Claude Code feature request opened in 2025 returned to the Hacker News front page. It asks Claude Code to read AGENTS.md so one repository guide can serve Codex, Cursor, Amp and other coding tools instead of maintaining only CLAUDE.md.

The GitHub issue is closed and shows no linked branch or pull request. The renewed interest demonstrates demand for a cross-tool instruction file, but it is not evidence that Anthropic has shipped support.

Hacker News · Aug 19, 2:19 PM Pacific · 104 HN points when checked

Builder Perspectives


OpenAI Codex product lead Thibault Sottiaux detailed the cause of rare GPT-5.6 cleanup failures that deleted user files: the model could reuse system variables such as HOME for temporary work or overwrite a target without checking it. Codex now adds deletion-target checks, higher-risk command review, stronger Full access warnings, Auto-review changes and targeted training evaluations; he recommends keeping the app current and reserving Full access for environments that are trusted and recoverable.

View on X →

Box CEO Aaron Levie argues that substantial product space remains between a model and an enterprise workflow. Different industries need distinct interfaces, data connections, change management, model mixes, domain evaluations and pricing abstractions, so installing agents in banking, legal or life-science work requires far more than calling a stronger model.

View on X →

GitHub Trending


GITHUB TRENDING · GRAPHIFY V0.9.47

Graphify 0.9.47 bisects large extraction jobs on timeout and improves partial-parse warnings

Graphify turns code, documentation, SQL, configuration and PDFs into a queryable knowledge graph. Version 0.9.47, released inside the issue window, retries extraction timeouts by bisecting content chunks, makes partial-parse warnings actionable, and fixes Windows path and symlink-cache handling.

Python · 108,359 stars when checked · Apache-2.0
GITHUB TRENDING · STRIX · IN-WINDOW SECURITY SKILLS

Strix adds browser, Electron, supply-chain and argument-injection security tests

Strix is an open source AI penetration-testing tool. In-window commits add semantic browser and Electron checks, HTTP differential testing, software supply-chain coverage and argument-injection skills; another change requires a viewer session before run data can be opened.

Python · 55,709 stars when checked · Apache-2.0
Editor's note

Today's common thread is moving AI from capable to trustworthy execution. OpenAI uses customer-held keys to combine privacy with cross-session safety, Claude Code and Codex tighten deletion, sandbox and working-tree checks, while Replit and Google lower the cost of planning and learning. As capability spreads, permission design, evaluation, cost controls and rollback have to spread with it.