2026-04-26

今日要点


Hacker News

New 10 GbE USB adapters are cooler, smaller, cheaper

新型 10 GbE USB 适配器:更凉、更小、更便宜

随着基于 RTL8159 芯片的新型 10G USB 3.2 适配器进入市场,过去那种体积庞大且发热严重的 Thunderbolt 10G 适配器可能即将成为历史。这些新设备在尺寸上有了显著优化,为笔记本电脑用户提供了更便捷的高速网络连接方案。

Read more →

Firefox Has Integrated Brave’s Adblock Engine

Firefox 集成了 Brave 的广告拦截引擎

在 Firefox 149 版本中,除了引入免费内置 VPN、分屏视图和新的 Linux 文件选择器外,该浏览器还悄然集成了 Brave 浏览器的广告拦截引擎。这一举措旨在进一步提升用户的隐私保护和浏览体验。

Read more →

Replace IBM Quantum back end with /dev/urandom

将 IBM 量子后端替换为 /dev/urandom

该项目展示了一个针对量子攻击的测试案例,通过对 projecteleven.py 进行简单的代码补丁,将原本的 IBM 量子计算后端替换为 /dev/urandom。此举旨在验证在量子计算模拟或攻击测试中,后端逻辑的替换对电路构建和密钥恢复的影响。

Read more →

Plain text has been around for decades and it’s here to stay

纯文本存在已久,且将持续存在

文章探讨了 ASCII 图表和 UI 设计工具的持久价值。尽管现代生成式 AI 发展迅速,但许多人仍偏好使用纯文本工具进行低调的图表设计,将其作为代码库的一部分或 AI 交互的入口。这种“受限”的视觉选择在开发者群体中依然具有独特的吸引力。

Read more →

Show HN: A Karpathy-style LLM wiki your agents maintain (Markdown and Git)

展示:一个由 AI 代理维护的 Karpathy 风格 LLM 维基(基于 Markdown 和 Git)

该项目实现了一个 AI 代理专用的维基层,以 Markdown 和 Git 作为事实来源,并结合 SQLite 和 BM25 索引进行检索。它旨在构建一个 LLM 原生的知识基底,让 AI 代理能够自主读取和更新知识,无需依赖复杂的向量数据库。

Read more →

Niri 26.04: Scrollable-tiling Wayland compositor

Niri 26.04:可滚动平铺的 Wayland 合成器

Niri 是一款独特的 Wayland 合成器,其窗口以列的形式排列在向右无限延伸的条带上。新版本 26.04 进一步优化了这一机制,确保打开新窗口时不会导致现有窗口大小改变,且项目已迁移至独立的 GitHub 组织进行维护。

Read more →

Turbo Vision 2.0 – a modern port

Turbo Vision 2.0:现代移植版

这是一个对经典文本用户界面(TUI)框架 Turbo Vision 2.0 的现代移植项目。该版本实现了跨平台支持,并增加了对 Unicode 的兼容性,旨在让这一经典的开发框架在现代环境中焕发新生。

Read more →

The AI Industry Is Discovering That the Public Hates It

AI 行业正在发现公众对其充满敌意

文章指出,AI 行业正面临日益严重的公众反弹。近期发生了针对 OpenAI CEO Sam Altman 的暴力袭击事件,袭击者宣称 AI 构成生存威胁。这种社会情绪的恶化反映了公众对 AI 快速发展及其潜在风险的深层焦虑。

Read more →

Open source memory layer so any AI agent can do what Claude.ai and ChatGPT do

开源记忆层,让任何 AI 代理都能实现 Claude.ai 和 ChatGPT 的功能

Stash 是一个持久化的认知层,旨在连接 AI 代理与世界。它不替换模型本身,而是通过存储会话中的事实和模式,使 AI 代理具备跨会话的连续记忆能力,从而让模型能够随着时间推移积累“智慧”。

Read more →

Martin Galway’s music source files from 1980’s Commodore 64 games

Martin Galway 80 年代 Commodore 64 游戏的音乐源文件

Martin Galway 公开了其在 80 年代为 Commodore 64 游戏创作的音乐源文件。此举旨在让爱好者能够阅读、分析并理解当时的音乐播放器逻辑,并鼓励用户重新组装、修改或创作新音乐。

Read more →

Framework Laptop 13 Pro: Major Upgrades and Linux Front and Center

Framework Laptop 13 Pro:重大升级,Linux 优先

Framework Laptop 13 Pro 正式发布,带来了多项硬件升级,并继续将 Linux 系统作为核心支持对象,进一步巩固了其在开源硬件和可维修笔记本市场的地位。

Read more →

Discret 11, the French TV encryption of the 80s

Discret 11:80 年代的法国电视加密技术

文章回顾了 80 年代法国电视加密系统 Discret 11 的历史。在那个没有互联网和有线电视的年代,这种加密技术是许多法国青少年接触特定电视节目的必经之路,承载了一代人的童年记忆。

Read more →

Education must go beyond the mere production of words

教育必须超越单纯的文字生产

在 AI 能够撰写任何内容的时代,文章呼吁教育界应重新审视其核心价值。真正的教育不应仅仅停留在文字的生成上,而应培养更深层次的批判性思维和人文素养。

