HN Daily | May 23, 2026

Today's digest covers AI profitability debates, open-source licensing conflicts, a 47x filesystem speedup, and the global memory crunch reshaping consumer electronics.

Today's tech landscape is a battlefield of competing forces: AI's insatiable hunger for memory is reshaping global markets, open-source licensing disputes are heating up in the 3D printing world, and developers are finding clever ways to make things faster by deleting them. Let's dive in.

AI & Machine Learning

  1. Is AI Profitable Yet? โ€” A brutally honest single-page site that cuts through the hype to ask the question everyone's thinking. Spoiler: the answer is more nuanced than you'd expect, and the comments are a goldmine of real-world cost analysis.

  2. Don't just paste the AI at me โ€” A much-needed public service announcement disguised as a satirical website. If your reply starts with "Here's what Claude said," you're not helping โ€” you're outsourcing your thinking. A spiritual successor to nohello.net.

  3. DeepSeek makes the V4 Pro price discount permanent โ€” DeepSeek slashes V4 Pro pricing to 1/4 of the original, making it one of the cheapest high-performance models on the market. At $0.87 per million output tokens, the AI price war is getting real.

  4. AI Engineering from Scratch โ€” A massive open-source curriculum (435 lessons, 20 phases) that builds every algorithm from raw math before touching any framework. Python, TypeScript, Rust, and Julia โ€” all free, all on your own laptop.

Open Source & Licensing

  1. BambuStudio has been violating PrusaSlicer AGPL license since their fork โ€” Josef Prusa drops a bombshell thread detailing how BambuLab's software has been in violation of the AGPL license since day one, and connects it to China's five-law framework that may force compliance with state requests.

  2. Electrobun 2.0 will be decoupled from Bun due to the Rust rewrite โ€” The desktop app framework is cutting ties with Bun after its Rust rewrite was deemed "vibe coded." First-class support for Rust, Zig, and Go incoming.

  3. z386: An Open-Source 80386 Built Around Original Microcode โ€” A stunning FPGA recreation of the Intel 80386 that boots DOS and runs Doom, all built from recovered Intel microcode. Only 8K lines of code โ€” a masterclass in reverse engineering and retro computing.

Tools & Performance

  1. We made our filesystem 47ร— faster by deleting it โ€” The ultimate optimization trick: replace your user-space FUSE filesystem with a real disk image that the VM mounts directly. 5,300 fewer lines of code and a geometric mean speedup of 47ร—. Sometimes the best code is no code.

  2. Open source Kanban desktop app that runs parallel agents on every card โ€” KanBots lets you dispatch Claude Code or Codex agents on every card simultaneously, each in its own git worktree. Local-first, MIT licensed, and surprisingly practical for solo devs.

  3. A Forth-inspired language for writing websites โ€” Forge is a stack-based web language that compiles to HTML on both server and client via WebAssembly. It's weird, it's wonderful, and it makes you rethink what a web framework can be.

  4. Improving C# Memory Safety โ€” Microsoft's .NET team announces new memory safety features for C# 10, bringing more compile-time guarantees without sacrificing the language's familiar ergonomics. A big step for systems programming in managed languages.

Hardware & Performance

  1. Evaluating SPEC CPU2026 โ€” Chips and Cheese takes the new SPEC CPU2026 benchmark suite for a spin. 52 workloads, a controversial reference system (Ampere eMAG), and deep analysis of how Zen 5 and Lion Cove stack up.

  2. The quadratic sandwich โ€” A beautifully explained deep dive into strong convexity and L-smoothness, the two properties that determine whether gradient descent will be a joy or a nightmare. Essential reading for anyone doing optimization.

Business & Startups

  1. Why Japanese companies do so many different things โ€” Toto makes toilets and memory chip components. This fascinating essay explains the internal logic of Japan's sprawling conglomerates, where AI demand for e-chucks is now making Toto more money than toilets.

  2. The memory shortage is causing a repricing of consumer electronics โ€” The same author explains how AI's insatiable demand for memory is killing the cheap smartphone market. Global shipments are predicted to fall 13% in 2026, with the poorest markets hit hardest. The era of ever-cheaper electronics may be ending.

  3. Microsoft starts canceling Claude Code licenses โ€” In a move that's raising eyebrows, Microsoft is canceling Claude Code licenses for some enterprise customers. The Verge reports this is part of a broader shift in Microsoft's AI strategy.

  4. Oura says it gets government demands for user data โ€” The wearable health company confirms it receives government requests for user data, but won't say how many. With no end-to-end encryption and an $11 billion valuation, the privacy implications are significant.

Science & Research

  1. A 1955 Los Alamos computer experiment changed our understanding of chaos โ€” A look back at the early computer experiments that revealed the butterfly effect. (Note: the original link returns a 404, but the story is worth tracking down โ€” it's a classic of scientific computing history.)

  2. Project Hail Mary โ€“ Stellar Navigation Chart โ€” An interactive star map inspired by Andy Weir's novel, built with real Gaia satellite data. Beautiful, immersive, and a great example of data visualization as art.

  3. U.S. researchers face new restrictions on publishing with foreign collaborators โ€” New federal rules are making it harder for U.S. scientists to publish with international co-authors, particularly from countries deemed sensitive. The scientific community is pushing back, warning of a new era of research fragmentation.


That's it for May 23, 2026. The throughline today is clear: AI is reshaping everything from hardware prices to research collaboration, and the open-source community is fighting to keep things transparent. See you tomorrow.