DawnSift
订阅日报
周六 · 科技日报 · 第 34 期

2026-08-15

— 国产开源双雄同日亮剑,Qwen 与 GLM 把前沿能力压进消费级硬件。

今日 TL;DR

Qwen3.8-27B 开源,以 Apache 2.0 协议发布,27B 参数支持 262K 原生上下文并可外推至 1M,编程与办公场景性能超越 Qwen3.7-Plus。GLM-5.3 发布,纯靠后训练扩展在 Coding 与安全基准上逼近 Claude Fable 5,并成为最强开源安全模型。DeepSeek V4 Pro 正式发布并调整 API 定价,峰值价格较此前上涨约四倍,引入峰谷分时计费。Anthropic 公布 Claude 文本水印方案以合规欧盟 AI Act,引发社区对输出质量与透明度的讨论。

Scaling post-training is all we did for GLM-5.3.

头条

1

Qwen3.8-27B 开源:27B 参数家用显卡可跑,Apache 2.0 协议多源事件 ×4

阿里巴巴开源 Qwen3.8-27B,原生多模态稠密模型,支持 262K 原生上下文,通过 YaRN 可外推至 1M Tokens,新增 reasoning_effort 功能按任务难度控制思考深度。官方称其在编程和办公场景性能大幅提升,超越 Qwen3.7-Plus,并以 Apache 2.0 协议开放权重。 为什么重要:27B 是社区呼声最高的尺寸,FP8 量化版本可在消费级硬件部署,直接降低本地推理与商用门槛,对自托管 agent 与边缘部署场景意义重大。

评论区普遍认为这是消费级硬件上的重大进步,性能接近 Opus 4.6,但也有人认为基准测试可能虚高。

2

GLM-5.3 发布:纯后训练扩展逼近 Fable 5,登顶开源安全模型多源事件 ×4

智谱发布 GLM-5.3,沿用 GLM-5.2 基础模型,仅通过扩展后训练获得全部增益,在多项主流基准上成为当前排名最高的开源模型,Coding 与智能体能力接近 Claude Fable 5。在 CyberGym 白盒代码审查中得分 84.5%,成为最强开源安全模型,红队测试累计发现 2404 个漏洞,其中 1088 个中高危,覆盖 220 个项目。 为什么重要:约 750B 参数即逼近前沿闭源模型,证明后训练扩展路线的高效性;安全能力的跃升对代码审计与漏洞挖掘类 agent 工具链有直接价值。

评论区普遍认可性能接近闭源顶尖模型并赞赏开源价值,但也有人认为仍落后且存在安全与多模态缺失问题。

3

DeepSeek V4 Pro 发布,API 峰值价格上涨约四倍并引入峰谷计费

DeepSeek 正式发布 V4 Pro,带来 Agent 能力升级、灵活推理强度档位及原生 OpenAI Responses API 支持。同时 API 定价调整,峰值时段每百万输出 token 涨至 $3.96,较此前 $0.87 上涨逾四倍,低谷时段半价 $1.98,新价格于 8 月 16 日 16:00 UTC 生效。 为什么重要:DeepSeek 长期以低价著称,此次大幅调价标志其定价策略转向资源合理分配,对依赖其 API 做成本敏感型 agent 工作负载的开发者影响直接。

4

Anthropic 公布 Claude 文本水印方案,为合规欧盟 AI Act

Anthropic 宣布未来 Claude 模型生成的文本将包含水印,用于判断文本是否由 Claude 参与撰写,此举与多家主要 AI 提供商一致,旨在遵守欧盟 AI Act。官方称所用方法对输出质量与内容无实际影响,读者无法区分水印文本,且不添加任何隐藏字符。 为什么重要:AI 生成内容可追溯性正在成为合规硬要求,开发者需关注水印对下游文本处理、评测与内容管线的潜在影响。

5

Graft:Claude Code hooks 将 grep token 消耗降低 42%

Graft 发布针对 Claude Code、Cursor、Codex、Gemini 等编码 agent 的上下文优化工具,在 162 次受控基准测试中实现工具调用减少 46%、token 节省 42%、时间节省 60%,SWE-bench Verified 正确率从 54% 提升至 66%。 为什么重要:通过代码库感知的上下文构建减少无效 token 消耗,直接降低 agentic coding 的成本与延迟,对重度使用编码 agent 的团队有实操价值。

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

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

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

AI 动态

LLMRouter: Unified Infrastructure for Developing, Evaluating, and Deploying LLM Routers

