Monday · May 25, 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. DeepSeek reasonix, DeepSeek native coding agent with high caching and low cost
  2. Constraint Decay: The Fragility of LLM Agents in Back End Code Generation
  3. The Eternal Sloptember
  4. Show HN: Audiomass – a free, open-source multitrack audio editor for the web
  5. I spent 50 hours drawing a line graph
  6. Memory has grown to nearly two-thirds of AI chip component costs
  7. Defeating Git Rigour Fatigue with Jujutsu
  8. Perceptual Image Codec: What Matters in Practical Learned Image Compression
  9. Jira Is Turing-Complete
  10. A fundamental principle of aeronautical engineering has been overturned
  11. tufte-viz Claude Code skill — Edward Tufte data visualization principles
  12. shortcuts-playground-plugin
  13. GitHub - MinishLab/semble: Fast and Accurate Code Search for Agents. Uses ~98% fewer tokens than grep+read
  14. Introduction - Slumber- CLI/TUI HTTP client
  15. Megalodon: Mass GitHub Repo Backdooring via CI Workflows - Real-time Open Source Software Supply Chain Security
  16. Datasette Agent
  17. GitHub - Lum1104/Understand-Anything: Claude Code skills that turn any codebase into an interactive knowledge graph
  18. t8y2/dbx: Open-source, lightweight, cross-platform database client
  19. The Secret Rules of the Terminal
  20. The Third Bit: Twelve Ways to Be Wrong About AI-Assisted Coding

From Hacker News

Stories 1 – 10
No. 01AI ToolsApplies to you

DeepSeek reasonix, DeepSeek native coding agent with high caching and low cost

A native coding agent built on DeepSeek with aggressive prompt caching to slash token costs — exactly the kind of Claude Code alternative worth benchmarking. If you're running AI-heavy dev workflows, cost-per-token matters enormously. 233 comments suggests the community has strong opinions on how it stacks up.

No. 02AI ToolsApplies to you

Constraint Decay: The Fragility of LLM Agents in Back End Code Generation

Researchers find that LLM coding agents progressively ignore constraints the longer a conversation runs — a phenomenon they call "constraint decay." For anyone relying on Claude Code or similar tools for backend work, this is a must-read on why your agent starts going rogue mid-session. Directly actionable for prompt engineering.

No. 03AI ToolsApplies to you

The Eternal Sloptember

George Hotz rails against the AI slop era — the flood of low-quality AI-generated content burying genuinely useful signal. Whether you agree or not, 252 comments means this is sparking real debate. Essential reading for anyone thinking critically about what AI coding assistants are actually producing.

No. 04Creative Software

Show HN: Audiomass – a free, open-source multitrack audio editor for the web

A surprisingly capable browser-based multitrack audio editor — no install, no account, just open and record. The multitrack mode is new and makes this far more useful for quick podcast edits or audio sketching. Open source and self-hostable for the privacy-conscious.

No. 05Creative Software

I spent 50 hours drawing a line graph

A meticulous deep-dive into the craft of making a single data visualization truly excellent — and the rabbit holes of custom rendering, typography, and pixel-level decisions it required. For anyone who cares about the Tufte-esque gap between "chart" and "communication," this is both inspiring and relatable.

No. 06AI Tools

Memory has grown to nearly two-thirds of AI chip component costs

Epoch AI's data shows memory now dominates AI chip BOM costs — a structural constraint that explains why bigger context windows are so expensive to run. This shapes the economics of every model you use, from Claude to local LLMs. Essential context for understanding AI pricing trajectories.

No. 07Dev ToolsApplies to you

Defeating Git Rigour Fatigue with Jujutsu

A practical case for switching to Jujutsu (jj) as your daily version control driver — specifically addressing the mental overhead of maintaining a clean Git history. If you've ever abandoned a good commit discipline because rebasing felt like work, this is your off-ramp. The HN thread has strong opinions from jj converts.

No. 08New Apple AppsApplies to you

Perceptual Image Codec: What Matters in Practical Learned Image Compression

Apple ML Research drops a new learned image compression codec that prioritizes perceptual quality over PSNR metrics. This is the kind of work that ends up baked into future iOS/macOS image pipelines. Worth understanding now if you ship apps that care about image fidelity or bandwidth.

