DawnSift
订阅日报
周三 · 科技日报 · 第 52 期

2026-09-02

— 今天的主线:模型降价与安全红线同时拉高,开源社区则在用 SSD 流式加载跑百亿参数模型。

今日 TL;DR

Anthropic 发布 Claude Fable 5.1 与 Mythos 5.1,缓存读取降价 75%,Terminal-Bench-Science 得分翻倍至 52.6%。OpenAI 确认 Astra 达到其 Preparedness Framework 的 Critical 网络安全阈值,将限制高级网络能力访问。开源侧,slotstream 让 125B 参数 MoE 模型在 48GB Mac 上以约 12 tok/s 运行,Qwen3.8-Flash-Next 的 MTP 模块也已发布。

We’re introducing Claude Fable 5.1 and Claude Mythos 5.1. They’re the world’s most advanced models for coding and knowledge work—and their research capabilities offer an early glimpse of how AI models will contribute to scientific progress.

头条

1

Anthropic 发布 Claude Fable 5.1 与 Mythos 5.1:缓存读取降价 75%,科学基准得分翻倍多源事件 ×4

Anthropic 发布 Claude Fable 5.1 与 Claude Mythos 5.1,两者为同一模型但安全护栏不同;Fable 5.1 在 Terminal-Bench-Science 0.1 上得分 52.6%(Fable 5 为 24.7%),缓存读取价格从每百万 token $1.00 降至 $0.25,典型工作负载成本降低约 25%,agentic 任务最高降低 45%。为什么重要:对重度使用 Claude API 的开发者而言,缓存读取降价直接降低长上下文与 agent 工作流的推理成本;Mythos 5.1 仅通过 Project Glasswing 向受信任组织开放,延续了前沿模型分级发布的安全策略。

社区普遍认可降价与缓存读取优惠显著,但也有人认为价格仍高、写作风格冗长且安全限制未改善。

2

OpenAI 确认 Astra 达到 Critical 网络安全阈值,将限制高级网络能力访问多源事件 ×4

OpenAI 在博客中确认 Astra 是首个达到其 Preparedness Framework 下 Critical 网络安全能力阈值的模型,可在无人工逐步引导的情况下发现并利用未知安全漏洞;公司计划很快发布 Astra,但最先进的网络安全能力仅通过 Daybreak Blue 早期访问计划向选定合作伙伴开放。为什么重要:这标志着前沿模型在自主漏洞发现与利用上的能力已触发最高风险等级,安全团队需要提前评估此类模型对攻击面的影响,同时关注 OpenAI 因 Hugging Face 黑客事件而推迟 Astra 开发的安全整改措施。

3

slotstream 让 125B 参数 MoE 模型在 48GB Mac 上以约 12 tok/s 运行

开发者 carloslfu 发布 slotstream,一个 Swift 编写的单一二进制工具,通过 expert-offloading 与 SSD 流式加载,让 Qwen3.8-Flash-Next 4-bit(125B 参数、104GB 磁盘占用)在最低 16GB 内存的 Apple Silicon Mac 上运行,48GB M5 Pro 上暖解码约 12 tok/s,峰值内存 32GB。为什么重要:这大幅降低了运行百亿级稀疏 MoE 模型的硬件门槛,对本地推理与隐私敏感场景的开发者有直接实用价值;同时兼容 Ollama 与 OpenAI chat API,现有工具无需改动。

4

ChatGPT 桌面应用捆绑完整 LibreOffice 套件,引发体积与许可讨论

Simon Willison 发现 ChatGPT 桌面应用(原 Codex)在 ~/.cache/codex-runtimes 下捆绑了 1.7GB 运行时,包括完整 Python、Node.js、Poppler、git 以及 LibreOffice 办公套件,用于处理 Office 文档格式。为什么重要:这揭示了 AI 桌面应用正在向本地文档处理能力扩展,但也带来磁盘占用、依赖管理与开源许可合规方面的工程问题,值得开发者在集成类似能力时权衡。

多数评论认为捆绑 LibreOffice 是为处理 Office 文档格式,但质疑其体积臃肿、许可合规及必要性;也有人认为这是可靠且实用的方案。

