DCAI
DC AI 热点

精选

当前热点完整榜单 →
1针对长上下文编程优化,Claude Opus 5.5 正式发布86 热度 ⌁2Cerebras推出CS-4晶圆级AI加速器:推理速度号称达GPU系统的30倍83 热度 ⌁3传OpenAI即日预览网络安全专用模型GPT-6 Cyber81 热度 ⌁4智能体编程加剧CI负载:Anthropic 如何扩展测试影响分析80 热度 ⌁5将“激活神谕”技术扩展至万亿参数模型:深入内部表征监测AI异常行为80 热度 ⌁
9月25日2026-09-25
AITNT · AI头条(网页)✦ 精选AI 评分 72/10007:59

DeepSeek Harness 桌面版亮相 macOS 平台,内置智能体团队及多插件

DeepSeek Harness 现已推出桌面版本,该应用虽尚未获得官方正式宣布,但已通过苹果签名公证。桌面端目前仅支持 macOS 系统,内置了智能体团队、语音输入等 6 个功能插件,并提供标准、PTC、极简与创造四种专属工作模式,进一步拓展了相关工具在桌面端的生产力与多智能体协作场景。

阅读原文 ↗推荐理由:展示了 DeepSeek 工具链向桌面端拓展的进展,集成了智能体团队与多样化工作模式。# DeepSeek# macOS# 桌面应用# 智能体# 生产力工具
9月24日2026-09-24
量子位✦ 精选AI 评分 68/10022:17

PCIe显卡经内核与通信重构优化,DeepSeek推理吞吐提升近7倍

该动态指出通过内核补齐与通信重构等优化手段,PCIe显卡在运行DeepSeek模型时的推理吞吐量提升了近7倍,并声称1.5台6000D设备的表现可超越1台B300。需要说明的是,素材提供的信息较为简短,缺少具体的软硬件环境、完整测试基准以及技术实现的深度细节。

阅读原文 ↗推荐理由:展示了通过底层通信和内核优化挖掘PCIe硬件在DeepSeek大模型推理中算力潜力的方案。# PCIe显卡# DeepSeek# 推理优化# 吞吐量# AI算力
9月23日2026-09-23
9月22日2026-09-22
vLLM 更新✦ 精选规则精选13:20

v0.30.0

v0.30.0 Highlights This release features 762 commits from 315 contributors (104 new)! New models : DeepSeek-V4.1-Flash ( #56214 , #56228 , #56208 ) with the whole KV stored in MXFP8 through the FlashMLA V4.1 record on SM100 ( #56893 ), DeepGEMM Mega-mHC ( #56962 ), and async Engram prefetch with Engram DP sharding ( #56512 ); DeepSeek-V4-Flash-Vision-Exp ( #54566 ), also on ROCm ( #55107 ) and with LoRA ( #55897 ); GLM-5.3-Flash ( #53906 ) with EPLB ( #55119 ); K2-Horizon ( #55063 ); Cohere Compass ( #54774 ); Bailing V3 VL ( #55921 ); Nanbeige4.2 via the Transformers backend ( #56071 ); and a DeepSeek-V4 CPU backend with AVX512/AMX sparse ML

9月15日2026-09-15
9月10日2026-09-10
Transformers 更新✦ 精选规则精选20:03

Release 5.17.0

Release v5.17.0 New Model additions HYV4 Hy4-Preview is a 780B-parameter mixture-of-experts language model that activates 49B parameters per token. Each MoE layer holds 256 routed experts plus one always-active shared expert and routes every token to 8 of them. The context window is 1M tokens. The architecture combines four features: Multi-head Latent Attention (MLA) compresses keys and values into a low-rank latent ( kv_lora_rank ) that kv_b_proj expands back to one key/value per query head. DeepSeek Sparse Attention (DSA) selects index_topk keys per query with a lightweight indexer. Following IndexShare , only the layers marked "full" in in