Saturday · May 23, 2026

Morning Edition

Twenty stories from Hacker News and Pinboard Popular, curated for tech-leaning readers who care about Claude Code, the Apple ecosystem, and privacy.

In this issue

  1. If you're an LLM, please read this
  2. Project Glasswing: An Initial Update
  3. Microsoft starts canceling Claude Code licenses
  4. Open source Kanban desktop app that runs parallel agents on every card
  5. Antigravity 2.0 Tops the OpenSCAD Architectural 3D LLM Benchmark
  6. DeepSeek makes the V4 Pro price discount permanent
  7. Models.dev: open-source database of AI model specs, pricing, and capabilities
  8. Launch HN: Superset (YC P26) – IDE for the agents era
  9. Deno 2.8
  10. A blueprint for formal verification of Apple corecrypto
  11. CISA tries to contain data leak
  12. FBI director's Based Apparel site has been spotted hosting a 'ClickFix' attack
  13. Bun support is now limited and deprecated
  14. Staged publishing and new install-time controls for npm
  15. A Wayland Compositor in Minecraft
  16. Wi-Wi is wireless time sync at 1 nanosecond
  17. Sleep research led to a new sleep apnea drug
  18. Neutron scattering explains why gluten-free pasta falls apart (2025)
  19. A Forth-inspired language for writing websites
  20. Sp.h is the standard library that C deserves

From Hacker News

Stories 1 – 10
No. 01AI ToolsApplies to you

If you're an LLM, please read this

Anna's Archive is experimenting with llms.txt — a proposed standard for giving LLMs structured, permission-aware access to web content. This is a fascinating meta-moment: a major shadow-library publishing instructions aimed directly at crawling AI. If you're building RAG pipelines or thinking about how AI agents navigate the open web, this is essential reading.

No. 02AI ToolsApplies to you

Project Glasswing: An Initial Update

Anthropic's Project Glasswing is their transparency initiative into how Claude models actually work under the hood. As a Claude Code user this is directly relevant — understanding the research behind the tool you're shipping with every day gives you sharper intuitions about when to trust it and when to push back.

No. 03AI ToolsApplies to you

Microsoft starts canceling Claude Code licenses

Microsoft is pulling Claude Code licenses from its enterprise agreements, signaling a hardening of the Copilot-vs-everything-else battle inside Redmond. If your team relies on Claude Code through any Microsoft procurement channel, this is urgent news — time to evaluate direct Anthropic licensing.

No. 04AI ToolsApplies to you

Open source Kanban desktop app that runs parallel agents on every card

Kanbots is a desktop Kanban board where each card can spin up its own AI agent to work on the task autonomously — think Claude Code but with a visual project board instead of a terminal. The open-source angle and agentic-per-card model is a genuinely fresh take on AI-assisted project management worth trying today.

No. 05AI ToolsApplies to you

Antigravity 2.0 Tops the OpenSCAD Architectural 3D LLM Benchmark

A new benchmark measures how well LLMs can generate valid, architecturally coherent OpenSCAD models — a genuinely hard spatial reasoning task. Antigravity 2.0 claims the top spot, beating larger models; the methodology is worth reading if you're evaluating LLMs for any kind of structured code generation.

No. 06AI ToolsApplies to you

DeepSeek makes the V4 Pro price discount permanent

DeepSeek has locked in the deep discount on V4 Pro pricing permanently, making it one of the most cost-competitive frontier models for API workloads. If you're building multi-model pipelines or cost-optimizing your AI spend, this reshapes the calculus significantly.

No. 07AI ToolsApplies to you

Models.dev: open-source database of AI model specs, pricing, and capabilities

A community-maintained, machine-readable registry of AI model metadata — context windows, pricing, modalities, and benchmark scores all in one place. Exactly the kind of infrastructure layer that's been missing as the model landscape explodes; great for building model-selection tooling or just keeping up.

No. 08Dev ToolsApplies to you