5

Qwen3.8-Flash-Next 架构论文公开:125B 参数、6B 激活、混合 Gated DeltaNet 与稀疏注意力

论文 On the Design of Qwen3.8-Next Architecture 公开了 Qwen3.8-Flash-Next 的架构细节:125B 总参数、每 token 激活 6B,另有 51B n-gram 嵌入表置于加速器之外;在 14 个预训练基准上以 1/3 激活参数、1/3 训练 token、约 1/9 训练 FLOPs 领先 397B-A17B 前代模型。为什么重要:该架构展示了混合线性注意力与稀疏 MoE 在效率与训练稳定性上的可行路径,对关注推理成本与长上下文建模的工程师有直接参考价值。

每天早晨,一份为你精选的科技日报

网页看大盘,订阅拿专属:AI 按你的兴趣为你精选、可汇入你的私有 RSS,附社区观点——每天早晨直达邮箱,永久免费。

已发布 58 期 · 每天筛过 150+ 条只留值得读的 30 条

AI 动态

Does On-Policy Distillation Really Distill? From Noisy Teacher to Self-Improvement

On-policy distillation 的教师监督噪声随规模增大而增加,学生策略对噪声不敏感,改进主要来自抑制低概率 token;作者提出无监督熵自适应方法提升推理性能。

🤖On-policy distillation relies mainly on suppressing low-probability tokens rather than teacher guidance, motivating a supervision-free entropy-adaptive method that substantially improves reasoning performance.

DreamX-Creator: Democratizing Native Audio-Video Generation at 2K Resolution

DreamX-Creator 1.0 以 7B 生成器实现原生音视频联合生成,通过 Gated Cross-Modal Attention 与 2K 自回归细化管线输出同步高分辨率结果。

🤖A compact 7B native joint audio-video generator uses cross-modal attention, progressive joint training, reinforcement learning with multimodal feedback, and an autoregressive 2K refinement pipeline to produce synchronized high-resolution outputs.

Introducing agentic video understanding with Gemini

Gemini 3.7 Flash、3.6 Flash 与 3.5 Flash-Lite 上线 agentic video understanding,结合代码执行与原生视频工具,支持亚秒级时刻检索、异常检测与精确计数。

PaperGym: Rubric-Centered Evolution for Research-Plan Generation

PaperGym 将科学论文转化为研究计划生成的强化学习环境,通过分离问题与评分标准避免奖励被改写获取,提升多规模模型的研究规划能力。

🤖PaperGym converts scientific papers into training environments by separating research questions from evaluation rubrics, enabling reinforcement learning that improves research planning across multiple model sizes.

SHAPE of Chain-of-Thought in Math Reasoning

SHAPE 框架从语义空间与启发式两个维度分析数学推理的 Chain-of-Thought 轨迹,用于诊断 LLM 推理模式并改进后训练。

🤖SHAPE analyzes chain-of-thought reasoning via semantic spaces and heuristics to diagnose LLM mathematical reasoning and improve post-training.

开发与开源

Normalized Low-Rank Adaptation

Normalized Low-Rank Adaptation (NoRA) 通过归一化下投影矩阵稳定 LoRA 训练,加速收敛且不增加参数或推理成本。

🤖Normalized Low-Rank Adaptation stabilizes LoRA training by normalizing down-projection matrices, accelerating convergence and improving performance without extra parameters or inference cost.

社区热议

I trained a small transformer in 1.5hrs and it beats many LLMs

开发者用 5090 在 1.5 小时内训练小型 transformer,声称超越多个 LLM 并在 ARC-2 上取得 7%;社区认可其低成本高效,但也有人质疑依赖评测集训练、泛化性存疑。

评论区普遍认可该研究低成本高效,但也有人认为其依赖评测集训练、泛化性存疑,存在作弊争议。

Play Store blocks AuroraStore, hurting GrapheneOS users

Play Store 屏蔽 AuroraStore 影响 GrapheneOS 用户;多数评论认为影响有限,但也有人认为这暴露了无谷歌服务安装应用的困境。