Read more →

Lambda Calculus Benchmark for AI

AI 的 Lambda 演算基准测试

这是一个针对 AI 模型的 Lambda 演算能力基准测试项目,旨在评估模型在处理函数式编程逻辑和形式化推理方面的表现。

Read more →

Using coding assistance tools to revive projects you never were going to finish

使用编码辅助工具复活那些你从未打算完成的项目

作者探讨了利用 Claude Code 等 AI 辅助工具重启搁置已久的个人项目的体验。尽管对工具的评价有所波动,但 AI 确实为开发者处理繁琐的“Tsundoku”(堆积未读/未完成)项目提供了新的动力。

Read more →


TechCrunch

Anthropic created a test marketplace for agent-on-agent commerce

Anthropic 创建了一个 AI 代理间商业交易的测试市场

Anthropic 进行了一项实验,建立了一个分类市场,让 AI 代理分别代表买家和卖家,使用真实货币和商品进行交易。这一实验旨在探索 AI 代理在自动化商业生态中的潜力与边界。

Read more →

Maine’s governor vetoes data center moratorium

缅因州州长否决了数据中心暂停令

缅因州州长否决了 L.D. 307 法案,该法案原计划在全州范围内暂停新建数据中心直至 2027 年底。这一否决意味着该州的数据中心建设将继续按原计划进行。

Read more →

OpenAI CEO apologizes to Tumbler Ridge community

OpenAI CEO 向 Tumbler Ridge 社区道歉

OpenAI CEO Sam Altman 在致加拿大 Tumbler Ridge 社区的一封信中表示“深感抱歉”,承认公司未能及时向执法部门通报近期一起大规模枪击事件的嫌疑人信息。

Read more →

The climate tech IPO window could finally be cracking open

气候科技 IPO 窗口可能终于打开了

随着核能初创公司 X-energy 上市,地热初创公司 Fervo 也即将跟进,气候科技领域的 IPO 窗口似乎正在开启。这被视为气候科技投资者长期期待的转折点。

Read more →

Why Cohere is merging with Aleph Alpha

Cohere 为何与 Aleph Alpha 合并

加拿大 AI 初创公司 Cohere 正在收购德国的 Aleph Alpha,并获得 Lidl 母公司 Schwarz Group 的支持。在政府的支持下,双方旨在为企业提供一个主权 AI 替代方案,以抗衡美国 AI 巨头的垄断。

Read more →

Why Tokyo is the most important tech destination of 2026

为什么东京是 2026 年最重要的科技目的地

SusHi Tech Tokyo 2026 通过四个明确的技术领域、现场演示和全球顶尖人才的交流,展示了东京作为全球科技创新枢纽的地位。

Read more →

Apps to distract you from the endless cycle of doomscrolling

帮助你摆脱无尽“末日刷屏”的应用程序

面对难以戒除的“末日刷屏”(doomscrolling)习惯,文章推荐了一系列应用程序,旨在帮助用户将时间投入到更具参与感和生产力的内容中。

Read more →

Apple under Ternus: what comes next for the tech giant’s hardware strategy

Ternus 领导下的苹果:这家科技巨头的硬件战略下一步是什么

随着 John Ternus 即将出任苹果 CEO,作为一名“硬件派”领导者,外界普遍预期苹果将重新把硬件设备置于其战略的核心地位。

Read more →

India’s Snabbit seeks fresh funding at a $400M valuation, sources say

消息称印度 Snabbit 寻求以 4 亿美元估值进行新一轮融资

印度初创公司 Snabbit 在 3 月份业务量突破百万大关后,正寻求新一轮融资,估值达到 4 亿美元。

Read more →

Lachy Groom to back India startup Pronto at a $200M valuation, sources say

消息称 Lachy Groom 将以 2 亿美元估值投资印度初创公司 Pronto

家政服务初创公司 Pronto 业务增长迅速,预计将在几周内获得 Lachy Groom 的投资,估值翻倍至 2 亿美元。

Read more →


The Verge

Trump fires the entire National Science Board

特朗普解雇了整个国家科学委员会

据多方报道,特朗普政府已解雇了整个国家科学委员会(NSB)。NSB 负责为总统和国会提供有关国家科学基金会(NSF)的建议,而 NSF 此前已面临资金短缺和拨款延迟的问题。

Read more →

An influx of used EVs could drive down prices

大量二手电动汽车涌入可能压低价格

随着 2026 年至 2028 年间电动汽车租赁到期数量的激增,预计将有大量二手电动汽车进入市场,这将显著降低二手电动汽车的价格。

Read more →

Researchers say we’re talking less than ever

研究人员称我们说话比以往任何时候都少

研究显示,从 2005 年到 2019 年,人类面对面交流的词汇量下降了近 28%,且疫情后这一趋势可能进一步恶化。

Read more →

Sharge’s fast Qi2.2 MagSafe battery is down to $70 with a free USB-C cable

Sharge 的快速 Qi2.2 MagSafe 电池降至 70 美元,并赠送 USB-C 线缆

Sharge Icemag 3 是一款 10,000mAh 的磁吸式 Qi2 移动电源,具备支架功能,目前售价降至 70 美元。

