Saturday · May 30, 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. SQLite is all you need for durable workflows
  2. Notes from the Mistral AI Now Summit
  3. Is AI causing a repeat of frontend's lost decade?
  4. What Is a Dickover?
  5. You can just say it
  6. MCP is dead?
  7. Real-time LLM Inference on Standard GPUs: 3k tokens/s per request
  8. Liquid AI reveals 8B-A1B MoE trained on 38T
  9. On Rendering Diffs
  10. The California state assembly has passed the 'Protect Our Games Act'
  11. claude code as a daily driver: claude.md, skills, subagents, plugins, and mcps
  12. Fed up with vibe coders, dev sneaks data-nuking prompt injection into their code - Ars Technica
  13. The VibeSec Reckoning
  14. Mystery company accidentally blew $500 million on Claude AI in a single month
  15. Impeccable: The missing upgrade to Anthropic's frontend-design skill
  16. Jane Street Blog - strace-ui, Bonsai_term, and the TUI renaissance
  17. State of Local AI
  18. GitHub - microsoft/markitdown: Python tool for converting files and office documents to Markdown.
  19. Siri's new look for iOS 27 predicted
  20. Perry Compiles TypeScript directly to executables using SWC and LLVM

From Hacker News

Stories 1 – 10
No. 01Dev ToolsApplies to you

SQLite is all you need for durable workflows

A deep dive into using SQLite as the backbone for durable, resumable workflow execution — no Kafka, no Postgres, no external queue needed. The argument is surprisingly compelling: SQLite's WAL mode and atomic transactions give you exactly the durability semantics most workflows need. Worth serious consideration the next time you reach for a heavyweight orchestration stack.

No. 02AI ToolsApplies to you

Notes from the Mistral AI Now Summit

First-hand field notes from Mistral's developer summit, covering their model roadmap, agent capabilities, and positioning against OpenAI/Anthropic. If you're evaluating LLM providers for production use, this is a quick way to get up to speed on where Mistral is headed. The European angle on AI governance also surfaces in interesting ways.

No. 03AI ToolsApplies to you

Is AI causing a repeat of frontend's lost decade?

A provocative essay arguing that AI-generated frontend code is recreating the jQuery-soup era — technically functional but architecturally hollow, accumulating debt at machine speed. As someone building Angular/TypeScript apps with AI tools, this is a mirror worth looking into. The framing around "legible" vs. "correct" code is particularly sharp.

No. 04New Apple AppsApplies to you

What Is a Dickover?

John Gruber coins a term for a specific kind of Apple ecosystem betrayal — when a developer deliberately degrades a competing app or platform integration for anti-competitive gain. Characteristically opinionated and well-argued, this one will resonate with anyone who's felt burned by a platform holder playing favorites. High comment count means the HN crowd has opinions.

No. 05AI ToolsApplies to you

You can just say it

antirez (Redis creator) makes the case for plain, direct communication with LLMs — dropping the elaborate prompt engineering rituals and just saying what you want clearly. Counterintuitively, this resonates well with Claude Code users who've discovered that natural, specific instructions often outperform clever prompting frameworks. A quick read with a usable takeaway.

No. 06AI ToolsApplies to you

MCP is dead?

A practitioner's post-mortem on why Model Context Protocol hasn't caught on the way the hype suggested — authentication friction, versioning chaos, and the "demo works, production doesn't" problem. If you've been building MCP integrations for Claude or evaluating them for your stack, this is the skeptic's perspective you need to balance against the marketing. 184 comments means the debate is live.

No. 07AI ToolsApplies to you

Real-time LLM Inference on Standard GPUs: 3k tokens/s per request

kog.ai breaks down how they hit 3,000 tokens/second per request on commodity GPUs — not a cluster of A100s, but hardware mortals can actually afford. The key techniques involve speculative decoding and aggressive KV cache management. If local or on-prem LLM inference is on your roadmap, this benchmark is a meaningful milestone.

No. 08AI Tools

Liquid AI reveals 8B-A1B MoE trained on 38T

Liquid AI drops a new Mixture-of-Experts model with only 1B active parameters at inference time despite an 8B total parameter count — trained on a massive 38 trillion token dataset. MoE at this scale-to-efficiency ratio is the direction the whole industry is moving. Worth tracking if you're choosing base models for fine-tuning or RAG pipelines.

No. 09Dev ToolsApplies to you

On Rendering Diffs

A thoughtful deep dive into the surprisingly hard problem of displaying code diffs well — covering character-level vs. line-level diffing, syntax highlighting in diff context, and the UX tradeoffs of different visual representations. Directly relevant to anyone building or configuring tools around AI code generation where reviewing diffs is now a daily workflow. Beautifully illustrated.

