AI Daily Digest
全部日报

2026-07-28 日报

📰 AI 博客每日精选 — 2026-07-28

来自 Karpathy 推荐的 92 个顶级技术博客,AI 精选 Top 14

📝 今日看点

今日技术圈聚焦三大趋势:操作系统历史反思、AI代理自动化运维,以及数字健康的行为干预。Windows NT 3.1的30周年回顾引发对纯32位架构与HAL等基础设计的再思考;WorkOS MCP服务器则展示了AI代理通过OAuth直接接管SSO调试与用户管理等运维任务,标志着自动化从UI操作向API级代理的跃迁。同时,通过改变默认行为来戒除社交网络依赖的“奇招”,折射出数字健康领域对用户习惯干预的创意探索。


🏆 今日必读

🥇 Windows NT 3.1 的优缺点

Printing floating point numbers in binary — johndcook.com · 07-27 15:34 · ⚙️ 工程

文章回顾了1993年7月27日发布的Windows NT 3.1,分析其作为微软首个纯32位操作系统的历史地位。NT 3.1带来了硬件抽象层(HAL)、抢占式多任务、NTFS文件系统等先进特性,显著提升了稳定性和安全性,但同时也存在硬件兼容性差、对内存要求高(最低12MB)、缺乏DOS/Windows应用兼容层等缺点。作者指出,NT 3.1虽然市场表现平平,但为后续Windows NT家族乃至现代Windows奠定了技术基础。结论是:NT 3.1是微软操作系统从DOS依赖走向独立内核的关键转折点。

💡 为什么值得读: 了解Windows NT 3.1的成败得失,有助于理解Windows系统架构演进的底层逻辑。

🏷️ floating point, binary, hex, representation

🥈 Fa Fa:戒掉Facebook的奇招

Can the Tide of AI Investment Lift All Boats on the Web? — blog.jim-nielsen.com · 07-27 19:00 · 💡 观点 / 杂谈

文章介绍了一个减少Facebook使用时间的脑洞技巧:在浏览器中创建一个指向Google News的假URL,并利用键盘home row键(如F键)快速访问。核心思路是通过改变默认行为,让用户每次想打开Facebook时都先看到新闻聚合页,从而打破无意识刷屏的习惯。作者称这一方法“令人脑裂”但有效,关键在于利用肌肉记忆的反向训练。结论是:通过技术手段主动干预行为模式,比单纯依靠意志力更易戒除社交媒体依赖。

💡 为什么值得读: 提供了一种低成本、可立即上手的反沉迷方案,适合所有想减少社交媒体时间的人。

🏷️ AI, Web, agents, investment

🥉 WorkOS MCP 服务器

moonshotai/Kimi-K3 — simonwillison.net · 07-27 23:39 · 💡 观点 / 杂谈

传统上,SSO调试、用户管理、认证策略调整、品牌配置等任务只能通过人类操作的UI完成。WorkOS MCP服务器让AI代理获得与仪表盘登录相同的访问权限,支持数百种操作且可在运行时发现。通过OAuth一键连接,使用范围令牌而非主API密钥,安全性更高。例如,可让代理根据营销网站截图自动配置品牌设置。

💡 为什么值得读: 展示MCP服务器如何将繁琐的配置任务自动化,为开发者提供AI驱动的运维新范式。

🏷️ EU, Google, antitrust, regulation


📝 其他

1. Counting permutations with roots

Counting permutations with rootsjohndcook.com · 07-27 16:03 · ⭐ 17/30

My post from yesterday on permutation roots ends with a Mathematica code for finding the probability that a permutation of n elements has a kth root. This is done by finding the coefficient of xn in t

🏷️ permutations, generating functions, combinatorics, Mathematica


2. ‘Always Choose the Good Soap’

‘Always Choose the Good Soap’daringfireball.net · 07-28 01:13 · ⭐ 15/30

Jason Snell:

Apple’s most valuable asset is its brand. Not its real estate, not its intellectual property, not even any particular product. Even the mighty iPhone has no value if, over time, the t


3. ★ Ads in Software Are Like Stickers on Laptops

★ Ads in Software Are Like Stickers on Laptopsdaringfireball.net · 07-27 16:32 · ⭐ 15/30

Putting themselves in customers’ shoes today, how many ads do Apple’s executives want stuck in the results when they search for an app in the App Store?


4. WorkOS MCP

WorkOS MCPdaringfireball.net · 07-27 16:30 · ⭐ 15/30

My thanks to WorkOS for sponsoring last week at DF to promote their MCP server. Debugging SSO, managing users, adjusting auth policies, configuring branding: every configuration task has lived behind


5. Pluralistic: How the EU can punish Google (despite Trump) (27 Jul 2026)

Pluralistic: How the EU can punish Google (despite Trump) (27 Jul 2026)pluralistic.net · 07-27 10:52 · ⭐ 15/30

