Thursday · May 28, 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. I think Anthropic and OpenAI have found product-market fit
  2. Can we have the day off?
  3. Tech CEOs are apparently suffering from AI psychosis
  4. YouTube to automatically label AI-generated videos
  5. DuckDuckGo search saw 28% more visits after Google said people love AI mode
  6. What Apple and Google are doing to push notifications
  7. Incident with Pull Requests, Issues, Git Operations and API Requests
  8. I'm Getting into Mesh Networks (Meshtastic, MeshCore, and Reticulum)
  9. All of human cooking compressed into 2 megabytes
  10. Matrix Multiplications on GPUs Run Faster When Given "Predictable" Data (2024)
  11. Karpathy-Inspired Claude Code Guidelines
  12. Property-Based Testing with Claude red.anthropic.com
  13. Iris Photos — A native macOS photo library
  14. steipete/agent-scripts: Scripts for agents, shared between my repositories.
  15. AddyOsmani.com - Agent Skills
  16. How to Eval AI Agents — The 2026 Guide
  17. [2605.26099] Language Models Need Sleep
  18. The State of CSS Centering in 2026
  19. Shortcuts Archive – MacStories
  20. FFmpeg Audio Normalization: The Complete loudnorm Guide | 32blog

From Hacker News

Stories 1 – 10
No. 01AI ToolsApplies to you

I think Anthropic and OpenAI have found product-market fit

Simon Willison argues that Anthropic and OpenAI have crossed the threshold from hype to genuine, sustained product-market fit. With 985 comments, this is the most debated AI business take of the week. Essential reading for anyone building on top of these platforms.

No. 02AI ToolsApplies to you

Can we have the day off?

The top HN story today tackles what happens when AI does the work but humans still need to show up for the meeting. A sharp meditation on productivity, agency, and whether 'shipping faster with AI' is really the win we think it is. Mandatory reading for anyone using Claude Code daily.

No. 03AI Tools

Tech CEOs are apparently suffering from AI psychosis

TechCrunch names the pattern: executives making increasingly unhinged public statements about AI replacing everything, right now. A useful reality-check article when your C-suite starts forwarding AI hype to the engineering team.

No. 04AI Tools

YouTube to automatically label AI-generated videos

YouTube is rolling out automatic AI-content labeling for videos, leaning on detection rather than creator self-disclosure. This is a significant platform-level shift in how synthetic media gets surfaced — watch this space for downstream policy effects.

No. 05Privacy & SecurityApplies to you

DuckDuckGo search saw 28% more visits after Google said people love AI mode

Google's insistence that users love AI Overviews is backfiring in real-time: DDG saw a 28% traffic spike the same week. Privacy-conscious developers are clearly voting with their feet — and the anti-AI-search backlash has measurable momentum.

No. 06Privacy & SecurityApplies to you

What Apple and Google are doing to push notifications

A deep dive into how Apple and Google intercept, batch, and process push notifications at the OS level — with real privacy implications for apps that assume delivery is end-to-end. If you develop iOS or Android apps, this is essential background knowledge.

No. 07Dev ToolsApplies to you

Incident with Pull Requests, Issues, Git Operations and API Requests

GitHub had a significant outage hitting PRs, Issues, and the API — basically everything a developer touches all day. The postmortem is worth reading to understand the blast radius and what to build around for resilience.

No. 08Privacy & SecurityApplies to you

I'm Getting into Mesh Networks (Meshtastic, MeshCore, and Reticulum)

The author of Privacy Guides explores off-grid mesh networking as a privacy infrastructure alternative. A hands-on intro to Meshtastic, MeshCore, and Reticulum — timely for anyone thinking about communication resilience outside centralized platforms.

No. 09Weird Science

All of human cooking compressed into 2 megabytes

Researchers claim to have distilled the core structure of human culinary knowledge into a 2MB representation. A fascinating compression/information-theory result with implications for how LLMs encode domain knowledge.

No. 10AI Tools

Matrix Multiplications on GPUs Run Faster When Given "Predictable" Data (2024)

A counterintuitive GPU performance result: matrix multiplications run measurably faster on structured, predictable data due to hardware-level optimizations. If you're building or fine-tuning models, understanding this could directly affect your training throughput.

From Pinboard Popular

Stories 11 – 20
No. 11AI ToolsApplies to you

Karpathy-Inspired Claude Code Guidelines

Four core principles for improving Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls — explicit thinking, simplicity, surgical changes, and goal-driven execution. Ships as a Claude Code plugin or CLAUDE.md drop-in. Direct hit for Claude Code users.

No. 12AI ToolsApplies to you

Property-Based Testing with Claude red.anthropic.com

Anthropic's own engineering blog walks through using Claude for property-based testing — a notoriously hard discipline made more accessible with LLM assistance. Directly actionable for .NET/TypeScript developers who want to level up their test suites.

No. 13New Apple AppsApplies to you

Iris Photos — A native macOS photo library

A brand-new native macOS photo library and DAM (Digital Asset Manager) app, not just a Photos.app wrapper. For Mac users tired of Apple's photo management or Adobe's subscription lock-in, this looks like a serious contender worth watching.

No. 14AI ToolsApplies to you

steipete/agent-scripts: Scripts for agents, shared between my repositories.

Peter Steinberger's collection of reusable scripts for AI coding agents, built to be shared across projects. A practical grab-bag of glue code for anyone running Claude Code or similar agentic workflows — fork and adapt freely.

No. 15AI ToolsApplies to you

AddyOsmani.com - Agent Skills

Addy Osmani breaks down the concept of 'agent skills' — modular capabilities you can compose for AI coding agents. Directly relevant to building effective Claude Code workflows and thinking about how to structure agent behavior.

No. 16AI ToolsApplies to you

How to Eval AI Agents — The 2026 Guide

Evaluation is the unglamorous bottleneck of agentic AI development, and this guide pulls together the 2026 state of the art. If you're building with Claude Code or any LLM pipeline, getting your evals right is the difference between shipping and guessing.

No. 17Weird Science

[2605.26099] Language Models Need Sleep

A new paper argues that LLMs accumulate a kind of 'context fatigue' and benefit from periodic cache-clearing analogous to sleep consolidation in biological brains. Fascinating for AI researchers and anyone thinking about long-running agent memory management.

No. 18Dev Tools

The State of CSS Centering in 2026

CSS-Tricks surveys the surprisingly rich 2026 landscape of centering options — Flexbox, Grid, anchor positioning, and beyond. A useful reference for any frontend developer who wants to understand why so many approaches exist and which to reach for first.

No. 19New Apple AppsApplies to you

Shortcuts Archive – MacStories

MacStories' exhaustive, maintained archive of Shortcuts automations for iPhone and iPad — everything from file management to Obsidian workflows. An indispensable bookmark for Apple ecosystem power users who want to automate without writing Swift.

No. 20Creative Software

FFmpeg Audio Normalization: The Complete loudnorm Guide | 32blog

A thorough practical guide to FFmpeg's loudnorm filter for EBU R128-compliant audio normalization — exactly what you need when mastering podcasts, videos, or any audio pipeline. The two-pass workflow explanation alone is worth the click.