LinearKV: One Cached State Suffices for Position-Independent Caching in Hybrid LLMs1 - 混合架构缓存只需一个线性层初始状态,Mamba-2 上比精确状态组合更稳且更快。
全文 ↓今日重点 · Today's Highlights
The Sleeping Agent: What Gist-Based Context Compression Loses and Why2 - 通过 LoCoMo 诊断出 gist 压缩主要丢失日期时间,并用一句提示修改将时间表达保留率从 3.05% 提到 62.39%。
全文 ↓Agent Skills Can Be Harmful: An Empirical Study of Skill-Induced Failures in LLM Agents3 - 307 个 skill 诱发失败显示,越“相关”的流程清单也可能带来功能错误和无谓成本。
全文 ↓Spaghettifying DRAM4 - 直接重写 DRAM 控制器地址变换,演示物理地址隔离之下仍存在的保护边界。
全文 ↓NVIDIA-NeMo/Switchyard5 - Rust 代理兼容 OpenAI/Anthropic 原生协议,把多 provider 路由、转换与指标收进同一层。
全文 ↓论文 · Papers
15 项 · 论文本期重点LinearKV: One Cached State Suffices for Position-Independent Caching in Hybrid LLMs1arxiv.org原文 ↗
论文针对混合 LLM 中线性递归层没有 token-indexed KV、无法执行片段拼接的问题,提出训练免费、解耦初始化的 PIC 框架。每个线性层把 K 个命中局部状态映射为一个初始状态,注意力层仍沿用原缓存路径;在 Mamba-2 上单缓存块恢复 86.8% 的全量质量,精确组合仅 46.6%,并将 TTFT 降到完整预填充的 0.46 倍。它的价值在于证明“代数上更精确”并不等于 serving 质量更高,尤其适合已有 PIC selector 的混合模型部署。
InfraBench: Evaluating Infrastructure Agents Across Layers, Lifecycle, and Risk6arxiv.org原文 ↗
InfraBench 把 agent 放进覆盖计算栈、操作生命周期和风险检查的基础设施任务,而不是只看命令是否返回成功。15 种配置的有效得分约 40%-88%,同一任务重复三次后,最强配置仍只能通过部分尝试;逐检查评分反复发现非持久修改、分布式不变量破坏、危险副作用和残留状态。基准公开 live leaderboard、任务与 harness,适合把“完成一次”与“留下可运行系统”分开衡量。
Deployment Decision Reliability7arxiv.org原文 ↗
这项工作用四面体 Generalizability Theory 拆解 TheAgentCompany、tau2-bench、AppWorld 的长时程评测方差,并把结果封装成部署决策报告。三个数据集里 agent 主效应都不到总方差的 3%,agent-by-task 交互却占 7%-23%;tau2 action_checks 在最难四分位的可靠度从 0.752 直接降到 0。结论不是再造一个排行榜,而是提醒采购方报告任务抽样和不确定性,否则榜单很可能只是在排“专长”。
When Self-Consistency Backfires8arxiv.org原文 ↗
论文对 GPQA Diamond 的 198 道研究生科学题做预注册复核,检验多条思路多数投票是否真的值得增加推理预算。Qwen2.5-7B 有 56.6% 的题目在 self-consistency 下逐题变差,Llama-3-8B 为 65.7%;最高一致性档对 Qwen 只有约一半正确,且一致性门控和 token entropy 门控都几乎没有帮助。作者明确把 reasoning-native 模型列为未解决变量,因此结果更像对小型 instruction-tuned 模型的警报,而不是对所有模型的否定。
Harness-IF9arxiv.org原文 ↗
Harness-IF 将“遵守规则”改成可从执行轨迹判定的单条证据,覆盖 60 个多轮 coding 任务、642 条规则库中的 256 条规则和五种可配置指令载体。12 个 frontier 模型总体准确率为 72.1%-85.9%,但 against-prior accuracy 低 3.6-7.4 个百分点,说明很多表面合规其实只是模型本来就会这么做。冲突试验还显示系统提示、项目文件与用户指令的优先级领先工具和 skill 描述,提示 harness 设计不能只按“提示离模型更近”排序。
本期重点The Sleeping Agent2arxiv.org原文 ↗
SWC 给历史按显著性分层,再对中优先级内容做结构化 gist;在十个 LoCoMo 对话的 1,935 个匹配问题上,压缩比简单截断更利于多跳推理和单跳事实检索,却明显伤害时间题。原因被定位到摘要提示主动保留关系与事件、丢掉日期时间;仅加入一句时间保留要求,就把时间表达保留率从 3.05% 提到 62.39%,category-2 judge accuracy 增加 0.314。这个结果把“压缩损失”从笼统容量问题缩小成可编辑的提示精度问题。
本期重点Agent Skills Can Be Harmful3arxiv.org原文 ↗
作者用配对的 no-skill 或语义匹配 skill 运行,做差分归因而不是把所有失败都归到模型本身。在 SkillsBench 和 SWE-Skills-Bench 中,他们统计出 307 个 skill-induced failures:125 个功能失败、182 个效率回退;Excessive Procedure 中过度验证占 67 例、沉重实现流程占 30 例。最值得注意的是,失败通常来自看似贴题的 skill 把检查清单和施工配方变成硬性步骤,说明 skill registry 需要成本和副作用评估。
EvoGraph-Mem10arxiv.org原文 ↗
EvoGraph-Mem 把长期经验表示为可编辑的 insight graph,每个节点同时维护正证据、负证据和激活状态。任务完成后,图控制器可以保留可靠 insight、归档无效 insight、修订过期 insight,再加入新发现;utility-aware retrieval 负责在取回阶段抑制冲突记忆。消融直接表明 append-only 记忆在长时程任务中不够,维护机制本身是记忆可靠性的组成部分。
Graph-Structured Rubrics11arxiv.org原文 ↗
GSR 在观察回答前把自然语言 rubric 编译成带类型的评估图:criterion 节点产生判断,transformation/reduction/gating 算子通过命名端口组合,Readout 把唯一汇点映射成分数或偏好;类型不匹配的图会在编译期拒绝。GPT-OSS-120B 上,四个 pointwise 数据集的 exact score agreement 比 Prometheus-style 高 0.62-6.75 个百分点,并在两个 pairwise 基准取得最高端到端准确率。它把评分规则的“组合语义”从 prompt 中显式化,便于检查和复用。
The Wording Effect12arxiv.org原文 ↗
BenchDrift 沿语言、指称、语用和结构四个维度生成保持答案不变的改写,再观察 GSM8K、MMLU、MATH-Hard 上八个模型的双向漂移。弱模型从改写中得到的正确答案多于丢失,强模型却相反,且强模型在榜单上越高,分数越依赖碰巧采用的措辞;模型之间还大体同意哪些改写最伤正确答案。由此看,单一 phrasing 的 benchmark 分数同时混入了模型能力和题面脆弱性。
Agent Safety Should Be a Runtime Contract13arxiv.org原文 ↗
论文把代码执行、文件修改、发信和数据库写入视为必须由 harness 约束的运行时行为,而非只靠 RLHF/DPO 内化。它提出预防面(sandbox、权限门、轨迹监视)和证据面(测试、日志、diff、引用 grounding),并审计 52 起事故、31 个 false-completion 核心案例、12 个公开系统 schema。对 2023-2025 年 NeurIPS、ICML、ICLR 共 28,560 篇论文的标题审计还发现训练期与部署期研究存在 8-12 倍失衡,论点因此落在“带可检查证据的轨迹”而非单个模型上。
Beyond Single-Turn Confidence14arxiv.org原文 ↗
研究把 action-token 概率、轨迹重采样一致性和模型自评三类单轮 UQ 迁移到含工具调用和状态变化的完整轨迹。五个模型、四个 BFCL-v4/tau2-bench 数据集显示,reflexive score 多数设置下是最强的低成本基线,black-box consistency 常为最强家族,其中 trajectory-equivalence 和 action-set consistency 排名靠前。token 概率则高度依赖跨轮 aggregator,说明单轮校准结果不能直接搬到 agent runtime。
EnterpriseRAG15arxiv.org原文 ↗
EnterpriseRAG 用 983 个专家校验样本覆盖六个领域,把检索噪声、知识缺口、事实冲突与多维指令同时注入。13 个模型在单约束满足率约 80% 时,所有要求同时满足的回答只有 26.8%,产生 57 个百分点的 orchestration gap;知识缺口和事实冲突即使在增强推理下仍造成明显崩溃。它把企业 RAG 的核心问题从“能否找到一段相关文档”推进到“能否在不完美上下文中保持整体服从”。
Who Thinks Best Depends on How Long You Let Them16arxiv.org原文 ↗
论文在三个推理基准、四个模型和 64-4,096 token 七档预算上做了 56,476 次推理。3%-19% 的样本随预算增加出现非单调下降,所有基准都发生统计显著的模型排名反转;oracle 显示模型互补最高可达 27.8 个百分点,而预算感知路由跨域只追回 oracle gap 的 14.1%。因此“哪个模型最好”必须连同 token budget 和域一起报告。
Poor Man's Agentic Modeling17arxiv.org原文 ↗
该方法先用几百到几千次廉价查询拟合低参数代理,再把它们组成可在笔记本运行的大型 agent society,目标是研究宏观相变和规模趋势而非单体认知。作者复现 EconAgent 及另外七个 LLM 模拟,主要用 DeepSeek、总成本仅几美元;interaction order x memory 分类能在仿真前预测 surrogate error 随 N 的走势,两个反例也被无自由参数理论定量解释。它提供了一条把昂贵 agent 实验转成统计物理式近似的可检验路径。
开源 / 项目 · Projects
15 项 · 开源 / 项目DeepSeek Harness18deepseek.com原文 ↗
DeepSeek 发布的开源 coding-agent harness 开发者预览,digest 将其定位为面向 agent 开发与运行的基础层。该条公开描述集中在“开发者预览”和开源 harness 两点,尚不足以支持更细的协议或性能判断。
本期重点Spaghettifying DRAM4github.com原文 ↗
仓库在 DRAM 控制器的最底层改写地址转换,让物理地址可以落到不同的 DRAM 坐标;README 用“重接内存层级”解释为什么上层 CPU、固件和芯片组隔离看不到这次重排。实验以 AMD Family 16h 为主,并列出 PSP、SMM、C6 DRAM 和 CPU microcode 等可触达保护区域,展示的是硬件边界研究而非通用攻击工具。
MCP Memory20github.com原文 ↗
MCP-Memory 以 MCP server 形式给 Claude Desktop、Cursor、Windsurf、Codex 等 agent 提供持久长期记忆。它使用 OKF v0.2 组织记录,底层 SQLite FTS5 同时支持 key-value、标签过滤和全文搜索,部署边界是本地文件而非托管向量服务。
OpenCode Senses21github.com原文 ↗
这个 OpenCode 插件为文本模型加上本地视觉管线,把截图和照片分析为 OCR、对象位置、颜色等结构化证据。它不需要 API key,README 把“图像不离开本机”和可供模型继续推理的证据格式作为主要设计点。
FrontFamily31frontfamily.com原文 ↗
FrontFamily 以组件库映射为核心,在 MUI、Chakra、Ant Design 等系统间查询对应组件。这个方向把迁移成本从逐个搜索 API 降到跨库概念对照,但当前公开摘要没有说明映射覆盖率。
行业动态 · Industry News
15 项 · 行业动态Gemini 3.7 Flash32blog.google原文 ↗
Google 发布 Gemini 3.7 Flash 及对应 API,属于模型和服务同时更新的版本消息。
Previewing Ultrafast mode33openai.com原文 ↗
OpenAI 把 GPT-5.6 Sol 推入由 Cerebras 支撑的 Ultrafast API 预览,页面给出的上限是 750 output tokens/s、相对 Standard 最多 14 倍。官方把事故响应、金融研究、客服、commerce 和交互式实验列为首批场景,说明速度层的产品叙事集中在缩短“观察-试验-决策”循环。
Mistral OCR 4.134docs.mistral.ai原文 ↗
Mistral 上线 OCR 4.1 的模型文档和接口说明,更新重点落在 OCR 服务可用性。
Codex in ChatGPT desktop app for Linux35community.openai.com原文 ↗
Linux 桌面预览把 ChatGPT、Work 和 Codex 放进一个原生应用,支持 Ubuntu 24.04/26.04、Debian 13、Fedora 43/44,以及 x64/ARM64 的 deb/rpm。社区反馈显示 Fedora KDE/Wayland 下 Fcitx 日文/韩文输入可用 `--enable-wayland-ime` 修复,同时也有人遇到 CLI 项目不自动出现在桌面项目列表,预览性质很明显。
Grok 4.636x.ai原文 ↗
xAI 发布 Grok 4.6 模型版本,消息本身未在可读页面中展开更多指标。
Qwen3.8-2.4T-A95B37huggingface.co原文 ↗
Qwen 发布 2.4T 总参数、95B 激活参数模型的权重与模型卡,属于超大 MoE 权重开放条目。
DeepSeek API Pricing Update38twitter.com原文 ↗
DeepSeek 公布 API 价格调整,digest 未给出新旧价目,条目只记录定价政策变化。
How Organizations Use AI: Evidence from ChatGPT39cdn.openai.com原文 ↗
OpenAI 发布基于 ChatGPT 使用数据的组织采用情况报告,关注点从模型能力转向企业实际使用证据。
The builder’s guide to GPT-5.640openai.com原文 ↗
这份指南把 GPT-5.6 的生产用法拆为模型选择、Responses API、programmatic tool calling、多 agent 和 prompt caching,并以 price-performance 与 agent 架构效率为主线。它更像一份系统设计手册,而非单一 benchmark 公告。
CFTC Declares Market Emergency41cftc.gov原文 ↗
CFTC 宣布市场紧急状态,并要求 Kalshi 继续在纽约运营。
SvelteKit 3 Release Candidate42svelte.dev原文 ↗
Svelte 团队发布 SvelteKit 3 候选版本及更新说明,当前消息的确定内容是版本进入 RC 阶段。
Flutter 3.4743flutter.dev原文 ↗
Flutter 团队发布 3.47 版本及更新说明,属于框架常规版本推进。
Solid 2.0 RC44solidjs.com原文 ↗
SolidJS 发布 2.0 候选版本,公告标志着新主版本进入发布候选阶段。
Flock Guardrails45flocksafety.com原文 ↗
Flock Safety 调整车牌识别系统默认设置,并公布隐私与透明度措施,重点是把 LPR 的默认运行边界显式化。
Nine PBS Could Lose 70 Years of Archives46tomshardware.com原文 ↗
Nine PBS 因承包的云存储供应商停业而失去约 70 年档案的访问权,并通过诉讼寻求数据保全。这起事件把供应商持续经营和退出机制直接暴露为数字档案保存的基础设施风险。
博客文章 · Blog Posts
15 项 · 博客文章Understanding Is the New Bottleneck48geoffreylitt.com原文 ↗
作者认为 agent 生成代码后,真正稀缺的是人类理解和继续参与迭代的能力;他提出 code explainer、交互式 quiz、micro-world 三种补偿机制。尤其是五题 quiz,被定义为让 AI 循环速度受人类理解校准的“速度调节器”,而不是传统验收清单。
What Sort of Maths Are LLMs Good At?50gowers.wordpress.com原文 ↗
Timothy Gowers 考察 LLM 在不同类型数学问题上的能力边界,主题是把“会做数学”拆成更具体的题型和推理要求。
HTML over WebSockets51en.andros.dev原文 ↗
文章演示通过 WebSocket 直接传输 HTML,用很少的客户端 JavaScript 构建实时单页应用,讨论点是把交互状态更多留在服务器侧。
Why Tiny JPEGs Look Different in Chrome53guillaumetech.github.io原文 ↗
文章分析 Chrome 在缩放小尺寸 JPEG 时产生视觉差异的原因,关注浏览器图像管线在极小采样尺寸下的可见副作用。
JDK 27 G1/Parallel/Serial GC Changes54tschatzl.github.io原文 ↗
文章介绍 JDK 27 对 G1、Parallel 和 Serial GC 的变化,读者可据此对照不同收集器在新版本中的调优边界。
Kubernetes on Oxide55oxide.computer原文 ↗
Oxide 说明自己如何根据客户需求设计 Kubernetes 集成,文章重点是产品边界和运维责任如何影响控制面接入方式。
Building a 500k-Domain Search Engine for $1056alexmorleyfinch.github.io原文 ↗
作者记录以约 10 美元构建并索引 50 万域名搜索引擎的过程,成本与索引规模构成这篇工程实践的核心约束。
Text AI Watermarks Will Always Be Trivial to Remove57seangoedecke.com原文 ↗
文章从 EU AI Act 的“可检测”要求出发,解释文本不像图像那样有可隐藏噪声,任何词汇或字符签名都会牺牲质量或易被改写破坏。作者比较 SynthID 的 token 采样和 Unicode homoglyph,指出归一化字符或同义改写足以去除后者;C2PA 则只能覆盖带容器元数据的文件。
Write a SQL Optimizer Using Egg58rustmagazine.org原文 ↗
教程用 Rust 的 egg equality-saturation 在不足千行代码中实现 SQL 优化器,覆盖表达式化简、常量折叠、谓词下推、列裁剪、HashJoin、连接重排和成本估计。示例还能跑真实 TPC-H 查询,说明 e-graph 不只适合玩具表达式。
GitHub Stacks in Jujutsu60alan.norbauer.com原文 ↗
文章介绍用 Jujutsu 管理和提交 GitHub stacked changes 的工作流,把多提交依赖链的重排、更新与推送作为日常操作对象。
There Are No Lossless Transformations of Natural-Language Text61simonwillison.net原文 ↗
文章讨论用 LLM 改写技术文本时,语义和责任边界不可避免会变化,核心提醒是“同义”不能被当成无损保证。
GitHub 热门 · GitHub Trending
15 项 · GitHub 热门本期重点NVIDIA-NeMo/Switchyard5github.com原文 ↗
Switchyard 是 Rust proxy/library,路由跨 provider 的 LLM 请求,转换 OpenAI Chat、OpenAI Responses 和 Anthropic Messages,并用 Prometheus 记录请求、错误、延迟、token 与路由开销。它支持 random、LLM classifier、stage router 和自定义算法,但 README 明确标成 pre-alpha、暂不适合生产。
cactus-compute/needle62github.com原文 ↗
Needle 2 是 45M 参数、14MB 单文件的工具调用模型,完整会话约占 28MB RAM,面向手机、穿戴设备、智能家居和机器人。CQ2-bit 压缩与自有 engine 让它在体积上比 FunctionGemma 270M、LFM2.5 230M 和 Apple FM 小 5-70 倍,目标是把结构化工具调用放到极小设备上。
omnigent-ai/omnigent63github.com原文 ↗
Omnigent 是统一编排 Claude Code、Codex、Cursor、Pi 和自定义 agent 的 meta-harness,提供 harness 交换、策略执行、sandbox 与实时协作接口。它把运行时治理从具体 coding agent 中抽离,便于同一套工作区切换底层执行器。
macro-inc/macro64github.com原文 ↗
Macro 把邮件、聊天、文档、任务、通话、CRM 与 agent 放进同一团队工作区,并通过 @ 链接和共享 AI memory 串起对象。仓库含 apps、services、infra 和大量 agent 配置,产品形态明显是协作平台而非单一 AI 插件。
infiniflow/ragflow65github.com原文 ↗
RAGFlow 将文档解析、RAG 和 agent 能力组合成 context layer,仓库同时维护 deepdoc、rag、memory、agent、MCP、API 与 Helm。模块横跨摄取、检索、代理和部署,适合需要端到端 RAG 管线的团队。
holaboss-ai/holaOS66github.com原文 ↗
holaOS 是一体化本地 agent workspace,让 Claude Code、Codex 等跨工具、应用、浏览器和文件工作。digest 列出的 100+ integrations、MCP、共享 memory、内置模型和 BYOK,体现其重点是统一工作环境。
coder/code-server67github.com原文 ↗
code-server 把 VS Code 放在远程机器,通过浏览器访问完整编辑器。server、浏览器资源、patches、文档与测试的仓库结构对应了“环境留在服务器、客户端只需浏览器”的部署模型。
yamadashy/repomix68github.com原文 ↗
Repomix 把整个代码仓库整理成单个 AI-friendly 文件,面向 Claude、ChatGPT、DeepSeek、Gemini 等模型提供全局上下文。browser、skills、tests 和 website 目录表明它已从简单打包脚本扩展成配套工具链。
antvis/Infographic69github.com原文 ↗
AntV Infographic 用声明式语法生成和渲染信息图,目标是把文字、结构与视觉模板结合起来。仓库的 src、skills、shared、site 和测试目录显示它同时覆盖运行时、AI 辅助入口与展示层。
localsend/localsend70github.com原文 ↗
LocalSend 是跨平台、开源的 AirDrop 替代品,在本地网络传输文件和消息。app、server、cli 和平台支持目录说明它提供图形客户端、服务端与命令行的完整组合。
embabel/embabel-agent71github.com原文 ↗
Embabel 用 Kotlin/JVM 把 LLM 交互、代码和领域模型组织成 agent 流程,并拆出 API、domain、MCP、observability、OpenAI、Anthropic、A2A 等模块。它的差异在于把 agent 编排嵌进企业 JVM 的类型、可观测和协议生态。
index-tts/index-tts72github.com原文 ↗
IndexTTS 是工业级、可控、高效的 zero-shot TTS 系统,支持多语言和声音克隆。checkpoints、backends、CLI tests、web UI 与推理代码一起发布,覆盖从模型权重到交互部署的路径。
paradigmxyz/centaur73github.com原文 ↗
Centaur 提供可自托管的 agentic infrastructure,可从 Slack 调用共享 agent,并在 sandbox 中执行团队任务。项目把“拥有基础设施”置于中心,形态类似开放版 Claude Tag,但更强调团队级运行和隔离。
AntigmaLabs/ante74github.com原文 ↗
Ante 是自包含 coding-agent harness,核心针对性能优化,工作方式接近 Claude Code 或 Codex,却不依赖它们的运行时或模型约束。仓库的 crates、ante-harbor 和 curated 配置对应其独立执行与可组合扩展路线。
ZuodaoTech/everyone-can-use-english75github.com原文 ↗
项目以“人人都能用英语”为目标,组合 AI 辅助学习方法、练习内容和配套应用。book、entry、1000-hours、portal 与新版本草稿共同构成长期维护的学习资料库,仓库已有约 1,463 次提交。
引用来源 · References
75 条 · 引用- 1 LinearKV: One Cached State Suffices for Position-Independent Caching in Hybrid LLMs. arXiv:2608.11231https://arxiv.org/abs/2608.11231 ↩ 回到正文 · back to text
- 2 The Sleeping Agent: What Gist-Based Context Compression Loses and Why. arXiv:2608.11775https://arxiv.org/abs/2608.11775 ↩ 回到正文 · back to text
- 3 Agent Skills Can Be Harmful: An Empirical Study of Skill-Induced Failures in LLM Agents. arXiv:2608.11888https://arxiv.org/abs/2608.11888 ↩ 回到正文 · back to text
- 4 Spaghettifying DRAMhttps://github.com/xoreaxeaxeax/skitter-creek-bath-salts ↩ 回到正文 · back to text
- 5 NVIDIA-NeMo/Switchyardhttps://github.com/NVIDIA-NeMo/Switchyard ↩ 回到正文 · back to text
- 6 InfraBench: Evaluating Infrastructure Agents Across Layers, Lifecycle, and Risk. arXiv:2608.11234https://arxiv.org/abs/2608.11234 ↩ 回到正文 · back to text
- 7 Deployment Decision Reliability. arXiv:2608.11323https://arxiv.org/abs/2608.11323 ↩ 回到正文 · back to text
- 8 When Self-Consistency Backfires. arXiv:2608.11403https://arxiv.org/abs/2608.11403 ↩ 回到正文 · back to text
- 9 Harness-IF. arXiv:2608.11727https://arxiv.org/abs/2608.11727 ↩ 回到正文 · back to text
- 10 EvoGraph-Mem. arXiv:2608.11248https://arxiv.org/abs/2608.11248 ↩ 回到正文 · back to text
- 11 Graph-Structured Rubrics. arXiv:2608.12097https://arxiv.org/abs/2608.12097 ↩ 回到正文 · back to text
- 12 The Wording Effect. arXiv:2608.11694https://arxiv.org/abs/2608.11694 ↩ 回到正文 · back to text
- 13 Agent Safety Should Be a Runtime Contract. arXiv:2608.11274https://arxiv.org/abs/2608.11274 ↩ 回到正文 · back to text
- 14 Beyond Single-Turn Confidence. arXiv:2608.11552https://arxiv.org/abs/2608.11552 ↩ 回到正文 · back to text
- 15 EnterpriseRAG. arXiv:2608.11584https://arxiv.org/abs/2608.11584 ↩ 回到正文 · back to text
- 16 Who Thinks Best Depends on How Long You Let Them. arXiv:2608.12150https://arxiv.org/abs/2608.12150 ↩ 回到正文 · back to text
- 17 Poor Man's Agentic Modeling. arXiv:2608.11215https://arxiv.org/abs/2608.11215 ↩ 回到正文 · back to text
- 18 DeepSeek Harnesshttps://deepseek.com/harness/en/ ↩ 回到正文 · back to text
- 19 Woxihttps://woxi.ad-si.com ↩ 回到正文 · back to text
- 20 MCP Memoryhttps://github.com/fellowgeek/mcp-memory ↩ 回到正文 · back to text
- 21 OpenCode Senseshttps://github.com/itsmeadarsh2008/opencode-senses ↩ 回到正文 · back to text
- 22 Ballethttps://www.ballet.dev/ ↩ 回到正文 · back to text
- 23 NanoRLhttps://github.com/alex000kim/nanoRL ↩ 回到正文 · back to text
- 24 Larkhttps://github.com/lark-sh/lark ↩ 回到正文 · back to text
- 25 Parquityhttps://github.com/sovsparrow/parquity ↩ 回到正文 · back to text
- 26 Bsdkrunhttps://github.com/tsirysndr/bsdkrun ↩ 回到正文 · back to text
- 27 OxiSHhttps://dirkjan.ochtman.nl/writing/2026/08/13/announcing-oxish.html ↩ 回到正文 · back to text
- 28 Nealhttps://github.com/navels/neal ↩ 回到正文 · back to text
- 29 Decanthttps://github.com/dosu-ai/decant ↩ 回到正文 · back to text
- 30 CoreTracehttps://coretrace.srianjaneyam.me/ ↩ 回到正文 · back to text
- 31 FrontFamilyhttps://www.frontfamily.com/ ↩ 回到正文 · back to text
- 32 Gemini 3.7 Flashhttps://blog.google/innovation-and-ai/models-and-research/gemini-models/introducing-gemini-3-7-flash/ ↩ 回到正文 · back to text
- 33 Previewing Ultrafast modehttps://openai.com/index/previewing-ultrafast ↩ 回到正文 · back to text
- 34 Mistral OCR 4.1https://docs.mistral.ai/models/ocr-4-1 ↩ 回到正文 · back to text
- 35 Codex in ChatGPT desktop app for Linuxhttps://community.openai.com/t/codex-in-chatgpt-desktop-app-for-linux-is-now-in-preview/1390027 ↩ 回到正文 · back to text
- 36 Grok 4.6https://x.ai/news/grok-4-6 ↩ 回到正文 · back to text
- 37 Qwen3.8-2.4T-A95Bhttps://huggingface.co/Qwen/Qwen3.8-2.4T-A95B ↩ 回到正文 · back to text
- 38 DeepSeek API Pricing Updatehttps://twitter.com/deepseek_ai/status/2087864589895798968 ↩ 回到正文 · back to text
- 39 How Organizations Use AI: Evidence from ChatGPThttps://cdn.openai.com/pdf/how-organizations-use-chatgpt.pdf ↩ 回到正文 · back to text
- 40 The builder’s guide to GPT-5.6https://openai.com/index/builders-guide-to-gpt-5-6 ↩ 回到正文 · back to text
- 41 CFTC Declares Market Emergencyhttps://www.cftc.gov/PressRoom/PressReleases/9281-26 ↩ 回到正文 · back to text
- 42 SvelteKit 3 Release Candidatehttps://svelte.dev/blog/sveltekit-3-release-candidate ↩ 回到正文 · back to text
- 43 Flutter 3.47https://flutter.dev/blog/whats-new-in-flutter-3-47 ↩ 回到正文 · back to text
- 44 Solid 2.0 RChttps://www.solidjs.com/blog/solid-2-0-rc-the-big-reveal ↩ 回到正文 · back to text
- 45 Flock Guardrailshttps://www.flocksafety.com/blog/flock-guardrails-address-lpr-privacy-concerns-and-police-transparency ↩ 回到正文 · back to text
- 46 Nine PBS Could Lose 70 Years of Archiveshttps://www.tomshardware.com/software/cloud-storage/nine-pbs-loses-access-to-70-years-of-data-after-contracted-cloud-storage-vendor-goes-defunct-public-tv-channel-sues-iron-mountain-data-center-which-hosts-archival-materials-to-ensure-preservation ↩ 回到正文 · back to text
- 47 How Compaction Works in Pihttps://earendil.com/posts/compaction-in-pi/ ↩ 回到正文 · back to text
- 48 Understanding Is the New Bottleneckhttps://www.geoffreylitt.com/2026/07/02/understanding-is-the-new-bottleneck ↩ 回到正文 · back to text
- 49 NP-Overratedhttps://gruhn.me/blog/2026-08-13/ ↩ 回到正文 · back to text
- 50 What Sort of Maths Are LLMs Good At?https://gowers.wordpress.com/2026/08/12/what-sort-of-maths-are-llms-good-at/ ↩ 回到正文 · back to text
- 51 HTML over WebSocketshttps://en.andros.dev/blog/ef4968f5/html-over-websockets-real-time-spas-with-barely-any-javascript/ ↩ 回到正文 · back to text
- 52 Where Did the Old Web Go?https://0.mk/blog/link-rot ↩ 回到正文 · back to text
- 53 Why Tiny JPEGs Look Different in Chromehttps://guillaumetech.github.io/posts/jpg-scaling-chrome/ ↩ 回到正文 · back to text
- 54 JDK 27 G1/Parallel/Serial GC Changeshttps://tschatzl.github.io/2026/08/10/jdk27-g1-serial-parallel-gc-changes.html ↩ 回到正文 · back to text
- 55 Kubernetes on Oxidehttps://oxide.computer/blog/kubernetes-on-oxide ↩ 回到正文 · back to text
- 56 Building a 500k-Domain Search Engine for $10https://alexmorleyfinch.github.io/marlin/history/v1/article/the_birth.html ↩ 回到正文 · back to text
- 57 Text AI Watermarks Will Always Be Trivial to Removehttps://www.seangoedecke.com/text-ai-watermarks/ ↩ 回到正文 · back to text
- 58 Write a SQL Optimizer Using Egghttps://rustmagazine.org/issue-2/write-a-sql-optimizer-using-egg ↩ 回到正文 · back to text
- 59 My Homelab Got Hackedhttps://phunky.cafe/my-homelab-got-hacked/ ↩ 回到正文 · back to text
- 60 GitHub Stacks in Jujutsuhttps://alan.norbauer.com/articles/github-stacks-with-jujutsu/ ↩ 回到正文 · back to text
- 61 There Are No Lossless Transformations of Natural-Language Texthttps://simonwillison.net/2026/Aug/11/there-are-no-lossless-transformations-of-natural-language-text/ ↩ 回到正文 · back to text
- 62 cactus-compute/needlehttps://github.com/cactus-compute/needle ↩ 回到正文 · back to text
- 63 omnigent-ai/omnigenthttps://github.com/omnigent-ai/omnigent ↩ 回到正文 · back to text
- 64 macro-inc/macrohttps://github.com/macro-inc/macro ↩ 回到正文 · back to text
- 65 infiniflow/ragflowhttps://github.com/infiniflow/ragflow ↩ 回到正文 · back to text
- 66 holaboss-ai/holaOShttps://github.com/holaboss-ai/holaOS ↩ 回到正文 · back to text
- 67 coder/code-serverhttps://github.com/coder/code-server ↩ 回到正文 · back to text
- 68 yamadashy/repomixhttps://github.com/yamadashy/repomix ↩ 回到正文 · back to text
- 69 antvis/Infographichttps://github.com/antvis/Infographic ↩ 回到正文 · back to text
- 70 localsend/localsendhttps://github.com/localsend/localsend ↩ 回到正文 · back to text
- 71 embabel/embabel-agenthttps://github.com/embabel/embabel-agent ↩ 回到正文 · back to text
- 72 index-tts/index-ttshttps://github.com/index-tts/index-tts ↩ 回到正文 · back to text
- 73 paradigmxyz/centaurhttps://github.com/paradigmxyz/centaur ↩ 回到正文 · back to text
- 74 AntigmaLabs/antehttps://github.com/AntigmaLabs/ante ↩ 回到正文 · back to text
- 75 ZuodaoTech/everyone-can-use-englishhttps://github.com/ZuodaoTech/everyone-can-use-english ↩ 回到正文 · back to text