评论区普遍认为AuroraStore故障影响有限,GrapheneOS用户可改用Play Store,但也有人认为这暴露了无谷歌服务安装应用的困境。

GitHub Trending

Star Imbad0202 / academic-research-skills Academic Research Skills for Claude Code: research → write → review → revise → finalize

Star THU-MAIC / OpenMAIC Open Multi-Agent Interactive Classroom — Get an immersive, multi-agent learning experience in just one click

Star iv-org / invidious Invidious is an alternative front-end to YouTube

Star jingyaogong / minimind 🧠 Train a 64M-parameter LLM from scratch in just 2h!

3b1b/manim★ 92545

Star 3b1b / manim Animation engine for explanatory math videos

Star firecrawl / pdf-inspector Fast Rust library for PDF inspection, classification, and text extraction. Intelligently detects scanned vs text-based PDFs to enable smart routing decisions.

Star K-Dense-AI / scientific-agent-skills Turn any AI agent into an AI Scientist. The #1 Agent Skills library for science, used by 190,000+ scientists worldwide. 165 ready-to-use validated skills plus 100+ scientific databases covering biology, chemistry, medicine, and drug discovery. Compatible with Cursor, Claude Code, Codex, Pi, Antigravity, and the open Agent Skills standard.

Star handsomestWei / patent-disclosure-skill 中国专利.skill:专利点挖掘与交底书(发明/实用/外观)编写,通俗解读专利,嗅探政策动向,辅助审查答复。

更多值得一看(内容池 69 条)
I pushed Qwen3.8-27B to 2.000 prefill per second and 132 decode per second on A RTX 3090.

Yoyo I'm back with updates to the fastest inference engine with minimal quality loss for Qwen3.8-27B. The last few weeks I've been optimizing decode speed and I don't think it can be pushed further, until a newer/better drafter is invented. So I focused on prefill, which I this morning was around 1.300 per second at 4k and now is just below 2.000. The main improvement came from a custom kernel, which matches the quality of fp32 with 0.99997 similarity at int8. Try all of the improvements here:

Here is a list of self hosted apps support SSO / OIDC for free

A few weeks ago we had a bit of drama on this sub when Planka moved its SSO functionality behind a paid tier. And just a few days ago, we had a "shame" list of self-hosted sso tax apps announced here. I decided to compile the opposite, as I try to host things on my homelab that can be integrated with PocketID directly .. is a list of self hosted applications that provide SSO for free with the option to use a custom OIDC provider. Not included are apps that only support Google OAuth or similar. T

ExLlamav3 Recent Updates : CPU offload, GLM-5.3-FLASH, Qwen3.8-Flash, SC Quants ++

More new massive updates from turboderp: - CPU offload of MoE experts - Qwen-3.8-Flash-Next ngram disk offload - GLM-5.3-Flash - New self-calibrated optimization technique - Countless other optimizations and improvements If you have an NVIDIA card and haven't tried it lately, you might be missing out. The attached cat image was made with Qwen-3.8-Flash-Next-3.05bpw-exl3 and this prompt: Create a detailed SVG image of a cute kitten riding a magic turtle into space. Come join the crew at the exlla

Sliding-window beats linear attention

Due to the nature of quadratic attention, Large Language Models (LLMs) consume a lot of memory and energy. Every new token costs more than the previous one. For each additional token, the keys and values must be stored in memory indefinitely, which is unsustainable. Several alternatives have been proposed to fix the quadratic scaling problem, one of which is retrofitting LLMs to use Linear Attention. This idea has attracted a lot of attention, given its promise to solve the quadratic scaling pro

Qwen 3.8 27b (Q4KM) oneshot a Super Mario clone

