2026-08-08 Hacker News Top Stories #
- AMD 收购 Taalas,通过将模型蚀刻在硅片上实现推理性能大幅提升,但模型无法更改。
- 美国支付12亿美元终止德国公司海上风电项目,资金将转向天然气投资。
- 新墨西哥州法院判Meta支付5.67亿美元,因其平台伤害儿童心理健康。
- 文章认为AI时代编程的困难转向内在判断,品味成为无法复制的关键。
- Qwen3.8 Max在Agentic Index中被评为综合表现最佳的模型。
- 《雷神之锤》30周年更新推出免费新章节,包含新地图、敌人和循环重玩机制。
- 科技行业知识工作者陷入存在主义焦虑,质疑工作意义,向往传统爱好。
- 网站与爬虫斗争一年,使用Cloudflare防护,但反爬措施可能误伤正常用户。
- 美国7月经济减少2.3万个就业岗位,劳动力市场出现突然逆转。
- OpenAI改进GPT-5.6 Sol模型,并向免费用户扩展GPT-5.6 Luna访问权限。
1. AMD 收购 Taalas,通过在硅片上蚀刻模型来提升推理性能 (AMD acquires Taalas to boost inference performance by etching models in silicon) #
AMD 收购 AI 芯片初创公司 Taalas,后者采用将模型权重直接刻入硅片的技术,形成“模型专用集成电路”(MSIC),大幅提升推理性能。其首款测试芯片 HC1 在台积电 6nm 工艺上运行 Meta 的 Llama 3.1 8B 模型,达到每秒 16960 个 token,比 Nvidia GPU 快 48 倍,比 Cerebras 快 8.5 倍。第二代 HC2 将支持 200 亿参数,50 个加速器即可支撑万亿参数模型。
AMD 计划将 Taalas 芯片与 Instinct GPU 结合,形成分层架构:GPU 处理计算密集型提示处理,Taalas 加速器负责 token 生成。但该技术的主要缺点是模型一旦刻入就无法更改,任何重大更新都需要重新流片,尽管只需更换两层金属层,成本和时间相对较低。
该技术可能主要被 AI 模型开发商、基础设施提供商和推理服务商采用。AMD 的客户包括 OpenAI、Anthropic 和 Meta,未来可能看到 GPT 或 Claude 部署在 Taalas 加速器上。收购预计于第四季度完成。
HN 热度 879 points | 评论 662 comments | 作者:itvision | 1 day ago #
https://news.ycombinator.com/item?id=49201970
- 将 LLM 模型蚀刻在硅片上,像 4K 视频解码一样实现极低成本、超高速和低功耗运行。
- 未来汽车、家电等设备会内置芯片级 LLM,实现瞬时响应。
- 硬件可能像 USB 加速器,通过购买新硬件升级模型,旧硬件仍可用于其他场景。
- 中国可能成为重要参与者,符合其开放模型和硬件制造策略。
- 大规模模型在芯片上扩展很困难,参数差距巨大(如 8B vs 2.8T)。
- 不一定需要旗舰模型,快但简单的模型有独特用途,如 LLM-infused Alexa 实现半秒响应。
- 快速 + 慢速组合架构可能针对不同问题有效。
- 硅片固定后模型会过时,答案无法更新。
- 个人项目中使用量化模型效果不错,但 agent 任务和文档问答容易产生幻觉。
- 参数差距(350 倍)在 CPU 性能增长下约 10-20 年可追上。
- CPU 性能已停滞,物理极限限制,摩尔定律失效。
- 应使用 GPU/FPGA/DSP 作为基准,因为并行计算。
- 8B 参数芯片已接近掩模版极限,成本高,需要更高效或堆叠技术。
- 利用低参数存储权重,每个 4 位权重仅需一个晶体管,但 KV 缓存问题限制上下文长度。
- 需要 KV 缓存,否则二次复杂度导致无法处理大上下文。
- 全晶圆方案可实现 1.4 万亿参数,如 DeepSeek-V4-Pro 级别,可用于工厂等场景。
- 只是工程问题,有激励去解决。
- 未来可能像 Rick and Morty 一样,AI 无处不在,甚至洗衣机也有智能。
- 洗衣机里放 LLM 可用于分类衣物、通知用户等。
- WiFi 用于通知足够,但为何需要创建账户?
- 可用语音指令告诉洗衣机洗涤程序,无需手动设置。
- 可能出错导致衣服缩水,用户需确认。
2. 美国达成 12 亿美元协议,向德国公司支付费用以终止海上风电项目 (US strikes $1.2B deal to pay German firm to halt offshore wind projects) #
https://www.bbc.com/news/articles/c1e1vg0gjl5o
特朗普政府将向德国能源公司 RWE 支付 12 亿美元,以终止其在美国的海上风电项目。RWE 表示将把这笔资金重新投资于传统天然气项目,包括在路易斯安那州的一个液化天然气出口终端项目投入 9 亿美元。该公司称,经过慎重考虑,认为在美国许可这些项目在可预见的未来已无可能。特朗普多年来一直抨击风电,称风力涡轮机“丑陋”且对野生动物构成威胁。这是特朗普政府今年达成的又一类似协议,此前已与道达尔能源和杜克能源等公司达成协议,以终止其海上风电项目并转向化石燃料投资。
HN 热度 848 points | 评论 813 comments | 作者:defrost | 14 hours ago #
https://news.ycombinator.com/item?id=49208314
- 政府一边批评补贴,一边支付 12 亿美元赔偿金,自相矛盾。
- 这主要是退还企业为租赁海域支付的费用,加上各种补偿,并非额外补贴。
- 美国由一群不专业的政客管理,决策混乱。
- 反对可再生能源的人,对廉价清洁能源的普及持奇怪立场。
- 太阳能和风能的高渗透率并未导致电价上涨,反而在部分地区降低了批发价。
- 加州批发电价全美最低,但零售电价高是独立于能源来源的问题。
- 得克萨斯州的风能和太阳能已占发电量很大比例。
- 可再生能源经济性已优于化石燃料,全球太阳能装机量快速增长。
- 该政策源于某位自恋者因苏格兰高尔夫球场风电机组视觉问题而怀恨在心,报复无关方。
- 停止风电项目并非基于理性,而是个人恩怨和情绪驱动。
3. 新墨西哥州法院命令 Meta 因伤害儿童心理健康支付 5.67 亿美元 (New Mexico court orders Meta to pay $567m over harms to children’s mental health) #
https://www.theguardian.com/technology/2026/aug/06/new-mexico-court-meta
新墨西哥州法院裁定 Meta(Facebook 和 Instagram 的母公司)支付 5.67 亿美元,用于弥补其平台对青少年心理健康造成的损害。这笔款项是此前 3.75 亿美元罚款的追加,使 Meta 需支付的总金额达到 9.42 亿美元。其中 4.2 亿美元将用于为当地青少年提供治疗服务,其余资金用于宣传预防和筛查。
法官还要求 Meta 进行多项整改,包括:在平台上增加保护功能说明屏幕;改进年龄验证工具,对疑似 13 岁以下用户要求验证年龄;在两年内开发专属的“13 岁以下年龄预测模型”;与学校或儿童安全组织合作,建立举报通道;并删除已收集的 13 岁以下用户个人信息。
这是历史上首次判定 Meta 因其平台行为承担法律责任,此前 Guardian 调查揭露了其平台存在儿童性剥削问题。新墨西哥州总检察长称这项裁决是“保护儿童的胜利”。Meta 表示不认同判决并将上诉,强调将继续保护青少年安全。尽管这笔罚款占 Meta 年利润比例很小,但被视为针对社交媒体危害系列诉讼的开端。
HN 热度 711 points | 评论 388 comments | 作者:boplicity | 1 day ago #
https://news.ycombinator.com/item?id=49204352
- 新墨西哥州对 Meta 的 9.42 亿美元罚款相对于该州人口规模而言是巨大的,可能占 Meta 在该州五年收入的 50% 到三分之二,具有实际威慑力。
- 罚款按受影响用户(约 13 万未成年人)计算,相当于每人约 7250 美元,若最终赔付,这些孩子可能因使用平台而获得数千美元,形成奇怪的激励。
- 罚款的目的是改变行为,而非单纯惩罚;平台从用户数据中获利远超提供的服务价值,平衡这种不对等是正确的做法。
- 当前现状本身就是畸形的:平台通过伤害未成年人获利,而罚款可能促使 Meta 退出新墨西哥州,这未必是坏事。
- 平台并非主动伤害用户,而是驱动用户接触他们选择参与的有害内容,父母允许孩子使用平台才是问题所在。
- 罚款应与企业收入成比例,否则对超级富豪或巨头公司而言只是经营成本,无法真正改变行为。
4. 品味是唯一剩下的东西 (Taste Is All That’s Left) #
https://notashelf.dev/posts/taste-is-all-thats-left
品味是唯一剩下的东西
作者认为,随着 AI 工具的出现,从想法到产品的距离已几乎消失。过去,编程的困难在于让东西存在,而现在任何人都能快速生成看似合理的版本。但问题在于:过去通过克服困难所建立的价值观并没有消失,而是转移了。
品味不是装饰性的偏好,而是罗伯特·波西格所说的“质量”——你在能解释之前就已经识别出的东西。它是压缩的、无言的判断,比你能证明它更快地得出。这是机器仍然无法为你做的事情。
品味不是通过消费优秀作品获得的,而是通过制造糟糕的东西、被迫与之共存、看着它失败的过程积累的。摩擦不是发展品味的障碍,而是课程本身。当你移除摩擦,新人可以流畅生成,但从未经历过“攀登墙壁”的学徒期,因此无法学会判断什么值得做。
即使你拥有品味,你现在的交付速度与没有品味的人完全相同。品味是缓慢的,它说“不,再来一次”。而市场用同一个秒表计时,看不到区别。品味无法在仪表盘上显示,你独自承担着成本,却面对相反方向的激励梯度。
HN 热度 645 points | 评论 511 comments | 作者:tsak | 1 day ago #
https://news.ycombinator.com/item?id=49199346
- 这是至少第三篇关于“品味”作为人类优势的 AI 生成或部分 AI 生成文章登上 HN 首页
- 作者在文章底部澄清并非 AI 生成,但有人怀疑其真实性
- LLM 风格类似于“拼多多版《大西洋月刊》”,编辑强制统一风格,而 AI 让这种风格变得廉价
- LLM 写作风格在 AI 普及前被认为是好风格,但如今不再新颖
- 作者早期博客风格与本文不同,可能是在说谎或受 Claude 影响太深
- 作者声称未使用 AI,但回复中使用了 AI 常见的短句、反转和单行词,反而暴露了 AI 痕迹
- 写作像 AI 可能是故意、无意或撒谎,三种情况都很有趣
- 对作者指控可能过于偏执,AI 文本检测越来越难,不应轻易定罪
- 有工具 Pangram 判定本文 100%AI 生成,但这类检测工具不可靠,存在误判
- 检测工具容易产生人为构造的假阳性和假阴性,但自然误判率很低
5. Qwen3.8 Max 目前在 Agentic Index 中被评为综合表现最佳的模型 (Qwen3.8 Max now ranked as the best overall model by agentic index) #
https://artificialanalysis.ai/?intelligence=agentic-index
这是一个 AI 模型评测网站,核心是“Artificial Analysis Intelligence Index v4.1.1”,通过 9 项基准测试评估模型智能。
核心排行榜(智能指数)
- 第一名:Claude Opus 5 (max),得分 63
- 第二名:Claude Fable 5 (with fallback),得分 62
- 第三名:GPT-5.6 Sol (max),得分 61
- 其他高分模型:Kimi K3、Muse Spark 1.2、Grok 4.5、GLM-5.2、DeepSeek V4 Flash 等
速度排行
- Gemini 3.6 Flash 最快(218 tokens/秒)
- Nemotron 3 Ultra(126 tokens/秒)
- DeepSeek V4 Flash(113 tokens/秒)
成本排行(每任务成本,越低越好)
- DeepSeek V4 Flash 最便宜($0.03)
- MiniMax-M3($0.14)
- GLM-5.2($0.31)
- Claude Opus 5 最贵($2.34)
其他功能
- 支持按开源/闭源、推理/非推理、多模态等筛选模型
- 提供智能指数 vs 成本/速度的对比图表
- 有 Agentic 能力指数、端点准确性指数等专项评测
- 最新更新包括 DeepSeek V4 Flash、Claude Opus 5 等模型评测
HN 热度 532 points | 评论 341 comments | 作者:apitman | 1 day ago #
https://news.ycombinator.com/item?id=49200652
- 中国模型已经追赶上来,顶级模型之间能力差距很小。
- Qwen 3.8 的本地版本很有潜力,可能让本地运行成为可行选择。
- 中国模型实际上早已不输美国模型,DeepSeek 等产品性价比远高于 OpenAI。
- 对于需要持续监督的任务,模型轻微的性能差异影响不大,但成本差异巨大。
- 自我托管是选择较便宜模型的重要原因,能实现本地运行。
- 模型质量接近,用户常因沉没成本、时间投入或品牌忠诚度而产生非理性偏爱。
- DeepSeek 在某些任务上表现出色,但个人使用体验存在差异,并非人人满意。
- 美国人对中国人才和科技能力的看法往往存在误解,实际上中国已有长期积累。
6. Quake – 30 周年更新 (Quake – 30th Anniversary Update) #
https://slayersclub.bethesda.net/en-US/news/quake-30th-anniversary-update
为了庆祝《雷神之锤》30 周年,id Software 与 MachineGames 合作推出了免费新章节“Dawn of the Machine”。该章节包含 19 张全新地图、新敌人(如火箭兽人、恶魔狗、血羊魔)和武器变体(超级斧、激光炮),并引入独特的循环重玩机制:每次回归都会改变路径、遭遇和秘密,通过符文解锁新路线,永久提升生命与弹药。
此外,新增了维度切换解谜、死后复生的敌人、幕后开发画廊(id Vault)、三项新成就、作弊菜单,以及多项修复(降低输入延迟、优化性能等)。该更新适用于 Xbox、PlayStation、Switch、Steam 等平台,但暂不支持 Epic 游戏商店和 GOG 版本。
HN 热度 396 points | 评论 193 comments | 作者:dsubburam | 1 day ago #
https://news.ycombinator.com/item?id=49201930
- Quake 30 周年,玩家感叹自己还活着,对游戏充满热爱,尤其怀念 KQP 和 Girobot 等模组。
- 回忆 LAN 派对时代,朋友带着大 CRT 显示器和长网线来家里联机,父母也理解这种热情。
- 有玩家在 1996 年原版 Quake 中通过控制台修改重力(sv_gravity 1600)来恶搞朋友,增加游戏乐趣。
- John Romero 三周前直播讲解 Quake 的设计和构建过程,展示了第一个房间如何演示引擎新特性,以及第一关如何引导玩家学习新玩法。
- 早期玩家在 486 超频至 150MHz 上运行 Quake,帧率仅 7-15 FPS,但依然觉得比没有好。
- 火炬闪烁模式通过源代码中的特殊字符串编码实现,是一个有趣的细节。
- 在 486 上玩 Quake 感觉移动笨重如坦克,换到奔腾后体验流畅,差异巨大。
- 许多现代游戏相比 Quake,角色移动显得笨拙。
- Quake 是首个需要强大 FPU 的主流游戏,Michael Abrash 手动调整光栅化代码以适配奔腾流水线,其他 CPU 难以胜任。
- 在高端 486 DX4 100 上也能流畅运行 Quake,配合 Winamp,是美好的回忆。
- 当时游戏分辨率通常为 640x480 或更低。
- 玩家至今仍能回忆起 Quake 中跳跃过岩浆坑的音效,有网站出售弹药箱钥匙扣,会发出跳跃声。
- 任天堂在《超级马里奥兄弟》中也采用了类似设计,第一关让玩家自然学会蘑菇有益、板栗仔有害。
- 有人怀念在 Novell 机房玩 Doom2、Duke Nukem 3D(自制地图 NukeCity)和 Quake 的时光,后来转向半条命和反恐精英的模组制作。
- 原版 Shadow Warrior 使用与 Duke3D 相同引擎,有玩家因 NukeCity 地图被邀请设计关卡,但因销量不佳项目被搁置。
- 从 LAN 派对中获得了大量网络经验,如压接网线、安装 PCI 网卡、运行带模组和地图循环的专用服务器。
- 第一次在 Windows 上玩 Quake 是测试版,在技术学校的电脑上偷偷安装,导致整天无心学习。
- Quake 在高中和大学时期被广泛游玩,便携文件仅 50MB,当时已显复古,但如今仍是经典。
- 有方法将 Quake 可执行文件和单张多人地图压缩到一张软盘中,方便在学校隐藏和分享。
- 在数据中心电脑上安装 Quake,利用夜间批量作业运行时间联机游戏。
- 游戏激励玩家进入软件行业,怀念当年满载 CRT 和主机的汽车,那段时光无法重现。
- LAN 派对是青少年时期奇特而有趣的经历。
7. 如果整个知识工作阶层对自己的职业失去信仰 (What happens if an entire class of workers loses faith in their careers) #
https://www.noemamag.com/why-is-everyone-in-tech-so-sad/
在科技行业,越来越多知识工作者陷入存在主义焦虑,质疑自己的工作是否真正有意义。作者描述一位西装革履的上班族在通勤途中大谈财务指标,下车后却拿出毛衣针为侄女织帽子——这成为他“做点实在事”的寄托。人们开始向往陶艺、绘画、编织等老式爱好,甚至幻想逃离职场去农场生活。
文章追溯这一现象的根源:过去知识工作被赋予类似宗教的“工作主义”,人们从中寻求身份和意义。但如今,许多高薪工作(金融、咨询、科技)本质上缺乏社会价值,如同大卫·格雷伯所称的“狗屁工作”:为永远不会启动的项目做幻灯片、争论无人需要的软件细节、帮助富人转移资金。这些工作既无利他性,又充满政治与裁员威胁。
当 AI 进一步颠覆行业,即使最受保护的高管也开始动摇。问题不仅是经济上的,更是存在主义的:如果整个知识工作阶层突然对自己的职业失去信仰,社会将发生什么?
HN 热度 363 points | 评论 504 comments | 作者:RickJWagner | 11 hours ago #
https://news.ycombinator.com/item?id=49209539
- 印刷业等传统技能行业消失后,从业者沦为流浪汉,职业信仰崩塌是生存危机而非爱好问题。
- 计算机化导致粉领职业消失,整个职业领域消失后关键在于观察事物如何重新出现。
- 标题讨论科技工作者,但文章实际指向知识工作者,而另一类科技工作者正对新工业革命充满热情。
- 人工智能只是普通技术,会像以往技术革命一样提升生产力、缓解稀缺,但不会带来弥赛亚或圣战。
- 普通技术的进步也可能引发深刻冲突,这是工业革命历史的主要教训。
- 冲突源于资本家利用技术进行阶级斗争,而非技术本身;理想中的人工智能本可避免社会、环境和经济危害。
- “普通技术”会不定期随机淘汰职业,社会整体受益但个体失业者痛苦;人工智能正同时冲击程序员、摄影师、编辑、翻译、数学家等多个领域。
- 摄影师想支持人类模特,但经济压力迫使他们使用生成式人工智能模型。
8. 在我拥有 150 万页面的网站上与爬虫斗争的一年 (A year of fighting scrapers on my 1.5 million-page website) #
https://patronview.com/news/99-percent-of-my-website-traffic-is-bots/
这篇文章讨论了作者在运营其慈善捐赠数据库网站 PatronView 过程中,与机器人流量的斗争。作者的经历和发现对许多网站运营者可能具有启发性。
首先,作者提到他的网站在一周内接收了 250 万次请求,但仅有 5977 次是真正的人类访问。这意味着每个真实的页面加载背后,可能有 214 个机器人的请求。作者使用的是自托管的 Plausible 社区版进行分析,这只统计运行 JavaScript 的访客,而大多数机器人并不运行 JavaScript。
接着,作者描述了 PatronView 的背景,网站包含 150 万个基于公共文件(如 IRS 990 表格和年度报告)构建的个人资料页面。起初,网站遭受到多种 SEO 爬虫的攻击,如 SemrushBot 和 AhrefsBot 等。随着时间的推移,作者注意到一些特殊的流量模式,例如某些机器人会在没有来源网址的情况下访问网站,且跳出率极高,这表明这些都是机器访问。
作者提到,AI 爬虫的流量也是一个大问题。以 Anthropic 的 Claude 为例,作者发现 Claude 的爬虫在一周内请求了 420,680 个页面,但仅给他带来了 12 个真实访问者。于是,作者选择将 Claude 的爬虫屏蔽。
他还,随着时间推移,新的挑战接踵而至,例如来自美国的数据中心的流量,这些流量通过 AWS 等云服务进行伪装。为了解决这一问题,作者实施了新的安全规则,例如对所有数据中心的流量进行挑战。
作者指出,尽管这些挑战可能对真实用户造成一些不便,但在最近的 48 小时内,Cloudflare 共发 106,437 个挑战,其中仅 252 个被解决,这表明大部分挑战并未对真实用户造成显著影响。
HN 热度 359 points | 评论 339 comments | 作者:petercooper | 9 hours ago #
https://news.ycombinator.com/item?id=49211386
- 将访问权外包给 Cloudflare 等大公司决定,损害了开放互联网。
- 反爬虫措施会误伤使用本地脚本或 LLM 的正常用户,这些用户也有获取信息的正当需求。
- 网站本身可能建设不佳,机器人流量不一定是坏事,应改进网站而非一味抱怨。
- 使用脚本/LLM 访问网站就是机器人用户,不应与真正用户混为一谈。
- 机器人可以是有益的延伸,如帮助用户比较购物做出购买决定,不应一概封杀。
- 即使是有购买意图的机器人,网站运营商仍有权禁止其行为,付费不意味着可以任意使用。
- 商家屏蔽价格监控机器人可能失去潜在客户,但有些商家不想要过度精明的客户。
- 反爬虫是误报与漏报的权衡,当坏机器人漏报成本更高时,误伤好机器人是可以接受的。
- 不同业务对机器人的需求不同,互联网使用方式正在变化。
- 难以区分潜在客户的机器人和竞争对手的机器人,这是核心难题。
9. 美国 7 月经济减少 2.3 万个就业岗位,出现突然逆转 (U.S. economy lost 23,000 jobs in July, a sudden reversal) #
https://www.nbcnews.com/business/economy/july-2026-jobs-report-rcna591138
美国 7 月非农就业数据疲软,当月减少 2.3 万个工作岗位,远低于市场预期的增加 8.3 万个,显示劳动力市场未能延续此前几个月的增长势头。失业率微降至 4.1%。同时,劳工统计局将 5 月和 6 月的就业数据合计下修了 10.3 万个。
工资增长也低于预期,同比增幅为 3.2%,低于通胀率 3.5%,意味着工人实际购买力下降。经济学家指出,劳动力参与率降至 2021 年 2 月以来最低,表明更多人退出就业市场。
行业方面,地方政府教育、零售和休闲酒店业就业减少明显,而医疗保健、制造业和建筑业仍保持增长。受数据影响,市场对美联储 9 月加息的预期大幅下降,股市上涨,10 年期美债收益率降至约 4.6%。
HN 热度 337 points | 评论 337 comments | 作者:ceejayoz | 11 hours ago #
https://news.ycombinator.com/item?id=49209546
- 新闻报道中缺乏误差线,数字没有上下文就毫无意义,这反映了基本数学素养的缺失。
- 媒体用“点数”描述道琼斯指数变化而不考虑基数(如 7000 点与 40000 点时的 1000 点跌幅意义不同),令人困扰。
- 如果诚实标注误差线,其范围会大到让结论显得无意义;真正有用的是与往年相比的变化方向(正负号)。
- 0 点并非天然分界,当误差线跨越 0 时无法判断真实方向,数据驱动决策必须承认这种不确定性。
- 在工业界(尤其是机器学习领域)几乎看不到误差线,行业对不确定性不感兴趣。
- 劳工统计局(BLS)确实发布置信区间,但主要新闻稿中不显示,需要深入查找才能获得。
- 初始数据因小企业报告滞后 1-2 个月而不可靠,应等待更完整数据或标注误差线。
- 误差线可能误导,因为数据来自实际计数,系统误差(如定义、报告机制)更关键,但月度差异可抵消这些系统误差。
- 及时的经济估计对决策很重要,不应延迟发布,但应附带误差线以反映不确定性。
10. 改进 ChatGPT 中的 GPT-5.6 Sol 模型,并向免费用户扩展 GPT-5.6 Luna 的访问权限 (Improving GPT‑5.6 Sol in ChatGPT, expanding GPT‑5.6 Luna access for free users) #
https://openai.com/index/improving-gpt-5-6-sol-in-chatgpt/
OpenAI 于 2026 年 8 月 6 日发布产品更新,改进 ChatGPT 中的 GPT-5.6 Sol 模型,并向免费用户扩展 GPT-5.6 Luna 的访问权限。
GPT-5.6 Sol 的改进包括:更聚焦的答案、更可靠的事实(事实错误减少约 68%),以及在快速回答和深度思考之间保持更一致的体验。Plus 和 Pro 用户可通过新增的滑块控制模型思考深度。
对于免费用户,默认模型升级为 GPT-5.6 Luna,提供无限文本聊天,并新增“思考”按钮,支持处理更复杂的问题。该更新本周起逐步推送,免费用户下周起可享受无限聊天和思考功能(受滥用防护限制)。
安全方面,针对未成年用户,模型经过训练以避免浪漫角色扮演等不适宜内容。
HN 热度 308 points | 评论 254 comments | 作者:tedsanders | 1 day ago #
https://news.ycombinator.com/item?id=49199357
- 默认模型切换至 GPT-5.6 Luna 并非绝望之举,而是对应此前 5.5 Instant 层级,免费层模型自 4o 以来就不突出
- OpenAI 免费层的主要竞争对手是 Google 搜索的 AI Overview(Gemini 3.5 Flash-Lite),免费层必须明显更好才能吸引用户
- Gemini Pro Extended 免费版功能强大,可附 PDF/照片,远优于其他免费层
- Gemini 的答案幻觉严重,正确性堪忧
- GPT-5.6 Luna 可能具有类似“免费层”的特定响应风格
- GPT-5.6 Luna 价格便宜,可替代 GPT-4.1 mini,若接受 24 小时内运行则便宜 50%
- Flex tier 更便宜,延迟约 3-10 倍,缓存容易,成本可低至 1/7
- GPT-5.6 Luna 比 DeepSeek 4 Flash 聪明一点,但工具调用稍差
- Claude 免费层速率限制糟糕,3 次对话后 24 小时不可用
- 可以通过创建多个账户绕过 Claude 免费限制,但必须不便才能促使付费
- 免费用户不应有 entitlement,产品不够好就不该存在免费层
- 免费层若设计为“第一口免费”引诱付费,属于欺诈;应靠广告支持
- 免费用户抱怨限制是 entitlement,不喜欢可以不用,付费用户认为价值巨大
- OpenAI 声明暗示 ChatGPT 模型已是 AGI,AGI 不要求完全模拟人类
- 若给 Alan Turing 看当前模型,他会认为已实现 AGI
- LLM 尚未通过 Turing 测试,因为人们能轻易识别出 bot 风格
- 可以通过改变写作风格避免被识别,但当前风格太明显;离岸开发者用 Claude 回复一眼能看出
- 五年前可能无法识别,现在因熟悉风格才认出
Hacker News 精彩评论及翻译 #
US strikes $1.2B deal to pay German firm to halt o… #
https://news.ycombinator.com/item?id=49208499
Interior Secretary Doug Burgum said in a statement posted on X that Americans deserve an energy system built on common sense and not one dependent on “costly subsidies”.
I agree. This is why we are building offshore wind and not subsidizing fossil fuels, right?
saagarjha
我同意。这就是为什么我们在建设海上风电,而不是补贴化石燃料,对吧?
New Mexico court orders Meta to pay $567m over har… #
https://news.ycombinator.com/item?id=49206604
A lot of people on this story are making the usual snarky remarks that, oh, this is just a slap on the wrist—some trivial proportion of Meta’s global revenue. And that is true, but unlike the EU, for example, New Mexico is a tiny jurisdiction. It only has a little bit more than 2 million people.
So actually, a fine—or a judgment—of $942 million that applies just to New Mexico is enormous. If you look at Meta’s revenue from the U.S. and Canada and assign it proportionally by population, you find that Meta only earned about $1.5 billion to $2 billion total from New Mexico over the past five years. The exact figure depends on whether you allocate purely by population or account for purchasing power, which makes the estimate a little lower because New Mexico is a poorer state than the U.S. average.
Given that, the judgment is a half to two-thirds of what Meta could have obtained from New Mexico. So it is actually a serious deterrent, assuming Meta thinks New Mexico would continue to impose fines of that size.
I also think that there’s a good chance this judgment gets overturned or significantly reduced on appeal, but even if the fine drops to half its current level, it would be proportionately larger than almost any fine against any company, let alone tech, that I’ve heard of.
tmp10423288442
这条新闻下有很多人都在发表惯常的尖刻评论,说这不过是小惩大诫——只占了Meta全球营收微不足道的一小部分。确实如此,但和欧盟不同,新墨西哥州是一个很小的司法管辖区,人口只有两百多万。
因此,一笔仅针对新墨西哥州、金额高达9.42亿美元的罚款或判决其实是极为庞大的。如果按人口比例分摊Meta在美国和加拿大的营收,你会发现过去五年Meta从新墨西哥州总共只赚了约15亿到20亿美元。具体数字取决于你是单纯按人口比例分配,还是考虑到购买力——后者会使估值更低,因为新墨西哥州是美国相对贫困的州。
这么算来,这笔判决金额相当于Meta可能从新墨西哥州获取收入的半数到三分之二。所以,假设Meta认为新墨西哥州会继续施加同等规模的罚款,这实际上是一记严厉的威慑。
我也认为这笔判决有较大概率在上诉中被推翻或大幅削减,但即便罚款金额降至目前的一半,从比例上看它仍比我所知的几乎所有针对企业(更别说科技公司)的罚款都要高。
Oracle bans AI-generated code from OpenJDK #
https://news.ycombinator.com/item?id=49214512
Oracle, the law firm with a tech business attached, probably wants to retain the option to sue other people for AI-washing their proprietary code, and that doesn’t work if they’re also publicly accepting AI contributions to their code with no apparent concern for the provenance of it. The tech business would probably tell them this isn’t going to be a needle they are going to be able to successfully thread, but the law firm is in the driver’s seat.
jerf
甲骨文这家律所附带着科技业务,大概想保留起诉他人用AI洗白专有代码的权利,但若他们自己公开接受AI贡献的代码却对来源毫无顾虑,这一招就行不通了。科技业务那头或许会告诉他们,这根刺他们根本别想顺利穿过去,但律所才是掌舵的一方。
US strikes $1.2B deal to pay German firm to halt o… #
https://news.ycombinator.com/item?id=49209569
I read up recently on the history of the fall of the roman empire and it was fascinating how eerily similar it was to the current state of the US. Overwhelmed by corruption and wars they make stupider and stupider decisions on ever larger scales, ever more frequently. And the population grows ever more cynical, eventually opting for authoritarianism before eventually the center can’t hold any more and it all collapses in on itself.
Funnily enough, the most striking part was the pure stupidity of a lot of it - seems so strange, but every day it seems I hear another really stupid story and think … huh, maybe it really can be like that.
zmmmmm
我最近仔细研读了罗马帝国衰亡史,惊人的是它与当今美国的现状何其相似。腐败与战争压垮一切,决策愈发愚蠢、规模愈发庞大、频率愈发密集。民众日益愤世嫉俗,最终在中央政权崩溃之前选择投靠威权主义,整个体系就此土崩瓦解。
有趣的是,最引人注目的莫过于其中纯粹到可笑的愚蠢——看似荒诞不经,但每天听到某个荒唐至极的新闻时,我总会暗自思忖:呵,或许历史真的会重演。
US strikes $1.2B deal to pay German firm to halt o… #
https://news.ycombinator.com/item?id=49208540
Parts of the world are literally on fire but the US is redirecting money to halt renewables and towards gas.
The demand for energy is higher than ever due to AI data centers, but I guess the next model is more important than a habitable environment.
chewbacha
世界上有些地方正在燃烧,而美国却将资金从可再生能源转向天然气。
由于人工智能数据中心,能源需求比以往任何时候都高,但我想,下一个模型比宜居的环境更重要。
US strikes $1.2B deal to pay German firm to halt o… #
https://news.ycombinator.com/item?id=49208521
Insane.
Over the last year, wind - mostly offshore - has generated more than 35% of electricity here. Gas is down to 27%. It’s really, really good. And it looks cool.
juntoalaluna
太疯狂了。过去一年,风电(主要是海上风电)提供了这里超过35%的电力。天然气发电占比已降至27%。这真的非常棒,而且看起来也很酷。
Scientists discover Kelvin-Helmholtz Instability o… #
https://news.ycombinator.com/item?id=49191022
This kind of observation is a big deal for solar physics.
It’s been believed for decades that these small-scale (~100km and below) turbulent features are critical to understanding how energy dissipates in the Sun. And thus, how sunspots and flares form.
The subject has been very qualitative but is yielding on both observational and simulation fronts. I worked adjacent to this area from the 1990s-2010s, and it had been true that MHD numerical simulations of significant volumes of the Sun (but at a scale fine enough to resolve these features) were not possible. That has obviously changed!
Additionally, it had been that the best solar observatories could not quite resolve these features. In the late 1990s some of the best images came from a couple of observatories in the Canary Islands (e.g., the 1-meter Swedish telescope – https://svs.gsfc.nasa.gov/4715/ ). The spatial resolution was perhaps in the ~100km range.
Of course, these are absolutely mind-boggling images. You’re looking at a slice of the solar photosphere that has a temperature such that it activates a spectral line around 400nm. By isolating that wavelength, we can see what’s happening at that temperature, and thus, sample a slice of the photosphere.
So, that had been the state of affairs. Now DKIST (4m aperture), with the particular instrument highlighted in OP, appears to be at a spatial resolution ~5x finer than the above imagery – see Fig. 1c in the Nature paper ( https://www.nature.com/articles/s41586-026-10871-3 ). It appears also ( https://dkist.virtualsolar.org/vanNoortfastcam/ ) to be observing at 740Hz (!) for speckle reconstructions at ~1Hz.
At this scale, vortices of the flow are well-resolved – where before you just resolved the convective cells but not the turbulent features around them. It’s these turbulent features that are transporting energy.
To contextualize with respect to a HN perennial topic: DKIST (commissioned 2021) is funded by NSF, from the same pile of money that once funded Arecibo (up to 2020).
mturmon
这种观测对太阳物理学来说意义重大。
几十年来,人们一直认为这些小尺度(约100公里及以下)的湍流特征对于理解能量如何在太阳中耗散至关重要,进而也关系到太阳黑子和耀斑如何形成。
这个领域一直以来都很定性,但在观测和模拟两方面都在取得进展。我从1990年代到2010年代在这一领域附近工作过,过去确实无法对太阳的大体积区域进行MHD数值模拟(同时又要达到足够分辨这些特征的空间尺度)。显然,现在已经改变了!
此外,过去最好的太阳观测站也未能完全分辨这些特征。在1990年代后期,一些最好的图像来自加那利群岛的几个观测站(例如1米瑞典太阳望远镜—— https://svs.gsfc.nasa.gov/4715/ )。其空间分辨率大约在100公里量级。
当然,这些图像绝对令人叹为观止。你看到的是太阳光球层的一个切片,其温度会激活大约400纳米附近的谱线。通过隔离该波长,我们能看到那个温度下正在发生什么,从而对光球层的一个切片进行采样。
所以,过去的情况就是这样。现在,DKIST(4米口径)配合原帖中特别提到的那台仪器,其空间分辨率似乎比上述图像精细约5倍——见《自然》论文中的图1c( https://www.nature.com/articles/s41586-026-10871-3 )。此外( https://dkist.virtualsolar.org/vanNoortfastcam/ ),它似乎还在740赫兹(!)的帧率下进行观测,用于约1赫兹的斑点重建。
在这个尺度上,流动中的涡旋得到了很好的分辨——而以前你只能分辨对流单体,却分辨不出它们周围的湍流特征。正是这些湍流特征在输运能量。
用一个HN常年讨论的话题来作个背景参照:DKIST(2021年投入使用)由NSF资助,资金来自曾经资助阿雷西博(直到2020年)的同一笔经费。
What happens if an entire class of workers loses f… #
https://news.ycombinator.com/item?id=49215912
We remind people that Noema Magazine is owned by Berggruen Institute:
Which is an AI booster:
https://berggruen.org/projects/ai-visionaries
You cannot read these articles posing as human interest without following the money.
follow_the_mone
我们提醒大家,《Noema Magazine》由Berggruen Institute所有:
这是一个AI助推器:
https://berggruen.org/projects/ai-visionaries
你不能把这些伪装成人文关怀的文章当作客观报道,而不去追究背后的资金来源。
US strikes $1.2B deal to pay German firm to halt o… #
https://news.ycombinator.com/item?id=49209233
not one dependent on “costly subsidies”.
While paying out 1.2 billion dollars.
Kim_Bruning
在支出12亿美元的同时,却声称“不依赖高昂的补贴”。
I stopped trusting USB-C cable labels and started … #
https://news.ycombinator.com/item?id=49205722
Unless you want all cables to be thick, $60, and cap out at 1 meter long, this is not a reasonable standard. 480mbps USB-C is perfectly adequate for many applications. Likewise for 60W cables.
Kirby64
除非你希望所有线缆都又粗又贵、60美元一条且最长只有1米,否则这标准并不合理。480Mbps的USB-C线缆对许多应用场景而言完全够用,60W功率的线缆也同样如此。
My phone detects going on a run as “someone snatch… #
https://news.ycombinator.com/item?id=49200749
Adding “running” to the list of things that Google engineers apparently don’t do.
Where it joins “walking”. Google Maps will suggest almost arbitrarily bonkers public transport directions to avoid walking. Personal favourite: the sensible way to get from my house to work, unless the weather is terrible, is six minutes on a train and a 15 min walk. Google Maps would, generally, prefer that I spend 15 mins on the train going mostly the wrong direction and 15 minutes on a tram, then a five minute walk. It will also contemplate a ten minute walk, ten minutes walking being within the threshold Google deems physically possible, plus an arbitrary amount of time on a rather slow bus. Apple Maps and Transit are better at this.
rsynnott
给谷歌工程师们显然不做的清单里加上“跑步”。
它和“走路”并列。谷歌地图几乎会推荐任何奇葩的公共交通路线,就为了让你少走路。个人最爱的例子:从我家到公司,除非天气极差,最合理的走法是坐6分钟火车再加15分钟步行。但谷歌地图通常更希望我花15分钟坐火车往反方向绕一大段路,再换乘15分钟有轨电车,最后步行5分钟。它甚至会考虑让我先走10分钟路(10分钟在谷歌认为身体可承受的阈值内),再花上说不清多久的慢吞吞的公交车。苹果地图和Transit在这方面做得更好。
Software development with AI is starting to feel l… #
https://news.ycombinator.com/item?id=49198589
I take the point, but I think the author picked a poor analogy. Cooking even an excellent steak is actually not that hard. In fact, I’d argue that it’s among the easiest things to master/make at a top level quality at home. Does it require some modicum of attention and understanding? Sure. But starting with a high quality cut, owning a meat-thermometer, and knowing about reverse searing is about all it takes to reliably and easily get a near perfect steak every time.
There are far, far better cooking examples out there.
MostlyStable
我理解你的观点,但作者选的类比并不恰当。烹饪一块上等牛排其实并不难。说实话,我认为这是在家用顶级水准掌握和制作的最简单菜品之一。需要一定的专注和了解吗?当然。但只要选一块优质肉排、备好肉类温度计、掌握反向炙烤法,就能轻松稳定地做出近乎完美的牛排。
其实还有远比这更好的烹饪例子。
Taste Is All That’s Left #
https://news.ycombinator.com/item?id=49201415
On the topic of taste, I think of this quote in Susan Sontag’s “Notes On ‘Camp’” often:
“For taste governs every free — as opposed to rote — human response. Nothing is more decisive. There is taste in people, visual taste, taste in emotion — and there is taste in acts, taste in morality. Intelligence, as well, is really a kind of taste: taste in ideas. (One of the facts to be reckoned with is that taste tends to develop very unevenly. It’s rare that the same person has good visual taste and good taste in people and taste in ideas.)
Taste has no system and no proofs. But there is something like a logic of taste: the consistent sensibility which underlies and gives rise to a certain taste. A sensibility is almost, but not quite, ineffable. Any sensibility which can be crammed into the mold of a system, or handled with the rough tools of proof, is no longer a sensibility at all. It has hardened into an idea…"
hellojomp
关于品味这个话题,我常想起苏珊·桑塔格在《关于“坎普”的札记》中的这段话:
“品味支配着一切自由的(而非机械的)人类反应。没有比它更具决定性的了。人的品味、视觉品味、情感品味——还有行为的品味、道德的品味。就连智力,本质上也是一种品味:思想的品味。(一个值得正视的事实是,品味的发展往往极不平衡。同一个人同时拥有良好的视觉品味、对人的品味以及思想的品味,是极为罕见的。)
品味没有体系,也无法被证明。但却存在某种类似品味逻辑的东西:即始终如一的感受力,它构成并催生了特定的品味。感受力几乎是不可言喻的,却又并非全然如此。任何能被强行塞入体系框架、或用粗糙的证明工具来处理的感受力,都将不再是感受力本身。它已经固化为一种观念……”
What happens if an entire class of workers loses f… #
https://news.ycombinator.com/item?id=49215503
Addressing the question in the title, “What happens if an entire class of workers loses faith in their careers”, look at what happened to printers. That was a good skilled trade for centuries. Then it just went away. Phototypesetting took the high volume end. Desktop publishing took the low end. Computer-controlled presses took press operators. And then the newspaper business died.
I’ve heard homeless former printers talking about the good days at the Burger King near the cable car turntable at Powell and Market. They thought they had careers. Now they’re struggling to survive.
Knitting is not the answer. This is a survival issue. Somehow I suspect the author inherited money.
Animats
针对标题中的问题——“如果一个职业群体对自己的职业生涯失去信心会发生什么”,看看印刷工人的遭遇就知道了。印刷业曾是一项延续数百年的体面手艺,后来却彻底消失了。照相排版抢走了大批量印刷业务,桌面出版系统蚕食了低端市场,电脑控制的印刷机取代了印刷机操作员,最后报纸行业也走向了消亡。
我在鲍威尔街与市场街交汇处缆车转盘旁的汉堡王,听到过流浪的前印刷工人谈论昔日的好时光。他们曾以为自己拥有稳定的职业生涯,如今却挣扎求生。
编织手艺不是答案,这是生存问题。我隐约觉得,作者大概是继承了遗产吧。
GitHub Actions and Pages are experiencing degraded… #
https://news.ycombinator.com/item?id=49201458
I don’t think this portents anything great for software in general.
We’re a good year+ into the use LLMs for all major bits of software that we all rely upon and GitHub here is down to one 9 of uptime. I’ve been using GitHub for a long time, my first commits there go back to August 2009!, and I honestly don’t recall GitHub going down as much as it has in the last year.
I’m sure there’s other things happening in the background, but I can not help but believe that this is directly correlated with the increase of LLM usage.
Though I would love to hear someone else’s pet theory how a rock of the internet went from four+ nines of uptime to maybe one.
zehaeva
我认为这件事对软件行业来说不是什么好兆头。
我们依赖的所有主流软件大量使用LLM已经超过一年了,而GitHub的可用性跌到了只有一个9。我使用GitHub已经很久了——我第一次提交代码可以追溯到2009年8月!说实话,我记忆中GitHub过去一年宕机的频率从未像现在这么高。
我确信背后还有其他原因,但我忍不住认为这与LLM使用量的增加直接相关。
不过,我很想听听其他人的见解:一个互联网上的磐石,是如何从四个9以上的可用性跌到现在的水平的。
A year of fighting scrapers on my 1.5 million-page… #
https://news.ycombinator.com/item?id=49212478
If I run a local script or an LLM that needs to fetch a web page from your site and you block that script or LLM as being a bot, you hurt me, the user.
No; in this case you are not a user, you are a bot user.
hk__2
如果我在本地运行一个脚本或大语言模型,需要从你的网站抓取网页,而你把它当作机器人屏蔽了,那么你伤害的是我,用户。
不;在这种情况下你不是用户,你是机器人用户。
What happens if an entire class of workers loses f… #
https://news.ycombinator.com/item?id=49210565
Saw a meme on mastodon the other day contrasting people of the ’90s going online to escape from offline reality, and people of the ’20s going offline to escape from online reality. There’s something to that.
I think a big part of it is just how incredibly toxic the web has become. If you spend any time online, as most tech workers do, you have exceptional resiliency if you’re able to stay sane and level headed.
Going online it’s like everyone is really angry and tired and sad all the time, and it’s getting worse every year. This really took a nosedive during the pandemic, but looking back this had been going on for several years before. Every election cycle makes things worse too.
It’s just been spiraling in a very dark direction for a long time. You have these blackpill depression cirklejerks everywhere. Astroturfing is getting worse every year. Like what Bannon did with gamer gate is an amateurish precursor to what everyone with is doing everywhere now. With AI you can even run these campaigns with a very small budget.
All the news is just outrage porn and non-stop predictions of impending doom. Used to be more tabloid territory but now I don’t know if anywhere is spared. A lot of the focus now is on AI, but when it isn’t the world is burning in some other fashion. Reading the news, we’ve been in a permanent state of crisis for years now.
This information diet just isn’t good for your mental health. It isn’t just tech workers, but they’re probably more exposed than most.
Candide’s closing remarks spring to mind. Tend your garden.
marginalia_nu
前几天在Mastodon上看到一条段子,对比了90年代的人上网是为了逃离现实,而20年代的人下线是为了逃离网络。这话确实有点道理。
我觉得很大程度上是因为网络变得极其恶毒。如果你像大多数科技从业者那样经常上网,还能保持理智和冷静,那你的心理韧性真的相当强。
上网的感觉就像每个人始终都充满愤怒、疲惫和悲伤,而且一年比一年糟糕。这种情况在疫情期间急转直下,但回溯起来,其实几年前就已经开始了。每次选举周期也会让情况变得更糟。
很长时间以来,网络一直在朝着非常黑暗的方向螺旋式下滑。到处都是传播虚无主义的抑郁小圈子。虚假宣传(astroturfing)一年比一年猖獗。班农当年在玩家门事件中搞的那一套,跟现在每个人都在到处搞的比起来,简直是小巫见老手。有了AI,甚至可以用极小的预算来运作这些操作。
所有新闻都是愤怒的噱头,以及没完没了的末日预言。过去这更像是小报的领域,但现在我不知道还有哪里能幸免。现在很多焦点都在AI上,但如果不谈AI,世界就在以其他方式燃烧。读新闻的话,我们已经处于一种永久的危机状态好几年了。
这种信息摄入对你的心理健康真的不好。不只是科技从业者,只不过他们可能比大多数人接触得更多。
想起伏尔泰《老实人》的结尾语:打理好自己的花园。
AMD acquires Taalas to boost inference performance… #
https://news.ycombinator.com/item?id=49202918
I’m surprised neither OpenAI nor Anthropic made this move first. The Chinese open weight models are pulling ahead and commoditizing their value proposition.
Baking models onto silicon would’ve been the next logical move to get a moat.
Google is already doing this and has an experimental project on top of already having TPUs and cramming their quantized flash onto individual TPUs for inference.
LarsDu88
我很惊讶 OpenAI 和 Anthropic 都没有率先采取这一行动。中国的开源权重模型正在领先,并将其价值主张商品化。将模型固化到芯片上本应是获得护城河的下一步逻辑举措。谷歌已经在这样做,并且除了已有的 TPU 之外,还有一个实验项目,将量化后的 Flash 模型塞进单个 TPU 进行推理。
Oracle bans AI-generated code from OpenJDK #
https://news.ycombinator.com/item?id=49214032
The link is to a really poor summary of a better article by the register.
The register article is about this post:
fancyfredbot
链接指向的是一个很差的摘要,原文是《注册报》上一篇更好的文章。
《注册报》的那篇文章讨论的是这个帖子:
On non-rooted Android 17, ADB uninstall of system … #
https://news.ycombinator.com/item?id=49195282
I don’t understand why ensuring general-purpose computing is not a priority of the European Union.
All that talk about sovereignty, and we are giving full control of our digital lives to 2 American companies.
develoopest
我不理解为什么确保通用计算不是欧盟的优先事项。
所有那些关于主权的讨论,而我们却将数字生活的完全控制权拱手交给了两家美国公司。
Mario Meets Pareto #
https://news.ycombinator.com/item?id=49196294
This is a really important concept for developers.
One aspect for developers that I see quite often is the assertion that “We can’t have X without giving up more Y”, most commonly “we can’t have more security without giving up on user experience”. With the Pareto idea in mind, we can see that that statement is true, if and only if you are in fact on the Pareto frontier of security and user experience already.
However, many times these confident pronouncements are being made when the system under question is quite evidently not on the Pareto frontier in the first place and indeed you can get more of one without giving up the other.
Making it more tricky is that in business, you can never discard “money” as a dimension, so unless you’re taking “money” as one of the dimensions in the original comparison you want to do, it sneaks its way in. Or, a composite time/money, or “cost to business”, or some other similar concept, time & money aren’t orthogonal and don’t need to be treated as two separate dimensions in general, though you can if you want. Which puts you into the 3D case, and as the page says, that grows the frontier quite a lot, which is good in some ways and bad in others. Nevertheless, in my opinion it is still often the case that even in that space we are often making “tradeoffs” without checking that we’re on the Pareto frontier in the first place.
jerf
这对开发者来说是一个非常关键的概念。
我经常看到开发者中有一种说法,即“我们不能在没有放弃更多Y的情况下获得X”,最常见的是“我们不能在没有牺牲用户体验的情况下获得更多安全性”。考虑到帕累托的思想,我们可以看到,这句话只有在且仅当你实际上已经处于安全性和用户体验的帕累托前沿时才是正确的。
然而,很多时候,当所讨论的系统显然一开始就不在帕累托前沿上时,这些自信的断言仍然被提出,而实际上你确实可以在不放弃另一个的情况下获得更多的一个。
让事情变得更棘手的是,在商业中,你永远不能把“金钱”这个维度排除在外,所以除非你在最初想做的比较中把“金钱”作为一个维度,否则它会悄悄溜进来。或者,一个复合的时间/金钱,或“商业成本”,或其他类似的概念,时间和金钱并不是正交的,通常不需要被视为两个独立的维度,尽管如果你愿意,你也可以这样做。这会使你进入三维的情况,正如页面所说,这会大大扩展前沿,这在某些方面是好事,在其他方面则是坏事。尽管如此,在我看来,即使在那个空间里,我们仍然经常在没有首先检查我们是否处于帕累托前沿的情况下就做出“权衡”。
DeepSeek V4 Flash 0731 #
https://news.ycombinator.com/item?id=49214270
I’ve been using it extensively since the release and the best summary I can give is that it’s good enough to use it for (almost) everything and cheap enough that the cost are irrelevant. I’m running it in Oh My Pi with a second instance running as “advisor” and even with 5-6 active sessions (effectively 12 streams) I’m struggling to spend more than 5 bucks per day.
OpenCode Go even has double limits temporarily so for 10 USD you effectively get 140 USD of tokens to spend. It would impress me if someone could burn that amount with “normal” usage. Even when running multiple sessions.
I have a Claude Max subscription but I’ve barely touched it, it just feels like a step back to have to think about limits and usage even though the models are stronger.
The beauty of intelligence at this cost (even if it’s not SOTA) is that it opens a whole bunch of new use cases. Test failure in CI? Have the bot automatically propose a fix, its cheap enough that you can discard it w/h issues. Test coverage too low? Auto generate tests on CI for every pull-requests! Monitoring server logs, continuous security audits and investigating every received exception now becomes possible.
I’m thinking about having it automatically filter and re-rank my social media feeds so I can steer the algorithm instead of the other way around.
Perhaps other people (with enormous budgets) were already doing all of the above but for us this is a really exciting release!
LaurensBER
自发布以来我一直在广泛使用它,最好的总结就是:它好到几乎能处理所有事情,又便宜到成本几乎可以忽略不计。我在Oh My Pi上运行它,并启动了第二个实例作为“顾问”,即便同时开启5-6个活跃会话(实际相当于12个数据流),每天也很难花掉超过5美元。
OpenCode Go甚至临时将额度翻倍,所以花10美元实际上能得到价值140美元的代币。如果有人能用“正常”使用量烧掉这么多额度——哪怕同时运行多个会话——我都会很惊讶。
我订阅了Claude Max,但几乎没碰过它;虽然模型更强,但一想到要操心额度和用量,就觉得是一种倒退。
以这种成本享受智能(即便不是最前沿的),美妙之处在于它开辟了大量全新用例。CI测试失败了?让机器人自动提出修复方案——它便宜到你可以直接丢弃方案而毫无压力。测试覆盖率太低?在CI中为每个Pull Request自动生成测试!监控服务器日志、持续进行安全审计、调查每一个收到的异常——现在都变得可行了。
我甚至考虑让它自动过滤并重新排序我的社交媒体信息流,这样我就能主导算法,而不是被算法主导。
或许其他人(预算充足)早已在做以上所有事情,但对我们来说,这真是一次令人振奋的发布!