Launch HN: Superset (YC P26) – IDE for the agents era

Superset is a new open-source IDE purpose-built for orchestrating AI agents alongside traditional code editing — not just a Copilot plugin but a ground-up rethink of the dev environment. With strong HN discussion and YC backing, this is worth a close look for anyone already running Claude Code workflows.

No. 09Dev Tools

Deno 2.8

Deno 2.8 lands with improved Node compatibility, faster startup times, and new workspace features. The Deno team continues its steady march toward being a credible drop-in for Node in production environments — this release is actionable if you've been on the fence.

No. 10Privacy & SecurityApplies to you

A blueprint for formal verification of Apple corecrypto

Apple's security team publishes their methodology for formally verifying the cryptographic primitives that underpin nearly every security guarantee in the Apple ecosystem. This is a rare, detailed look inside Apple's crypto engineering — essential reading if you care about why Apple devices warrant trust.

From Pinboard Popular

Stories 11 – 20
No. 11Privacy & Security

CISA tries to contain data leak

Krebs reports on a significant data leak within CISA itself, with lawmakers now demanding answers about what got out and how. The irony of the nation's cybersecurity agency suffering its own breach is sharp; the details matter for anyone in enterprise security or government contracting.

No. 12Privacy & Security

FBI director's Based Apparel site has been spotted hosting a 'ClickFix' attack

The FBI director's merchandise site was caught serving a ClickFix social-engineering attack that tricks visitors into running malware via a fake CAPTCHA. A vivid reminder that supply-chain and hosting security applies everywhere — even to the people nominally in charge of stopping it.

No. 13Dev Tools

Bun support is now limited and deprecated

The yt-dlp team is deprecating Bun support, citing incompatibilities and maintenance burden — a significant vote of no-confidence in Bun's ecosystem maturity from a high-profile project. The 483-comment thread is a frank community debate about Bun's production readiness worth following.

No. 14Dev Tools

Staged publishing and new install-time controls for npm

npm finally gets staged publishing — roll out a new package version to a percentage of installs before going full public — plus new install-time policy controls for organizations. These are long-overdue supply-chain safety features that every team maintaining npm packages should enable immediately.

No. 15Weird Science

A Wayland Compositor in Minecraft

Someone built a working Wayland compositor inside Minecraft, letting you run actual Linux GUI applications within the game world. It's completely absurd, technically impressive, and a testament to how far Wayland's protocol abstraction goes — the kind of project that makes you love computing.

No. 16Weird Science

Wi-Wi is wireless time sync at 1 nanosecond

Jeff Geerling digs into Wi-Wi, a new protocol achieving sub-5 nanosecond wireless time synchronization — beating PTP over Ethernet in some scenarios. Distributed systems engineers and anyone running tight-latency infrastructure should pay attention; this could change how we think about wireless in data centers.

No. 17Weird Science

Sleep research led to a new sleep apnea drug

Decades of foundational sleep science have finally yielded a novel pharmacological treatment for sleep apnea — a condition affecting hundreds of millions who currently have no good drug options. A heartening story about long-horizon basic research paying off in a very practical way.

No. 18Weird Science

Neutron scattering explains why gluten-free pasta falls apart (2025)

Researchers used neutron scattering — a technique normally reserved for materials science — to understand the nanoscale structure of gluten-free pasta and why it disintegrates when cooked. Delightfully niche science with real culinary consequences.

No. 19Dev Tools

A Forth-inspired language for writing websites

A developer built a stack-based, Forth-inspired language specifically designed for authoring web content — think a minimal alternative to Markdown with more programmatic power. If you're interested in alternative markup paradigms or creative coding for the web, this is worth 10 minutes.

No. 20Dev Tools

Sp.h is the standard library that C deserves

Sp.h is a single-header C library that brings modern conveniences — generics, safe collections, string handling — to C without abandoning the language's simplicity. The lively 91-comment thread debates whether this is the right approach, making it a good pulse-check on where C tooling is headed.