Read more →

The Govee smart lamp brightened up my room, and then my life

Govee 智能灯照亮了我的房间,也照亮了我的生活

作者分享了使用 Govee 落地灯改善居家环境的经历,这款智能灯不仅提升了空间亮度,还对作者的日常生活产生了积极影响。

Read more →

Xbox’s weirdest studio is on a roll

Xbox 最古怪的工作室正在崛起

Double Fine 工作室在加入微软后曾经历一段沉寂,但近期凭借多款作品重回巅峰,展现了强大的创作活力。

Read more →

Sho Miyake answers life’s greatest questions

三宅唱回答了人生最伟大的问题

日本导演三宅唱携其新作《惠子,凝视》和《两个季节,两个陌生人》来到美国,探讨了人与人之间微妙的疏离感与连接。

Read more →

The most exciting laptop I’ve seen in forever

我见过最令人兴奋的笔记本电脑

本期 Installer 栏目介绍了 Framework Laptop,探讨了其在可维修性和模块化设计方面的创新,被作者誉为近年来最令人兴奋的笔记本电脑。

Read more →

The US gets the worst phones

美国手机市场最差

文章指出,尽管苹果、三星和谷歌主导了美国手机市场,但它们近年来更倾向于迭代而非创新,导致美国消费者在手机选择上落后于中国科技巨头。

Read more →

Microsoft will let you pause Windows Updates indefinitely, 35 days at a time

微软将允许用户无限期暂停 Windows 更新,每次最长 35 天

微软正在 Windows Insider 渠道测试新功能,允许用户通过多次 35 天的暂停,实现对 Windows 更新的无限期延迟。

Read more →


Ars Technica

Artemis II broke Fred Haise’s distance record, but he is happy to pass it on

Artemis II 打破了 Fred Haise 的距离记录,但他很高兴将其传承下去

Artemis II 任务打破了 Fred Haise 保持的载人航天距离记录。Haise 对此表示,这只是因为月球当时距离地球较远,他很高兴看到人类探索边界的进一步拓展。

Read more →

Palantir employees are talking about company’s “descent into fascism”

Palantir 员工讨论公司“滑向法西斯主义”

内部 Slack 消息和员工访谈显示,Palantir 内部正处于动荡之中,员工对公司日益激进的政治立场和企业文化表示担忧。

Read more →

This is who’s developing Golden Dome’s orbital interceptors—if they’re ever built

谁在开发“金穹”轨道拦截器——如果它们真的会被建造的话

文章探讨了“金穹”轨道拦截器的开发背景,强调如果该技术无法实现经济高效和可扩展,将不会投入生产。

Read more →

Google will invest as much as $40 billion in Anthropic

Google 将向 Anthropic 投资高达 400 亿美元

继亚马逊近期的小额投资后,Google 宣布计划向 Anthropic 投入高达 400 亿美元的资金,进一步加码 AI 领域。

Read more →

Europe—not US—first to authorize Moderna’s combo mRNA flu-COVID vaccine

欧洲而非美国率先批准了 Moderna 的 mRNA 流感-新冠联合疫苗

由于 RFK Jr. 的反疫苗议程影响,Moderna 去年撤回了在美国的 FDA 申请,导致欧洲率先批准了其联合疫苗。

Read more →

FCC: Router ban includes portable hotspots, but not phones with hotspot features

FCC:路由器禁令包括便携式热点,但不包括具备热点功能的手机

FCC 明确了对外国制造路由器的禁令范围,将便携式 Wi-Fi 热点纳入其中,但排除了具备热点功能的智能手机。

Read more →

Why are top university websites serving porn? It comes down to shoddy housekeeping.

为什么顶尖大学的网站在提供色情内容?原因在于糟糕的维护

数十所大学的数百个子域名被黑客劫持,用于分发色情内容。这反映了高校在网站安全维护方面的严重疏忽。

Read more →

In rare chickenpox case, itchy blisters mushroom into large, rubbery nodules

在罕见的水痘病例中,瘙痒的水泡演变成巨大的橡胶状结节

一名青少年在感染水痘后出现了罕见的并发症,水泡演变为巨大的结节。由于治疗方案复杂,患者最终选择与这些结节共存。

Read more →

Soldier won $410K in Polymarket bets on timing of Maduro capture, US alleges

美国指控一名士兵在 Polymarket 上押注马杜罗被捕时间赢取 41 万美元

一名士兵因在 Polymarket 上押注马杜罗被捕时间获利 41 万美元而受到指控。特朗普将其比作“Pete Rose 赌自己的球队”。

Read more →

Meet the 19-meter Cretaceous Kraken that swam with mosasaurs

遇见与沧龙同游的 19 米白垩纪“海怪”

研究人员通过层层挖掘,揭示了一种生活在白垩纪的 19 米长巨型捕食者的下颚化石,这种生物曾与沧龙共同统治海洋。

Read more →


Product Hunt

Grok Voice Think Fast 1.0

Grok 语音“快速思考” 1.0

Grok 推出了其最强大的语音代理,现已通过 API 提供服务。

Read more →

Gemini Personal Intelligence

Gemini 个人智能

Gemini 现在可以结合用户的 Google 应用上下文进行回答,提供更个性化的服务。