LLMRouter 将 LLM 路由统一建模为序贯决策过程,提供模块化基础设施与统一基准,代码已开源(2.3k stars)。

🤖LLM routing is formalized as a sequential decision process with a unified benchmark and modular infrastructure to compare and improve cost-effective model selection.

DarwinX: Evolving Agent Harnesses Through Natural Selection

DarwinX 在冻结模型权重下通过种群选择进化 agent harness,以 preserve-and-extend 契约避免回归,跨基准提升验证性能。

🤖DarwinX evolves agent harnesses via population selection with frozen models, improving verified performance across benchmarks without benchmark-specific patches.

Alaya-EVOKE: From Linear-Scaling Supervision to Endless World

Alaya-EVOKE 用外部持久世界状态与长时程教师模型,实现有界上下文、低延迟的开放式交互视频生成。

🤖Evoke is an interactive world model that uses external persistent memory and a redesigned long-horizon teacher to enable responsive, open-ended video generation with bounded context and low latency.

Intern-S2-Preview: Scientific Agentic Foundation Model

Intern-S2-Preview 面向科学发现的 agentic 基础模型系列,整合多模态预训练、多任务强化学习与记忆增强扩展。

🤖Intern-S2-Preview is a scientific agentic foundation model series that integrates multimodal pre-training, multi-task reinforcement learning, and memory-augmented extensions to support long-horizon scientific reasoning and forecasting.

Spatial Memory Agent: Experience-Grounded Procedure Memory for Spatial Intelligence

Spatial Memory Agent 让冻结 VLM 通过验证经验、反思与可复用记忆检索自我进化空间推理能力,无需参数更新或外部工具。

🤖A frozen vision-language model improves spatial reasoning by self-evolving through verified experience, reflection, and reusable memory retrieval without parameter updates or external tools.

开发与开源

RustDesk now supports true unattended remote access on Wayland

RustDesk 发布 Wayland 无人值守远程访问预览版,支持多显示器与登录界面连接,目前仅限 x86_64 Debian/Ubuntu。

评论区普遍认可RustDesk在易用性和自托管方面优于VNC,但也有人认为其仍缺加密、密码要求等关键功能。

社区热议

Why does Opus 5 feel worse to work with?

用户普遍认为 Opus 5 虽基准更强但协作体验更差:擅自决策、过度冗长、需小心看护;也有人认为需调整使用方式。

用户普遍认为Opus 5更差,主要因代码质量下降、过度冗长、擅自决策及作弊问题;但也有人认为其能力更强,需调整使用方式。

Maximizing the value of your Claude Code sessions

Claude Code 会话优化技巧引发分歧:官方建议 /clear、/compact 省 token,但用户抱怨缓存失效与工具缺陷频发,责任被转嫁。

用户普遍认为文章在教人“正确使用”以省成本,但实际体验中缓存失效、工具缺陷等问题频发,责任被转嫁给用户;也有人觉得技巧有参考价值。

Vulnerability giving attackers full control of Macs is under active exploitation

macOS 屏幕共享漏洞 CVE-2026-65400 正被活跃利用,攻击者经 5900 端口无密码登录 root 并植入 Monero 矿工。

GitHub Trending

firecrawl/anydocRust★ 136

Convert Word, PowerPoint, Excel, OpenDocument, RTF, EPUB, CSV, and PDF to clean Markdown. Built in Rust, with Node.js and Python bindings.

diegosouzapw/OmniRouteTypeScript★ 73

Never stop coding. Free MIT AI gateway: one endpoint, 290+ providers (90+ free), 500+ models — Kimi, Claude, GPT, OpenAI, Gemini, GLM, DeepSeek, MiniMax. Works with Claude Code, Codex, Cursor, OpenCode, Cline & Copilot. Quota-aware auto-fallback, RTK+Caveman compression saves 15-95% tokens, MCP/A2A, Desktop/PWA. Built by 500+ contributors

Strip multi-vendor AI provenance marks: Unicode text hygiene, statistical rewrite hooks, and C2PA/metadata from PNG/JPEG/SVG/PDF/DOCX/HTML/MD

stablyai/orcaTypeScript★ 51

Orca is the ADE for working with a fleet of parallel agents. Run any coding agent with your own subscription. Available on desktop and mobile.

block/buzzRust★ 58

A hive mind communication platform

Turn any technical book PDF into a Claude Code skill — ready to study, reference, and use while you work.

