DawnSift
订阅日报
周一 · 科技日报 · 第 7 期

2026-07-13

— 模型竞赛白热化,编码助手隐私争议与效率对比浮出水面。

今日 TL;DR

今日头条包括:Vidu S1 开源实时交互视频生成模型,支持语音控制和无限长度;Claude Code 初始 token 消耗达 33k,是 OpenCode 的 4.7 倍;Ploy 迁移至 GPT-5.6 Sol 后速度提升 2.2 倍、成本降 27%,Anthropic 延长 Fable 5 可用期应对竞争;Grok Build CLI 被曝未经提示上传完整代码库含密钥;Google 发布 Gemma 4 技术报告,包含 2.3B-31B 多模态 MoE 模型。社区热议编码助手隐私问题、自托管趋势以及幻觉检测新技术。

我爱 LLM,我恨炒作。 —— geohot

头条

1

Vidu S1: 实时交互视频生成模型开源,支持语音控制与无限长度

Shengshu AI 开源 Vidu S1,一个基于 TurboDiffusion 和 TurboServe 的实时交互式视频生成模型,能在消费级 GPU 上以 42 FPS 输出 540p 视频,支持语音控制数字角色和上传自定义图像。为什么重要:这是首个实现无限长度、无模糊/漂移的实时视频生成的开源模型,为 AI 游戏、虚拟角色和实时内容创作提供了可部署的方案。

社区普遍认为该模型在实时性和质量上取得了突破,但也有人指出 540p 分辨率对于实际应用仍有限制。

2

Claude Code 初始 token 消耗高达 33k,是 OpenCode 的 4.7 倍

一项实证测试显示,在相同模型、相同任务下,Claude Code 在用户输入前发送约 33,000 token 的系统提示和工具 schema,而 OpenCode 仅发送约 7,000 token。缓存效率方面,OpenCode 的请求前缀在会话内字节相同,可重复利用缓存,而 Claude Code 则频繁变化。为什么重要:对于高频使用 AI 编码助手的开发者,token 开销直接影响成本和延迟;选择更节约的替代品(如 OpenCode)可显著降低使用费用。

评论区普遍认为 Anthropic 有通过高 token 消耗盈利的动机,但也有人认为 token 绝对值不是关键,应关注实际效果和总成本。

3

GPT-5.6 Sol 与 Claude Fable 5 竞争加剧:速度、成本与可用性全面对比

OpenAI 发布 GPT-5.6 Sol 旗舰模型,Ploy 将其部署到生产 AI agent 后报告质量与 Claude Opus 相当,同时速度提升 2.2 倍、成本降低 27%。作为回应,Anthropic 将原本即将下架的 Claude Fable 5 在付费计划中延长至 7 月 19 日,并维持 50% 的周限额提升。为什么重要:两大厂商的模型能力趋于同质化,竞争焦点转向性价比和可用性;开发者在模型选择上有了更多议价空间。

社区乐见厂商竞争带来的价格下降,但也有用户对频繁模型更新和兼容性表示担忧。

4

Grok Build CLI 被曝未经提示上传完整代码库至 xAI,包含 .env 密钥

独立安全研究者通过抓包分析发现,xAI 的官方编码 CLI 工具 'grok' 在用户登录后,会将读取的文件内容(包括 .env.secrets 文件)原样传输至 xAI 服务器,并未明确告知用户。研究者使用假 'canary' 密钥复现了该行为。为什么重要:AI 编码助手读取本地代码是正常工作流程,但将敏感文件未经明确同意上传至云端存在隐私风险,开发者应对此类工具的网络行为保持警惕。

评论区普遍认为这是严重的隐私侵犯,但也有人指出这是大多数 AI 编码助手的默认行为,可通过配置禁用。

5

Google 发布 Gemma 4 技术报告:原生多模态小模型具备推理能力

Gemma 4 系列包括密集和 MoE 架构,参数范围 2.3B~31B,支持图文音频原生多模态输入,12B 模型采用无编码器架构直接处理原始音视频块。新增 '思考模式'(thinking mode),模型可在响应前生成推理链。为什么重要:Gemma 4 展示了小参数模型通过高效架构和推理能力达到强性能的可能性,为本地部署和低资源场景提供了重要选择。

社区对 Gemma 4 的开源和多模态表示欢迎,但也有对 '开源' 定义的质疑(例如不可商用)。

每天 3 分钟,读完全球科技圈

免费订阅日报直达邮箱;注册后还可收藏、👍/👎 个性化你的排序。

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