Read more →

XChat

XChat

X 平台推出的独立加密即时通讯应用。

Read more →

Euphony

Euphony

一个将 AI 聊天数据和 Codex 日志渲染为可浏览视图的工具。

Read more →

ZeroHuman.

ZeroHuman.

你的 AI 合伙人,整合了 OpenClaw、Paperclip 和 Spud 等技术。

Read more →

Architecto

Architecto

利用 AI 设计、审查和记录云架构的工具。

Read more →

Clawdi

Clawdi

所有 AI 代理的最佳归宿。

Read more →

Inrō AI

Inrō AI

专为 Instagram 营销设计的 AI 代理。

Read more →

MiMo-V2.5 Voice

MiMo-V2.5 语音

支持方言、代码切换和歌曲的双语自动语音识别(ASR)系统。

Read more →

Genspark for Excel

Genspark for Excel

用于 Excel 公式、图表和数据洞察的 AI 助手。

Read more →


MIT Technology Review

Three reasons why DeepSeek’s new model matters

DeepSeek 新模型为何重要

中国 AI 公司 DeepSeek 发布了 V4 模型预览版。该模型通过全新的设计,能够高效处理超长提示词,且保持开源,这对 AI 领域具有重要意义。

Read more →

The Download: supercharged scams and studying AI healthcare

下载:超级诈骗与 AI 医疗研究

本期简报探讨了生成式 AI 如何助推新型诈骗,以及 AI 在医疗领域应用中面临的有效性验证挑战。

Read more →

Health-care AI is here. We don’t know if it actually helps patients.

AI 医疗已来,但我们不知道它是否真的能帮助患者

尽管 AI 在医院中被广泛用于笔记、记录分析和影像解读,但目前尚缺乏足够的证据证明这些工具确实改善了患者的治疗效果。

Read more →

The Download: introducing the Nature issue

下载:介绍“自然”特刊

本期简报介绍了“自然”特刊,探讨了人类活动对自然界的深远影响,从微塑料到人工光污染。

Read more →

Will fusion power get cheap? Don’t count on it.

核聚变能源会变便宜吗?别指望

研究表明,即使核聚变技术实现商业化,其成本下降速度也可能远低于电池等其他技术,短期内难以实现廉价供电。

Read more →

The Download: introducing the 10 Things That Matter in AI Right Now

下载:介绍当前 AI 领域最重要的 10 件事

本期简报梳理了当前 AI 领域最值得关注的 10 个趋势,帮助读者在海量信息中抓住重点。

Read more →

AI needs a strong data fabric to deliver business value

AI 需要强大的数据结构来交付商业价值

随着 AI 在企业中的普及,构建稳健的数据结构(Data Fabric)已成为企业实现 AI 商业价值的关键。

Read more →

3 things Michelle Kim is into right now

Michelle Kim 目前关注的 3 件事

作者介绍了虚拟偶像团体 Isegye Idol 等前沿文化现象,探讨了数字 persona 在现代娱乐中的应用。

Read more →

One town’s scheme to get rid of its geese

一个小镇驱逐鹅群的计划

文章讲述了一个加州小镇利用 GPS 追踪器监测并驱逐加拿大鹅的有趣实验。

Read more →

There is no nature anymore

自然已不复存在

编辑手记探讨了人类活动对地球的全面影响,指出在现代社会,几乎没有什么是未受人类干预的“纯自然”。

Read more →


Alishahryar1 / free-claude-code

在终端、VSCode 扩展或 Discord 中免费使用 claude-code。

Read more →

mattpocock / skills

作者的个人技能目录,直接从 .claude 目录导出。

Read more →

Z4nzu / hackingtool

黑客专用的一体化工具包。

Read more →

PostHog / posthog

PostHog 是一个一体化的开发者平台,提供产品分析、会话回放、错误跟踪、功能标志等功能,并内置 AI 助手以加速开发。

Read more →

davila7 / claude-code-templates

用于配置和监控 Claude Code 的 CLI 工具。

Read more →

deepseek-ai / DeepEP

DeepEP:一个高效的专家并行通信库。

Read more →

PowerShell / PowerShell

适用于所有系统的 PowerShell。

Read more →

RooCodeInc / Roo-Code

Roo Code 在你的代码编辑器中提供了一整支 AI 代理开发团队。

Read more →

huggingface / ml-intern

一个开源的机器学习工程师 AI,能够阅读论文、训练模型并发布模型。

Read more →

codecrafters-io / build-your-own-x

通过从零开始重建你最喜欢的技术来掌握编程。

Read more →


OpenAI Blog

Introducing GPT-5.5

介绍 GPT-5.5

OpenAI 发布了 GPT-5.5,这是其目前最智能的模型,在编码、研究和跨工具数据分析等复杂任务中表现更出色、速度更快。

Read more →

GPT-5.5 System Card

GPT-5.5 系统卡

Read more →

Automations

自动化

学习如何使用 Codex 的计划和触发器来自动化报告、摘要和重复性工作流。

Read more →

Top 10 uses for Codex at work

Codex 在工作中的 10 大用例

探索 Codex 如何帮助自动化任务、创建交付成果并处理各种工具和文件。

