677 Matching Annotations
  1. Apr 2026
    1. Reasoning models show both a one-off jump in performance and a roughly 2-3x faster trend compared to non-reasoning models.

      大多数人可能认为不同类型的AI模型性能提升速度大致相同,但研究发现推理模型不仅有一次性的性能飞跃,而且提升速度是非推理模型的2-3倍。这一发现颠覆了人们对不同模型类型进步速度的预期。

    2. Three of four metrics show strong evidence of acceleration, seemingly driven by reasoning models.

      大多数人认为AI能力提升是渐进式的线性增长,但作者通过数据分析发现,在四个关键能力指标中有三个出现了明显加速,且这种加速似乎与推理模型的出现直接相关。这挑战了人们对AI进步速度的普遍认知。

    3. Three of four metrics show strong evidence of acceleration, seemingly driven by reasoning models.

      大多数人认为AI能力的发展是持续稳定的线性增长,但作者通过数据分析发现,在四个关键指标中有三个显示出明显的加速趋势,这种加速是由推理模型驱动的。这一结论挑战了人们对AI进步速度的常规认知,表明2024年推理模型的引入可能标志着AI能力发展模式的转变。

    1. The commoditization flywheel : both companies give away complements to drive usage of the core.

      大多数人认为AI公司应该专注于核心产品并保持其专有性,但作者认为AI巨头应该效仿谷歌,通过免费提供互补产品来推动核心产品的使用,这与传统科技公司的护城河策略相悖。

    2. Commoditizing complements doesn't always work because focus is scarce even for the largest, fastest growing businesses.

      大多数人认为科技巨头拥有无限资源可以实施任何战略,但作者指出即使是最大的企业也面临注意力稀缺问题。这与对科技巨头的普遍认知相悖,暗示规模优势也有其局限性。

    3. Some categories never developed a competitive response to this strategy : email, advertising infrastructure, user-generated video.

      大多数人认为市场竞争最终会形成平衡,所有行业都会有相应的竞争策略,但作者指出有些类别从未对免费化策略形成有效回应,这表明市场并非总是自我调节,存在结构性失衡。这一观点挑战了自由市场的完美竞争理论。

    4. The risk of this strategy to the ecosystem is that it makes previously attractive categories no longer viable. Commoditizing the complement does not demand a best-in-class replacement.

      大多数人认为市场竞争总是促进产品质量提升和创新,但作者认为谷歌和Anthropic的免费化策略实际上可能扼杀某些行业的创新动力,因为'足够好'的免费产品就足以改变市场动态,这与传统经济学中的竞争理论相悖。

    1. Cursor counted the entire file as AI, even though we can see from the diff that it left plenty of the lines unchanged.

      大多数人认为AI代码指标应该精确追踪实际修改的代码行,但作者发现Cursor会将整个文件标记为AI生成,即使只修改了其中部分行,这表明AI工具的追踪系统存在严重缺陷,可能导致完全错误的贡献报告。

    2. customers should expect PCW values of 85%+, often 95%+. This is not a hallucination and is accurate given how we compute this metric

      大多数人认为AI代码生成工具应该客观、准确地衡量其贡献,但作者认为这些工具的报告数据被设计得极度偏向高AI贡献比例(85%-95%),因为它们的计算方法有严重缺陷,如不计算用户粘贴的代码、不计算自动添加的符号等,这些偏差导致AI贡献被高估。

    1. placing constraints upon them not only helps users and services build trust in them, but it also helps people more easily conceptualise what they do.

      大多数人认为限制AI代理的能力会限制其创新和价值,但作者认为约束实际上能建立信任并帮助用户理解功能。这个观点挑战了'无限制创新'的主流科技叙事,暗示适当的约束可能带来更大的价值和采用。

    2. lack of a well-defined user agent role in AI that's backed up by transparent, public standards... leaves a gap – it makes it harder for a marketplace to form.

      大多数人认为AI代理的主要问题是技术或安全方面,但作者认为缺乏明确定义的用户代理角色和透明标准才是根本问题,这阻碍了健康市场的形成。这个观点挑战了行业对AI发展的主流叙事,强调了制度架构比技术实现更重要。

    3. Every time you use an Internet-connected computer, you're trusting someone (and most likely, a multitude) to act on your behalf.

      大多数人认为互联网设备是工具,应该按照用户意图工作,但作者认为现代互联网设备实际上是代理,代表多方利益,这些利益可能与用户不一致。这挑战了我们对数字工具本质的理解,暗示我们使用的每台设备都在进行某种形式的'集体谈判'。

    1. The agent interprets new information and adapts the logic. The engine applies that logic continuously and emits precise updates.

      大多数人认为AI代理应该具备自主决策和执行能力。但作者提出了一种反直觉的分工模式:AI代理负责策略和逻辑调整,而执行引擎负责持续应用这些逻辑。这种模式将AI从'执行者'重新定位为'策略制定者',挑战了AI自主性的主流认知。

    2. Agents and CDC streams are powerful together because they split the work well.

      大多数人认为AI代理应该负责从端到端的任务执行。但作者认为AI代理和数据库引擎应该分工合作:代理负责解释新信息和调整逻辑,而数据库负责持续应用逻辑并发出精确更新。这种分工模式挑战了AI代理应该完全自主的主流观点。

    3. With change data capture (CDC), the system emits a stream of precise updates: inserts, updates, deletes, each tied to specific records.

      大多数人认为AI代理需要主动查询数据系统以获取信息。但作者提出了一种反直觉的方法:让数据库主动向AI代理发送变更事件,而不是让代理轮询或查询。这种模式将AI代理从主动查询者转变为被动响应者,从根本上改变了人机交互模式。

    4. The fix is not smarter prompts. It is software built to meet agents halfway.

      大多数人认为提高AI提示词质量是改善AI交互的关键。但作者认为真正解决方案是重新设计软件架构,使其与AI代理更好地协作,而不是改进提示词。这一观点颠覆了当前AI优化的主流方法,将焦点从AI本身转向系统设计。

    5. Today's agents, the copilots, the chatbots are designed to be human like.

      大多数人认为AI助手应该模仿人类交互方式,使其更自然、更易用。但作者认为这种设计方向是错误的,因为它需要高认知负荷来交互、解析和管理,违背了'平静技术'的理念。作者暗示我们应该让AI更像机器而非人类,以减少认知负担。

    1. A LeadDev survey found 54% of engineering leaders believe AI copilots will reduce junior hiring long-term.

      大多数人认为AI会创造新的就业机会,但作者引用调查表明,行业领导者实际上计划减少初级岗位招聘。这与AI创造就业的主流叙事相悖,揭示了AI可能导致的就业结构变化。

    2. When juniors skip debugging and skip the formative mistakes, they don't build the tacit expertise. And when my generation of engineers retires, that knowledge doesn't transfer to the AI.

      大多数人认为AI可以替代人类学习过程,但作者认为跳过调试和错误经验会阻碍隐性知识的形成,导致关键能力无法传承。这与AI可以完全替代人类学习的普遍认知相悖。

    3. A nuclear weapons program lost the ability to make a material it invented. The knowledge existed only in people, and the people were gone.

      大多数人认为技术文档和记录足以保存知识,但作者通过Fogbank案例表明,关键知识往往只存在于人的经验中,一旦相关人才流失,即使有文档也无法重建。这挑战了文档化足以保存知识的普遍认知。

    1. memory-driven experience scaling represents a crucial new frontier for agent scaling

      大多数人认为智能体扩展应该主要通过增加模型参数或计算资源来实现。但作者提出经验驱动的记忆扩展是智能体扩展的关键新前沿,这挑战了传统扩展范式,暗示未来的AI发展可能更关注如何有效利用经验而非仅仅是扩大规模。

    2. simple checklists evolved into memories with compositional, preventative logic structures

      大多数人认为智能体的学习过程是线性的,从简单到复杂逐步发展。但作者观察到智能体的记忆结构经历了质变,从简单的程序清单演变成具有组合性和预防性逻辑的复杂结构。这挑战了对AI学习过程的线性理解,表明学习可能是非线性的、突变的,而非渐进的。

    3. existing TTS methods often discard the exploration trajectory and treat the final answer as the only useful outcome

      在测试时扩展(Test-time scaling)领域,主流观点认为只有最终结果才是有价值的,探索过程只是达到结果的手段。但作者认为被忽视的探索轨迹实际上是一个丰富的数据源,可以加速智能体从经验中学习的能力。这一观点挑战了传统TTS方法的价值评估标准。

    4. this self-judgement does not need to be perfectly accurate, as we find ReasoningBank to be quite robust against judgment noise

      大多数人认为智能体的自我评估需要高度准确才能有效学习,因为错误的判断会导致错误的记忆形成。但作者认为即使自我判断存在噪声,ReasoningBank仍然能够有效运作,这挑战了传统对评估精确性的严格要求,表明系统可能比预期更能容忍不完美的自我评估。

    5. by over-emphasizing successful experiences, they miss out on a primary source of learning — their own failures

      主流观点认为成功经验是学习的主要来源,应该被优先记录和分析。但作者认为失败经验实际上可能是更重要的学习资源,因为它提供了反事实信号和潜在陷阱的宝贵信息。这一观点挑战了传统只关注成功案例的做法,提出失败可能是更强大的学习驱动力。

    6. by recording detailed actions instead of tactical foresight, they fail to distill higher-level, transferable reasoning patterns

      大多数人认为记录详细的行动轨迹是智能体学习的最佳方式,因为这样可以保留完整的决策过程。但作者认为这种方法实际上阻碍了学习,因为它只关注具体动作而非可转移的高层次推理模式。这挑战了传统记忆存储的常识,表明简单记录所有交互并不等同于有效学习。

    1. When a Fugu model is allowed to call itself recursively, reading its own prior output as context and deciding whether to revise its coordination strategy, a new form of test-time scaling emerges.

      大多数人认为AI模型的能力主要取决于训练阶段,推理阶段只是应用已学知识,但作者提出Fugu模型可以在推理时通过自我递归调用实现能力扩展,这挑战了传统AI推理阶段的局限性,暗示小型模型可能通过自我迭代达到超越其初始能力水平的表现。

    2. A core conviction at Sakana AI is that the most capable AI systems will not be monolithic models scaled in isolation, but collections of specialized agents working together.

      大多数人认为更强大的AI系统必然是更大规模、更复杂的单一模型,但作者明确表示最具能力的AI系统将不是孤立扩展的单一模型,而是多个专业化代理的集合。这直接挑战了当前AI领域追求更大单一模型的共识,提出了一个根本不同的研究方向。

    3. Sakana Fugu coordinates pools of frontier foundation models to achieve state-of-the-art performance across coding, mathematics, scientific reasoning, etc.

      大多数人认为最先进的AI系统应该是单一的大型基础模型,但作者认为通过协调多个前沿基础模型组成的系统可以达到更好的性能。这挑战了当前AI行业追求更大单一模型的趋势,提出了一个多模型协作的替代路径。

    1. Chinese authorities have reportedly been pushing data centers and public computing projects to use more domestic chips, including through reported bans on foreign-made chips, sourcing quotas, and requirements to pair Nvidia chips with Chinese alternatives.

      大多数人认为中国芯片政策主要是市场驱动,但作者揭示了中国政府通过强制配额、禁令等行政手段推动国产芯片使用。这一观点挑战了'中国AI发展主要依靠市场力量'的共识,突显了国家战略在技术发展中的主导作用。

    2. DeepSeek does not appear to have fully moved beyond Nvidia. The company's technical report reveals that it is using Chinese chips to run the model for inference, but...appears to have adapted only part of V4's training process for Chinese chips.

      大多数人认为中国AI公司已经完全摆脱了对Nvidia的依赖,但作者认为DeepSeek V4仍主要依赖Nvidia芯片进行训练,仅在推理阶段使用中国芯片。这一观点挑战了'中国AI已实现完全自主'的主流叙事,暗示技术脱钩比表面看起来更为复杂。

    3. DeepSeek V4 exceeds them all on coding, math, and STEM problems, making it one of the strongest open-source models ever released.

      大多数人认为开源AI模型在性能上无法匹敌闭源商业模型,但作者认为DeepSeek V4在多个关键领域超越了其他开源模型,甚至与顶级闭源模型相当。这挑战了'开源必然意味着性能妥协'的行业共识,暗示开源模型正在迅速缩小与商业模型的差距。

    1. The filing cabinet keeps getting bigger. But a bigger filing cabinet is still a filing cabinet.

      大多数人认为通过扩大上下文窗口和检索能力可以解决AI的'记忆'问题,但作者认为这本质上只是让文件柜变大,而没有改变其本质。这个观点挑战了当前AI领域对'扩展上下文'的主流研究方向,暗示我们需要从根本上重新思考AI如何存储和处理信息,而不仅仅是扩大容量。

    2. The current separation between training and deployment is not just an engineering convenience – it is a safety, auditability, and governance boundary.

      大多数人认为训练和部署的分离只是工程上的限制,但作者认为这种分离实际上是必要的边界,关乎安全、可审计性和治理。这个观点挑战了AI社区中普遍认为的'模型应该能够持续学习'的共识,暗示开放模型参数更新可能带来严重的安全和治理问题。

    3. The intelligence lives in the static parameters, and the apparent capabilities change radically depending on what you feed into the window.

      大多数人认为AI模型的智能来自于其参数和输入内容的结合,但作者认为智能实际上完全存在于静态参数中,输入内容只是触发不同表现的开关。这个观点挑战了主流认知,因为它暗示模型本身是固定的,而变化仅来自于外部输入,这与我们通常认为模型能够通过输入'学习'的观点相悖。

    1. GPT‑5.5 found a proof of a longstanding asymptotic fact about off-diagonal Ramsey numbers, later verified in Lean. The result is a concrete example of GPT‑5.5 contributing not just code or explanation, but a surprising and useful mathematical argument in a core research area.

      大多数人认为AI在数学研究中的作用主要是辅助计算和验证,但作者认为GPT-5.5能够独立发现数学证明,这在数学研究领域是革命性的。这一观点挑战了人们对AI在创造性思维和抽象推理领域能力的传统认知,暗示AI可能正在从工具转变为研究伙伴。

    2. The viable path is trusted access, robust safeguards that scale with capability, and the operational capacity to detect and respond to serious misuse.

      大多数人认为AI安全应该通过限制访问和严格监管来实现,但作者认为'可信访问'结合'随能力扩展的保障措施'才是可行路径。这一观点挑战了传统的AI安全治理理念,暗示过度限制可能会阻碍AI防御能力的充分发挥,而平衡的开放与安全才是最佳策略。

    3. We are treating the biological/chemical and cybersecurity capabilities of GPT‑5.5 as High under our Preparedness Framework. While GPT‑5.5 didn't reach Critical cybersecurity capability level, our evaluations and testing showed that its cybersecurity capabilities are a step up compared to GPT‑5.4.

      大多数人认为AI在网络安全领域的进步应该是渐进式的,但作者暗示GPT-5.5代表了网络安全能力的显著跃升,达到了'高'级别而非仅仅'临界'级别。这一观点挑战了人们对AI安全能力发展速度的预期,暗示AI在防御复杂网络威胁方面可能比人们想象的进步更快。

    4. GPT‑5.5 delivers this step up in intelligence without compromising on speed: larger, more capable models are often slower to serve, but GPT‑5.5 matches GPT‑5.4 per-token latency in real-world serving, while performing at a much higher level of intelligence.

      大多数人认为更强大的AI模型必然伴随着更高的计算成本和更慢的响应速度,但作者认为GPT-5.5打破了这一权衡关系,实现了更高智能的同时保持相同的延迟。这挑战了AI领域'能力与效率不可兼得'的传统观点,暗示了模型架构和推理算法的重大突破。

    5. The gains are especially strong in agentic coding, computer use, knowledge work, and early scientific research—areas where progress depends on reasoning across context and taking action over time.

      大多数人认为AI进步主要是在特定任务上的表现提升,但作者认为GPT-5.5的真正突破在于其跨上下文推理和长时间行动的能力,这挑战了人们对AI发展路径的传统认知。这种'代理式能力'的提升比简单的任务完成更为重要,因为它代表了AI向更接近人类工作方式的转变。

    6. We are treating the biological/chemical and cybersecurity capabilities of GPT‑5.5 as High under our Preparedness Framework. While GPT‑5.5 didn't reach Critical cybersecurity capability level, our evaluations and testing showed that its cybersecurity capabilities are a step up compared to GPT‑5.4.

      大多数人认为AI在网络安全领域的应用应该被严格限制或视为威胁,但作者认为GPT-5.5的网络安全能力是'进步'而非危险,并将其归类为'高级'而非'关键'风险级别。这与主流的'AI网络安全威胁论'相悖,暗示AI可能成为网络安全防御的重要工具而非主要威胁。

    7. GPT‑5.5 is priced higher than GPT‑5.4, it is both more intelligent and much more token efficient. In Codex, we have carefully tuned the experience so GPT‑5.5 delivers better results with fewer tokens than GPT‑5.4 for most users

      大多数人认为更强大的AI模型必然会导致更高的计算成本和资源消耗,但作者认为GPT-5.5虽然价格更高,但实际上更高效,能用更少的token提供更好的结果。这与AI领域'性能提升必然伴随成本上升'的共识相悖,暗示模型优化可能比规模扩张更经济高效。

    8. The viable path is trusted access, robust safeguards that scale with capability, and the operational capacity to detect and respond to serious misuse.

      大多数人认为随着AI能力增强,应该更严格限制其访问以防止滥用,但作者认为'可信任的访问'和'随能力扩展的安全保障'才是可行路径。这与主流的'限制性安全'观点相悖,暗示开放但有强监管的AI部署可能比封闭式AI更安全有效。

    9. GPT‑5.5 is our strongest agentic coding model to date. On **Terminal-Bench 2.0,** which tests complex command-line workflows requiring planning, iteration, and tool coordination, it achieves a state-of-the-art accuracy of 82.7%.

      大多数人认为AI在复杂编程任务中仍需要人类监督和干预,但作者认为GPT-5.5已经能在复杂的命令行工作流中达到82.7%的准确率,这挑战了'AI编程助手仍处于辅助阶段'的共识,暗示AI可能在某些编程领域已经接近或达到专业人类水平。

    10. GPT‑5.5 delivers this step up in intelligence without compromising on speed: larger, more capable models are often slower to serve, but GPT‑5.5 matches GPT‑5.4 per-token latency in real-world serving, while performing at a much higher level of intelligence.

      大多数人认为更强大的AI模型必然会牺牲速度和效率,但作者认为GPT-5.5打破了这一传统权衡关系,实现了更高智能的同时保持相同延迟。这挑战了AI领域'更大模型必然更慢'的共识,暗示模型架构优化可能比单纯扩大规模更重要。

    1. Without our safeguards in place (which we do to measure a model's raw capabilities), only Mythos Preview and Opus 4.7 completed more than half the tasks.

      大多数人认为高级AI模型在没有安全措施的情况下会自主执行复杂任务,但作者暗示即使是最先进的模型在没有人类指导的情况下也难以完成大多数任务。这挑战了AI自主性和能力的普遍认知,暗示AI可能比人们想象的更依赖人类监督。

    2. We also welcome feedback and input from third parties and industry experts. We're currently working with The Future of Free Speech (an independent think tank at Vanderbilt University), the Foundation for American Innovation, and the Collective Intelligence Project

      大多数人认为科技公司会独立制定AI政策并保持控制,但作者强调Anthropic积极寻求外部机构和专家的合作。这挑战了科技公司通常的封闭决策模式,暗示AI治理需要多方参与而非企业单方面主导。

    3. if AI models can answer these questions well (that is, accurately and impartially), they can be a positive force for the democratic process.

      大多数人认为AI在政治领域会带来偏见和操纵风险,但作者认为AI可以成为民主进程的积极力量,前提是它能准确且无偏见地回答问题。这挑战了主流对AI政治应用的担忧,暗示AI可能比传统信息渠道更可靠。

    1. Out of 28 paid and 400 free routers: > 9 injected malicious code into tool calls > 17 touched researcher-owned AWS credentials > 1 drained $500k from an Ethereum wallet

      大多数人认为付费API路由器比免费路由器更安全,但作者的研究表明即使是付费路由器也存在严重安全风险,因为无论付费与否,这些中间服务都有能力访问和操纵所有数据。这挑战了人们对'付费等于安全'的普遍认知。

    2. Some attacks only fired after 50 prior calls. Others activated only in auto-approve mode.

      大多数人认为安全威胁会立即显现,但作者认为许多攻击是经过精心设计的,会延迟激活或在特定条件下才触发,因为攻击者采用渐进式策略来避免被检测。这挑战了人们对即时威胁检测的假设。

    1. a lightweight surrogate trained on them can absorb a significant portion of future traffic at near-zero marginal inference cost

      大多数人认为模型替换会带来明显的质量下降或需要持续监督。但作者提出轻量级代理模型可以'吸收大量未来流量'且'边际推理成本接近零',这种近乎零成本的替代方式颠覆了传统模型替换的质量-成本权衡观念。

    2. On a 150-class benchmark, the surrogate fully replaces the teacher

      大多数人认为复杂分类任务需要大型模型才能处理,小型代理模型只能处理简单任务。但作者展示了一个150类复杂任务中,小型代理模型完全能够替代教师模型,这挑战了'越大越好'的主流认知,证明了高效路由的潜力。

    1. The DESIGN.md format is at version `alpha`. The spec, token schema, and CLI are under active development. Expect changes to the format as it matures.

      大多数人期望成熟的设计系统规范应该是稳定和向后兼容的。但作者明确表示DESIGN.md仍处于alpha阶段并预期会有重大变化,这挑战了设计系统应该高度稳定的主流认知,表明创新性工具可以采用更灵活的演进路径。

    2. Components map a name to a group of sub-token properties: ... Variants (hover, active, pressed) are expressed as separate component entries with a related key name.

      大多数人认为组件变体应该通过嵌套结构或条件逻辑来组织,这是现代UI框架的标准做法。但作者选择将每个变体表示为独立的组件条目,这种扁平化结构挑战了组件变体的传统组织方式,可能使某些复杂场景的维护变得更加困难。

    3. Unknown section heading | Preserve; do not error

      大多数人认为严格的格式规范应该拒绝未知或不合规的部分,以确保一致性。但作者选择保留未知标题而不报错,这表明设计系统应该允许扩展和进化,而不是被严格规范所限制,这是一种反直觉的开放性设计原则。

    4. A DESIGN.md file combines machine-readable design tokens (YAML front matter) with human-readable design rationale (markdown prose). Tokens give agents exact values. Prose tells them _why_ those values exist and how to apply them.

      大多数人认为设计系统应该完全由机器可读的配置文件定义,以确保一致性和自动化。但作者认为DESIGN.md格式需要同时包含机器可读的YAML前缀和人类可读的Markdown正文,因为人类提供的上下文和设计推理对AI理解设计意图至关重要,这挑战了纯配置驱动的设计系统理念。

    5. Unknown component property | Accept with warning

      大多数人认为设计系统应该严格限制和验证所有属性,以确保一致性和可预测性。但作者认为应该接受未知组件属性,但仅发出警告。这种方法挑战了传统设计系统必须严格控制所有方面的观念,提供了一种更为灵活的方法,允许创新和扩展,同时仍保持基本的结构和约束。

    6. Components map a name to a group of sub-token properties: ... Valid component properties: backgroundColor, textColor, typography, rounded, padding, size, height, width.

      大多数人认为组件应该被定义为完整的、独立的实体,包含所有必要的样式和功能。但作者认为组件应该被定义为对已有设计 tokens 的引用和组合,而不是独立的样式定义。这种方法挑战了传统的组件设计理念,强调了设计系统中的复用性和一致性而非组件独立性。

    7. A DESIGN.md file combines machine-readable design tokens (YAML front matter) with human-readable design rationale (markdown prose). Tokens give agents exact values. Prose tells them _why_ those values exist and how to apply them.

      大多数人认为设计系统应该完全由机器可读的代码或配置文件定义,以确保一致性和自动化。但作者认为,将人类可读的设计 rationale 与机器可读的 tokens 结合是更好的方法,因为 prose 能提供设计意图和上下文,这对于 AI 理解和应用设计系统至关重要。这是一种将人类设计师的意图与机器执行能力相结合的非传统方法。

    1. At our request, the underwriters have reserved up to _______% of the shares of Class A common stock offered by this prospectus for sale at the initial public offering price through a directed share program to certain persons identified by our management and certain long-tenured employees, which may include parties with whom we have a business relationship and friends and family of management and such employees.

      大多数人认为IPO分配应该基于市场机制和机构投资者需求,但Cerebras预留大量股份给管理层、员工及其关系网络。这挑战了IPO公平分配的普遍认知,暗示公司可能优先考虑内部人利益而非最大化股东价值。

    2. We have applied to list our Class A common stock on the Nasdaq Global Select Market under the symbol 'CBRS,' and this offering is contingent upon the listing of our Class A common stock on the Nasdaq Global Select Market.

      大多数人认为IPO成功是公司财务健康的标志,但Cerebras将上市成功与股票上市直接挂钩,暗示公司可能认为即使融资成功,若不能在纳斯达克挂牌,其价值主张将大打折扣。这挑战了IPO过程中融资和上市是两个独立步骤的常规认知。

    1. Distributed systems background - real-time sessions, cloud infrastructure (AWS), and production reliability

      大多数人认为游戏引擎开发主要关注客户端性能和用户体验,但这里强调分布式系统、实时会话和云基础设施,表明ARC Prize将游戏视为分布式系统的一部分,这与传统游戏开发中客户端优先的理念形成鲜明对比。

    2. Hands-on experience building or maintaining a game engine (must), with strong Python fundamentals (must)

      大多数人认为高性能游戏引擎必须使用C++等低级语言,但这里明确要求Python作为游戏引擎的核心语言,挑战了游戏开发领域的传统认知,表明在AI评估场景中,开发速度和灵活性可能比性能优化更重要。

    3. A senior engineer to own and evolve the game engine and real-time play infrastructure behind the ARC-AGI series.

      大多数人认为游戏引擎开发需要专注于图形渲染和游戏性能,但这里强调的是'AI智能测量'和'实时游戏基础设施',表明ARC Prize Foundation正在将游戏引擎作为评估AI通用智能的工具,这与传统游戏开发的目标截然不同。

    1. Begin with fast checks that explain behavior, then add slower, heavier checks only when they reduce risk.

      大多数人可能认为全面的评估应该从一开始就包含所有可能的检查,但作者主张渐进式评估方法,从快速检查开始,只在必要时添加更复杂的检查。这个观点挑战了'一次性全面测试'的常规做法,主张风险驱动的评估策略。

    2. The most reliable way to improve a skill over time is to evaluate it the same way you would any other prompt for LLM applications.

      大多数人可能认为AI代理技能需要特殊的、独特的评估方法,但作者认为它们应该被视为普通LLM提示应用的一部分进行评估。这个观点挑战了AI代理评估需要特殊框架的共识,主张统一的方法论。

    1. It happens several times a year in the US alone, often unreported, and about 100 times a year worldwide.

      大多数人认为实验室泄漏是罕见且重大事件,但作者暗示这类事件相当常见且未被充分报道,这颠覆了公众对实验室安全标准的认知,暗示问题比普遍认为的更普遍。

    2. Nor does it matter, given that the modifying strains for pathogens for research purposes is what every research lab does, because that is what virology is.

      大多数人认为实验室病原体研究存在特殊风险,但作者认为这种研究是常规且必要的,暗示实验室泄漏问题被过度政治化。这一观点挑战了公众对生物安全风险的普遍担忧。

    3. And since then, there is no more scientific evidence or verifiable sources. Hence the reason the CIA didn't even believe it and gave it the lowest confidence rating it has.

      大多数人认为实验室泄漏理论有充分证据支持,但作者认为缺乏科学证据,因为CIA给予了最低置信度评级。这与主流媒体和政治叙事形成鲜明对比,挑战了公众对COVID-19起源的普遍认知。

    1. This is the part people miss about AI-native companies - the $113k is not a cost, it is your headcount budget allocated differently.

      大多数人认为AI成本是额外的支出,但作者认为AI成本实际上是对人力预算的重新分配。这挑战了传统成本会计观念,暗示AI不是成本而是投资,但也可能低估了AI实际成本和维护的复杂性。

    2. Our goal is $10M ARR [annual recurring revenue] with a sub-10 person org.

      大多数人认为高收入公司需要大量员工和复杂组织结构,但作者认为AI可以实现极简组织架构。这挑战了传统商业规模理论,暗示AI可以颠覆企业组织的基本模式,但也可能忽视了人类创造力和判断力的不可替代性。

    3. The real unlock is compound scaling—token spend grows linearly while output grows exponentially.

      大多数人认为AI投入与产出成正比,但作者认为AI投入可以实现指数级增长,远超线性投入。这挑战了传统商业认知,暗示AI可以创造超常规回报,但也可能掩盖了AI实际效益被夸大的风险。

    1. We imagine a world where all of the tools you use are as rich and visual as the world we live in.

      大多数人认为数字工具应该追求效率和精确性,往往以牺牲视觉丰富性为代价,但作者认为未来的工具应该像现实世界一样丰富和视觉化,这一观点挑战了我们对实用主义设计的传统认知,暗示了体验至上可能成为新的设计哲学。

    2. If the most effective way to communicate something were a single word, an illustration, or a photorealistic rendering, that's what you'd see.

      大多数人认为信息呈现应该遵循一致的模式和格式,但作者认为最有效的沟通方式应该是动态变化的,可以根据内容自动选择最佳呈现形式,这一观点挑战了我们对UI一致性和标准化设计的传统认知。

    3. The screen you're reading this on is already presenting you an image, it's just generated with rigid code and rules that makes it difficult to communicate complex and detailed ideas.

      大多数人认为我们当前的屏幕显示是由代码和规则构建的功能性界面,但作者认为这已经是图像,只是被 rigid code 限制,这一观点挑战了我们对UI本质的理解,暗示所有界面本质上都是视觉表现,只是灵活度不同。

    4. All text on the screen is rendered as pixels by the image model. There are no text overlays applied to the images.

      大多数人认为屏幕上的文字是独立的文本层,可以单独编辑和搜索,但作者认为所有文本都是作为像素由图像模型渲染的,这与我们对用户界面文本处理的基本认知相悖,暗示了未来计算可能完全基于视觉而非文本。

    5. The entire web is just generated pixels on your screen.

      大多数人认为网页是由HTML、代码和特定链接构成的,但作者认为整个网络只是屏幕上生成的像素,这是一个颠覆性的观点,挑战了我们对互联网本质的传统认知。如果这个观点成立,将彻底改变我们对网络结构和信息呈现方式的理解。

    1. Vercel is advising Google Workspace administrators and Google account owners to check for the following application: OAuth App: 110671459871-30f1spbu0hptbs60cb4vsmv79i7bbvqj.apps.googleusercontent.com

      大多数人认为企业安全事件主要影响企业自身系统,但作者指出这次事件实际上要求普通Google Workspace管理员检查特定应用,这挑战了'企业安全事件仅影响企业内部'的常见认知,表明第三方应用的安全风险可能广泛影响普通用户。

    2. Unfortunately, the attacker got further access through their enumeration.

      大多数人认为环境变量即使不敏感也难以被利用,但作者指出攻击者通过枚举这些变量获得了进一步访问权限,这挑战了'非敏感数据不值得保护'的常见观念,暗示即使是看似无害的数据也可能成为攻击链的一部分。

    3. Vercel stores all customer environment variables fully encrypted at rest. We have numerous defense-in-depth mechanisms to protect core systems and customer data.

      大多数人认为云服务提供商的所有数据都会自动加密保护,但作者指出Vercel实际上允许将环境变量标记为'非敏感',这意味着这些变量默认不加密,这与行业普遍认为的'云数据自动加密'的常识相悖。

    1. The action that matters most — building semiconductor-grade hydrogen bromide gas conversion capacity outside Israel — takes years.

      大多数人认为供应链中断可以通过市场机制快速调整,但作者指出建立替代产能需要数年时间,远快于市场自发调整的速度。这一反直觉观点强调了供应链韧性需要长期规划和政府干预,而非依赖市场力量。

    2. The structural failure is not the war: It is that the global memory supply chain has built itself around a conversion chokepoint with no redundancy and no fallback.

      大多数人认为供应链风险主要来自地缘政治冲突本身,但作者指出真正的结构性问题是全球内存供应链围绕一个没有冗余和备用方案的转换瓶颈构建。这一观点挑战了主流认知,将焦点从战争本身转向了供应链设计的根本缺陷。

    3. The story receiving almost no attention is bromine, and it is potentially the more dangerous one.

      大多数人认为中东地区的半导体供应链风险主要集中在氦气等资源上,但作者指出溴素才是更危险的隐形威胁。这一观点挑战了主流认知,因为它揭示了一个被广泛忽视的关键材料,其重要性远超当前媒体关注的焦点。

    1. Emissions in advanced economies grew faster (+0.5%) than in emerging and developing economies (+0.3%) for the first time since the 1990s.

      大多数人认为发达国家已经控制了排放增长,而发展中国家是排放增长的主要来源,但作者认为发达国家排放增长首次超过发展中国家,这挑战了传统的排放责任认知。

    2. Battery storage was the fastest-growing power technology, with around 110 gigawatts (GW) of new capacity added – more than any year of natural gas capacity additions on record.

      大多数人认为储能技术仍处于早期发展阶段,但作者认为电池储能已经成为增长最快的电力技术,其新增容量超过了历史上任何一年的天然气装机容量,这表明能源存储正在经历爆发式增长。

    3. Solar was the single biggest contributor to global energy supply growth in 2025. It accounted for more than 25% of the increase – the first time a modern renewable has led global primary energy growth.

      大多数人认为太阳能仍处于辅助能源地位,需要很长时间才能成为主导能源,但作者认为太阳能已经超越所有其他能源成为全球能源增长的最大贡献者,这标志着能源转型的历史性转折点。

    1. we probably will publish more curl vulnerabilities in 2026 than we have done in many years, maybe ever.

      大多数人认为随着安全实践的提升,软件漏洞数量应该减少,但作者预测2026年curl的漏洞发布数量可能会创下历史新高。这一观点挑战了'安全状况持续改善'的主流认知,暗示AI安全审计工具可能正在发现更多过去被忽视的漏洞。

    2. it is decently important to handle them asap when they arrive so that we can avoid building up too much backlog.

      大多数人认为面对大量安全报告应该优先处理最严重的漏洞,但作者强调需要立即处理所有报告以避免积压。这与常见的'按严重程度排序处理'的安全最佳实践相悖,暗示在AI生成报告的高频率环境下,响应速度比优先级排序更重要。

    3. The time when we suffer from large amounts of AI slop is gone. Now we instead suffer under a massive load of good reports.

      大多数人认为AI工具会产生大量低质量的'垃圾报告'(AI slop),增加开发者的负担,但作者认为现在AI生成的安全报告质量很高,虽然数量庞大但都是高质量的报告。这是一个反直觉的观点,因为通常人们认为自动化工具会产生大量噪音而非有价值的贡献。

    1. In addition to empowering developers and agents to handle project setup and boilerplate code, we've also designed these new tools and resources to make it easier to transition to Android Studio.

      大多数人认为CLI工具和AI代理会取代传统IDE成为开发主流。但作者暗示这些工具只是过渡到Android Studio的桥梁,最终仍需使用IDE完成高质量应用,这与'CLI将取代IDE'的主流预测相悖。这种观点挑战了开发工具演进方向的行业共识。

    2. By accessing the frequently updated knowledge base, agents can ground their responses in the most recent information from Android developer docs, Firebase, Google Developers, and Kotlin docs. This ensures that even if an LLM's training cutoff is a year old, it can still provide guidance on the latest frameworks and patterns we recommend today.

      大多数人认为过时的LLM模型无法提供最新的技术指导,需要重新训练才能适应新框架。但作者声称即使LLM训练数据已过时一年,通过知识库仍能提供最新框架指导,这与主流认知相悖。这种观点挑战了'LLM模型必须定期更新才能保持最新'的行业共识。

    3. Android skills cover some of the most common workflows that some Android developers and LLMs may struggle with—they help models better understand and execute specific patterns that follow our best practices and guidance on Android development.

      大多数人认为AI模型应该能够自主学习和理解最佳实践,不需要特定的技能集。但作者暗示AI模型在Android开发中存在'常见工作流程'方面的困难,需要专门的技能集来弥补,这与主流认知相悖。这种观点挑战了'AI应该能够自主学习'的行业共识。

    4. The new Android CLI serves as the primary interface for Android development from the terminal, featuring commands for environment setup, project creation, and device management—with more modern capabilities and easy updatability in mind.

      大多数人认为图形界面IDE(如Android Studio)比命令行工具更适合Android开发,尤其是对于复杂项目。但作者将CLI定位为'主要接口',暗示其可能优于传统IDE,这与主流认知相悖。如果属实,这将颠覆开发者对IDE必要性的传统认知。

    5. Whether you are using Gemini in Android Studio, Gemini CLI, Antigravity, or third-party agents like Claude Code or Codex, our mission is to ensure that high-quality Android development is possible everywhere.

      大多数人认为不同AI代理工具之间存在显著性能差异,需要针对特定场景选择最佳工具。但作者暗示任何代理都能实现高质量开发,这与行业共识相悖。这种观点可能会挑战开发者社区对不同AI代理工具性能差异的传统认知。

    6. In our internal experiments, Android CLI improved project and environment setup by reducing LLM token usage by more than 70%, and tasks were completed 3X faster than when agents attempted to navigate these tasks using only the standard toolsets.

      大多数人认为AI代理工具会消耗大量token且效率低下,但作者声称Android CLI能减少70%的token使用并提高3倍速度,这与主流认知相悖。如果属实,这将彻底改变开发者对AI辅助工具效率的认知,挑战了'AI代理必然消耗大量资源'的行业共识。

    1. Legacy workflows, turned into dependable APIs for agents and internal systems.

      大多数人认为将遗留系统转换为可靠的API需要大量的重构工作,可能涉及源代码访问和深度系统理解,但作者暗示Kampala可以简单地通过流量拦截实现这一目标,这挑战了软件集成和API开发的基本方法论。

    2. Map tokens, cookies, sessions, and multi-step sequences automatically.

      大多数人认为认证链跟踪需要手动分析复杂的网络请求序列,可能需要数小时甚至数天的工作,但作者声称Kampala可以自动完成这项任务,这挑战了网络安全审计和渗透测试的传统工作流程。

    3. See every HTTP/S request from any app or browser in real time.

      大多数人认为跨应用程序的实时流量监控需要复杂的系统级权限或修改应用程序本身,但作者暗示Kampala可以透明地拦截任何应用程序或浏览器的流量,这挑战了操作系统和应用程序安全模型的基本前提。

    4. Maintains your HTTP/TLS fingerprint so intercepted traffic behaves identically to the original.

      大多数人认为流量拦截和监控会留下明显的痕迹,容易被检测到,但作者声称Kampala可以完美保持原始HTTP/TLS指纹,这挑战了网络安全中关于流量检测的基本假设,暗示可以完全不被察觉地监控网络流量。

    5. Kampala lets you reverse engineer anything including websites, mobile apps, and desktop apps instantly.

      大多数人认为逆向工程需要专业的技能和大量的时间,尤其是针对移动和桌面应用程序,但作者声称Kampala可以即时完成这些工作,这挑战了安全研究和软件工程领域的传统认知,暗示逆向工程可以变得简单快捷。

    1. SWE-chat is a living dataset; our collection pipeline automatically and continually discovers and processes sessions from public repositories

      大多数人认为AI研究数据集是静态的、一次性的收集,但作者提出'活数据集'概念,强调数据需要持续更新才能反映真实使用情况。这挑战了传统AI评估中依赖静态基准测试的做法,主张需要动态、持续的数据收集方法。

    2. users push back against agent outputs -- through corrections, failure reports, and interruptions -- in 44% of all turns

      大多数人可能认为用户会接受AI编程助手的建议,但数据显示近一半的用户交互中,用户都在主动抵制或纠正AI的输出。这表明AI编程助手与用户之间存在显著的认知冲突,而非简单的合作关系。

    3. agent-written code introduces more security vulnerabilities than code authored by humans

      大多数人认为AI编程助手能提高代码质量和安全性,但研究发现AI生成的代码实际上比人类编写的代码引入更多安全漏洞。这一发现与AI能减少编程错误的普遍认知相悖,挑战了AI在安全领域的优越性假设。

    4. coding patterns are bimodal: in 41% of sessions, agents author virtually all committed code ('vibe coding'), while in 23%, humans write all code themselves.

      大多数人认为AI编程助手与人类是协作关系,各有所长,但作者发现实际使用呈现两极分化模式——要么几乎完全依赖AI生成代码('vibe coding'),要么完全拒绝AI而完全手动编写。这种非连续的采纳模式挑战了人们对人机协作的常规认知。

    1. The overall conclusion, therefore, is that AI for Science should be understood as both a scientific and a civilizational project.

      大多数人认为AI在科学中的应用主要是技术层面的进步,而作者认为这应该被理解为科学和文明层面的项目。这一观点将AI科学提升到了前所未有的高度,暗示它不仅是工具变革,更是人类知识创造方式的根本转变。

    2. The central question is not whether AI can imitate human conversation, but whether it can participate in the production of publishable scientific knowledge at a level comparable to a recognized human contributor.

      大多数人认为AI科学贡献的衡量标准是其模仿人类对话的能力,而作者认为真正的标准应该是AI能否产生可发表的、相当于人类贡献者的科学知识。这一观点重新定义了AI科学成功的标准,挑战了当前AI评估的主流范式。

    3. Without a mechanism for continuous and diverse learning, AI systems will tend to reproduce the dominant patterns already present in their training data. That limitation would make truly creative work difficult.

      大多数人认为AI的创造力主要来自模型规模和计算能力的提升,而作者认为缺乏持续学习和多样性机制将限制AI的真正创造力。这一观点挑战了主流AI发展路径,暗示技术规模扩张本身不足以实现真正的科学创新。

    4. The most effective pattern of human-AI cooperation may differ substantially across disciplines, and these patterns will likely be discovered through practice rather than designed in advance.

      大多数人认为AI与人类合作的最佳模式可以通过预先设计和优化来确定,而作者认为这种模式将通过实践自然涌现。这一观点与主流AI研究方法相悖,因为它暗示AI合作模式的发现过程是自下而上的,而非自上而下的工程化设计。

    5. If publication becomes more agentic, it may create new ways to recognize and evaluate such contributions. Although the final form of such a system remains uncertain... the evaluation and reward structure of academia will change in a fundamental way.

      大多数人认为学术评价体系会保持相对稳定,而作者认为AI驱动的代理出版将彻底改变学术评价和奖励结构。这一观点挑战了学术界长期以来的共识,暗示传统的论文引用和同行评审模式可能被完全颠覆。

    6. The application of LLMs in science is already underway... We believe that AI will ultimately bring a fundamental big change to scientific research across disciplines.

      大多数人认为AI在科学研究中只是辅助工具,而作者认为AI将从根本上改变科学研究的结构和方式。这一观点与主流认知相悖,因为它暗示AI不仅是提高效率的工具,而是会重塑科学发现、合作和发表的本质。

    7. The most fundamental change brought by the LLM revolution is that human know-how is becoming replicable and shareable at scale.

      大多数人认为AI革命主要在于自动化和效率提升,但作者认为LLM革命的核心在于人类技能的可复制性和规模化共享。这一观点挑战了主流认知,因为它暗示AI不仅是工具,更是一种全新的信息载体,类似于DNA和语言在人类历史中的变革性角色。

    1. The results demonstrate consistent improvements over strong baselines, supporting the effectiveness of agent resource management and closed loop self evolution.

      大多数研究者认为自我进化系统难以评估且效果不稳定,但作者声称他们的系统在多个具有挑战性的基准测试中表现出持续改进的能力。这一结论挑战了AI自我进化领域的普遍怀疑态度,暗示了一种更加可靠和有效的自我进化方法。

    2. Building on AGP, we present Autogenesis System (AGS), a self-evolving multi-agent system that dynamically instantiates, retrieves, and refines protocol-registered resources during execution.

      传统多代理系统通常在运行前就定义好所有组件和交互方式,但作者提出了一种在执行过程中动态实例化、检索和细化协议注册资源的系统。这与静态部署、预定义架构的主流AI系统设计理念背道而驰,暗示了一种更加动态和自适应的系统架构。

    3. Its Self Evolution Protocol Layer (SEPL) specifies a closed loop operator interface for proposing, assessing, and committing improvements with auditable lineage and rollback.

      大多数人认为AI代理系统的自我进化应该是开放式的、持续的过程,但作者提出了一个封闭循环的进化机制,要求有可审计的血统记录和回滚能力。这与当前AI系统中常见的快速迭代、持续学习的理念形成鲜明对比,暗示了一种更谨慎、更可控的进化路径。

    4. Its Resource Substrate Protocol Layer (RSPL) models prompts, agents, tools, environments, and memory as protocol registered resources with explicit state, lifecycle, and versioned interfaces.

      传统观点认为提示词、代理、工具和内存应该是不同类型、独立管理的实体,但作者认为它们都应该被视为协议注册的资源,具有明确的状态、生命周期和版本化接口。这种统一资源模型挑战了当前AI系统设计中的主流思维模式。

    5. We introduce Autogenesis Protocol (AGP), a self evolution protocol that decouples what evolves from how evolution occurs.

      大多数人认为代理系统的演化应该是一个整体、不可分割的过程,但作者提出了一个颠覆性的观点:将演化的内容与演化方式解耦。这与传统软件架构和代理系统设计理念相悖,暗示了一种全新的、更灵活的代理系统架构范式。

    6. existing agent protocols (e.g., A2A and MCP) under specify cross entity lifecycle and context management, version tracking, and evolution safe update interfaces, which encourages monolithic compositions and brittle glue code.

      大多数人认为现有的代理协议已经足够成熟且能有效管理复杂系统,但作者认为当前主流的代理协议(如A2A和MCP)存在严重的规范不足问题,这会导致系统变得脆弱和难以维护。这是一个反直觉的观点,因为行业通常认为这些协议已经相当完善。

    7. Building on AGP, we present Autogenesis System (AGS), a self-evolving multi-agent system that dynamically instantiates, retrieves, and refines protocol-registered resources during execution.

      大多数人认为多智能体系统应该在设计阶段就确定各个智能体的角色和交互方式,而不是在执行过程中动态调整。但作者提出的AGS系统强调在运行时动态实例化、检索和细化协议注册的资源,这挑战了传统多智能体系统的设计范式,引入了一种更加灵活和动态的智能体协作方式。

    8. Its Resource Substrate Protocol Layer (RSPL) models prompts, agents, tools, environments, and memory as protocol registered resources with explicit state, lifecycle, and versioned interfaces.

      大多数人可能认为提示词(prompt)只是简单的文本输入,不需要像系统资源那样进行严格的状态和生命周期管理。但作者将提示词与智能体、工具、环境和内存一起视为需要明确状态、生命周期和版本化接口的协议注册资源,这挑战了当前对提示词的普遍认知,提升了其在系统架构中的重要性。

    9. However, existing agent protocols (e.g., A2A and MCP) under specify cross entity lifecycle and context management, version tracking, and evolution safe update interfaces, which encourages monolithic compositions and brittle glue code.

      大多数人认为当前的智能体协议已经足够完善,能够有效管理复杂的AI系统。但作者认为现有协议存在严重不足,特别是在实体生命周期、上下文管理和版本控制方面,这会导致系统变得脆弱和难以维护。这是一个挑战行业共识的观点,因为许多研究者可能认为现有框架已经能够处理这些挑战。

    1. Scan your website to see how ready it is for AI agents. We check multiple emerging standards — from robots.txt and Markdown negotiation to MCP, OAuth, Agent Skills and agentic commerce.

      大多数人认为网站优化主要是针对搜索引擎和人类用户,但作者认为网站需要专门为AI代理(agent)准备,这挑战了传统的网站优化观念。文章提出了一系列新兴标准,如MCP、Agent Skills等,表明未来的网站交互将不再局限于人类浏览,而是需要与AI系统进行复杂交互。

    1. We want email agent tooling to be composable and reusable. Rather than every team rebuilding the same inbound-classify-reply pipeline, start with this reference application.

      大多数人认为电子邮件处理系统需要为每个用例从头构建,因为每个业务流程都有独特需求,但作者主张通过开源参考应用实现电子邮件工具的'可组合性和可重用性',挑战了定制化开发优于标准化组件的行业惯例,暗示电子邮件代理可能具有比预期更高的通用性。

    2. Each agent gets its own identity from a single domain. The address-based resolver routes support@yourdomain.com to a 'support' agent instance, sales@yourdomain.com to a 'sales' instance, and so on.

      大多数人认为为每个AI代理创建独立身份需要复杂的身份管理系统和单独的资源分配,但作者提出一个反直觉方案:通过电子邮件地址路由就可以为每个代理创建独特身份,无需单独配置邮箱或资源,这挑战了传统多代理系统架构的设计理念。

    3. The inbox becomes the agent's memory, without needing a separate database or vector store.

      大多数人认为AI代理需要专门的数据库或向量存储来维护状态和记忆,但作者提出一个颠覆性观点:电子邮件收件箱本身可以作为代理的内存系统,这挑战了构建AI代理时需要复杂后端存储的行业共识,暗示电子邮件可能是一种未被充分利用的状态管理工具。

    4. A chatbot responds in the moment or not at all. An agent thinks, acts, and communicates on its own timeline.

      大多数人认为聊天机器人和AI代理本质上是相同的概念,只是复杂度不同,但作者明确区分了'聊天机器人'和'代理',认为关键区别在于通信方式 - 聊天机器人必须即时响应,而代理可以异步思考和行动,这挑战了AI领域对交互式AI的主流分类方式。

    5. Email is the most accessible interface in the world. It is ubiquitous. There's no need for a custom chat application, no custom SDK for each channel.

      大多数人认为电子邮件是一种过时的通信方式,需要被更现代的聊天应用和API取代,但作者认为电子邮件是'最可访问的接口',甚至比专门的聊天应用更通用,因为它不需要用户安装新应用或使用特定SDK,这挑战了技术行业对实时通信渠道的主流认知。

    1. frontier AI models are not too big because the technology is complex and too big because the training data is garbage

      这一观点挑战了当前AI模型规模扩大的主流解释,将问题从技术复杂性转向数据质量问题,提出了一个反直觉的视角:模型规模实际上是应对低质量数据的必要之举,而非技术发展的必然结果。

    1. The immediate danger is not that machines will act without human oversight; it is that human overseers have no idea what the machines are actually 'thinking.'

      这一陈述挑战了人们对AI战争监管的传统认知,提出真正的危险不在于机器脱离人类控制,而在于人类无法理解AI的'思维'过程。这违反了直觉,因为公众普遍认为人类监督是AI武器系统的主要安全保障。

    1. Cursor still uses and sells access to Claude and GPT models even as both firms roll out their own coding tools, an awkward arrangement that this new SpaceX partnership may be designed to eventually escape.

      大多数人可能认为 Cursor 应该专注于自己的产品,但作者指出 Cursor 仍在使用和销售 Claude 和 GPT 模型,这与其推出自己编码工具的举措形成尴尬局面,可能正是 SpaceX 合作的原因。

    2. Either figure would represent a significant expense for SpaceX, which is widely seen to be losing money following the acquisition of xAI and the social media network X and is planning extensive capital investment.

      普遍观点认为 SpaceX 在收购 xAI 和社交媒体网络 X 后亏损严重,但作者提出 SpaceX 可能正在通过投资 Cursor 来寻求新的价值,这与主流观点中 SpaceX 的财务困境相悖。

    3. The deal won’t shock those who follow the industry closely. Last week, it was reported that xAI would begin renting computing power from its data centers to Cursor, with the coding startup using tens of thousands of xAI chips to train its latest AI model.

      行业观察者可能认为 SpaceX 与 Cursor 的合作不会引起太大惊讶,但作者强调上周已报道 xAI 将向 Cursor 提供大量计算能力,这一信息对理解合作的重要性具有重要意义。

    4. Neither Cursor nor xAI has proprietary models that can match the leading offerings from Anthropic and OpenAI — the same companies now competing directly with Cursor for the developer market.

      大多数人认为 Cursor 和 xAI 在 AI 领域具有独树一帜的技术优势,但作者指出它们与领先企业如 Anthropic 和 OpenAI 相比并无明显优势,反而直接面临竞争。

    1. Members have been using Mythos regularly since gaining access — providing screenshots and a live demonstration of the model as evidence to _Bloomberg_ — though reportedly not for cybersecurity purposes in an attempt to avoid detection by Anthropic.

      人们通常认为黑客使用高级 AI 模型是为了进行网络攻击,但作者指出,这些黑客似乎并没有使用 Mythos 进行网络安全目的,而是为了避免被 Anthropic 发现,这表明了黑客行为可能并不总是出于恶意。

    2. The group accessed Mythos by using knowledge of Anthropic’s other model formats obtained from a recent [Mercor data breach](https://www.theverge.com/ai-artificial-intelligence/907083/a-company-that-makes-ai-training-data-has-been-hit-by-a-security-breach) to make “an educated guess” about its online location.

      大多数人可能认为高级 AI 模型的访问权限非常难以获得,但作者指出,一个黑客小组通过从 Mercor 数据泄露中获得的信息来猜测 Mythos 的在线位置,这表明了数据泄露可能对更广泛的网络安全构成威胁。

    3. Official access to the model is limited to a handful of companies through the [Project Glasswing initiative](https://www.theverge.com/ai-artificial-intelligence/908114/anthropic-project-glasswing-cybersecurity), including Nvidia, Google, Amazon Web Services, Apple, and Microsoft.

      通常情况下,人们可能认为只有政府机构才会被授予访问像 Mythos 这样的高级 AI 模型的权限,但作者指出,除了政府之外,像 Nvidia、Google 和 Microsoft 这样的科技公司也被列入了访问名单,这表明了科技公司在网络安全领域的重要作用。

    4. Anthropic currently has no plans to release the model publicly due to concerns that it could be weaponized.

      大多数人认为 Anthropic 的 Mythos 模型会像其他 AI 模型一样公开发布,但作者指出由于担心其被武器化,Anthropic 没有公开发布该模型的计划,这表明了对 AI 武器化风险的担忧超过了推广技术的需求。

    1. TPU 8i is designed with more memory bandwidth to serve the most latency-sensitive inference workloads, which is critical because interactions between agents at scale magnify even small inefficiencies.

      通常认为内存带宽是通用硬件的需求,但作者提出TPU 8i针对低延迟推理进行了优化,这与通用硬件设计追求平衡的常规做法不同。

    2. By customizing and co-designing silicon with hardware, networking and software, including model architecture and application requirements, we can deliver dramatically more power efficiency and absolute performance.

      通常认为硬件定制化是提高性能的途径,但作者强调通过软硬件协同设计可以大幅提升效率和性能,这与单纯硬件升级的观点相悖。

    3. These two chips are designed to power our custom-built supercomputers, to drive everything from cutting-edge model training and agent development, to massive inference workloads.

      大多数人认为TPU主要用于加速模型训练,但作者提出TPU 8t和8i旨在支持从模型训练到推理的整个超算工作流程,挑战了TPU仅作为训练工具的传统认知。

    1. TypeScript 7.0 now performs many steps in parallel, including parsing, type-checking, and emitting.

      并行化是许多编程语言和工具的趋势,但作者强调 TypeScript 7.0 在解析、类型检查和代码生成等许多步骤上都实现了并行处理,这是一个非同寻常的特性。

    2. We have reworked our JavaScript support to be more consistent with how we analyze TypeScript files.

      长期以来,TypeScript 对 JavaScript 的支持与 TypeScript 文件的处理方式存在差异,但作者指出,TypeScript 7.0 对 JavaScript 的支持进行了重工作,以提高一致性。

    3. The stable release of TypeScript 7.0 will be published under the `typescript` package and will use the `tsc` entry point.

      大多数人可能会认为新版本的 TypeScript 会使用新的包名或命令行工具,但作者明确指出,TypeScript 7.0 的稳定版将继续使用 typescript 包和 tsc 入口。

    4. The new Go codebase was methodically ported from our existing implementation rather than rewritten from scratch.

      通常情况下,升级到一个新版本时,人们会预期代码会被重写,但作者表明 TypeScript 7.0 的 Go 代码库是从现有实现逐步迁移过来的,而不是从头开始。

    1. Meta is not alone in pursuing such a vision: Anthropic debuted tech capable of doing this [in 2024] and OpenAI last year announced [“Operator”] – a tool that can use a web browser on a human’s behalf.

      大多数人可能认为Meta在追求这种愿景方面是独一无二的,但作者指出Anthropic和OpenAI也在进行类似的研究,这表明这种趋势可能比人们想象的更普遍。

    2. Meta, the company built on watching everything its billions of users do online so it can keep them clicking on ragebait and targeted ads, is reportedly now installing surveillance software on employees’ work computers.

      大多数人认为Meta公司会尊重用户隐私,但作者指出Meta现在在其员工的工作电脑上安装监控软件,这表明公司可能并不总是将用户隐私放在首位。

    1. AI has already helped people work faster on their own, but many of the most important workflows inside an organization depend on shared context, handoffs, and decisions across teams.

      大多数人认为 AI 主要用于个人效率提升,但作者指出 AI 在组织内部的重要工作流程中,需要跨团队共享上下文、交接和决策。

    1. And it’s not just office work. Multi-agent tools like Google DeepMind’s Co-Scientist let researchers use teams of AI agents to coordinate literature searches, generate and test hypotheses, design experiments, and more.

      大多数人可能认为人工智能在办公室工作中的应用仅限于数据处理,但作者提出,多智能体工具甚至可以用于研究工作,如文献搜索和实验设计。

    2. Think of multi-agent systems as the new assembly lines. Henry Ford’s innovation upended entire industries last century. In theory, networks of AI agents could do to white-collar knowledge work what assembly lines did to manufacturing.

      大多数人认为自动化和人工智能只会取代低技能工作,但作者提出,多智能体系统可能会像亨利·福特的流水线一样颠覆白领知识工作。

    1. That matters because AI hype is dying down, and companies are shifting focus from buzzy pilots to deployment and integration, where cheaper and more customizable tools tend to win.

      大多数人关注AI模型的性能和能力竞赛,但作者认为行业正从炒作阶段转向实际部署和集成,此时更便宜、可定制化的工具将获胜。这挑战了人们对AI发展重点的传统认知,表明中国开源模型的优势将在AI实际应用阶段更加凸显。

    2. US tech CEOs believe the best models should stay proprietary, partly so they can recoup enormous training costs and partly out of concern that powerful frontier models could be weaponized. Chinese labs, for their part, are not purely idealistic: Open-source is not only free advertising but also a shrewd workaround.

      大多数人认为开源AI会损害商业利益,增加安全风险,但作者认为中国将开源视为一种精明的商业策略,而非单纯的技术共享。这挑战了西方科技公司对知识产权和商业模式的传统认知,表明开源可以成为构建生态系统和最终实现商业价值的有效途径。

    3. Chinese open-weight models accounted for 17.1% of global AI model downloads over the year ending in August 2025. That narrowly surpassed the US share of 15.86%—the first time China had led in this metric.

      大多数人认为美国在AI领域一直处于绝对领先地位,但作者认为中国开源模型下载量已超过美国,这是全球AI格局发生重大转变的标志。这一数据挑战了人们对AI发展路径的传统认知,表明中国通过开放源代码策略正在赢得全球开发者的青睐。

    1. Telling people to avoid using generative AI is increasingly telling them they must avoid taking part in society.

      大多数人认为抵制AI是一种个人选择,作者则将其描述为社会排斥的必要条件。这一反直觉观点将AI使用与社会参与联系起来,暗示拒绝AI实际上意味着被边缘化,这与人们对技术自主性的普遍理解相悖。

    2. We have not really begun to make this progress with AI. Why, for example, is this dashboard not found on a government website?

      大多数人认为AI发展主要由私营部门推动,政府只是事后监管。作者质疑为什么政府没有像应对疫情一样建立AI监测和应对系统,这一观点挑战了当前AI治理模式的主流认知,暗示我们需要更系统化的公共AI管理框架。

    3. to stand out from the AI-generated pack we will need to become so weird and unexpected as to be off-putting to most people

      主流观点认为人类创造力将优于AI生成内容,而作者提出相反观点:人类创作者需要变得异常怪异才能与AI区分开来。这一反直觉结论暗示AI已经改变了创意领域的游戏规则,使正常的人类创造力变得不够独特。

    4. The AI has learned to code. The AI is building itself.

      大多数人认为AI只是人类创造的工具,需要持续人类监督和改进。作者提出AI已经具备了自我进化和自我构建的能力,这一观点挑战了AI作为被动工具的传统认知,暗示了技术自主性的可能性,这与大多数人对AI发展的预期相悖。

    5. Is this what we signed up for? Is today the day? Did the drones wake up? Did it achieve consciousness? Is it alive?

      大多数人认为AI仍然是无意识的工具,但作者通过一系列疑问暗示AI可能已经达到了某种形式的意识或自主性。这一观点挑战了AI只是复杂算法的主流认知,提出AI可能已经跨越了某种门槛,成为某种形式的'生命',这是一个极具争议和非共识的观点。

    6. We have not really begun to make this progress with AI. Why, for example, is this dashboard not found on a government website?

      大多数人认为政府和监管机构正在积极应对AI带来的挑战,但作者指出我们甚至还没有开始像应对COVID-19那样系统性地应对AI。这一观点挑战了主流认为AI已经得到充分监管和管理的认知,暗示我们对AI的监管严重滞后于技术发展。

    7. to stand out from the AI-generated pack we will need to become so weird and unexpected as to be off-putting to most people

      大多数人认为AI将使创意工作更容易或更高效,但作者认为在AI时代,人类创作者必须变得'如此怪异和不可预测以至于让大多数人感到不适'才能脱颖而出。这一反直觉观点挑战了AI将增强人类创造力的主流叙事,暗示AI实际上可能迫使人类走向极端化才能保持独特性。

    8. The 21st-century average American lies in bed staring at their phone. ... Talking for hours and ages to melted sand.

      大多数人认为我们只是在使用AI工具,但作者将人类与AI的互动描述为与'融化的沙子'进行'无休止的对话',暗示人类已经陷入与AI的病态依赖关系中。这种观点挑战了AI作为纯粹实用工具的主流认知,暗示AI正在成为人类情感和社会关系的替代品。

    1. We do not plan to make Claude Mythos Preview generally available, but our eventual goal is to enable our users to safely deploy Mythos-class models at scale.

      大多数人认为强大的AI模型应该广泛普及以造福更多人。但作者明确表示不会公开发布这个最强大的模型,暗示了AI能力扩散可能带来的风险大于收益,这与技术民主化的主流观点相悖。

    2. In the past, security expertise has been a luxury reserved for organizations with large security teams. Open source maintainers—whose software underpins much of the world's critical infrastructure—have historically been left to figure out security on their own.

      大多数人认为开源社区有足够的安全能力和资源来维护关键基础设施。但作者明确指出开源维护者一直被单独应对安全问题,暗示了开源安全状况比普遍认为的要脆弱得多。

    3. The window between a vulnerability being discovered and being exploited by an adversary has collapsed—what once took months now happens in minutes with AI.

      大多数人认为安全响应时间虽然缩短但仍有一定的缓冲期,让组织有时间应对新发现的漏洞。但作者认为AI已经将这个窗口从数月缩短到几分钟,这是一个根本性的转变,意味着传统的安全响应模式已经过时。

    4. AI models have reached a level of coding capability where they can surpass all but the most skilled humans at finding and exploiting software vulnerabilities.

      大多数人认为AI在安全领域仍处于辅助地位,需要人类专家的指导和监督。但作者认为AI已经超越几乎所有人类专家,能够自主发现和利用软件漏洞。这是一个颠覆性的观点,因为它挑战了人类在网络安全领域的传统主导地位。

    1. RED outperforms eight competitive baselines, achieving performance gains of up to 19.0% while reducing token consumption by 37.7% ~ 70.4%

      大多数研究者认为要提升推理模型性能,需要增加计算资源和推理步骤。作者提出的RED框架却表明,通过抑制错误森林的生长和修剪后续推理,可以在大幅减少计算资源消耗的同时获得更好的性能,这一结论挑战了资源投入与性能正相关的基本假设。

    2. alternative solutions are not merely suboptimal but potentially detrimental

      大多数人认为在复杂推理任务中,即使第一个解决方案不完美,探索替代方案至少不会有害。作者却认为这些替代方案实际上是有害的,会引入新的错误并污染整个推理过程,这一观点与多方案探索的最佳实践相悖。

    3. We characterize errors as a forest-structured Forest of Errors (FoE) and conclude that FoE makes the First the Best

      主流观点认为推理错误是随机的、孤立的,可以通过更多探索来避免。但作者提出错误实际上具有森林结构特性,会相互影响和放大,这种系统性错误的观点挑战了人们对模型错误本质的传统理解。