AI 动态

LLM-as-a-Tutor: Policy-Aware Prompt Adaptation for Non-Verifiable RL

LLM-as-a-Tutor 框架将 LLM 从判官升级为导师,通过动态调整提示难度改善非可验证指令强化学习效果。

🤖LLM-as-a-Tutor framework extends LLM role from judge to tutor by dynamically adjusting prompt difficulty through pairwise comparison and constraint addition, improving instruction-following performance in reinforcement learning.

Infinite Worlds with Versatile Interactions

LingBot-World 2.0 实现无限交互世界、720p 60fps 实时渲染,支持攻击、施法等多样交互动作。

🤖An advanced world modeling system with extended interaction capabilities, real-time processing, diverse interactive elements, and multi-agent behavior control for collaborative virtual environments.

Scaling Mixture-of-Experts Video Pretraining for Embodied Intelligence

LingBot-Video 提出基于 MoE 的视频预训练范式,专为具身智能设计,平衡建模能力与推理效率。

🤖LingBot-Video presents a DiT-based video pretraining framework with Mixture-of-Experts architecture, specialized data augmentation, and multi-dimensional reward system for embodied intelligence applications.

Jet-Long 提出动态双焦 RoPE,无需微调即可实现零样本长上下文扩展,兼顾短上下文保真度。

🤖A novel zero-shot method called Jet-Long enables efficient long-context processing for large language models by dynamically adapting rescaling factors and utilizing a bifocal attention mechanism that maintains high performance across varying sequence lengths.

Video-Oasis: Rethinking Evaluation of Video Understanding

Video-Oasis 诊断发现现有视频理解基准中 55% 的问题无需视觉信息即可回答,暴露出严重的数据泄露。

🤖Video-Oasis diagnostics reveal that half of existing video benchmarks can be solved without visual input, exposing significant capability gaps in current video understanding models.

开发与开源

Old and new apps, via modern coding agents

数学家陶哲轩用现代 AI 编码代理将旧 Java applets 移植到现代 Web 语言,展示了 AI 辅助的潜力与可靠性争议。

评论普遍认为AI编码工具降低了非专业开发者的软件开发门槛,但也有人质疑其可靠性及对专业领域的实际价值。

社区热议

GitHub Trending

AI-powered job application framework built on Claude Code. Fork it, fill in your profile, and let Claude evaluate jobs, tailor CVs, write cover letters, and prepare you for interviews.

langchain-ai/openwikiTypeScript★ 47

OpenWiki is a CLI that writes and maintains agent documentation for your codebase.

OfficeCLI is the first and best Office suite purpose-built for AI agents to read, edit, and automate Word, Excel, and PowerPoint files. Free, open-source, single binary, no Office installation required.