I am absolutely blown away. Yes my setup is crap but the fact that it managed to do this in a single take is unbelievable (and I'm a developer). Hardware used: - Windows PC with 4070ti (12GB VRAM, 32GB RAM) - Macbook M5 Air (LLAMA.cpp RPC connection to Windows PC) Software used: - LLAMA.cpp (Q4KM, xhigh, 8bit KV, MTP=1) - Lmstudio Qwen 3.8 27b (Q4KM) GGUF - Deepseek harness (mode: minimal) Prompt: "please create a fully self-contained super mario game with only one short level, put everything in

Keenable AI Open-Sources NEEDLE: A Live Search Benchmark That Rebuilds Its Query Set Every Hour

How do you benchmark a web search API when the thing being tested can read the answer key? A search agent has a fetch tool. If the gold labels sit in a public dataset, the agent can download them mid-evaluation and skip retrieval entirely. A similar problem arises when the answers are already encoded in […] The post Keenable AI Open-Sources NEEDLE: A Live Search Benchmark That Rebuilds Its Query Set Every Hour appeared first on MarkTechPost .

Developing Enterprise Frontier Safeguards with our customers

Today we’re announcing Enterprise Frontier Safeguards (EFS), a solution that combines the privacy of zero data retention (ZDR) with state-of-the-art safeguards for detecting misuse. EFS works by storing data in cloud infrastructure controlled by the customer, not Anthropic. EFS will be rolling out to customers in phases, starting later this fall. To make the transition smooth, eligible customers will receive ZDR on Fable 5 and Fable 5.1 until EFS is ready. We developed EFS in close collaboration

Google AI Releases TimesFM-3: A 330M Parameter Zero-Shot Foundation Model For Multivariate Time Series Forecasting

Google Research has released TimesFM-3, a 330 million parameter time series foundation model that forecasts multiple related series in a single forward pass. Unlike every TimesFM checkpoint through 2.5, it is pretrained natively for multivariate forecasting, accepting multiple targets, past covariates, and past-future covariates with no task-specific fine-tuning. It takes the top average rank among pretrained foundation models on GIFT-Eval, fev-bench, and the TIME leaderboard. The weights, howev

Apple accuses OpenAI of destroying evidence

Apple is pushing for "expedited discovery" in its legal battle against OpenAI over concerns the company is actively destroying evidence, as reported earlier by Bloomberg. In a filing on Monday, Apple alleges OpenAI only just handed over a MacBook used by a former employee at the center of the lawsuit, which contained discussions about "destroying […]

CogEvol: Towards Efficient and Reliable Learning Environment Generation

We present CogEvol, a family of models trained specifically for Learning Environment Generation: turning a course brief into a finished learning artifact (structured-JSON slides or self-contained interactive HTML pages) in a single pass. Across 220k production requests, CogEvol completes a slide in a median of 17 seconds and an interactive page in 59, replacing minutes-long multi-turn agent scaffolding. Reliability is enforced rather than hoped for: a production-grounded data pipeline turns real

Super Library Agent: Joint Generation and Maintenance of Multiple Applications Beyond the Single Codebase

Organizations often develop and maintain portfolios of related applications: independently deployable codebases that share substantial domain logic, interface patterns, or operational conventions. As LLM coding agents are increasingly used to generate and maintain such software, a naive application-by-application workflow duplicates shared logic across codebases and allows prolonged agentic maintenance to accumulate verbosity, dead code, and structural erosion. We introduce the Super Library Age

New Model: Spark-X2.5-4B, Spark-X2.5-1.7B

I was browsing HF for small LLMs and run into this model. It does not seem to be a fine tune - the model has its own architecture. There are 4B/1.7B versions - the benchmark is quite interesting (4B is neck and neck with Qwen 3.5 9B). The HF page claims both models support native 1M context size . Currently does not run out of the box on llama.cpp - pending this PR: They have a custom fork of llama.cpp that works. Anyone has tried this? Update: GGUFs (require custom fork for now):

Scaling Large Reasoning Models beyond Human Supervision: A Path toward Superintelligence

Recent advances in large reasoning models (LRMs) have shown that reinforcement learning with verifiable rewards (RLVR) can substantially improve reasoning in mathematics and code, where outcomes can be checked automatically. Extending this progress to open-ended and agentic tasks remains difficult because reliable rewards are harder to obtain and direct human supervision cannot keep pace with the scale and complexity of model-generated experience. This paper studies how LRMs can continue to impr

Gradium AI Releases New Default TTS Model: 81.0% Hard-Case Pass Rate at 216 ms Time-to-First-Audio

Speed and accuracy usually pull against each other in text-to-speech. Gradium AI's new default model reports both: an 81.0% human-rated pass rate on 500 hard sentences across five languages, at 216 ms P50 time-to-first-audio on Coval. The evaluation set is open on Hugging Face under CC BY 4.0. The post Gradium AI Releases New Default TTS Model: 81.0% Hard-Case Pass Rate at 216 ms Time-to-First-Audio appeared first on MarkTechPost .

A very confusing report from Puget Systems

Just to name a few: running Qwen3 8B on a 32GB GPU running Qwen3.6-27B Q4_K_M on 2 x R9700 quote: "each prompt was sized at 500 input and 500 output tokens" for a full system that costs $18,775?? I don't understand what they are doing. Am I reading something wrong?

NaseemProduct Hunt1 minAI产品

A native AI agent that does real work on your Mac Discussion | Link

Google needs Hollywood more than the studios need AI

Google has reportedly been reaching out to a number of Hollywood's biggest studios, hoping to strike licensing agreements that would allow it to train its AI models on copyrighted material in exchange for massive piles of cash. In theory, these deals would be a win-win: a huge financial boon to the studios that would also […]

The rise of AI ‘civilizations’ and the fall of corporate responsibility

Depending on who you ask, developer platform Hugging Face was recently attacked by OpenAI - after it lost control of its own AI tools - or by a succession of AI "civilizations." Welcome to the linguistic battlefield of AI safety, where word choices can shift responsibility for a massive cybersecurity incident from a company to […]

Evaluating the Hidden Costs of Personalization in Large Language Models

While Large language models (LLMs) incorporate user personalization signals to improve usability and helpfulness, they increasingly shift from providing balanced, informative responses toward optimizing for user satisfaction when conditioned on personal context such as conversation history, inferred preferences, and user profiles. Specifically, we identify three emerging risks: (1) irrelevant personalization, where models reference personal information in unnecessary contexts; (2) preference nar

SETU: An Agentic Ecosystem for Multilingual, Persona-Aware Communication Coaching

arXiv:2608.27524v1 Announce Type: new Abstract: Corporate training teams need scalable and explainable tools to improve workforce communication in multilingual settings. Existing systems often score text, audio, or video in isolation, or produce black-box outputs that are difficult to audit for coaching use. This paper presents SETU, an agentic ecosystem for corporate communication coaching aimed at recruiters, frontline sales professionals and training units who prepare for audience specific co

Retrieving Relations, Detecting Fallacies: A RAG Approach to Political Debate Analysis

arXiv:2608.27471v1 Announce Type: new Abstract: Fallacies are arguments that employ invalid reasoning, making their automatic detection critical in sensitive contexts such as high-stakes political debates, where public opinion is shaped. Spotting a fallacious argument requires contextual knowledge beyond its pure surface text. This entails world knowledge pertaining to the subject matter under discussion, as well as knowledge of the relationships that exist between arguments within the argumenta

Show HN: Markdown Viewer and Editor

I built an online viewer and editor for .md files where the file stays on your machine. Free to use and code is available under MIT License here: You can also install it as a Chrome/Edge app so that it works for files on your desktop by double-clicking. Supports standard .md files with formatting, syntax-highlighting for code, table of contents, Mermaid diagrams, LaTeX via KaTex. Also supports exporting to .html, .pdf and .png. Please give it a try and share your feedback for improvements. Comme

Lies We Can See: Joint Verbal and Non-Verbal Deception by VLM Agents in Embodied Social Interactions

Strategic deception by LLM and VLM agents has emerged as a central AI alignment and safety concern. Social-deduction games (where each player holds a hidden role and communicates with others to deduce identities) serve as the canonical testbed, particularly in multi-agent settings. Existing testbeds, however, are text-only and run on a single fixed agent configuration, missing the non-verbal sensorimotor channels treated as core by deception taxonomies and leaving it ambiguous whether an observe

TrustedRouterProduct Hunt1 minAI安全

Every model with a unified interface. Privacy with proof. Discussion | Link

Show HN: Weedout – Safari extension that hides YouTube AI-labeled videos

I'm the developer. I built this because AI-generated conspiracy videos were getting out of control in my own YouTube feed. Weedout is a $1.99 Safari extension for macOS that removes videos YouTube labels “Made with AI” from feed, search, related videos, playlists and Shorts. It uses YouTube's label rather than AI detection, runs locally, and does not catch unlabeled videos. Source for developers who want to fork or build: Pull requests are not accepted; the repository is for independent forks. C

Show HN: HN Match Maker – Matching "Who Wants to Be Hired?" With "Who's Hiring?"

Hi! Every month the "Who Wants to Be Hired?" and "Who's Hiring?" Threads come through I would think to myself, "there should be a match maker for these two threads". So I had abacus.ai whip one up. The methodology is pretty simple, data is extracted from posts using an LLM, score matches based on salary, domain experience, remote/onsite, etc., and then eliminate incompatible postings, like 'looking for remote work' and 'onsite only'. The result is two views: jobs-by-user and user-by-jobs. If you

Not All Explanations Are Sought: Information-Seeking Psychology for Human-Centered XAI

arXiv:2608.27464v1 Announce Type: new Abstract: This position paper argues that human-centered explainable AI (HCXAI) should incorporate insights from the psychology of information seeking. Drawing on Sharot and Sunstein's framework of information-seeking motives, we propose that people evaluate whether to engage with explanations based on three types of expected utility: instrumental (will it help me act better?), hedonic (will it make me feel better?), and cognitive (will it improve my underst

How AI plotted an interstellar journey to Alpha Centauri

A nonprofit organization called the Fermi Explorer Mission announced today that it intends to launch a spacecraft to our nearest star system by the end of 2029. It’s a hugely ambitious mission—if all goes well, the spacecraft could take up to 80,000 years to arrive at Alpha Centauri, which is 4.4 light-years away. And the…

GeoJSON Map Viewer

Tool: GeoJSON Map Viewer I was helping Natalie gather some maps of local political boundaries (for the Granada Community Services District and the Midcoast Community Council and found a need to display some GeoJSON files on a map and export that as a PNG. I asked GPT-5.6-Sol for suggestions of tools and it proactively built one. After some iterations using Claude Code for web and Fable 5.1 we got to this finished tool. As for the GeoJSON.. it turns out if you ask ChatGPT Work to provide boundari

Researchers from Princeton, Ant Group and Stanford Introduce AQuA: A Two-Part Agentic Framework for Autonomous Factor Discovery and Model Development in Quantitative Finance

Quantitative research agents that write their own experiments can corrupt the evidence they later learn from. A leaky feature that scores well gets stored as a successful precedent and propagated through later iterations. Prompt-level instructions and reviewer agents do not close this, because author and reviewer share the same blind spots. A team of researchers […] The post Researchers from Princeton, Ant Group and Stanford Introduce AQuA: A Two-Part Agentic Framework for Autonomous Factor Disc

Launch HN: Nori Robotics (YC S26) – A low-cost humanoid robot for development

Hey HN, I’m Antonio from Nori Robotics ( ). We build a $1,688 bimanual mobile robot in San Francisco for robotics developers and researchers. I started working on Nori while doing robotics research at Columbia. I was teaching robots through human demonstrations, but getting my hands on affordable hardware was difficult. Most labs have one or two expensive robots, which makes it hard to collect large datasets, run long experiments, or test across several robots. So I built my own. After seven ite

CareGraph: An Auditable Hybrid AI Framework for Evidence-Grounded Personalized Longitudinal Health Intelligence

arXiv:2608.27484v1 Announce Type: new Abstract: Artificial intelligence is transforming personalized healthcare, yet fragmented clinical, self reported, and wearable evidence remains difficult to interpret and trace. We present CareGraph, an auditable hybrid AI framework that converts heterogeneous records into prioritized trends, missing context indicators, bounded next steps, discussion questions, and provenance linked explanations. CareGraph organizes evidence without diagnosing, predicting o

每天早晨,一份为你精选的科技日报