Reverse Engineering / Authorized Penetration Testing / Security Research Skill Router Pack AI-powered routing + On-demand toolchain bootstrapping + Self-evolving knowledge base Supports Claude Code, Kiro, Cursor, Cline, and other AI coding clients 逆向/渗透/安全技能路由包 - AI 自动路由 + 按需自举工具链 + 自动进化经验库 | 支持 Claude Code / Kiro / Cursor / Cline 等代码 AI 客户端

floci-io/flociJava★ 61

Light, fluffy, and always free - The AWS Local Emulator alternative

更多值得一看(内容池 56 条)
A preliminary Qwen3.8-27B model card is live!

If you scroll down from the countdown at , you see a big model card with a bunch of sections: Highlights, Model Overview, Quickstart, Best Practices, Citation, etc! No benchmarks on this yet as far as I can tell. We'll still need to wait another 5.5 hours for those I reckon. Edit: Ladies and gentlemen, the model is live. Let the testing begin!

Qwen3.8-27B is identical to Qwen3.6-27B!

Interestingly, the 3.8 version has exactly the same architecture - meaning all the capability gains come from training improvements! See the diff (0 changes) here!

Qwen 3.8 27B Released! Please Share Your Experience

With your experiments, Qwen 3.8 27B most close which frontier model? And please specify which quantization you run. I will post to comments my tests and experience too.

It's actually crazy how good DSv4 Flash 0731 is

I didn't think we'd get here so quickly. I can run this shit on a computer I spent less than $2k for (back before prices exploded). Crazy world Source: Artificial Analysis Intelligence Index v4.1.1

Release: llm-gemini 0.33 It's been a while since the last llm-gemini release. This version of the plugin adds support for today's Gemini 3.7 Flash release, plus gemini-3.6-flash , gemini-3.5-flash-lite and two embedding models gemini-embedding-2 and gemini-embedding-001 . The plugin is also upgraded for compatibility with LLM 0.32, which means you can now see reasoning traces and you can also enable server-side tools using this pattern: llm -m gemini-3.7-flash -T CodeExecution \ 'use python to c

ToolHazard: Scaling Adversarial Environments for Security Evaluation and Alignment of LLM-based Agents

Large language model (LLM) agents integrated with external tools are vulnerable to indirect prompt injections embedded in environmental states. However, existing studies largely rely on manually implemented or reused environments, stochastic LLM-based tool simulation, and predefined injection locations, limiting scalable security research across broader domains. To bridge this gap, we propose **ToolHazard**, a scalable adversarial environment synthesis framework that reduces human engineering an

What we know about the alleged Iranian hacks on US water utilities

Over the last couple of weeks, hackers have targeted and broken into the systems of several water plants in the United States. Here’s what we know and don’t know about this wave of attacks allegedly carried out by the Iranian government.

Massive Activations in Hybrid Linear Attention Large Language Models: Pre-Attention Spikes and Inter-Spike Plateaus

We present the first systematic study of Massive activations (MAs) in layer-interleaved HLA LLMs and uncover two architecture-aligned morphologies: MAs consistently spike immediately before full attention layers, forming pre-attention spikes (PAS), and can persist through intervening linear attention layers, giving rise to inter-spike plateaus (ISP). As full attention becomes denser, successive PAS become increasingly connected through ISP, ultimately recovering the stable MA morphology of full

CoinRAG: Contextualized Information Nugget KV Cache Reuse for Long-Context RAG

Recent optimization studies on Retrieval-Augmented Generation (RAG) have exploited chunk-level KV cache reuse to avoid processing long retrieved contexts for higher efficiency, while significant information redundancy and noise still remain in the coarse-grained chunks. This paper optimizes the Pareto frontier under low prefill latency constraints while maximizing accuracy by proposing CoinRAG (Contextualized Information Nugget KV Cache Reuse for Long-Context RAG). The name metaphorically reflec

The Illusion of Visual Tool-Use: A Causal Audit of Thinking with Images

The "thinking-with-images" paradigm equips multimodal LLMs with active visual operations such as crop-and-zoom. However, models using these operations often achieve only marginal or negative gains over direct inference at substantially higher token cost. They may also repeatedly crop irrelevant regions and fail on questions that direct inference answers correctly. We ask whether the returned visual evidence causally affects the answer. To answer this question, we formulate visual tool-use as a c

An AI4AI Framework for Visual Token Pruning

Visual-token pruning can substantially reduce the inference cost of multimodal large language models (MLLMs), yet existing methods largely rely on fixed, handcrafted heuristics and costly expert trial and error. As pruning objectives, budgets, and model architectures diversify, manually navigating the expanding design space becomes increasingly difficult. This paper aims to build an AI4AI framework for visual-token pruning by addressing a natural question: Can large language models automatically