Read more →

Plugins and skills

插件与技能

学习如何使用 Codex 插件和技能连接工具、访问数据并执行可重复的工作流。

Read more →

Working with Codex

使用 Codex

学习如何设置 Codex 工作区、管理项目和文件,并开始完成任务。

Read more →

Codex settings

Codex 设置

学习如何配置 Codex 的个性化设置、详细程度和权限。

Read more →

What is Codex?

什么是 Codex?

了解 Codex 如何通过自动化任务和连接工具,超越简单的聊天,生成文档和仪表盘等实际产出。

Read more →

How to get started with Codex

如何开始使用 Codex

学习如何通过设置项目和线程,完成你的第一个 Codex 任务。

Read more →

GPT-5.5 Bio Bug Bounty

GPT-5.5 生物安全漏洞赏金计划

OpenAI 发起了一项红队挑战,旨在寻找 GPT-5.5 在生物安全风险方面的通用越狱方法,最高奖励 2.5 万美元。

Read more →


Anthropic Blog

Introducing Claude Opus 4.7

介绍 Claude Opus 4.7

最新的 Opus 模型在编码、代理、视觉和多步任务中表现更强,在关键工作中展现出更高的严谨性和一致性。

Read more →

Introducing Claude Design by Anthropic Labs

介绍 Anthropic Labs 的 Claude Design

Claude Design 允许用户与 Claude 协作创建精美的视觉作品,如设计稿、原型、幻灯片和单页文档。

Read more →

Claude is a space to think

Claude 是一个思考的空间

Anthropic 承诺 Claude 将保持无广告,认为广告激励与真正有用的 AI 助手目标不符。

Read more →

An update on our election safeguards

选举保障措施更新

Read more →

Anthropic and NEC collaborate to build Japan’s largest AI engineering workforce

Anthropic 与 NEC 合作建立日本最大的 AI 工程人才队伍

Read more →

Anthropic and Amazon expand collaboration for up to 5 gigawatts of new compute

Anthropic 与亚马逊扩大合作,新增高达 5 吉瓦的计算能力

Read more →

Anthropic’s Long-Term Benefit Trust appoints Vas Narasimhan to Board of Directors

Anthropic 长期利益信托任命 Vas Narasimhan 为董事会成员

Read more →

Anthropic expands partnership with Google and Broadcom for multiple gigawatts of next-generation compute

Anthropic 扩大与 Google 和 Broadcom 的合作,增加数吉瓦的下一代计算能力

Read more →

Australian government and Anthropic sign MOU for AI safety and research

澳大利亚政府与 Anthropic 签署 AI 安全与研究谅解备忘录

Read more →

Anthropic invests $100 million into the Claude Partner Network

Anthropic 向 Claude 合作伙伴网络投资 1 亿美元

Read more →


Google AI Blog

8 Gemini tips for organizing your space (and life)

8 个使用 Gemini 整理空间(和生活)的技巧

Read more →

Here’s how our TPUs power increasingly demanding AI workloads.

我们的 TPU 如何驱动日益严苛的 AI 工作负载

Read more →

Elevating Austria: Google invests in its first data center in the Alps.

提升奥地利:Google 在阿尔卑斯山投资首个数据中心

Read more →

We’re launching two specialized TPUs for the agentic era.

我们为代理时代推出了两款专用 TPU

Read more →

3 new ways Ads Advisor is making Google Ads safer and faster

Ads Advisor 让 Google Ads 更安全、更快的 3 种新方式

Read more →

7 ways to travel smarter this summer, with help from Google

在 Google 的帮助下,今年夏天更聪明旅行的 7 种方式

Read more →

A new way to explore the web with AI Mode in Chrome

Chrome 中 AI 模式探索网络的新方式

Read more →

New ways to create personalized images in the Gemini app

在 Gemini 应用中创建个性化图像的新方式

Read more →

Gemini 3.1 Flash TTS: the next generation of expressive AI speech

Gemini 3.1 Flash TTS:下一代富有表现力的 AI 语音

Read more →

Turn your best AI prompts into one-click tools in Chrome

在 Chrome 中将你最好的 AI 提示词转化为一键工具

Read more →


Hugging Face Blog

DeepSeek-V4: a million-token context that agents can actually use

DeepSeek-V4:代理真正可用的百万 token 上下文

Read more →

How to Use Transformers.js in a Chrome Extension

如何在 Chrome 扩展中使用 Transformers.js

Read more →

Gemma 4 VLA Demo on Jetson Orin Nano Super

在 Jetson Orin Nano Super 上运行 Gemma 4 VLA 演示

Read more →

QIMMA قِمّة ⛰: A Quality-First Arabic LLM Leaderboard

QIMMA:一个质量优先的阿拉伯语 LLM 排行榜

Read more →

AI and the Future of Cybersecurity: Why Openness Matters

AI 与网络安全的未来:为什么开放性很重要

Read more →

Ecom-RLVE: Adaptive Verifiable Environments for E-Commerce Conversational Agents

Ecom-RLVE:电子商务对话代理的自适应可验证环境

Read more →

The PR you would have opened yourself

你自己会提交的 PR

Read more →

Training and Finetuning Multimodal Embedding & Reranker Models with Sentence Transformers

