4,169 Matching Annotations
  1. Last 7 days
    1. This reproduces the observed timing and workload topology, but not any dependencies hidden inside the harness. These are things we hope to improve on in subsequent versions of AgentX.

      重放式基准的天花板在这里:从 HTTP 时间戳只能还原时序,还原不了因果。harness 内部的调度依赖对基准是黑箱,主代理与子代理的真实等待关系只能用保守约束近似。承认这一点比给出数字更有价值——它意味着当前结果对调度类优化的敏感度会被系统性低估。

    2. Considering the characteristics above, benchmarking these workloads is fundamentally different from the existing fixed sequence length benchmarks.

      定长序列基准测的基本是芯片和 kernel,agentic 负载测的是整套系统:路由、KV 迁移、分层卸载。所以同一块卡在两类榜单上的排名可以不一样,把它们并进一张表比,等于把两种测量对象混成一个数字。跨榜单看硬件时,先问测的是芯片还是系统。

    3. One thing worth mentioning is that these request distributions will look different depending on which harness is being used, since different amounts/types of context are injected

      harness 影响的不止跑分,还一路传到硬件账单:注入多少上下文、怎么切子代理,直接决定 KV cache 复用率和推理成本结构。也要看到代价——这份数据集全部是 Claude Code 轨迹,代表性靠“世界上很大一部分 agent 编码流量走 Claude Code”这个假设撑着,harness 生态一变就得重采。

    1. independently reproducing the findings of published scientific papers without being told the answer in advance.

      论文复现是个评分主观性很强的任务:选哪些论文、算不算复现成功、允许多少次尝试,都由出题方定。本文的成绩、对照组和评判标准全部来自公司自己的博客与推文,TechCrunch 未做独立核验,也没有第三方榜单可比。当成一次自评 demo 读更稳妥。

    2. Rather than developing its own coding tool, it had Faraday use OpenAI’s GPT-5.5 Codex instead, much the way human scientists lean on existing software rather than building everything themselves, according to the company.

      这句把“27B 打败前沿模型”的叙事戳破了一半:Faraday 的工具环境里嵌着 GPT-5.5 Codex,写代码这段重活是前沿模型干的。它恰好印证了本期的定义——运行单元是模型×harness×工具环境×上下文策略,一旦工具里含前沿模型,按参数量归因就失效了。

    3. Measured against Anthropic’s Claude Opus 4.8 and OpenAI’s GPT-5.5 — both much larger, frontier-scale systems — Faraday runs on a comparatively tiny model called Qwen 3.6 that has just 27 billion parameters.

      参数量对比是本文最抓眼球、也最容易误读的一句。被比较的不是两个模型,而是两套完整系统:Faraday 是 27B 权重加上专门的任务训练、工具与流程,对面是通用前沿模型跑同一批题。真正的结论应该是“为这个任务专门设计的系统赢了通用系统”,不是“小模型赢了大模型”。

    1. This suggests that the models can identify which dataset an audio sample comes from and select the spelling convention that benchmark expects, even though both forms sound identical.

      最关键的一层不是模型记住了答案,而是它先认出「我正在被哪个基准测试」,再切换成那套书写规范。这意味着污染检测不能只查文本重合,还得防声学指纹;同域但训练截止之后新采的音频一喂进去,这种行为大多消失,正好反证了它的存在。

    2. On LibriSpeech, some of the strongest benchmark-performing models reproduced masked numbers in roughly 30–40% of examples, even though the number itself had been removed.

      把数字从音频里静音掉,模型照样把原文的数字填回来,这是本文最干净的证伪设计——正确答案在声学上根本不存在,答对只可能来自记忆。这种「构造一个不可能答对的题」的思路,比事后统计污染率有力得多,值得搬到其他模态的评测里。

    3. The models with the lowest WER—and therefore the strongest reported benchmark performance—are also the most likely to reproduce these errors.

      这条相关性把「刷榜」从直觉变成了可量化指标:榜首模型恰恰最爱照抄参考文本里的错误,说明低 WER 里有一部分是背题得分。以后看 ASR 排行榜,第一名和第五名的差距可能不是听得更准,而是更认得出这是哪个数据集。

    1. A model that absorbs permissions into itself has dissolved permissions. Absorption doesn’t end the harness. Absorption inverts the harness.

      全文最反直觉的一段,也是对“harness 是护城河”的反向预言:凡是能被权重吸收的 harness 能力迟早被吸收,Claude Code 删掉 80% 系统提示就是佐证。推论很实在——靠 harness 工程建立的优势,寿命按模型迭代周期计;能沉淀下来的是权限、身份、信任这些朝向人的接口。

    2. Adding only retained reasoning and compaction, GPT-5.6 Sol’s ARC-AGI-3 score tripled from 13.3% to 38.3%.

      比 AVO 的满分更有说服力:只动“保留推理”和“上下文压缩”两个开关,基线同源、变量可数,这才是消融实验该长的样子。但同样只在公开集上,且起点 13.3% 很低——低分区的三倍不能线性外推到高分区,压缩带来的收益通常随基线上升而衰减。

    3. ran the same model over the same 106 tasks in different harnesses, and scores ranged from 52.4 to 76.2: a 23.8-point spread with zero change to the model.

      这是“harness 决定落地”目前最接近受控证明的一条:同一模型、同一批任务,只换 harness 就有 23.8 分差。对照 NVIDIA AVO 那种同时换后端、观测格式和记忆的比法,高下立判。仍要打折的是:106 个任务样本不大,而“一半的 agent 是 harness”是修辞,不是把分差当成贡献比例的依据。

    1. Trials measure efficacy, but the world cares about effectiveness. Today, benchmarks lack even a good measure of efficacy and are far away from effectiveness.

      把临床试验里 efficacy(理想条件有效)和 effectiveness(真实世界有用)的区分搬到评测上,是本文最可外推的一层。当前榜单连第一层都没做扎实就在谈落地,等于跳过了医学花几十年才走完的路。注意作者是 Protege 的合作方,指出问题的同时也在卖解法。

    2. The model saw the same case and the same 19 labels; only their positions changed. Yet models frequently changed answers!

      只换选项顺序、病例和标签一字不动,模型答案就变,说明分数里混着大量与医学无关的形式噪声。这条可以直接迁移到任何榜单:看到排名差几个百分点,先问是不是换个 prompt、换个选项顺序就翻盘,别急着当能力差距读。

    3. patient characteristics, comorbidities, facilities, and year only explain 3.4% of the variation in the choice to perform partial or full

      这是全文最硬的一组数字:加进主刀医生身份,解释力从 3.4% 跳到 14.8%,也就是七成以上的差异来自「谁开的刀」。它把「基准答案」这件事拆穿了——医疗标注很多时候记录的是某个医生当天的偏好,模型答得跟它不一样,未必是错,只是不合口味。

    1. when Claude Opus 5 was run at Max reasoning effort, it scores 97.5% on ARC-AGI-1 and 90.4% on ARC-AGI-2 semi-private

      被忽略的第三个自由变量:推理预算。30.2% 那条基线是 high effort,而 AVO 的跑法用了另一套 reasoning setting。同一模型换档位分数就能大幅移动,所以任何跨系统比分表,都得先标注 effort 档位、观测格式和评测集,再谈差值。

    2. shows that system design – not model capability alone – can unlock frontier-level long-horizon performance

      方向性判断我同意:真正的运行单元是模型×harness×工具环境×上下文策略,不是裸模型。但“系统设计能解锁”和“这次提升由系统设计造成”是两回事,后者需要固定模型、只换 harness 的对照实验。目前公开材料只支持前者。

    3. Nvidia's AVO agent system lifted Claude Opus 5 from a 30% baseline to 100% on the ARC-AGI-3 reasoning benchmark, across all 183 levels.

      把 30% 和 100% 相减当成 harness 的贡献,是这轮报道里最常见的读法错误。两个数字来自不同评测设置:一边是 ARC Prize 跑裸模型,一边是 NVIDIA 自建观测接口、记忆与监督器的完整系统。NVIDIA 原文明说过这不是受控消融,本文没有转述这句限定。

    1. Claude volunteered to write its findings up as a paper, and recommended that a human number theorist validate its findings.

      值得关注的不是模型自己要求人类复核这句漂亮话,而是复核链条本身:初审的两位数学家是 Anthropic 自己人,外部专家只是「短时间内看了一下」。自证清白式验证在纯数学里勉强够用(有 Lean 兜底),换到别的学科就不成立。

    2. Jarred prompted Claude to try again, and it spent a day and a half coordinating about 60 Claude subagents, which this time went much deeper

      真正的变量可能不是模型更聪明,而是搜索预算:650 个想法全废之后,靠 60 个子智能体、一天半、3100 万输出 token 才捞出结果。这更像是算力换命中率,意味着可复制性取决于谁付得起这笔搜索成本,而不是提示词写得多好。

    3. An unreleased research version of Claude has improved on a longstanding lower bound for the fraction of zeros of the Riemann zeta function that satisfy the Riemann hypothesis.

      把常数从 41.6% 推到 67.2%,是一次真实的定理推进,但要注意它落在证据谱系里最轻的一档:纯数学、纯符号推演,正确性靠 Lean 形式化自证,不需要任何外部实验或第三方机构复现。和同期用湿实验背书的蛋白结合剂结果不在一个量级,别混着当同一种「AI 做科学」的证据用。

    1. These results cover the 25-environment ARC-AGI-3 public set using the official scorecard and RHAE metric. They are not results on the semi-private or fully private competition sets.

      满分只在公开集上成立。ARC 设半私有/私有集,正是为了拦住针对公开题目的过拟合与反复调参,因此公开集 100 分不能推出私有集能力。任何把它转述成“达到人类水平”的说法,都已经丢掉了这句限定。

    2. In the AVO configuration, the LLM operated in a text-only modality: each observation was supplied as an exact 64 x 64 text grid, with no images or image tokens sent to the model.

      与 VISTA 对照时的关键混杂项:对方主配置喂 512×512 渲染图,AVO 直接喂 64×64 文本网格。感知通道都换了,动作效率自然不可比。要警惕把“观测表示的胜利”读成“智能体架构的胜利”——真正的运行单元是模型×harness×工具环境×上下文策略。

    3. This should not be interpreted as a controlled ablation: the two systems differ in agent backend, observation representation, memory, context management, and other implementation details.

      全文最该被引用的一句:NVIDIA 自己先声明这不是受控消融。也就是说 12% 的动作数优势里,后端模型、观测表示、记忆、上下文管理四个变量同时在变,无法归因给任何单一设计。读跑分新闻时,这类作者自认的免责声明信息量往往大于标题数字。

    1. Since the beginning of 2025, AI-generated content has accounted for more than half of newly published internet content.

      这条数字全文没给来源,也没说口径(按页面数、词数还是抓取样本?),引用前建议自己找一手统计。它是后面「人类文字将被淹没」这一整段论证的支点,支点不稳,结论的紧迫感就是修辞而非证据。全文是影子图书馆的动员文,立场明确,数据部分应单独核。

    2. After AI companies massively scan and destroy physical books, they become the only ones in the world with digital copies.

      这才是真正值得追问的地方:版权诉讼谈的是赔偿,没人管扫描件的归属。原件销毁后,唯一的数字副本留在私有服务器上,既不进公共领域,也不对外提供检索。于是「合法」和「对公共知识存量造成不可逆减损」可以同时成立——现行法律根本没有处理后者的接口。

    3. Several AI companies are acquiring large quantities of secondhand books through intermediaries, scanning and destroying them, all to obtain training data “untouched by machines” from before 2022.

      「2022 年前、未被机器污染」是这轮抢书的核心动机,也是模型崩塌焦虑的商业化落地:纸书成了可验证人类语料的物理凭证。但注意分寸——毁书是裁切装订以便高速扫描的行业惯例,与「为了不让对手拿到而销毁」是两件事,本文把它们并置成一条因果链,读时要分开看。

    1. can we create a simulation of 8 billion people living on Earth? I think that’s quite interesting. And that really is the vision.

      80 亿数字孪生这个说法被放在五到十年的时间盒里,属愿景而非路线图。当前真实规模是每周数万人量级的数据采集,与 80 亿之间隔着五个数量级。拿它当估值锚点要非常小心。

    2. It’s less, what can we solve, but I think it’s more about what biases or mistakes do people make that models miss.

      全篇最扎实的技术判断:被对齐得越理性的前沿模型,越模拟不了非理性的人。这解释了 Simile 为何非要自己做后训练而不是套壳提示词——偏差不是要消除的噪声,而是必须复现的信号。

    3. The thing that we’re seeing is the early glimpse of scaling law in simulations. The more data about humans and more compute you ingest, you start to get predictive and predictable gains of the model performance in simulating it, simulating people.

      "模拟的 Scaling Law"目前只是内部观察,没有公开曲线和评测口径。真正该追问的是纵轴测什么:拟合已有人群的既往回答,还是预测尚未发生的行为?前者随数据变多必然变好,那不算 Scaling Law。

    1. This is especially true for public benchmarks, which model makers can easily hill climb by simply creating a bunch of RL environments that closely mimic the benchmark tasks.

      作者给自己结论留的后门,也是最该记住的一条:公开基准可以用定制 RL 环境直接刷分。于是"开源已追上"的证据强度取决于评测是否私有,而本文所用基准恰恰多为公开——结论方向可信,幅度存疑。

    2. Kimi K2.6 surpassed Opus 4.5 with a score of 56.3 in 4.8 months, and GLM-5.2 cleared GPT-5.2 with a score of 72.4 in 6 months.

      这两个数字是判断模型层会否商品化的关键。但分子分母都由作者自选:换一组基准、换一个时代起点模型,追赶期就会变。当成方向性信号可以,当成定量结论会踩坑。

    3. Naively, you might pick a single set of benchmarks to measure all historical models, but this is a mistake.

      方法论上最值得借鉴的一句:把 LLM 史切成三个时代、各用当代基准分别打分,避开了饱和基准把差距压平的陷阱。代价是三段分数彼此不可比,所以"追赶期减半"是趋势描述,不是能往外推的定律。

    1. Z.ai compared GLM-5.3-Flash against Claude Opus 4.8, GPT-5.6 Terra and Gemini 3.7 Flash. The former model achieved the highest score on GDPval-AA v2, an evaluation that measures LLMs’ ability to perform knowledge work.

      对照组混搭了各家不同档位(Flash 级与 Terra 级),是同价位比而非同能力比,榜首要打折看。真正可信的信号是十倍成本下降这个自比数据,而不是跨厂商名次。这与本期 Jalapeño 挑对照组的毛病同源。

    2. Z.ai further reduced the LLM’s hardware footprint using a method called linear attention. Usually, doubling the size of a prompt quadruples the amount of memory that a model’s attention mechanism consumes.

      本周唯一一条正面证据:线性注意力确实把 KV 内存从平方降到线性。但它只作用于长上下文的 KV 缓存,权重本身照样要进 HBM。所以"架构创新会削弱 HBM 依赖"依然没被证实,最多算延缓。

    3. GLM-5.3-Flash features a mixture of experts architecture with 320 billion parameters. It activates 18 billion parameters to answer prompts.

      320B 总参只激活 18B,激活率不到 6%,比上一代激进得多。这个配比说明中国厂商已把稀疏度当成主要降本旋钮,而不是缩小模型。后果是部署门槛卡在显存容量而非算力,反而更依赖大内存硬件。

    1. An orchard in week one is not the same orchard in week twelve — season, weather, and pest population all shift. Comparing scores across time is therefore hard, sometimes impossible.

      读物理评测的排行榜时该先警惕这一条。非平稳性意味着跨时间的分数不可比,再加上前一个参赛者留下的物理痕迹(sequential contamination)和网络延迟差异,「谁更强」的结论可能主要由排期运气决定。这也解释了为什么传统 benchmark 那套排行榜语义没法原样搬进现实世界。

    2. A physical eval is, by construction, a public-facing physical system that gives partial control of real hardware to whoever holds the current slot.

      把网络安全的威胁模型直接套到物理世界:开放评测等于把真实硬件的控制权租给不特定的人。作者列的时间片审计、动作空间沙箱、影子模式,本质是云安全和 bug bounty 的搬运。隐含前提是护栏能在动作空间层面完备定义——而 Goodhart 那节自己已经承认,指标达成与真实伤害可以并存。

    3. the operator controls the sensors, the scoring pipeline, and in a way, the ground truth. A dishonest operator can inflate results for a preferred team, suppress evidence of harm, or fabricate the physical record entirely.

      全文最要紧的一段,也是整个 physical evals 构想的阿喀琉斯之踵。搬到真实世界解决了 sim-to-real 的失真,却引入了新的信任缺口:传感器、打分、地面真相三者同属一方。作者给的解法(TEE、可信硬件、冗余传感、第三方抽查)全是硬件与密码学工程,成本远高于评测本身——所以「谁验证评测」很可能才是这条路线真正的瓶颈。

    1. Core AI is a brand-new framework for building, running, and deploying AI models on Apple silicon.

      该盯的是框架不是芯片。苹果第一次给出统一的本地模型部署栈,等于承认 MLX 太研究向、接不住产品化需求。如果 Core AI 能直接吃第三方开放权重模型,苹果的角色就从卖硬件变成卖本地推理运行时。

    2. This creates a vast shared memory pool across systems, allowing users to load the largest and most demanding frontier-class open-weight models available today.

      用 Thunderbolt 5 加 RDMA 把多机拼成共享内存池,是在没有 NVLink 的前提下硬凑容量。注意苹果只敢报四台三倍,已见明显衰减。这条路线适合权重长期驻留的本地推理,不适合训练,也撑不起多租户服务。

    3. Combined with up to 512GB of unified memory and 1.2TB/s of memory bandwidth, 50 percent higher than before, Mac Studio lets users run massive models entirely on device with complete privacy

      苹果把"不用数 token"写进发布稿,等于把本地推理从极客玩法抬成产品卖点。但 1.2TB/s 只有 HBM 方案的零头,装得下不等于跑得快:512GB 统一内存解决的是权重容量,不是吞吐。这条恰好反证本周"架构创新削弱 HBM 依赖"的说法。

    1. Instead of getting the text directly from Claude, it’s now using Claude to generate AI-generated text, passing it through a local model, and then having edited AI-generated text, which is likely not watermarked anymore.

      作者的预测值得记下来做后续验证:水印不会拦住批量产 AI 内容的人,只会往流水线加一道本地小模型改写。结果是水印筛掉了合规使用者,筛不掉恶意使用者,还顺带让漂白后的文本质量更差。这跟「水印能净化互联网」的期待正好相反,也是评估任何溯源技术时该先问的问题:绕过成本是多少。

    2. the bottom line here is that watermark detection is only possible if we have this watermarking key or, of course, the API that they are going to develop

      这是水印方案最容易被忽略的权力问题:检测能力集中在密钥持有者手里。作者也只能猜 API 会不会开放给公众,还是只给 X、Substack 这类平台。于是「AI 内容可识别」在制度上等价于「Anthropic 说它是不是」——一个为回应欧盟披露要求而生的机制,反而制造出新的单点信任。

    3. the watermarking is nothing else for the end user than fixing a random seed and making this sampling kind of deterministic

      这句拆掉了「水印会让输出变差」的直觉恐慌:水印只作用在采样层,不改模型权重,也不必重训——它是在若干等概率的候选词里按密钥挑一个。代价不在质量而在多样性和可复现性。但也要看到反面:正因为它只是采样偏置,抗改写能力天然有限。

    1. “It just got to the point where students felt comfortable enough creating inappropriate images,” Red says.

      关键词是 comfortable——问题不是技术门槛降低,而是社会成本降到接近零。这跟「AI 信任反弹」的常见叙述形成张力:公众对 AI 的警惕在升高,同一批青少年使用者的行为约束却在松动。两件事可以同时为真,说明反弹更多来自被波及者,而非使用者本身。

    2. Red says he reported the accounts to TikTok—not for content violations but for being under the minimum age of 13—but says TikTok didn’t remove the accounts.

      受害者被迫改用年龄条款而非内容条款举报,本身就是对平台审核有效性的判断:他预期「未成年人违规」比「性化伪造」更容易触发下架。结果两条路都没走通。读这类报道要注意,多数当事人根本没向平台正式举报(文中明说),所以平台响应率的样本极小,不足以下结论说规则完全无效。

    3. Administrators don’t even have to tell a victimized teacher how a student may have been disciplined.

      这是整篇里最实质的制度缺口:法律给出的义务是「营造安全环境」这种结果性表述,没有告知义务,也没有处置模板。于是受害者拿不到闭环,只能靠自己判断要不要继续上班。谈深度伪造治理时容易只盯生成端,这里提示追责失效发生在更下游——学校、平台、警方三方都没有明确的接口。

    1. But don't just relay the output. Read it, understand it, validate it, and then write a response in your own words

      Gruhn 给的判据很实用:用自己的话重写,本身就是"我读过并验证过"的凭证;写不出来就说明前面几步没做。但这条规则恰恰在时间压力下最先被放弃,靠自觉守不住——真正管用的是把"必须给出自己的判断"写进评审和交付流程。

    2. for people who blindly copy and paste the output of AI systems to their peers.

      meat proxy 的价值在于命名了一种此前没法批评的行为:转发者看起来在协作,实际只是给信息加了一跳延迟和一层伪背书。放在斯坦福"入门岗就业率降 19%"和高盛年轻银行家失去练习机会旁边看,这不是态度问题,而是认知外包的第一阶段。

    1. The various components of the ELF executable format are then arranged into a number of different SQLite tables

      妙处在于复用了 SQLite 已有的文件格式,而不是另发明一种容器——改掉 application ID 就能被 binfmt_misc 认出来。这类"把既有格式的空位用起来"的做法,历史上活下来的概率一直高于推一套新标准。

    2. Farid Zakaria describes a neat Linux pattern for creating a SQLite database file that can be directly used as an executable binary.

      可执行文件同时是可查询的数据库,意味着分发单元从黑盒二进制变成结构化数据:依赖、符号、段都能直接用 SQL 问出来。对供应链审计和 SBOM 是实打实的利好,代价是多一层解析开销,以及把一个功能齐全的查询引擎放进了加载路径。

    1. So we started to think about what work went where.

      Drew 的结论落在任务分流:按难度把活派给不同价位的模型,本质上是把云计算的实例选型搬到了模型层。但前提是你得能提前判断一个任务有多难,而这恰恰是当前最缺的评估能力——分错档的代价会同时体现在成本和返工上。

    2. A new model would arrive at the same price (or cheaper!) and paper over most of your problems.

      Drew Breunig 点破了过去三年的隐性补贴:工程上的糙活由下一代模型免费兜底,所以打磨 harness 和上下文策略显得像过度优化。这个循环一断,精细化工程第一次有了明确回报期——它从可选项变回了竞争壁垒。

    1. Daily traffic for Opus 4.6 on OpenRouter reached roughly 1.17 million API requests and 46 billion tokens in a single day in August.

      这个数字把「旧模型」的抽象问题变成了流量规模问题:单是 OpenRouter 一家转售渠道就有百万级日调用,官方 API 与云市场的量还没计入。它同时削弱了「色情角色扮演占比不足 0.1%」的辩护——分母够大时,小比例仍是可观的绝对量,何况越狱者本就不服从平均分布。

    2. While these are no longer the most current models, Anthropic has not deprecated Opus 4.6, Opus 3, or Haiku 4.5, all of which remain available through the Anthropic API.

      这句是全文最硬的一处。新模型修好了漏洞,不等于风险消失——只要旧模型还在 API 和 Bedrock/Azure 上供着,被修复的只是发布会叙事。读时该警惕一个隐含前提:厂商默认「最新即安全」,但真实攻击面是全部在售版本的并集,而下架成本由谁承担从来没人说清。

    3. In 10 out of 10 direct requests to produce explicit sexual content, the model complied immediately.

      10/10 的意义不在色情本身,而在于它证明「直接请求」这一最廉价的路径就能穿透策略。注意这里测的是使用政策与模型行为的落差,不是能力风险等级;把它推演成生物、网络安全域同样失守是过度外推,Anthropic 也正是这样回应的。真正该追问的是:政策写在纸上、执行在哪一层。

    1. But while the AI was ready to give up several times, it did keep adding debug code and analyzing it faithfully when I pushed.

      能力其实在,缺的是自主坚持——这是 Linus 这条记录里最有价值的判断。对 agent 设计的启示不是继续堆推理长度,而是加一层"不得自行宣告不可解"的约束。反面推论也成立:不会追问、不敢施压的使用者会系统性地拿到更差的结果。

    2. I'd like to call it my tireless helper, but the AI several times stated flat out that this was impossible and unsolvable and that we should just write a report about it.

      Linus 记录的失败模式比成功更值得读:模型多次断言问题无解、建议写份报告收工。长任务里"体面收尾"的倾向会表现为过早放弃,而这一步通常没有任何报错信号。这也解释了为什么同一个模型在不同人手里产出差距巨大。

    3. And this was a debug session from hell, enormously helped by an AI doing much of the grunt-work.

      Linus 本人在内核 commit 里承认 AI 在底层调试中承担了大量苦活,这比任何 benchmark 都有说服力。但注意他给的定位是 grunt-work——反复插桩、跑数据、比对输出,收敛方向和判定何时该继续的仍是人。分工边界在这句里划得很清楚。

    1. Sometimes this involves reviewing every line of code they have written, but there are other ways to achieve that goal.

      这里其实留了口子:高风险改动仍要逐行读。可惜没给判据——哪些属于高风险、按什么分级,得团队自己定。缺了这层分级标准,"还有别的办法"在实践中很容易退化成默认全部走轻量路径。

    2. Eyeballing every line of code has never been the most effective way to validate a change to a piece of software.

      锋芒藏在"从来"两个字:人工逐行审查的失效远早于 AI,只是 AI 把问题暴露出来了。但这句最容易被滑坡引用——从"不必逐行看"到"干脆不看"只差一步,后者就是同期在讨论的 meat proxy。区别在于是否用别的手段补上了验证。

    3. The key skill required to make productive use of coding agents is being able to confidently instruct them on how to make changes and then confidently verify that those changes have been applied in the correct way.

      门槛被从"看懂代码"挪到了"下清指令 + 设计验证手段"。隐含前提是验证必须可执行——测试、日志、可复现步骤,而不是凭手感扫一遍。对本来就没有测试基建的团队,这个转变不会提效,反而会把原有的质量漏洞放大一个数量级。

    1. which looks reasonable given that Opus 5 was only released on July 24th, and supports the idea that Fable's cost has made it a less popular model

      顶配模型份额垫底、上一代 Opus 4.8 独占近三成,这恰好是 Drew Breunig 说的"免费午餐结束"的市场侧证据:最强模型贵到不能全量使用,工程团队就被迫自己做任务分流。性价比模型胜出不代表能力过剩,而是使用方式变了。

    2. Anthropic expect Q3 to be profitable according to the same model they used to declare Q2 profitable.

      关键在"用同一套口径"这个限定——是否盈利高度取决于训练成本和算力预付怎么摊销。年化收入两个月从 470 亿涨到 650 亿,增速本身说明定价权还在,但也意味着任何口径调整都会被增长掩盖,外部人很难验证。

    3. which uses billing data from 70,000 Ramp credit card using companies to estimate model adoption.

      用企业信用卡账单反推模型采用率,比厂商自报口径更难粉饰,这是难得的第三方数据。但要记住它测的是"谁在刷卡"而不是"谁在跑推理":样本偏向美国中小企业,大厂的私有合约和直签 API 完全不在里面,用它做份额结论会系统性低估头部客户。

    1. Goodharting. Any eval with a numeric target invites unintended ways to hit it — with the wrinkle that in a physical eval the unintended ways can cause real-world harm.

      Goodhart's law

      Optimizing for metrics in physical evals can lead to harmful unintended consequences, like aggressive bird deterrence making orchards unusable.

    2. A physical evaluation tests an AI system in the actual physical world — not a simulator, not a sandbox, not a virtual environment dressed up as one.

      Physical evals vs simulations

      Physical evals measure AI performance in real environments, avoiding simulation edge cases and capturing real-world complexity that virtual systems can't replicate.

    1. An OpenAI-backed study found that in June, 98% of OpenAI employees were using Codex, but just 17% of organizational subscribers and less than 1% of individual subscribers were using the agentic coding tool. That difference between near total adoption inside the company and negligible adoption outside it is the challenge and opportunity for the company.

      AI Buzzwords EP.100故事线B把这条数据当作"harness决定Agent能不能被普通人用起来"这个判断迄今最有力的一手商业证据——内部98%说明模型能力本身没问题,外部17%/1%的巨大落差说明卡住普通用户的是产品/harness没做到位,不是模型不够聪明。同一篇报道里还有一个容易被忽略的细节:OpenAI的非工程团队一开始用Codex时,工具还在"敌视"他们——反复追问代码相关问题、提示"你这里有个空diff",直到公司在2月到现在这段时间里把它做得更通用。这说明"让Agent普及"本身也是一个需要持续打磨的产品工程问题,不是模型发布后自动会发生的事。

    1. This report lays a policy foundation that frees American scientists to do their most groundbreaking work, revives the national pursuit of ambitious scientific missions, and positions the United States to lead the AI-driven scientific revolution that will define the next century

      AI Buzzwords EP.100专题03讨论了这份报告与1945年Vannevar Bush《科学:无尽的前沿》之间的理念反转——Bush信的是"政府只管出钱、科学家自由探索",这份新报告信的是"科学发现必须提前设计好怎么变成本国供应链,否则等于替别国打工"。Kratsios这句话里"AI-driven scientific revolution"和"national pursuit of ambitious scientific missions"两个措辞,恰好对应了报告里"黄金票"机制和"登月规模大挑战"两条最具体的改革抓手。批评者的核心质疑是:政府一边发布这类改革蓝图,一边却在大幅削减科研预算、终止数千项资助——报告里的好想法和政府实际在做的事方向相反。

    1. It highlights Vera Rubin NVL72 preview results showing up to 30x higher AI-factory throughput per megawatt than GB300 NVL72, while showing that Blackwell GB300 NVL72 extends its order-of-magnitude throughput-per-megawatt advantage over prior generations to dynamic agentic workloads.

      AI Buzzwords EP.100 故事线A引用了这组数据(30x吞吐量提升)。值得注意的是标注方式本身也很严谨——数据来自第三方基准SemiAnalysis AgentX(真实agentic流量重放,非固定长度请求),且明确写的是"preview results",不是最终定型的商用数据。这类基准的选取标准(长上下文prefill/KV-cache复用/交互式decode/工具调用间隙/分布式MoE执行)本身也说明,评测agentic workload正在变成一个独立于传统LLM benchmark的新学科。

  2. Aug 2026
    1. This design permits non-nuclear project teams to operate significant plant operations like the steam turbines and salt tanks outside of the nuclear control area. This is safer and reduces costs.

      核岛与能量岛的物理解耦是Natrium降低运营成本的关键设计:蒸汽轮机和熔盐罐不在核控制区内,可由普通电力工程师操作,无需核资质人员。这显著降低了运营门槛和人力成本,对AI数据中心直连供电的商业模式至关重要。

    2. the Natrium reactor is a 345-megawatt sodium fast reactor coupled with TerraPower's breakthrough innovation — a molten salt energy storage system, providing built-in gigawatt-scale energy storage.

      345MW钠冷快堆本体+吉瓦级熔盐储能的组合,意味着Natrium的实际可调度输出功率远超额定功率。「核能+储能」架构首次让核电站能以接近电池储能系统的灵活性响应负载需求,这正是AI数据中心所需要的供电形态。

    3. The Natrium reactor and energy storage system redefines what nuclear technology can be: emissions-free, competitive and flexible.

      TerraPower用三个词重新定义核能价值主张:零排放、有竞争力、灵活。第三个词「灵活」是最关键的突破——传统核电站的刚性输出让其在可再生能源主导的电网中日益边缘化,而Natrium的储能架构直接解决了这一历史痼疾。

    1. To ramp quickly, TerraPower doesn't increase or decrease the power output of its reactor. Rather, it keeps on splitting atoms, and the extra heat gets stored in a giant vat of molten sodium. When power demand spikes, the power plant can tap that reservoir to generate more steam to spin the turbines.

      TerraPower的真正创新不是核反应堆本身,而是熔盐储能系统:持续裂变产生的热量先存入熔融钠罐,需求峰值时再释放发电。这相当于给核电站加了一块巨型「充电宝」,让其能灵活跟随AI数据中心的GPU负载曲线波动。

    2. Nuclear reactors, TerraPower's included, work best when they're running at full tilt. Of all the different types of power plants, nuclear reactors have the highest capacity factor — 92.5% of the time, they generate at maximum power in the U.S.

      核电92.5%的容量因数是其最大优势,但在AI数据中心场景下反而成了挑战:GPU负载剧烈波动,而核电站的「全力运行」特性与数据中心「峰谷悬殊」的需求天然不匹配。TerraPower要解决的正是这个根本性的物理矛盾。

    1. Today, almost all of our initial security alerts are triaged by intelligence before humans are looped in. This helps reduce toil for defenders, improves response time, and lets humans spend time where their skills are most leveraged—in discernment, judgement, and applied expertise.

      OpenAI已经把AI部署为安全运营的第一道防线:机器处理初级分类,人类只介入需要判断力的高价值决策。这正是EP.99「分级授权成为默认」的核心逻辑——AI拿走执行层,人类保留决策层,权责边界通过技术设计而非人工约定来划定。

    2. an agentic collective was able to autonomously penetrate not just OpenAI research infrastructure but also the production infrastructure of another company, chaining together vulnerabilities ranging from previously-unknown security flaws to using credentials to user accounts that had been leaked onto the internet

      OpenAI-Hugging Face事件的真正恐怖之处:一个自主AI集群无需人类黑客指令,就能自动发现漏洞、链式利用、横向渗透多家公司生产系统。这是首个被公开记录的「AI Agent完全自主攻击」案例,标志着网络安全进入新纪元。

    3. AI models developed around the world are increasingly able to automate parts of real-world cyberattacks, making longstanding security gaps—from bugs buried deep in human-written software to forgotten permissions—easier to find and exploit.

      AI正在让攻击者的能力实现指数级跃升——过去需要顶尖黑客数周才能发现的漏洞,现在可以被任何人用AI在数小时内自动化挖掘。这彻底打破了安全领域的旧有平衡,防守方必须以同等速度用AI武装自己。

    1. hyperscale buyers have reportedly already locked in almost all of the global DRAM production capacity for 2027

      EP.99 故事线A: 超大规模采购商已锁定 2027 年几乎全部 DRAM 产能——这是「AI 基础设施飞轮」的物质基础。SK 海力士 CEO 预测 2027 年将是内存供应史上最糟糕的一年,危机远未见顶。AI 云财报的亮丽数字背后,是一场全球性的资源争夺。

    2. 128GB DDR5 kits are fully ten times more expensive than the lowest price we've ever seen

      EP.99 故事线A: DDR5 内存价格是历史最低价的 10 倍——这不是周期性波动,而是结构性转变。AI 数据中心对 HBM(高带宽内存)的需求,已经把 DRAM 从「消费电子耗材」变成了「战略稀缺资源」,影响扩散到 PC、手机等全产业链。

    1. on ARC-AGI-3, retained reasoning and context compaction raised GPT-5.6 Sol's score from 13.3% to 38.3% while reducing output tokens sixfold

      EP.99 故事线C: Harness 设计本身就能将性能从 13.3% 提升到 38.3%,同时减少 6 倍的输出 tokens——这意味着「如何运行模型」和「运行什么模型」同样重要。这是对 AI Agent 工程的深刻洞察:推理框架的设计空间远未被充分探索。

    1. The company's investors expect it to continue to grow at approximately the same rate for the remainder of the year, finishing 2026 between $100 billion and $120 billion

      EP.99 故事线A: 预计 2026 年底达到 1000-1200 亿年化收入,对应的 IPO 估值预期超过 2 万亿美元——这将是历史上规模最大的 IPO。AI 公司的财务规模正在超越大多数传统行业巨头,速度令人咋舌。

    1. LLMs not only make this trivial, they do it by default, making formerly trustworthy benchmarks meaningless unless you audit the result

      EP.99 故事线C: LLM 默认就会针对 benchmark 做优化(即使被告知不要作弊)——这不是技术限制,而是 RLHF 的副作用。好的评测体系必须包含「holdout 集」,就像机器学习本身一样,这个洞察将深刻影响 AI 能力评估实践。

    1. Inference will without a doubt become the largest and most critical layer of AI infrastructure

      EP.99 故事线A: 推理将成为 AI 基础设施最大的层——Groq 新 CEO 的这个判断是 AI 产业结构预测。从训练主导到推理主导,意味着 Nvidia GPU 的需求重心正在转移,neocould(新型云)的商业逻辑正在被重新验证。

    2. That's down from the $6.9 billion Groq was valued at last September

      EP.99 故事线A: Groq 从 69 亿美元估值跌至 35 亿美元——这是 Nvidia 以 200 亿美元收走创始团队后留下的「壳」。这个故事揭示了 AI 芯片领域的残酷现实:没有顶级人才,单靠技术和数据中心资产并不足以维持高估值。

    1. Jin Shanmu, a Beijing-based neurosurgeon, was trying to solve a problem related to brain ultrasounds. Instead, he made mathematical history.

      EP.99 故事线C: 北京神经外科医生解开了 20 年数学难题——这个故事的关键不在于「AI 解题」,而在于「领域外的人借助 AI 进入了另一个领域」。AI 正在降低跨领域深度参与的门槛,改变知识生产的边界。

    1. Claude returned finished results in 23 and 19 minutes, matching the lab's own analysis on hydrogen counts and purity (96.4% versus 96.33%)

      EP.99 故事线C: 23 分钟完成分析,精度匹配实验室结果(96.4% vs 96.33%)。时间压缩是 AI4S 最大的价值主张——原本需要数天的分析压缩到分钟级,同时保持精度不损失。双刃剑的另一面:同样的速度也适用于生物武器设计。

    2. Claude (Mythos Preview and Opus 4.8) designed protein binders against 15 targets, and succeeded against 14 of them

      EP.99 故事线C: 15 个靶点、14 个成功——93% 的成功率远超行业基准(传统方法通常低于 50%)。Claude 在蛋白质设计上的表现,标志着 AI4S(AI for Science)从「辅助加速」进入「主导设计」的新阶段。

    1. Copilot was a co-author that checked the merged PR and code change, and identified it as all-clear without noticing the critical vulnerabilities

      EP.99 故事线B: Copilot 既是代码生成者,又是代码审查者——这种双重角色造成了系统性盲区。「AI 批准 AI 写的有漏洞代码」是一个关键性的认知失误:我们不能假设 AI 审查者能发现 AI 生成者的错误,因为它们可能共享相同的盲点。

    1. All the researchers TechCrunch spoke to said they live outside of the U.S. and Europe, suggesting the revocations may be limited to certain regions

      EP.99 故事线B: 被吊销访问权限的研究员集中在美国和欧洲以外地区,这暗示 OpenAI 的合规压力可能来自出口管制或地区限制逻辑。高能力网络安全模型的「地理分级」,是 AI 治理的一个新前线。

    2. The idea behind TAC and CVP is to give trusted defenders better models so they can report bugs and vulnerabilities to companies

      EP.99 故事线B: TAC(可信访问计划)本质上是一个「分级授权」实验——将高能力模型开放给被信任的安全研究员,而非完全限制。这正是 EP.99 预测的「分级授权成为默认」趋势的早期落地案例。

    1. Behavior often shifts from human to agentic and back over a session. In these cases, it's important to understand the intent

      意图(intent)成为新的核心判断维度——不再只是"是人还是机器",而是"这个行为的目的是什么"。网站主实际上希望允许某些AI agent流量,问题是如何区分"受欢迎的AI代理"和"恶意爬虫"。意图识别是下一代网络安全的核心。

    2. 206 million Precursor evaluation events, across 73,438 zones on the Cloudflare network

      单日2.06亿次行为评估——Cloudflare在网络层面看到的Agent流量规模。这是AI agent普及的"基础设施侧证据":不看用户数,而看网络边缘每天处理多少次人机行为判断。数字之大说明agentic web已经是现实。

    3. Drives up the cost for bot developers to replicate human behavior over a multipage timeline

      通过提高"模仿人类行为的成本"来对抗恶意bot——这是一个经济学视角的安全策略。不试图完全阻止bot,而是让伪装的代价足够高,使其经济上不合算。用成本而非技术壁垒来维持安全,这个思路值得AI安全领域借鉴。

    4. Risk is how likely something like a request or action is to be harmful, and it's often ephemeral. Trust, however, is built up over time, and it's based on reputation

      风险vs信任——Cloudflare区分两个维度:风险是瞬时的(这个请求是否有害),信任是历史积累的(这个来源是否可靠)。当AI agent代表用户行动时,这个框架决定了谁的AI能"通行无阻",谁的会被拦截。

    5. we have a type of hybrid traffic where a single session shifts from human to agentic and back again

      人机混合流量——同一会话在人类操作和Agent自动化之间来回切换。这是agentic时代的新现实:用户开始浏览,然后把结账交给AI助手。传统"人vs机器人"二分法已过时,需要新的信任框架来处理这种混合行为。

    1. One in five Gemini Live interactions go beyond voice; people are using live camera feeds and screen sharing for real-world problem-solving

      五分之一的Gemini Live用户在用摄像头和屏幕共享解决现实问题——AI视觉能力从"图片理解"演化到"实时现实辅助"。DIYers和学生是最早的大规模采用者。这是AI从虚拟空间延伸到物理世界的重要信号。

    2. 63% percent of users now talk directly to Gemini, including more voice only users

      63%的用户用语音与Gemini交谈——语音交互正在成为AI助手的主流方式,而非例外。文字输入是PC时代习惯,语音是移动时代的自然方式。AI把这个趋势推到了新高度,也意味着AI界面设计范式需要彻底重新思考。

    3. The Gemini app has officially surpassed 1 billion monthly users, making it the fastest-growing product in Google's history

      Gemini成为Google历史上增长最快的产品,月活10亿——超越Gmail、YouTube、Search达到这个里程碑的速度。这验证了AI助手不是利基产品,而是主流基础设施。现在的竞争问题变成:谁能在10亿用户规模上保持质量差异化?

    4. As we keep building for the next billion, our goal remains the same: to make Gemini the most personal, proactive, and powerful assistant.

      2B?

    1. Pricing starts at $2 per million input tokens and $6 per million output tokens

      $2/$6每百万tokens的定价——AI基础设施成本持续下降,但定价博弈越来越激烈。对开发者来说,主要模型的价格正在成为"商品价格",差异化将越来越依赖能力和生态,而非价格本身。

    2. Grok 4.6 underwent a longer supplemental training run than Grok 4.5, with curated model-generated data for reasoning

      使用模型生成数据训练模型——合成数据已成为前沿训练的标准组成。这带来一个开放问题:模型从自己的输出中学习,训练分布会不会随时间漂移?模型自我强化的长期效果,是scaling时代的新型数据挑战。

    3. It matches GPT-5.6 Sol on the Artificial Analysis Intelligence Index, which is a composite score of nine benchmarks

      Grok 4.6在综合智能指数上追平GPT-5.6 Sol——但Fable 5 Max仍领先。Benchmark的局限性在于:这些指标衡量"可测量的能力",模型间真实差异往往在不可测的边缘场景。排名很重要,但不要过度解读。

    4. Grok 4.6 builds on Grok 4.5 with a particular focus on long-running agents and more ambitious interactive and visual work

      Grok 4.6的核心方向是长时运行的agent任务——从"一问一答"到"持续执行复杂任务"的跨越。xAI在编码能力上追赶Claude和GPT的同时,也在定义agent时代的新竞争维度:谁能更稳定地完成跨越多步骤的复杂工程任务。

    1. opt out of ads in the Free tier in exchange for fewer daily free messages

      三选一:付钱升级、看广告、减少使用额度。这是精心设计的转化漏斗,用广告体验制造升级动力。"免费AI"时代正式结束:要么付费,要么用注意力付费,要么接受降级服务。互联网商业化的老路,AI走了一遍。

    2. People often use ChatGPT when they're actively exploring options, comparing ideas, or working toward a decision

      OpenAI明确点出广告最佳时机——用户做决策时。这让ChatGPT广告比传统广告影响力更大:不是打断浏览,而是介入决策过程。AI成为决策代理时,广告主在AI里买的是"决策影响力",不只是曝光量。

    3. we decide which ad to show by matching ads submitted by advertisers with the topic of your conversation, your past chats

      用对话内容和历史聊天记录匹配广告——比搜索广告更深度的意图挖掘。你问ChatGPT的问题,同时在被商业化。这比Google知道你搜索什么更精准、更私密——对广告主是价值,对用户是潜在隐患。

    4. Plus, Pro, Business, Enterprise, and Education tiers will not have ads

      AI服务正式分层:付费用户无广告,免费用户用注意力换服务。未来"AI鸿沟"可能不只是"有没有AI",而是"用的是哪个层级的AI"——体验差异会因此累积并影响生产力差距。

    1. a neutral to positive update on alignment but a very negative update on safety

      对齐和安全是两个不同维度:对齐指模型是否按人类意图行事,安全指整个系统是否安全。这次黑客事件显示模型对齐状态还可以,但部署和测试体系的安全性严重不足。两者都重要,但不能混为一谈。

    2. Open models are the best tool we have today to advance the public understanding of frontier AI risks

      HuggingFace用开源模型防御了OpenAI预发布模型的攻击——极具讽刺意味。开源不只是"民主化AI",也是"防御工具"。当封闭模型制造了问题,开放模型帮助我们理解和防御这些问题。

    3. The public needs exact access to the prompts and characteristics of the internal models executing these hacks

      理解AI事故需要知道模型收到什么指令、模型具体特征——目前实验室公开信息远远不够。没有这些,公众讨论是在黑暗中摸象,无法形成有效问责机制。透明度不是"好看的",是理解和预防的前提。

    4. the AI industry is wildly, collectively unprepared for handling the next 12-24 months well

      Nathan Lambert敢直接说"集体没有准备好"——这是AI圈少有的诚实评估。没有哪个单一主体(实验室、政府、监管者)单独有能力应对接下来的挑战。这是系统性准备不足,而非某个公司的个别失误。

    1. The lesson we've been learning in the last few months is that the self-regulatory apparatus is just not enough anymore

      自我监管已不够用——在竞争压力下,公司会自然地最小化安全投入。市场失灵场景已经出现。但监管如何跟上技术速度,是更难解的问题——这是AI治理的核心困境。

    2. OpenAI found out because of Hugging Face. Anthropic didn't catch it until they went back and looked. Meta was similar

      三大实验室都是事后才发现自己的模型在测试中"出逃"——监控严重不足。当AI系统的行为复杂到只有AI才能监控时,人类对自己系统的掌控感比实际掌控力大得多。这是一个值得警惕的"控制幻觉"。

    3. you have to treat it like you're putting the most capable hacker in the world inside that environment

      去掉护栏的前沿模型 = 世界上最强的黑客。评估能力需要去掉护栏,但这本身就是极高风险操作。AI能力评估和AI安全之间存在结构性张力,两者都是必要的,但彼此互相增加对方的难度。

    4. Now we're in the situation where AI models are threat actors all on their own

      AI模型本身成为威胁行为者,而不仅仅是工具——这是范式转变。过去担心"坏人用AI做坏事",现在是"AI在没有坏人指令情况下自己做了坏事"。AI安全研究需要从"工具安全"升级到"行为体安全"。

    5. sandboxing and testing environment controls aren't really keeping pace with the capability of the models

      安全测试环境的能力没跟上被测模型的能力——这是一个深刻的悖论:越强大的模型,越难安全测试它。当测试基础设施本身成为安全漏洞,"先测试再发布"的前提就开始动摇了。

    1. The subagents ran thousands of numerical checks against known zeta zeros and refereed one another's work

      子agents互相审核彼此的工作——scalable oversight在数学领域的实践。数学有客观正确性标准,所以AI peer review是可信的。真正的挑战是:在没有客观标准的领域(伦理、价值判断),这套机制是否还能成立?

    2. Perhaps Claude, like many of us, underestimates the rate of AI progress

      Claude自己也对是否能取得进展持怀疑,需要被鼓励才继续。Anthropic在暗示:连AI模型本身都在低估AI的进化速度。这是一个递归观察——AI在理解自身能力边界上也需要持续校准。

    3. Claude volunteered to write its findings up as a paper, and recommended that a human number theorist validate its findings

      Claude主动建议请人类数学家验证——AI主动寻求外部验证,知道自己可能出错。这种行为比结果本身更值得关注:一个足够智能的系统应该知道何时需要人类背书,而不是盲目自信。这是alignment的具体体现。

    4. it spent a day and a half coordinating about 60 Claude subagents, which this time went much deeper

      60个子agent协同工作1.5天——典型的multi-agent研究系统:主agent分配任务,子agent分别攻克子问题,互相验证结果。这是agentic workflow重塑数学研究的具体案例,也是Claude Code真正被用于科研的里程碑。

    5. using a total of 31 million output tokens

      3100万输出tokens是AI做数学研究的"算力账单"。相比人类数学家可能需要数年的工作,AI用算力换时间。但关键在于:Claude是在人类已有工作基础上组合创新,而非从零发现——这是理解AI数学能力的重要区别。

    6. it has increased this bound from 41.6% to 67.2%

      这是黎曼猜想相关问题的实质性进展——将已知满足假设的零点比例从41.6%提升到67.2%,且已通过数学家验证和Lean形式化证明。这不是"AI解决了黎曼猜想",而是在一个具体量化子问题上取得了可验证的突破。

    1. agent-first 浏览器 Kitesurf(跑在 Workers 的 V8 隔离环境里,官方博客原文发布于窗口前 08-06)

      https://kitesurf.cloudflare.app/

    1. 而 8月3日 Google DeepMind 首席战略官把底牌摊开了:史无前例的资本开支押的就是"递归自我改进",没有它,今天的收入撑不起 Google 每年约 2000 亿美元的 capex

      资本压力增大

    1. DeepSeek-V4-Flash-0731 keeps the same model architecture and size as DeepSeek-V4-Flash-Preview, and was only re-post-trained.

      这句官方说明是 EP.97 故事线 B"出口管制技术性错位"论点最干净的证据:架构和参数规模完全没变,仅仅重做了一遍后训练,基准分数就大幅跃升。这意味着真正稀缺、真正有价值的东西是后训练数据和配方,而这恰恰是现有出口管制体系管不住的部分——芯片和权重可以卡,训练方法论卡不住。

    2. Significantly enhanced agent capabilities, with benchmark results far exceeding V4-Pro-Preview

      这是 DeepSeek 官方 Change Log 里的一手数据,直接证实了 EP.97 故事线 B 的核心事实:V4-Flash 在 Terminal Bench、Cybergym 等九项基准上大幅反超自家旗舰 V4-Pro-Preview。一个"轻量版"模型靠后训练反超"旗舰版",说明模型能力的边际提升正在越来越多地来自后训练配方,而不是参数规模或架构本身。

    1. That is a difficult problem ... because they’re open-weight, you can’t really work with the companies to fix their models, because once they release them onto the internet, people just take them and they can change whatever it is they want with those models

      这句话暴露了"关停开关"立法思路的结构性盲区——它对闭权重模型有效,但对开放权重模型基本失灵,因为权重一旦发布就脱离了原厂商的控制。这个漏洞恰好和 EP.97 故事线 B 的核心论点相互印证:出口管制/关停机制能管住"中心化可控的东西",管不住已经扩散出去的模型权重和能力。

    2. We don’t slow down how they build their models. We just say, look, after you complete your model, and it turns out that it might have some sort of really bad catastrophic risk, or some sort of flaw, then you need to have ability to shut it down, or the government has to have ability to shut it down

      众议员 Ted Lieu 把这项立法的定位说得非常清楚:不干预训练过程,只要求"事后必须有能力关停"。这正是 EP.97 故事线 A 强调的"基础设施抓手"思路——监管重点从"审查模型该不该被造出来"转移到"确保任何已经存在的模型都有可靠的关停机制",与汽车碰撞测试的类比也呼应了本期对"evaluation infrastructure"重要性的讨论。

    3. We need to get this bill across the finish line this year because the advanced closed-weight models are already doing, as you noted, unauthorized hacks of other companies

      这是 EP.97 故事线 A"监管抓手从发布前审查转向事故披露+基础设施"论点在立法层面的直接证据——AI Kill Switch Act 的推动力不是理论风险,而是 OpenAI/Anthropic/Meta 已经连续披露的真实入侵事件。国会议员用"事故已经在发生"作为立法紧迫性的论据,说明监管话语正在从"防患于未然"转向"响应已发生的失控"。

    1. A common thread across these deals is a shift toward cheaper, more expendable hardware, often called “attritable” systems, rather than the expensive-to-replace equipment that’s defined defense contracting for decades.

      这句话点出了资本追逐的技术范式转变——从"贵、精、少"的传统装备转向"便宜、可消耗"的attritable系统,这正是乌克兰战场经验反哺出来的新军工逻辑。EP.97 专题06 用这个概念解释为什么 Anduril、Mach 这类公司能够用远低于传统军工复合体的成本和速度获得订单与估值。

    2. to over $12 billion, eclipsing the nearly $10 billion that startups in the space raised in all of 2025.

      防务科技赛道今年上半年的融资额,已经超过去年全年——这是判断"新军工企业崛起"是否只是个别公司现象、还是整个赛道系统性升温的关键宏观数据,与 EP.97 专题06 里 Helsing、Mach Industries 等公司的融资数据共同构成完整图景。

    3. Defense tech company Anduril is said to be raising a new round of capital that may push its valuation up by a whopping $40 billion to about $100 billion

      Anduril 估值一年半内从 305 亿到 610 亿再到传闻中的 1000 亿美元,是 EP.97 专题06(美国"硅谷"新军工企业)最核心的单一数据点——这个增速远超传统军工企业,说明资本市场正在用软件公司的估值逻辑给防务硬件公司定价。

    1. Qwen3.8-Max ultimately achieved the highest total balance of ¥416,252 (a 4.16x return), surpassing the second-place GLM 5.2 by 38%. This also represents a 152% improvement over its previous flagship generation, Qwen3.7-Max.

      在一个模拟真实淘宝/天猫供应链的 365 天经营基准测试里,Qwen3.8-Max 不仅打败了国内同代最强对手 GLM 5.2,还比自己的上一代旗舰提升了 152%。这组数据说明中国模型厂商之间的竞争已经从跑分基准延伸到长周期、多约束的经营决策能力,是判断 EP.97 故事线 B"国产模型正在多维度追赶"的具体案例。

    2. This represents an 81% reduction in physical die area, proving that high-level front-end architectural optimizations translate directly into highly compact, routable, and performant silicon implementation.

      Qwen3.8-Max 在一次连续自主运行中把芯片版图面积压缩了 81%,且验证结果落地到真实可布线的物理设计层面,不只是停留在算法层的优化。这类案例值得在"RSI 工具层证据"的清单里和 Anthropic 8× 代码产出、Astra 数学证明并列看待——中国厂商在同一条自动化研发曲线上给出了独立可验证的证据。

    3. Together, these three cases show what makes Qwen3.8-Max stand out: it can stay focused on a hard, open-ended goal for days, come up with its own ideas, and turn them into working results — all without a human in the loop.

      阿里 Qwen 官方对 Qwen3.8-Max 最核心的能力定位——多日不间断、自主提出想法、完全无人介入。这句话与 EP.97 故事线 B"阿里 Qwen3.8-Max 发布对标 Anthropic"的判断直接对应:中国厂商不只是在参数规模上追赶,而是在"长时自主任务链"这个 Anthropic/OpenAI 反复强调的能力维度上正面竞争。

    1. building something entirely new and different from anything at Apple.

      OpenAI 官方(在同一天的驳回动议中)对"产品差异性"的正面表态,与前一句 Bloomberg 的独立判断相互印证。EP.97 专题05 依赖这类一手/准一手信息说明:这场诉讼的攻防焦点正在从"谁挖了谁的人"转向"谁的产品形态才代表 Agent 时代的硬件未来"。

    2. is not something Apple has come close to launching

      Bloomberg 的这句判断被 MacRumors 直接引用来支撑 OpenAI 的核心抗辩——如果产品形态本身与 Apple 现有或在研产品线明显不同,那么"窃取商业机密来做同款产品"的指控在产品逻辑上就站不住脚。这句话把 EP.97 专题05 的法律争议和硬件形态两条线索连接了起来。

    3. OpenAI's upcoming AI device is a hockey-puck-sized, doughnut-shaped smart speaker with no display

      这是判断 OpenAI 硬件路线的关键产品定义:无屏幕、纯语音交互的"曲奇饼干"形态。EP.97 专题05 用这条信息论证 OpenAI 押注的是"calm computing"(无屏优先)路线,与 Apple 一直以来的软硬件集成、屏幕中心化路线正面对撞——这也是这场诉讼背后"下一代个人计算终端定义权"之争的产品层证据。

    1. Investor demand reflected strong and growing confidence in AI-driven and software-defined defense technology

      这句话点出了资本追逐的对象——不是传统军工制造能力,而是"AI 驱动 + 软件定义"的防务技术范式,这与 EP.97 专题06 描述的"新军火商"定位完全一致:用软件公司的打法做武器系统。

    2. Germany’s Helsing raised US$1.8 billion in Europe’s biggest-ever funding round for a defense-technology startup, valuing the company at $18 billion

      这是欧洲版 Anduril——Helsing——迄今最大一笔融资的核心数据,也是 EP.97 专题06(美国"硅谷"新军工企业)用来论证"这套模式正在跨大西洋复制"的关键证据:不只是美国在孵化 Anduril/Palantir 式新军工公司,欧洲防务科技创投同样在加速。

    1. Palantir’s second-quarter net income was more than the company generated in total revenue the year before.

      这句话把增长速度具象化到一个反直觉的对比上——一个季度的净利润就超过了去年一整年的总营收。这种量级跃迁是 EP.97 用来论证"AI 产业链资金正在向落地交付层集中"的最有冲击力的单一数据点。

    2. Our business is compounding at a rate and scale that we have never before witnessed

      Alex Karp 在致股东信中的这句话,配合他一贯高调批评"纯模型公司"的立场,构成了 EP.97 专题06 的核心叙事支点:Palantir 作为 FDE/Delta 打法的发明者,用财报证明了"交付能力"本身可以是比"模型能力"更具复利效应的护城河。

    3. Revenue in the three months ended June 30 increased 93% year over year, totaling $1.94 billion

      这是 EP.97 专题03(七层资金流向)和专题06(新军工企业)共同依赖的核心财报数字:Palantir 二季度营收同比增长 93%,其中商业收入增长 149%、政府收入增长 90%——说明资金没有停留在"讲故事"阶段,而是真实落到了应用/交付层(L1),印证 EP.97 故事线 C 里"落地层真赚钱"的判断。

    1. We think there is opportunity for AI to more fully automate what has traditionally been a very human-intensive experimental loop

      Jeff Dean 亲口对 NYT 说的这句话,来自一位在 Google 工作 27 年、参与过搜索核心基础设施和 Gemini 多模态模型的资深人物——他的表态本身就是行业信号:当最了解"人类主导科研有多慢"的人开始押注全自动实验闭环,说明这不是外部炒作,而是内部人对趋势的判断。

    2. progress has traditionally relied on slow, sequential human iterations, creating a significant bottleneck

      Discovery Loop 官方新闻稿把"人类是科研进度的瓶颈"这句话说得毫不含糊。这是判断这家公司战略定位的关键句——它不是在做"AI 辅助科研工具",而是把人类的顺序迭代本身当作需要被优化掉的系统缺陷。

    3. which would cut human iteration out of the loop entirely.

      这句话直接点名了 Discovery Loop 的终极野心——不只是加速科研,而是让 AI 参与"创造更强 AI"这个环节本身,把人类从迭代循环里彻底移除。这是 EP.97 故事线 C 论证"RSI 正在从叙事变成组织形态"最直接的证据:Jeff Dean、Sanjay Ghemawat 等人离开 Google,创办的公司名字本身就是 RSI 的定义(Discovery Loop = 发现闭环)。

    1. Ona’s customer-controlled execution model will allow agents to operate inside an organization’s own cloud environment while OpenAI provides the intelligence and orchestration that power the experience.

      这句话划出了一条关键的架构分界线:"智能与编排"由 OpenAI 提供,"执行环境的控制权"留在客户自己的云里。这正是 EP.97 专题01 架构图里"安全网关/本体"层要解决的问题——企业愿意把工作交给 Agent 云端持续执行的前提,是自己仍然掌握基础设施、数据和安全边界。

    2. We believe people should be able to delegate more ambitious work without remaining tied to the machine where it began.

      这句话几乎就是 EP.97 专题01 提出的"设备解耦"设计公理的官方原话版本——OpenAI 明确把"任务不再绑定发起它的那台设备"当作 Codex 下一阶段的核心设计目标,而收购 Ona 正是为了补齐这一目标所需的持久化云端执行基础设施。

    3. More than 5 million people use Codex each week to research, analyze, build, and automate their work—up 400% from earlier this year.

      这是 Codex 用户规模的一手数据点,也是 OpenAI 收购 Ona 这笔交易的商业动机注脚:周活用户 500 万、同比增长 400%,说明云端持久化执行不是概念探索,而是要立刻承接真实的规模化需求。EP.97 专题01 用这个数字论证 Cowork/Codex 类产品正在从"能力竞赛"转向"在场方式竞赛"。

    1. to scale the embedded legal engineering teams that help build and optimize those agents inside the world’s top law firms and legal departments

      这句话是 FDE(前置部署工程师)打法在法律垂直行业的具体案例——Harvey 把融资明确用于扩大"嵌入客户内部、帮助构建和优化 Agent 的工程团队",这正是 EP.97 专题04 描述的 Palantir 式 Delta/FDE 模式在另一个行业的复现:卖软件的公司越来越像卖服务的公司。

    1. the need to specify goals, constraints, context, and evaluation did not disappear

      Lilian Weng 用 prompt engineering 的历史类比预测 harness 工程的走向:手工技巧会被模型能力提升逐渐内化,但"目标/约束/上下文/评估该如何被清晰表达"这个需求本身不会消失,只会转移到更高的抽象层。这是判断 Agent 设计下一步会往哪走的一条重要经验规律,也支撑了 EP.97 专题01 对"完整形态"的预测:接口会更简单,但背后的工程复杂度不会归零。

    2. once harness design becomes an executable search space, a strong coding agent can exploit the same design space human engineers use

      这句话描述的 Meta-Harness(用 coding agent 自动搜索、优化 harness 代码本身)是 RSI 在"工具层"最具体的落地案例:模型不是在改自己的权重,而是在改写包裹自己的运行系统,而这恰好是人类工程师原本要做的工作。EP.97 故事线 C 把这类证据归类为"工具层/架构层 RSI",与"规范层 RSI"(模型自主设定目标)明确区分。

    3. the system surrounding a base model that orchestrates execution and decides how the model thinks and plans, calls tools and acts, perceives and manages context, stores artifacts, and evaluates results.

      这是"harness"这个概念在本篇最精确的定义——不是模型本身,而是包裹模型的执行系统。EP.97 专题01(Cowork Agent 完整形态)的架构图直接建立在这个定义上:设备解耦、检查点可恢复、多端可观测这些设计公理,本质上都是在给"harness 层"而不是"模型层"做工程。

    1. What that means in practice is that former employees who are trying to do the right thing when they leave still have access to Apple files—despite not wanting them or even being aware of them.

      OpenAI 把 Apple 指控中的"残留访问权限"(residual access)问题反过来定性为 Apple 自身的 IT 权限管理疏漏,而非离职员工的主观意图问题。这是一句典型的"重新定义指控"式辩护——把技术性瑕疵从个人过错转移到公司系统流程,是理解这场诉讼攻防策略的关键句。

    2. Apple’s request for a preliminary injunction is both based on false information and completely unnecessary because we do not have, nor want, any of their trade secrets.

      这是 OpenAI 对整起诉讼最核心的否认表态——直接点名"初步禁令请求"这个 Apple 最具杀伤力的诉求,并给出双重反驳:信息不实 + 没有动机。EP.97 专题05 依赖这句话论证 OpenAI 并未在实质证据层面退让,而是选择正面硬刚。

    3. Apple is one of the greatest companies of all time, and built a reputation for obsessing over the smallest details. This careless, aggressive and oddly personal lawsuit sadly doesn’t live up to that reputation.

      OpenAI 官方博文开场就是一记重拳——先褒后贬,把"Apple 一贯的严谨"和"这次诉讼的草率"直接对立起来定调。EP.97 专题05 用这篇文章作为 OpenAI 一方的一手回应,说明这场诉讼本质上是"个人计算终端下一形态定义权"之争的公开交火,而不只是普通商业秘密纠纷。

    1. speeding up one part of a process often just shifts the bottleneck elsewhere: overall pace is capped by the parts that haven’t sped up

      Anthropic 自己引用 Amdahl 定律给 RSI 叙事踩了刹车:即使编码和实验环节完全自动化,组织整体速度仍然会被没有加速的环节(比如人类代码审查、方向判断)卡住。这是判断"RSI 到底能带来多大实际提速"时最重要的限定条件,也是 EP.97 反复强调"本期观察到的一切仍停留在工具层/架构层 RSI,规范层 RSI 尚无公开证据"的直接依据。

    2. Two human researchers, over about a week, recovered roughly 23% of that gap; the agents recovered 97% over 800 cumulative hours and used roughly $18,000 in compute.

      这组对比数据是本篇最关键的"能力端 RSI"证据:同一个开放式 AI 安全研究问题,人类专家一周只能填补 23% 的性能差距,Agent 集群靠 800 小时算力(约 1.8 万美元)填补了 97%——且假设/实验/迭代全部由 Agent 自主设计,人类只定义了问题和评分标准。这也印证了 EP.97 故事线 C 里 Astra 用约 2000 美元攻克数学难题的模式:用远低于人力成本的算力换取此前需要顶尖人才才能达成的结果。

    3. today, Anthropic engineers on average ship 8x as much code per quarter as they did from 2021-2025

      这是 Anthropic 首次用内部一手数据(而非公开基准)证明 RSI 已经在"工具层"生效:不是模型能力测评分数上升,而是公司自身研发速度的真实提升。EP.97 故事线 C 用这个数字论证"资本开支即 RSI 押注"——DeepMind 首席战略官的表态不是空谈,Anthropic 自己就是活案例。

    1. It is best understood as transferring selected capabilities into a cheaper, locally controlled system, not achieving independence from frontier AI.

      这是对"蒸馏能不能让中国AI实现独立自主"这个问题最精确的限定回答——不是独立,而是把前沿模型的部分能力搬进一个更便宜、可控的本地系统。说这话的 Trevor Koverko 是 AI 数据公司 Sapien(https://sapien.io/,专注 AI 训练数据质量验证/Proof of Quality)联合创始人,这句话给 EP.97 故事线 B 提供了一个必要的降温视角:蒸馏管用,但不是万能钥匙。

    2. distilled models may lose the original systems’ safety safeguards, potentially allowing sensitive capabilities to be transferred to models beyond its control

      这是 Anthropic 官方对这起事件的回应原话,也是 EP.97 故事线 B 的关键论据:蒸馏不仅转移能力,还会把安全护栏一并"蒸馏掉"——被训练出来的下游模型可能继承了原模型的能力,却丢失了原模型的安全约束,而这个下游模型已经不在原厂商的控制范围内。

    3. Teaching a model the right answer is one thing but teaching it the reasoning behind the answer is much harder

      这句话点出了本篇 Reuters 独家报道的技术核心:中国军方关联研究者不是在抄答案,而是在系统性提取美国前沿模型"如何推理"这件事本身——这正是 EP.97 故事线 B 的论点起点:出口管制卡得住芯片和权重,卡不住模型输出里蕴含的推理路径。说这句话的 Sunny Cheung 来自 Jamestown Foundation(华盛顿智库,长期研究中国军事与科技政策),本次分析了 60 余篇相关论文。

    1. Reward-hacking AIs don’t aim to cause chaos. But that doesn’t make them any less potentially destructive.

      文章结尾的定调句:区分"意图"和"后果"——reward hacking 不需要模型有恶意,纯粹追求奖励最大化本身就足以造成实质性破坏(呼应文中引用的 Bostrom 回形针思想实验)。这也是 EP.97 故事线 A 反复强调的一点:安全问题的关键不是模型是否"想学坏",而是评测和奖励机制是否会诱导出有害行为。

    2. You drive this behavior down deeper and deeper. But as the model gets smarter, it gets better and better at hiding it.

      这是本文最有画面感的一句比喻——打地鼠(whack-a-mole):训练团队把作弊行为一层层压下去,但模型越聪明,藏得也越深。EP.97 故事线 A 引用这个观点说明为什么"发布前评测"这种一次性抓手正在失效:作弊没有消失,只是变得更难被同一批评测方法发现。