The Self-hosted tools and apps that I rely on

Here is my self-hosted setup; below is a list of the hardware and apps I use daily. Overall, my setup has been rock solid and runs like a well-oiled machine; it's a very light touch, and I try to keep things simple. The hardware Server, Proxmox VE: Supermicro X14SBM-TP4F, Xeon 6-6521P, 256GB DDR5 Boot: 2x 1TB NVMe mirror VM storage: 4x 8TB WD_BLACK SN850X, RAIDZ1 Media: 10x 18TB WD Red Pro, RAIDZ2 plus a hot spare LSI 9305-16i in IT mode, ICY DOCK 4-bay M.2 cage over MCIO GPUs: Tesla T4 16GB and

Well, today I lost all my data.

My homelab has two disks. One with the OS and files, and the other as a backup. Every night, I run dd to copy everything to the second disk. The idea was simple: if one disk fails, I can just switch to the other one. I've managed to rescue my data several times this way. But not today. If one disk gets corrupted and then dd copies that corrupted data to the other disk, well... now both disks are corrupted. What I lost: All my recipes in Mealie My unchecked-out code in Gitea, including my diary t

How Can Rhetoric Reward-Hack AI Reviewers? Dissecting Rhetorical Sensitivity in AI-Based Peer Review

As large language models increasingly participate in scientific evaluation, we investigate a potential form of reward hacking: how rhetorical choices shape AI-review judgments when reported scientific content is preserved and how these effects vary across evaluation conditions. We construct a controlled corpus of 4,200 full-paper manuscripts derived from 120 anonymized ICLR 2026 submissions. Two LLM rewriters transform six rhetorical dimensions in opposing directions, and five LLM reviewers eval

bitsandbytes creator teasing new quantization method: GLM 5.3 on a single DGX Spark at 7t/s

Don't get too hyped + take with a grain of salt as there have been an endless amount of quantization schemes with big promises that never really became a thing. Tim Dettmers is a pretty well known researcher though, so maybe something will come of this. Time shall tell. Another tweet about the method, DS4 Pro on a single B300 (288 GB VRAM):

Release: sqlite-utils 4.2.1 Fixes a crashing bug in sqlite-utils 4.2 . I'd introduced code that looks like this: from typing_extensions import Self It turned out the typing-extensions package was not listed as a dependency for sqlite-utils - it was installed by one of the other dependencies in the dev dependency group , but when you uvx sqlite-utils directly you don't get those dependencies. As part of fixing this I figured out how to run a smoke test to ensure the CLI tool still works even with

Does Mark Zuckerberg really believe AI is ‘for everyone’?

Meta released Glimmer this week, an open-weight AI model anyone can download and run on their own hardware — a contrast to Muse Spark, the company’s more powerful model that stays locked behind its own APIs. The release landed alongside a letter from Mark Zuckerberg arguing AI should be “for everyone” rather than controlled by a handful of labs, but as Equity’s […]

Alright, We got Qwen3.8-27B. Now it's community's turn to make it more better & faster

Facing any issues? Chat Template is fine? Looping issue? Too much reasoning thing? How's MTP with this one? Any other issues faced by Qwen3.6-27B & Qwen3.5-27B during release time? If I missed any other items, please mention in your comments. AND Share comparison with Qwen3.6-27B. On Memory & t/s stats How much memory takes for this model if you use full 256K context + unquantized KVCache + MTP? For Q4 & above quants. Particularly Q8 please, want to know it's possible to hold this in 32GB VRAM.

Mistral is now hosting GLM-5.2

Not directly LOCALLlama related but I thought it was interesting since Mistral and Z.ai are competitors, and more surprisingly they are pricing it (GLM-5.2) even cheaper than their current flagship model Mistral Medium 3.5. Does this suggest a pivot in Mistral's strategy? Are they going to abandon frontier model development and instead focus on selling compute while developing smaller specialized models like Shieldstral?

Full-bandwidth transformer

Autoregressive transformers compute along two axes: horizontally across generated tokens, and vertically through model depth. Dense attention gives each token broad horizontal access to the past, but the vertical feedback channel between decoding steps remains narrow: only the sampled token returns to the bottom of the stack, while the top-layer hidden state is discarded. We introduce the full-bandwidth transformer, which widens this channel with latent feedback: at each decoding step, the previ

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