使用 Sentence Transformers 训练和微调多模态嵌入与重排序模型

Read more →

Inside VAKRA: Reasoning, Tool Use, and Failure Modes of Agents

深入 VAKRA:代理的推理、工具使用与失效模式

Read more →

Meet HoloTab by HCompany. Your AI browser companion.

遇见 HCompany 的 HoloTab,你的 AI 浏览器伴侣

Read more →


The Gradient

After Orthogonality: Virtue-Ethical Agency and AI Alignment

正交性之后:美德伦理代理与 AI 对齐

文章认为理性的人不应有单一的“目标”,AI 也不应如此。人类行为的合理性源于对实践的对齐,而非对最终目标的追求。

Read more →

AGI Is Not Multimodal

AGI 不是多模态的

文章指出,将语言作为思维模型会导致我们忽视支撑人类智能的具身理解。

Read more →

Shape, Symmetries, and Structure: The Changing Role of Mathematics in Machine Learning Research

形状、对称性与结构:数学在机器学习研究中角色的转变

机器学习研究正从数学驱动的架构设计转向计算密集型的工程优先模式。

Read more →

What’s Missing From LLM Chatbots: A Sense of Purpose

LLM 聊天机器人缺失了什么:目的感

尽管 LLM 在基准测试中表现优异,但用户体验并未同步提升,因为它们缺乏明确的目的感。

Read more →

We Need Positive Visions for AI Grounded in Wellbeing

我们需要基于福祉的 AI 正面愿景

AI 正在改变社会,我们需要构建以人类福祉为核心的积极愿景。

Read more →

Financial Market Applications of LLMs

LLM 在金融市场的应用

探讨了 LLM 在金融序列数据建模中的潜力与挑战。

Read more →

A Brief Overview of Gender Bias in AI

AI 中性别偏见的简要概述

Read more →

Mamba Explained

Mamba 详解

Mamba 作为一种基于状态空间模型(SSM)的新型 AI 模型,是 Transformer 的有力替代者,特别是在处理长序列时。

Read more →

Car-GPT: Could LLMs finally make self-driving cars happen?

Car-GPT:LLM 能否最终实现自动驾驶?

探讨了 LLM 在自动驾驶中的应用潜力及面临的关键挑战。

Read more →

Do text embeddings perfectly encode text?

文本嵌入能完美编码文本吗?

‘Vec2text’ 技术展示了如何将嵌入还原为文本,强调了嵌入数据安全协议的紧迫性。

Read more →


WIRED

Best Apps for Focus (2026): Focus Friend, Forest, Focus Traveller

2026 年最佳专注应用:Focus Friend, Forest, Focus Traveller

Read more →

‘Saros’ Shows Off the PS5’s DualSense Tricks

《Saros》展示了 PS5 DualSense 的触觉技巧

Read more →

Discord Sleuths Gained Unauthorized Access to Anthropic’s Mythos

Discord 侦探获得了 Anthropic Mythos 的未经授权访问权限

Read more →

The Online Civil War About ‘Michael’ Is a Battle Over Truth

关于《迈克尔》的在线内战是一场关于真相的战斗

Read more →

Ace the Ping-Pong Robot Can Whup Your Ass

乒乓球机器人 Ace 可以打败你

Read more →

Altra Promo Codes: Get 20% Off Plus Free Shipping

Altra 优惠码:享受 8 折优惠及免费送货

Read more →

Give Mom Warm Coffee All Year Long With This Ember Smart Mug Deal

通过 Ember 智能马克杯优惠,让妈妈全年喝上热咖啡

Read more →

Beatbot Pool-Cleaning Robots Are on Sale for a Limited Time

Beatbot 泳池清洁机器人限时促销

Read more →

AI-Designed Drugs by a DeepMind Spinoff Are Headed to Human Trials

DeepMind 分拆公司设计的 AI 药物即将进入人体试验

Read more →

Designer Baby Companies Are in Turmoil

“定制婴儿”公司陷入动荡

Read more →


Lobsters

Do I belong in tech anymore?

我还能留在科技行业吗?

Read more →

Avoid Shipping Your Org Chart

避免交付你的组织架构图

Read more →

Linux May Drop Old Network Drivers Now That AI-Driven Bug Reports Are Causing A Burden

Linux 可能放弃旧网络驱动程序,因为 AI 生成的错误报告造成了负担

Read more →

Your CPU Has More Registers Than You’d Think

你的 CPU 拥有的寄存器比你想象的要多

Read more →

The people do not yearn for automation

人们并不渴望自动化

Read more →

The Mac App Gold Rush in the Age of Vibe Coding

“氛围编码”时代的 Mac 应用淘金热

Read more →

What are you doing this weekend?

这个周末你打算做什么?

Read more →

Gmail: Bringing easy end-to-end encryption to all businesses

Gmail:为所有企业带来简易的端到端加密

Read more →

Hyper-DERP: C++/io_uring DERP relay - Same throughput as Tailscale’s derper, half the cores

Hyper-DERP:C++/io_uring DERP 中继,吞吐量与 Tailscale derper 相同,但核心占用减半

Read more →

Comparing compression tools

压缩工具对比