Today's links How the EU can punish Google (despite Trump): Grant me the courage to change the things I can. Hey look at this: Delights to delectate. Object permanence: Chilling Effects; Billy Bragg v


6. Making an agile version of a Windows Runtime delegate in C++/WinRT, part 6

Making an agile version of a Windows Runtime delegate in C++/WinRT, part 6devblogs.microsoft.com/oldnewthing · 07-27 14:00 · ⭐ 15/30

Exception-safety, the invisible bug. The post Making an agile version of a Windows Runtime delegate in C++/WinRT, part 6 appeared first on The Old New Thing.


7. Hiding data in permutations

Hiding data in permutationsjohndcook.com · 07-27 23:08 · ⭐ 15/30

The latest issue of Paged Out! has an article by Stephen Hewitt “An off-line backup of your cryptographic key using playing cards.” The idea is to use a deck of 52 to store a 128-bit cryptographic key


8. Advantages and disadvantages of Windows NT 3.1

Advantages and disadvantages of Windows NT 3.1dfarq.homeip.net · 07-27 11:00 · ⭐ 12/30

I’ve talked a lot about the advantages and disadvantages of old milestone operating systems. But what were the advantages and disadvantages of Windows NT 3.1, first released July 27, 1993? That’s a fa

🏷️ Windows NT, operating system, history


9. Fa Fa

Fa Fatedium.co · 07-27 17:45 · ⭐ 11/30

My brain-breaking trick for weaning off of Facebook involved creating a fake URL for Google News. Blame the home row.

🏷️ Facebook, URL, browser, productivity


⚙️ 工程

10. Windows NT 3.1 的优缺点

Printing floating point numbers in binaryjohndcook.com · 07-27 15:34 · ⭐ 21/30

文章回顾了1993年7月27日发布的Windows NT 3.1,分析其作为微软首个纯32位操作系统的历史地位。NT 3.1带来了硬件抽象层(HAL)、抢占式多任务、NTFS文件系统等先进特性,显著提升了稳定性和安全性,但同时也存在硬件兼容性差、对内存要求高(最低12MB)、缺乏DOS/Windows应用兼容层等缺点。作者指出,NT 3.1虽然市场表现平平,但为后续Windows NT家族乃至现代Windows奠定了技术基础。结论是:NT 3.1是微软操作系统从DOS依赖走向独立内核的关键转折点。

🏷️ floating point, binary, hex, representation


11. An opinionated guide to which AI to use to do stuff

An opinionated guide to which AI to use to do stuffsimonwillison.net · 07-27 21:55 · ⭐ 17/30

An opinionated guide to which AI to use to do stuff

It's interesting watching the evolution

🏷️ C++/WinRT, Windows Runtime, delegate, agile


💡 观点 / 杂谈

12. Fa Fa:戒掉Facebook的奇招

Can the Tide of AI Investment Lift All Boats on the Web?blog.jim-nielsen.com · 07-27 19:00 · ⭐ 20/30

文章介绍了一个减少Facebook使用时间的脑洞技巧:在浏览器中创建一个指向Google News的假URL,并利用键盘home row键(如F键)快速访问。核心思路是通过改变默认行为,让用户每次想打开Facebook时都先看到新闻聚合页,从而打破无意识刷屏的习惯。作者称这一方法“令人脑裂”但有效,关键在于利用肌肉记忆的反向训练。结论是:通过技术手段主动干预行为模式,比单纯依靠意志力更易戒除社交媒体依赖。

🏷️ AI, Web, agents, investment


13. WorkOS MCP 服务器

moonshotai/Kimi-K3simonwillison.net · 07-27 23:39 · ⭐ 19/30

传统上,SSO调试、用户管理、认证策略调整、品牌配置等任务只能通过人类操作的UI完成。WorkOS MCP服务器让AI代理获得与仪表盘登录相同的访问权限,支持数百种操作且可在运行时发现。通过OAuth一键连接,使用范围令牌而非主API密钥,安全性更高。例如,可让代理根据营销网站截图自动配置品牌设置。

🏷️ EU, Google, antitrust, regulation


🔒 安全

14. [Sponsor] Introducing Agent Fone

[Sponsor] Introducing Agent Fonedaringfireball.net · 07-28 01:31 · ⭐ 18/30

Every phone now ships with an assistant. You ask, it answers. Lame. We built a phone that writes software instead. The app idea you’ve had in your notes for years. The side hustle you will never get a

🏷️ cryptography, permutation, key storage, playing cards


生成于 2026-07-28 08:39 | 扫描 85 源 · 共 2534 篇 · 28h 内新发布 14 篇 · 精选 14 篇 基于 Hacker News Popularity Contest 2025 RSS 源列表,由 Andrej Karpathy 推荐