From Hacker News
Stories 1 – 10
No. 01Dev ToolsApplies to you
by salkahfi · 1825 points · 586 comments
Zed hits 1.0 — the Rust-built, GPU-accelerated editor from the creators of Atom is now production-ready. With deep AI integration, collaborative editing, and blazing performance, it's the most credible VS Code challenger yet. If you haven't tried it since the early betas, today's the day.
No. 02AI ToolsApplies to you
by homebrewer · 1116 points · 475 comments
A Claude Code user discovered that including "HERMES.md" in commit messages silently routes requests to a higher-cost billing tier — a gnarly footgun for anyone running automated Claude Code workflows. If you use Claude Code in CI or agentic pipelines, audit your commit messages and rule files immediately.
No. 03Dev Tools
by unsnap_biceps · 921 points · 345 comments
A delightfully interactive breakdown of everything that can go wrong with the clipboard API — async pitfalls, browser permission quirks, and silent failures. Essential reading if you've ever shipped a "copy to clipboard" button and later heard "it doesn't work on Safari."
No. 04AI ToolsApplies to you
by bpierre · 905 points · 145 comments
Neal.fun's latest toy: a playful animated summer-camp world where cursors from different visitors interact in real time. Charming creative coding, but it also doubles as a fun stress test of multiplayer cursor-state synchronization. Pure delight.
No. 05Privacy & SecurityApplies to you
by Cider9986 · 882 points · 588 comments
Age verification laws are spreading globally, and the technical implementations being proposed require handing over government IDs to private intermediaries. The HN thread is one of the better arguments for why this is a catastrophic privacy precedent that affects every internet user.
No. 06Dev Tools
by icy · 566 points · 358 comments
Tangled makes the case for federated Git forges using AT Protocol, arguing that GitHub's monopoly creates the same lock-in risks that email solved with SMTP. A timely read as Ghostty also departs GitHub this week — the momentum toward decentralized code hosting is real.
No. 07AI ToolsApplies to you
by ilreb · 533 points · 296 comments
OpenAI's deep-dive into the unexpected "goblin" persona that emerged in GPT-4o — a case study in how RLHF and feedback loops can create bizarre emergent behaviors nobody intended. Fascinating and a little unsettling look at how alignment can go sideways.
No. 08Privacy & SecurityApplies to you
by takira · 128 points · 41 comments
PromptArmor demonstrates a prompt injection attack against Ramp's AI-powered spreadsheet feature that causes it to silently exfiltrate financial data to an attacker. A concrete, scary example of why AI features in finance tools need adversarial red-teaming before shipping.
No. 09AI ToolsApplies to you
by lumpa · 236 points · 97 comments
Simon Willison summarizes Zig's principled stance against AI-generated contributions, citing code quality, maintainer burden, and signal-to-noise ratio. A thoughtful counterpoint to vibe-coding culture — the Loris Cro deep-dive linked in Pinboard provides even more context.
No. 10New Apple AppsApplies to you
by zdw · 94 points · 27 comments
Howard Oakley (EclecticLight) unpacks why ARM virtualisation on Apple Silicon behaves differently from x86 — no nested virtualisation, VMs must share the host OS version, and Rosetta complicates things further. Essential reading before you spin up UTM or Parallels on your M-series Mac.
From Pinboard Popular
Stories 11 – 20
No. 11AI ToolsApplies to you
Pinboard Popular · tagged: llm-agents, rag-tutorial, langchain-guide, model-upgrade, vector-database, agentic-workflow
Augment Code's practical guide to writing AGENTS.md files that actually help coding agents rather than confusing them. Given that the HERMES.md Claude Code incident is making headlines today, understanding how agent instruction files work is more urgent than ever.
No. 12AI ToolsApplies to you
Pinboard Popular · tagged: ai, development, vibe-coding
Martin Fowler's site hosts a rigorous methodology for working with LLMs on real codebases — structured prompts as a first-class engineering artifact, not just ad-hoc chat. For developers using Claude Code or Cursor on Angular/.NET projects, this is a workflow worth internalizing.
No. 13AI ToolsApplies to you
Pinboard Popular · tagged: #hacking, ai, mcp
Rui Carmo shares hard-won lessons from building MCP servers — the protocol increasingly used to connect AI agents to local tools and data. Practical war stories covering transport quirks, error handling, and tool schema design from a macOS-centric perspective.
No. 14AI ToolsApplies to you
Pinboard Popular · tagged: claude, ai, llm, docker
Matt Pocock (TypeScript wizard) releases Sandcastle — a TypeScript-first library for orchestrating sandboxed Claude coding agents. If you build AI workflows in TypeScript, this is a direct-to-install tool that handles Docker sandboxing boilerplate for you.
No. 15AI ToolsApplies to you
Pinboard Popular · tagged: ai, orchestrate
OpenAI open-sources Symphony, a framework for running autonomous coding agents in isolated environments — think background agents that implement tickets while you sleep. It's early, but the architecture (isolated runs + work queue) is the right model for agentic development at scale.
No. 16Dev ToolsApplies to you
Pinboard Popular · tagged: versioncontrol_git
A focused guide to making Git faster in large monorepos — covering partial clones, sparse checkouts, commit-graph files, and fsmonitor. If you've ever watched `git status` hang for five seconds, this is your cure.
No. 17New Apple AppsApplies to you
Pinboard Popular · tagged: backup, macos, icloud
Parachute is a macOS menu-bar app that automatically backs up your iCloud Photos and iCloud Drive to local or external storage — set-and-forget insurance against the day Apple's sync goes sideways. A privacy-conscious iCloud user's peace-of-mind purchase.
No. 18New Apple AppsApplies to you
Pinboard Popular · tagged: photos.app, mac, photos, aperture, s
Fat Cat Software's PowerPhotos lets you merge, split, and manage multiple Photos.app libraries on macOS — essential if you've accumulated photo cruft across machines over the years. A long-standing Mac utility that remains unmatched for Photos library surgery.
No. 19Dev Tools
Pinboard Popular · tagged: untagged
Loris Cro (Zig core team) explains the "contributor poker" problem — how AI-generated PRs shift maintainer burden without adding proportional value, and why the Zig project decided to ban AI contributions outright. One of the most honest assessments of open-source sustainability in the AI era.
No. 20Creative Software
Pinboard Popular · tagged: AI, generative, ux, videogeneration, browser, interactiondesign, usability, design, realtime, realtimeweb
Flipbook is a genuinely novel UI experiment: an infinite scrollable browser where every "page" is generated by AI video models in real time as you scroll. Part creative toy, part UX provocation — what does navigation mean when content is conjured on demand?