Read more →


DEV Community

Agency Is the New Risk

代理是新的风险

文章指出,AI 安全讨论已从简单的输出错误转向“代理风险”,即 AI 代理在执行任务时可能带来的不可控后果。

Read more →

Buy a mac mini to Run OpenClaw? Anyone Can Get a Safer Sandbox in 1 Minute

买台 Mac Mini 运行 OpenClaw?任何人都能在 1 分钟内获得更安全的沙箱

针对运行 AI 代理的安全性担忧,作者建议使用沙箱环境而非购买独立硬件。

Read more →

HappyDemon

HappyDemon

一个会学习的桌面聊天机器人,随着交互增加,其性格会变得更加“邪恶”。

Read more →

Bridging the Gap in Election Education with DemocracyEdu! 🗳️

用 DemocracyEdu 弥合选举教育的鸿沟!

一个旨在帮助公民理解选举流程的互动平台。

Read more →

Building OpenClaw for Off-Grid Solar: Why AI Agents Are the Infrastructure Africa Actually Needs

为离网太阳能构建 OpenClaw:为什么 AI 代理是非洲真正需要的基础设施

文章探讨了 AI 代理在解决偏远地区基础设施故障中的应用潜力。

Read more →

The hidden engine behind the AI Revolution: The Transformer

AI 革命背后的隐藏引擎:Transformer

回顾了 Transformer 架构如何成为现代 AI 革命的基石。

Read more →

🍕 Database Sharding Explained Like You’re 5

数据库分片解释(幼儿版)

通过图书馆卡片目录的类比,通俗易懂地解释了数据库分片的概念。

Read more →

Calculator Never Guesses. But LLM Always Does.

计算器从不猜测,但 LLM 总是猜测

探讨了 LLM 作为概率预测器与传统计算引擎在逻辑处理上的本质区别。

Read more →

I Built an API That Turns Your GitHub Contributions Into a 3D Isometric Graph

我构建了一个将 GitHub 贡献转化为 3D 等距图的 API

一个可以将 GitHub 活动渲染为 3D 等距城市景观的免费 API。

Read more →

ClawCraft: Bringing a Full Visual Studio to OpenClaw 🛠️

ClawCraft:为 OpenClaw 带来完整的 Visual Studio 体验

旨在解决 OpenClaw 代理开发中 YAML/JSON 样板代码繁琐和调试困难的问题。

Read more →


Meta Engineering

Modernizing the Facebook Groups Search to Unlock the Power of Community Knowledge

现代化 Facebook 群组搜索,解锁社区知识的力量

Meta 改造了 Facebook 群组搜索架构,采用混合检索和模型评估,提升了社区内容发现和验证的效率。

Read more →

Capacity Efficiency at Meta: How Unified AI Agents Optimize Performance at Hyperscale

Meta 的容量效率:统一 AI 代理如何优化超大规模性能

Meta 利用 AI 代理平台自动化发现和修复基础设施性能问题,节省了电力并释放了工程师的时间。

Read more →

Post-Quantum Cryptography Migration at Meta: Framework, Lessons, and Takeaways

Meta 的后量子密码学迁移:框架、经验与启示

分享了 Meta 在后量子密码学(PQC)迁移中的经验,提出了 PQC 迁移等级框架以管理复杂性。

Read more →

Escaping the Fork: How Meta Modernized WebRTC Across 50+ Use Cases

逃离分支:Meta 如何在 50 多个用例中现代化 WebRTC

Meta 通过构建双栈架构,解决了内部 WebRTC 分支与上游脱节的问题。

Read more →

Trust But Canary: Configuration Safety at Scale

信任但要金丝雀:大规模配置安全

探讨了 Meta 如何通过金丝雀发布和渐进式 rollout 确保配置更新的安全性。

Read more →

How Meta Used AI to Map Tribal Knowledge in Large-Scale Data Pipelines

Meta 如何利用 AI 映射大规模数据流水线中的部落知识

Meta 通过 AI 代理分析大规模代码库,成功映射并利用了隐藏的“部落知识”。

Read more →

KernelEvolve: How Meta’s Ranking Engineer Agent Optimizes AI Infrastructure

KernelEvolve:Meta 的排名工程师代理如何优化 AI 基础设施

介绍了 Ranking Engineer Agent 如何自主设计实验并优化底层 AI 基础设施。

Read more →

Meta Adaptive Ranking Model: Bending the Inference Scaling Curve to Serve LLM-Scale Models for Ads

Meta 自适应排名模型:弯曲推理扩展曲线以服务广告 LLM 规模模型

Meta 将广告推荐模型扩展至 LLM 规模,以更深入地理解用户意图。

Read more →

AI for American-Produced Cement and Concrete

用于美国生产水泥和混凝土的 AI

Meta 发布了基于贝叶斯优化的 AI 模型,旨在帮助建筑行业设计更可持续的混凝土配方。

Read more →


DeepMind Blog

Decoupled DiLoCo: A new frontier for resilient, distributed AI training

解耦 DiLoCo:弹性分布式 AI 训练的新前沿

Read more →

Partnering with industry leaders to accelerate AI transformation

与行业领袖合作,加速 AI 转型

Read more →

