From Hacker News
Stories 1 – 10
No. 01AI ToolsApplies to you
by tosh · 573 points · 118 comments
A YC-backed open-source framework for running multiple AI agents in parallel on real work tasks — think Claude Code but with coordination between agents. The 'multiplayer' framing is the key insight: single-agent loops hit walls that multi-agent harnesses can route around. High discussion-to-score ratio signals genuine developer interest.
No. 02Privacy & SecurityApplies to you
by bluehatbrit · 551 points · 204 comments
Tailscale's own post-mortem on how attackers got into Hugging Face's infrastructure despite Tailscale being deployed — a rare, admirably honest vendor writeup. The lesson isn't 'Tailscale bad'; it's that network-layer tools can't compensate for credential and identity failures upstream. Required reading if you run Tailscale in your own stack.
No. 03AI ToolsApplies to you
by aweeraman · 242 points · 124 comments
A sharp essay drawing parallels between the 1990s crypto export wars and today's battles over AI model weight distribution. The historical framing is dead-on: the same arguments about dual-use technology and state control are playing out again, just with LLMs instead of PGP. A must-read for anyone watching AI regulation.
No. 04AI ToolsApplies to you
by surprisetalk · 231 points · 186 comments
Anthropic discloses three real incidents where Claude was used in cybersecurity-adjacent contexts during evaluations — a level of transparency that's rare in the AI space. The details matter for anyone building with Claude APIs, especially around agentic and tool-use scenarios. High comment count means the community has plenty to say.
No. 05Weird Science
by Jrh0203 · 1301 points · 318 comments
The highest-scored HN post of the day is a deep dive into elevator mechanics, history, and the surprisingly complex engineering behind vertical transit. The score-to-everything-else ratio says it all: this is the kind of joyful, obsessive technical writing HN was made for. Read it before the day gets away from you.
No. 06AI ToolsApplies to you
by retupmoc01 · 163 points · 193 comments
Quanta digs into whether modern reasoning models are actually reasoning or just pattern-matching at a higher level of abstraction. The 193-comment discussion is unusually substantive for this topic. If you're betting your product on chain-of-thought reliability, this is the skeptical counterargument you need to sit with.
No. 07New Apple AppsApplies to you
by speckx · 191 points · 95 comments
Jeff Geerling walks through getting 25 Gbps Ethernet running over Thunderbolt on the Mac Studio — including the adapter, driver quirks, and real-world throughput numbers. If you're pushing large AI model weights or video files around a local network, this is the upgrade path. Practical and immediately actionable for Mac power users.
No. 08AI ToolsApplies to you
by vinhnx · 122 points · 38 comments
Microsoft Research's Flint is a declarative charting language designed to be generated by LLMs — the idea being that natural language → Flint → chart is more reliable than natural language → D3/Vega spaghetti. It's a creative bet on AI-friendly DSLs as a design pattern. Worth experimenting with in any AI-driven dashboard workflow.
No. 09AI ToolsApplies to you
by brunaxLorax · 120 points · 72 comments
A candid post-mortem on building and then killing an LLM router — the complexity of maintaining routing logic outweighed the cost savings as frontier model prices dropped. This is the kind of 'we tried it and here's what actually happened' essay that saves you months of yak-shaving. Highly relevant if you're architecting multi-model pipelines.
No. 10Dev ToolsApplies to you
by hosteur · 153 points · 32 comments
A thoughtful framework for building Web Components that degrade gracefully without JavaScript — applying the old progressive enhancement philosophy to the modern component model. Angular devs flirting with standards-based interop will find this directly applicable. The pattern also plays well with server-side rendering.
From Pinboard Popular
Stories 11 – 20
No. 11AI ToolsApplies to you
by marcobambini · 250 points · 105 comments
SQLiteAI's 'waste' tool runs Kimi K3 — a large reasoning model — entirely in RAM on a MacBook-class machine. 0.50 tok/s is slow, but the threshold question is whether a capable reasoning model can run locally at all. For privacy-conscious developers who don't want to send data to the cloud, this is a meaningful proof of concept.
No. 12Privacy & SecurityApplies to you
by marcua · 91 points · 35 comments
A crisp argument that most systems over-invest in proving identity and under-invest in scoping what authenticated identities are actually allowed to do. The distinction is subtle but the security implications are enormous — especially in agentic AI systems where tokens act on behalf of users. Actionable design principle for any .NET or API backend.
No. 13Dev ToolsApplies to you
by firefoxd · 83 points · 33 comments
Makes the case that CI/CD pipelines deserve the same reliability engineering, oncall, and observability investment as customer-facing production systems — because when they go down, so does your entire ability to ship. A timely argument as AI-assisted coding accelerates deployment frequency. Hard to argue with.
No. 14ActionableApplies to you
by awaxman11 · 113 points · 95 comments
A celebration of building tiny, personal tools that no one else will ever use — personal automation, bespoke scripts, Obsidian plugins for your exact workflow. In the AI coding era, the cost of building software for an audience of one has collapsed to near zero. This is the philosophical companion piece to 'just ship it for yourself.'
No. 15AI Tools
by milkshakes · 95 points · 78 comments
OpenAI summarizes ten meaningful mathematical and theoretical CS results that AI systems contributed to or accelerated this year. Whether you're skeptical or a believer, this is a useful benchmark of where AI-assisted research actually stands versus the hype. The list includes results in combinatorics, logic, and algorithm design.
No. 16Privacy & SecurityApplies to you
by giuliomagnifico · 91 points · 83 comments
A detailed breakdown of how NAS vendors — Synology, QNAP, et al — are pushing mandatory cloud accounts, subscription fees, and telemetry onto hardware you already own. Directly relevant if you run local storage for privacy reasons or as an Obsidian vault backup target. The enshittification pattern has fully arrived in the home lab.
No. 17Creative Software
by dtschump · 20 points · 2 comments
G'MIC 4.0 is a major release of the open-source image processing framework, adding new filters, pipeline improvements, and better pixel-math tooling. It's the Swiss Army knife of image manipulation for developers who need scriptable, non-destructive processing outside of Photoshop. Low score here is misleading — this is a significant creative tool release.
No. 18Dev Tools
by iamnothere · 151 points · 49 comments
Servo's monthly progress report shows it continuing to close the gap with real-world web compatibility — CSS media queries, SharedWorker support, and a raft of layout fixes. The alternative browser engine space matters for the long-term health of the web; Servo is increasingly not a toy. Worth tracking if you care about browser diversity.
No. 19AI ToolsApplies to you
by smckk · 46 points · 22 comments
A grounded pushback on the 'vibe coding to production' narrative: AI can generate a compelling prototype fast, but the gap between prototype and shippable product — error handling, edge cases, security, ops — is still entirely on you. An important corrective for teams adjusting expectations after early AI coding wins.
No. 20Privacy & Security
by Jimmc414 · 51 points · 28 comments
A comprehensive academic survey of RowHammer and the newer RowPress attack class — hardware-level DRAM vulnerabilities that can flip bits and escalate privileges without software bugs. Understanding this class of attack is increasingly relevant as cloud and shared hardware environments grow. Dense but the best single reference on the topic.