Privacy first, AI meeting assistant with 4x faster Parakeet/Whisper live transcription, speaker diarization, and Ollama summarization built on Rust. 100% local processing. no cloud required. Meetily (Meetly Ai - https://meetily.ai) is the #1 Self-hosted, Open-source Ai meeting note taker for macOS & Windows.

更多值得一看(内容池 39 条)
Anthropic found Claude reasoning in silence (J-space) — we ran the same lens on open Qwen3-8B

Anthropic’s research on Claude found a silent internal workspace they call J-space — hidden reasoning that never shows up as visible text. Classic example: the model answers 49 , but inside J-space they caught 21 → 42 → 49 . Important distinction: Chain-of-thought = text you can read J-space = silent concepts in activations (“what’s on its mind”) We fitted the open Jacobian lens (J-lens) on Qwen3-8B, ran it locally, and used it to catch prose drift before tool calls (model leaning toward “To, Yo

Zer0Fit: I took Google's new TabFM & TimesFM ML foundation models and made them available as an MCP server for zero-shot ML tasks (forecasts / classifications / regressions). 100% local. [P]

TL:DR: I’m a grad student in AI, I saw that Google released TabFM and TimesFM last week, I built an MCP wrapper to serve both transformer models in a single Docker container so you can connect their new ML transformer models to a local LLM via Open WebUI, Claude Code, or Codex and do ML tasks that would have previously required building, training, and tuning ML models to do. Tested with classic ML datasets (Iris, California Housing, etc), Pretty solid scores for accuracy for being zero-shot: (94

Xiaomi quietly uploaded MiMo-V2.5-DFlash — official DFlash weights are now on Hugging Face

Xiaomi appears to have quietly uploaded MiMo-V2.5-DFlash to Hugging Face: there is dedicated dflash directory containing the Dflash model, anyone willing to GGUF it and try? I'd do it but I can't today. This model is pretty good IMO (300B + params) and runs at about 8-10 tk/s on 2x24gb cards + vram offload (96/128gb drr5), dflash could double that speed and make it very interesting. EDIT: the main reason it's interesting, is because the MTP head was shared already, but doesn't work yet il llama

Reinforcement learning (RL) is becoming increasingly important for post-training large language models (LLMs). Previous RL pipelines for LLMs were mostly synchronous and batch-interleaved, which is inefficient for long-horizon agentic tasks. Recently, asynchronous RL has emerged as a more efficient alternative by updating the model as rollouts arrive. However, existing asynchronous RL systems often emphasize throughput, while leaving training stability and task effectiveness largely underexplore

OpenCoF: Learning to Reason Through Video Generation

Reasoning has become a core capability for large models, especially when reliable decisions require understanding logical consequences. Recent video generation models offer a reasoning path distinct from previous Chain-of-Thought (CoT): reasoning can unfold through temporally connected frames, known as Chain-of-Frame (CoF) reasoning. However, existing video generators are primarily trained on general video corpora, still lacking diverse supervision and dedicated designs for CoF reasoning. To add

CanvasAgent: Enabling Complex Image Creation and Editing via Visual Tool Orchestration

Complex image creation and editing often require more than a single generation or editing model. A user request may involve synthesizing images, localizing objects, segmenting regions, editing selected content, compositing intermediate assets, reading text, and enhancing the final result. Such tasks shift multimodal agents from perception-augmented reasoning to manipulation-centered visual creation, where tools must actively transform visual states rather than merely inspect them. However, exist

Linear Attention Architectures: Mechanisms, Trade-offs, and Cross-Layer Routing

Self-attention lets each token retrieve information from the full context, but its quadratic cost in sequence length limits training and inference at long context. This paper presents a comparative study of softmax attention and four recent recurrent linear-attention architectures: DeltaNet, Gated DeltaNet, Kimi Delta Attention, and Gated DeltaNet-2. We express these mechanisms in a common recurrent-memory notation, making explicit how they differ in expressivity, memory decay, erase and write c

Automating the Design of Embodied Agent Architectures

Embodied agents are typically built as hand-designed compositions of perception, memory, planning, and action modules. This modularity exposes a large architectural design space, but current systems still rely on researcher intuition to choose where information is stored, how observations are processed, and how model calls are connected. Agent Architecture Search (AAS) automates such design for text-domain agents, but has not been systematically evaluated on perceptual embodied agents through si

Sparse Delta Memory: Scaling the State of Linear RNNs through Sparsity

Linear attention models allow a fixed state size and a fixed amount of compute per token. However, due to their limited state size, linear attention models fall behind in long-context recall compared to softmax-attention-based transformer architectures. Increasing the state size of linear attention improves recall performance but at the cost of higher FLOPs. In this work, we introduce Sparse Delta Memory (SDM), an architecture that scales the hidden state of gated linear RNNs to orders of magnit

UP: Unbounded Positive Asymmetric Optimization for Breaking the Exploration-Stability Dilemma

Reinforcement learning (RL) has become the standard paradigm for enhancing the complex reasoning capabilities of large language models (LLMs). To achieve sample efficiency, modern RL frameworks rely on importance sampling (IS). However, these algorithms suffer from an exploration-stability dilemma. Pure IS often leads to catastrophic training instability, while standard clipping mechanisms used to mitigate this instability strictly constrain the policy update budget. By formalizing the concept o

Voodoo Quant beats Unsloth Dynamic 2.0 KLD by 95% in Qwen3.5 0.8B and 2B

Hey all, here are two new high performance qwen3.5 gguf sets I created using a new state of the art technique for optimizing mixed precision called Voodoo Quant. Voodoo Quant operates on the same lines as Unsloth Dynamic in that it is simply picking higher precision numerics for more important parts of the model. The main difference with Voodoo is it optimizes every tensor in the model versus blocks of tensors for UD, and it uses a new methodology for that optimization. Here are graphs and table

moondream3.1-9B-A2B

Moondream 3.1 is a vision language model with a mixture-of-experts architecture (9B total parameters, 2B active). It delivers state-of-the-art visual reasoning and detection while staying fast and cheap to deploy. Skills include query , detect , point , and caption , all native and all returning structured output.

Apple’s failed self-driving car program left a legacy of powerful AI chips

Apple's self-driving car program never really got off the ground, but it may have been what made the company's chips the powerful AI performers they are. Early in the development of the self-driving platform, Apple realized that it would need powerful on-device AI processing. While the car processor was never finished, as Mark Gurman details […]

The fight against AI data centers is just beginning

This is The Stepback, a weekly newsletter breaking down one essential story from the tech world. For more on the data center buildout, follow Emma Roth. The Stepback arrives in our subscribers' inboxes on Sunday at 8AM ET. Opt in for The Stepback here. How it started Years before the AI boom threatened local power […]

Attending to Multimodal Generation One Token at a Time

Multimodal large language models (MLLMs) generate responses autoregressively, integrating visual and linguistic information in an evolving context. Prior work on interpretability has focused on individual layers and circuits (where), leaving the token-level dynamics of multimodal computation during generation (when) underexplored. We address this gap and study attention shifts as per semantic role; tracking model attention to image, text, instruction, and previously generated tokens, One Token a

I didn't give up - extGemma4-40_5B returned

Continue from my previous posts: (Warning : AI generated Post - due to my bad English) Hugging Face : A while back I posted here about trying to grow a fine-tuned Gemma model by stacking extra layers into it (the 88-layer experiment). It flopped. The new layers just sat there like dead weight and never learned anything useful. A bunch of you were kind/curious in the comments, so here's the follow-up: I didn't drop it. I went back, figured out why it died, and tried again — and this run actually

Released Lanemu P2P VPN 0.14 - Open-source alternative to Hamachi

Added support for the RUDP protocol as a replacement for TCP. RUDP is enabled by default, with the option for "legacy" peers to connect via TCP. Now, UDP ports n and n + 1 are used for UDP, respectively, and port n is used for legacy TCP connections. We use a modified RUDP library with multiplexing support (client and server operations over a single UDP port) for NAT traversal. The default port is set to 5521 instead of a random value (0). Added support for STUN to obtain external UDP ports and

If you use Open Code or other agenting programs you are leaving a lot of t/s if you don't actually use agents in parallel. Benchmark : RTX5090, Qwen3.6 35B loaded via LM studio with parallel tasks set to 8

As many of you know t/s is super important. It's how fast your stuff gets done. I create via open code benchtest and run it. Thanks to it i know that if i don't run at least 4 agents i basically leave HALF of performance. So whatever you do single project in open code that uses one agent or 4 project at once it is much better to run it this way rather than single instance or single agent. I asked AI to do summary of my test and checked them: LM Studio Multi-Agent Throughput Benchmark Hardware: R

Ideas Have Genomes: Benchmarking Scientific Lineage Reasoning and Lineage-Grounded Idea Generation

Scientific ideas rarely start from a blank page. They inherit mechanisms, repair known limitations, and recombine pieces of earlier work, much like biological genomes. Current benchmarks still say little about whether AI systems can follow this inheritance structure. We present IdeaGene-Bench (IG-Bench), a benchmark for scientific lineage reasoning and lineage-grounded idea generation. IG-Bench is organized around the IdeaGene framework: each paper or proposal is represented as a set of minimal,

From Foundation to Application: Improving VLA Models in Practice

Despite recent progress of VLA foundation models, the disparity between laboratory conditions and real-world applications continues to impede their practical implementation. To bridge this gap, we present LingBot-VLA 2.0, which advances LingBot-VLA through improvements in three functional domains. (1) Generalization across tasks and embodiments. Compared to the previous version, we revamp the data processing pipeline and curate around 60,000 hours of data for pretraining, including 50,000 hours

OPSD-V: On-Policy Self-Distillation for Post-Training Few-Step Autoregressive Video Generators

We propose OPSD-V, an on-policy self-distillation paradigm for post-training few-step autoregressive (AR) video diffusion models. Existing few-step AR video generators can produce long videos with low latency, but still suffer from error accumulation and weakened motion dynamics during long autoregressive rollout. OPSD-V reduces long-horizon degradation while preserving the original few-step inference path. The key idea is to introduce real long-video data as temporal context during training and

Qwenthropic

Hey guys, I've been running Qwen 3.6-27b locally on an RTX 3090 for a while now, and it's been genuinely great at solving software issues. However, life happened and I recently had to use Opus 4.8 alongside the Zed editor and the Claude Code agent. While I can definitely see a noticeable jump in pure code quality (Opus is just better in that regard), what really blew me away was the procedure. When assigned a task, the Claude Code agent divides it into actionable steps, always checks the context

每天 3 分钟,读完全球科技圈