No. 10Privacy & Security

The California state assembly has passed the 'Protect Our Games Act'

California's assembly passes a bill requiring game publishers to ensure games remain playable after server shutdowns — a landmark digital rights win from the Stop Killing Games movement. This sets a potential national precedent for software ownership rights more broadly. The legal mechanics of what "playable" means will be fought over for years.

From Pinboard Popular

Stories 11 – 20
No. 11AI ToolsApplies to you

claude code as a daily driver: claude.md, skills, subagents, plugins, and mcps

A well-bookmarked HN thread covering advanced Claude Code usage patterns: structuring CLAUDE.md files, composing subagents, writing skills/plugins, and wiring up MCPs for real workflows. This is the practical "how do people actually use this" discussion that the official docs don't give you. Essential reading if Claude Code is in your daily driver stack.

No. 12Privacy & SecurityApplies to you

Fed up with vibe coders, dev sneaks data-nuking prompt injection into their code - Ars Technica

A maintainer of the Java testing library jqwik hid a prompt injection payload in the codebase designed to instruct AI coding assistants to delete data — a protest against vibe coders copy-pasting AI-generated code without review. This is both a security wake-up call and a pointed commentary on blind AI trust in the dev community. Supply chain risk just got a new attack surface.

No. 13Privacy & SecurityApplies to you

The VibeSec Reckoning

Martin Fowler's site hosts a thorough analysis of the security implications of AI-assisted "vibe coding" — where developers ship code they don't fully understand, creating exploitable blind spots. Pairs perfectly with the jqwik prompt injection story above. If you're using Claude Code to move fast, this is the necessary counterweight.

No. 14AI ToolsApplies to you

Mystery company accidentally blew $500 million on Claude AI in a single month

A company burned half a billion dollars on Claude API usage in a month because nobody set spending limits on employee licenses — a cautionary tale about AI cost governance at scale. Simon Willison's take (also in Pinboard today) frames this as product-market fit proof: people want it badly enough to overspend wildly. If you manage AI tooling budgets, implement rate limits before you read anything else today.

No. 15AI ToolsApplies to you

Impeccable: The missing upgrade to Anthropic's frontend-design skill

Impeccable is a design-skills add-on for AI coding tools — specifically targeting the gap where Claude and other assistants produce functionally correct but aesthetically mediocre UIs. It positions itself as the missing design sensibility layer on top of Anthropic's code generation. Worth bookmarking if you're building frontends with AI assistance and tired of the boxy default output.

No. 16Dev ToolsApplies to you

Jane Street Blog - strace-ui, Bonsai_term, and the TUI renaissance

Jane Street engineers document their investment in rich terminal UIs — including a visual strace browser and a full reactive TUI framework in OCaml. The broader argument that TUIs are having a renaissance (thanks to better terminal emulators and remote-first work) is convincing. Even if you don't write OCaml, the design thinking here applies to any CLI tooling you build.

No. 17AI ToolsApplies to you

State of Local AI

A practical hardware buying guide for running LLMs locally on Windows/Intel/AMD systems — covering which models fit in which VRAM configurations and what real-world performance looks like. Useful as a reference when evaluating whether to self-host vs. API. Cuts through the spec-sheet noise with actual token throughput numbers.

No. 18Dev ToolsApplies to you

GitHub - microsoft/markitdown: Python tool for converting files and office documents to Markdown.

Microsoft's open-source tool converts PDFs, Office docs, images, audio, and more into clean Markdown — purpose-built for feeding documents into LLM pipelines. If you're building RAG systems or AI workflows that need to ingest messy enterprise documents, this is the preprocessing step you've been cobbling together yourself. Drop-in useful today.

No. 19New Apple AppsApplies to you

Siri's new look for iOS 27 predicted

AppleInsider mockups and analysis of the rumored Siri redesign coming in iOS 26/27 — a significant visual and functional overhaul as Apple races to catch up with ChatGPT and Claude on mobile. The interface concepts suggest a more ambient, always-aware presence rather than the current button-tap model. Worth watching ahead of WWDC.

No. 20Dev ToolsApplies to you

Perry Compiles TypeScript directly to executables using SWC and LLVM

Perry is a new TypeScript compiler that goes directly to native executables via SWC and LLVM — bypassing Node.js entirely and targeting performance use cases where JS runtime overhead matters. For TypeScript/.NET developers curious about the edges of the TS ecosystem, this is a fascinating experiment. Early days, but the architecture is worth understanding.