Gemini 3.1 Flash TTS: the next generation of expressive AI speech

Gemini 3.1 Flash TTS:下一代富有表现力的 AI 语音

Read more →

Gemini Robotics-ER 1.6: Powering real-world robotics tasks through enhanced embodied reasoning

Gemini Robotics-ER 1.6:通过增强的具身推理驱动现实世界机器人任务

Read more →

Gemma 4: Byte for byte, the most capable open models

Gemma 4:字节对字节,最强大的开源模型

Read more →

Gemini 3.1 Flash Live: Making audio AI more natural and reliable

Gemini 3.1 Flash Live:让音频 AI 更自然、更可靠

Read more →

Protecting people from harmful manipulation

保护人们免受有害操纵

Read more →

Lyria 3 Pro: Create longer tracks in more

Lyria 3 Pro:创作更长的曲目

Read more →

Measuring progress toward AGI: A cognitive framework

衡量迈向 AGI 的进展:一个认知框架

Read more →

From games to biology and beyond: 10 years of AlphaGo’s impact

从游戏到生物学及更远:AlphaGo 十年影响回顾

Read more →


Microsoft AI Blog

A conversation with Kevin Scott: What’s next in AI

与 Kevin Scott 对话:AI 的下一步是什么

Read more →

From Hot Wheels to handling content: How brands are using Microsoft AI to be more productive and imaginative

从风火轮到内容处理:品牌如何利用微软 AI 提高生产力和想象力

Read more →

Microsoft open sources its ‘farm of the future’ toolkit

微软开源其“未来农场”工具包

Read more →

How data and AI will transform contact centres for financial services

数据和 AI 将如何改变金融服务联络中心

Read more →

AI-equipped drones study dolphins on the edge of extinction

配备 AI 的无人机研究濒临灭绝的海豚

Read more →

Online math tutoring service uses AI to help boost students’ skills and confidence

在线数学辅导服务利用 AI 提升学生的技能和信心

Read more →

AI-Mimi is building inclusive TV experiences for Deaf and Hard of Hearing user in Japan

AI-Mimi 为日本听障用户构建包容性电视体验

Read more →

Microsoft’s framework for building AI systems responsibly

微软负责任地构建 AI 系统的框架

Read more →

Singapore develops Asia’s first AI-based mobile app for shark and ray fin identification to combat illegal wildlife trade

新加坡开发亚洲首个基于 AI 的鲨鱼和鳐鱼鳍识别移动应用,以打击非法野生动物贸易

Read more →

The opportunity at home – can AI drive innovation in personal assistant devices and sign language?

家庭机遇——AI 能否推动个人助理设备和手语的创新?

Read more →


VentureBeat AI

Railway secures $100 million to challenge AWS with AI-native cloud infrastructure

Railway 获得 1 亿美元融资,以 AI 原生云基础设施挑战 AWS

Railway 筹集了 1 亿美元 B 轮融资,旨在通过 AI 原生云平台挑战 AWS,满足 AI 应用对基础设施的迫切需求。

Read more →

Claude Code costs up to $200 a month. Goose does the same thing for free.

Claude Code 每月费用高达 200 美元,而 Goose 可以免费实现同样的功能

Claude Code 的高昂定价引发了开发者的不满,开源替代品 Goose 正在成为热门选择。

Read more →

Listen Labs raises $69M after viral billboard hiring stunt to scale AI customer interviews

Listen Labs 在病毒式广告牌招聘活动后筹集 6900 万美元,用于扩展 AI 客户访谈

Listen Labs 通过在旧金山投放包含 AI token 的广告牌成功吸引了人才,并完成了融资。

Read more →

Salesforce rolls out new Slackbot AI agent as it battles Microsoft and Google in workplace AI

Salesforce 推出全新 Slackbot AI 代理,在办公 AI 领域与微软和 Google 展开竞争

Salesforce 重构了 Slackbot,使其从简单的通知工具升级为能够搜索企业数据、起草文档并执行任务的 AI 代理。

Read more →

Anthropic launches Cowork, a Claude Desktop agent that works in your files — no coding required

Anthropic 推出 Cowork,一款无需编码即可在文件中工作的 Claude Desktop 代理

Cowork 扩展了 Claude Code 的能力,让非技术用户也能通过 AI 代理处理文件任务。

Read more →

Nous Research’s NousCoder-14B is an open-source coding model landing right in the Claude Code moment

Nous Research 的 NousCoder-14B 是一款开源编码模型,正值 Claude Code 热潮之际发布

NousCoder-14B 在仅用 4 天训练的情况下,展现了与大型专有系统竞争的实力。

Read more →

The creator of Claude Code just revealed his workflow, and developers are losing their minds

Claude Code 的创建者刚刚揭示了他的工作流程,开发者们为之疯狂

Boris Cherny 分享的个人终端设置引发了关于软件开发未来的广泛讨论。

Read more →


Towards Data Science

Causal Inference Is Different in Business

因果推断在商业中是不同的

Read more →

The Essential Guide to Effectively Summarizing Massive Documents, Part 2

有效总结海量文档的基本指南(第二部分)

Read more →

Introduction to Approximate Solution Methods for Reinforcement Learning

强化学习近似