No. 09Dev Tools

Jira Is Turing-Complete

Someone implemented a working Turing machine inside Jira's automation rules. It's the kind of absurd-but-rigorous computer science stunt that reveals how accidentally powerful these no-code tools have become. Bonus: the write-up is genuinely clear about what Turing completeness actually means.

No. 10Weird Science

A fundamental principle of aeronautical engineering has been overturned

Researchers have overturned a foundational assumption about how wings generate lift — one that's been in textbooks for over a century. The new model has real implications for aircraft design efficiency. Classic "wait, we had that wrong the whole time?" moment.

From Pinboard Popular

Stories 11 – 20
No. 11AI ToolsApplies to you

tufte-viz Claude Code skill — Edward Tufte data visualization principles

A ready-to-drop-in Claude Code skill that encodes Edward Tufte's data-ink ratio principles, chartjunk rules, and small multiples guidance directly into your AI coding sessions. If you're generating charts with Claude Code, this is an immediately actionable upgrade. Fork, paste, profit.

No. 12New Apple AppsApplies to you

shortcuts-playground-plugin

Federico Viticci's Claude Code and Codex plugin for building, validating, signing, and remixing macOS/iOS Shortcuts using natural language — essentially an AI-powered Shortcuts IDE. For anyone deep in the Apple automation ecosystem, this is the missing link between LLM coding assistants and Shortcuts authoring.

No. 13AI ToolsApplies to you

GitHub - MinishLab/semble: Fast and Accurate Code Search for Agents. Uses ~98% fewer tokens than grep+read

Semble is a semantic code search tool designed for AI agents — it replaces the brute-force grep-and-read pattern with embedding-based search, cutting token consumption by ~98%. If you're building or using agentic coding workflows, this is a direct cost and quality win.

No. 14Dev ToolsApplies to you

Introduction - Slumber- CLI/TUI HTTP client

Slumber is a terminal-based HTTP client with a full TUI, persistent request history, and a YAML-based config — think Postman for people who live in the terminal. If you're building .NET APIs or any REST backend, this is worth a serious look as your daily API poking tool.

No. 15Privacy & SecurityApplies to you

Megalodon: Mass GitHub Repo Backdooring via CI Workflows - Real-time Open Source Software Supply Chain Security

Researchers document "Megalodon" — a technique for mass-backdooring GitHub repos by poisoning CI/CD workflow files at scale. Supply chain attacks via GitHub Actions are the scariest class of modern security threat for open-source-dependent developers. Read this, then audit your workflow permissions.

No. 16AI ToolsApplies to you

Datasette Agent

Simon Willison ships a conversational AI interface for querying your Datasette databases in plain English, with a charts plugin on top. This is Datasette growing into a proper AI-native data exploration tool. If you use SQLite for personal data projects or analytics, this is immediately useful.

No. 17AI ToolsApplies to you

GitHub - Lum1104/Understand-Anything: Claude Code skills that turn any codebase into an interactive knowledge graph

A set of Claude Code skills that parse any codebase into an explorable, searchable knowledge graph — ask questions about your own repo in natural language. Multi-platform (Codex supported). For developers onboarding to large Angular/.NET codebases, this could dramatically cut ramp-up time.

No. 18Dev ToolsApplies to you

t8y2/dbx: Open-source, lightweight, cross-platform database client

DBX is a cross-platform desktop database client supporting MySQL, PostgreSQL, SQLite, Redis, MongoDB, DuckDB, ClickHouse, and SQL Server — the full stack in one lightweight GUI. Open source and actively developed; a credible TablePlus alternative worth evaluating.

No. 19Dev ToolsApplies to you

The Secret Rules of the Terminal

Julia Evans' latest zine demystifies terminal behavior — signals, job control, readline shortcuts, and the arcane conventions that confuse even experienced developers. Julia's zines are famously dense-but-accessible; this one belongs on every developer's reading stack.

No. 20AI ToolsApplies to you

The Third Bit: Twelve Ways to Be Wrong About AI-Assisted Coding

A sharp taxonomy of the most common epistemic mistakes people make when evaluating AI coding tools — from survivorship bias in demos to confusing fluency with correctness. Essential critical framework for anyone who uses Claude Code or Copilot daily and wants to think clearly about what they're actually getting.