From Hacker News
Stories 1 – 10
No. 01AI Tools
by ridesisapis · 369 points · 147 comments
Andy Baio documents how AI-generated content has wholesale copied the beloved "Dictionary of Obscure Sorrows" — invented emotional vocabulary and all — without credit. A sharp, concrete case study in how LLMs launder creative work at scale, and why provenance in AI training data actually matters.
No. 02Privacy & SecurityApplies to you
by Cider9986 · 276 points · 101 comments
Open-source iOS app from mysk-research that visualizes what data native apps can silently access — contacts, photos, location, pasteboard, and more. Essential reading for anyone in the Apple ecosystem who cares about privacy hygiene and wants to hold app developers accountable.
No. 03Creative Software
by zdw · 261 points · 79 comments
The Society of Motion Picture and Television Engineers has unlocked its entire standards library — previously paywalled at hundreds of dollars per document — to the public. Massive win for indie developers building video/audio tooling who previously couldn't afford to even read the spec.
No. 04Dev Tools
by LowLevelMahn · 250 points · 64 comments
A meticulous reverse-engineering effort on the 1989 MicroProse classic is calling for volunteers with period-correct DOS hardware to run test builds. The project is deep in the weeds of 16-bit real-mode assembly — fascinating for anyone who wants to see how far static analysis can go on legacy binaries.
No. 05AI ToolsApplies to you
by farhadhf · 206 points · 110 comments
Cloudflare introduces ephemeral, scoped accounts for AI agents — think temporary credentials that expire after a task completes. This is a practical building block for agentic workflows where you don't want a long-lived credential dangling after every Claude Code run.
No. 06New Apple AppsApplies to you
by zdw · 203 points · 38 comments
Someone actually ported X11 to visionOS, enabling classic X Window applications to run on Apple Vision Pro. Whether it's useful or just impressive wizardry, it's a wild demonstration of what's possible in the Apple spatial computing ecosystem — and the HN thread has great technical detail.
No. 07Dev Tools
by simonpure · 198 points · 172 comments
Six years, 360 patches, and untold kernel developer patience later: strncpy is finally gone from Linux 7.2. A landmark cleanup of one of C's most misused APIs, and a lesson in how long it takes to unwind decades of dangerous defaults in a massive codebase.
No. 08AI ToolsApplies to you
by vnbrs · 172 points · 99 comments
A thoughtful take on the subtler reasons to reject AI-generated code beyond correctness — things like ownership, readability, and architectural coherence. Directly relevant if you're using Claude Code daily and want to stay a deliberate engineer rather than a code reviewer on autopilot.
No. 09Weird Science
by croes · 197 points · 43 comments
New research in Cell's Neuron journal finds that deliberate slow breathing causally modulates brain circuits involved in risk-taking and decision-making — not just stress reduction. The mechanisms are more specific than prior work suggested, with implications for cognitive performance under pressure.
No. 10AI ToolsApplies to you
by sarangk90 · 98 points · 19 comments
Martin Fowler's site hosts this detailed engineering piece on patterns for making agentic LLM systems actually reliable in production — covering retries, validation, human-in-the-loop design, and failure modes. Required reading if you're building anything beyond a chatbot with Claude or similar.
From Pinboard Popular
Stories 11 – 20
No. 11New Apple AppsApplies to you
Pinboard Popular · tagged: omlx
A native macOS app for running LLM inference locally using Apple's MLX framework, optimized for Apple Silicon. If you want Claude-level conversations without the API bill, or need air-gapped AI for sensitive codebases, this is the tool to evaluate first.
No. 12Creative SoftwareApplies to you
Pinboard Popular · tagged: design, wayland, macos
Nikita Tonsky's deep dive into how imprecise UI animations — even subtle frame-timing errors — erode user trust in software. The macOS examples are particularly pointed, and it's the kind of article that makes you see jank in everything you've built.
No. 13Dev ToolsApplies to you
Pinboard Popular · tagged: oauth, authentication, howto
A practical walkthrough of implementing OAuth device-flow authentication in CLI tools — the approach used by GitHub CLI, Vercel, and others. If you're building any CLI tool that needs user auth, this is the pattern to copy, not roll yourself.
No. 14AI ToolsApplies to you
Pinboard Popular · tagged: so_called_ai, research, health
Nature rounds up early empirical research on skill atrophy from AI assistance — and the findings are sobering. Developers offloading cognition to AI tools may be quietly losing the problem-solving muscles they'd need if the tools disappeared. Uncomfortable but important reading.
No. 15Dev ToolsApplies to you
Pinboard Popular · tagged: lup, programming
A semantic version control CLI that understands code at the entity level — functions, classes, methods — rather than raw lines, powered by tree-sitter across 16 languages. The "blame" and "impact analysis" commands alone could transform how you navigate TypeScript or C# codebases.
No. 16AI Tools
Pinboard Popular · tagged: tedchiang, artificialintelligence, ai, claude, anthropomorphism, consciousness
Ted Chiang makes a careful, unsentimental argument that current AI systems — including Claude — are not conscious, and that anthropomorphizing them leads to bad decisions for both humans and the development of the technology. The counterpoint to every AI feelings discourse you've read this year.
No. 17New Apple AppsApplies to you
Pinboard Popular · tagged: untagged
Michael Tsai's annual WWDC link roundup is the single best starting point for Apple developer news — curated commentary from across the Mac/iOS dev community, organized by announcement. If you only read one WWDC recap, make it this one.
No. 18Weird Science
Pinboard Popular · tagged: claude, ai, lang, crypto
An AI engineer claims to have used Claude and other LLMs to make progress on Linear A, the undeciphered Bronze Age Minoan script. The piece walks through the methodology — skepticism warranted, but the approach is genuinely novel and the discussion of LLMs as decipherment tools is fascinating.
No. 19AI ToolsApplies to you
Pinboard Popular · tagged: loop, ai
A curated library of reusable, composable AI agent workflow patterns — think recipes for common agentic tasks like research loops, code review cycles, and document synthesis. Directly actionable if you're wiring together Claude Code or other agents in production pipelines.
No. 20AI ToolsApplies to you
Pinboard Popular · tagged: ai, exhaustion, workers
The Atlantic's sharp piece on how managing AI coding agents is creating a new kind of cognitive exhaustion — not fewer tasks, but more simultaneous context-switching. If you're running multiple Claude Code sessions and feeling drained, you're not alone: BCG found 18% of developers reporting AI-induced fatigue.