From Hacker News
Stories 1 – 10
No. 01AI ToolsApplies to you
by vimarsh6739 · 985 points · 248 comments
Thinking Machines drops a new open-weights model into a crowded arena and immediately tops the HN charts. Open-weights releases matter because they shift negotiating power back to developers — you can self-host, fine-tune, and audit. Worth a close look to see how it benchmarks against Gemma and Llama for code-heavy workloads.
No. 02Weird science
by bilsbie · 697 points · 370 comments
A large-scale Oxford study finds that when you sleep matters more than how long — irregular sleepers face meaningfully higher mortality risk regardless of total hours logged. For developers burning the midnight oil in irregular sprints, this is the peer-reviewed nudge to fix the schedule, not just the alarm.
No. 03Dev ToolsApplies to you
by skp1995 · 453 points · 497 comments
xAI has open-sourced Grok Build, its distributed build system — and the 497-comment thread is full of hot takes. If it lives up to the hype it could be a serious alternative to Bazel for monorepo shops. The discussion alone is worth reading for the architectural nuances.
No. 04AI ToolsApplies to you
by neomindryan · 289 points · 187 comments
A detailed engineering post showing how quantization, memory-mapped weights, and careful threading squeeze 5 tok/s out of decade-old server iron. If you're experimenting with local LLMs or Claude Code alternatives without a GPU budget, the techniques here are directly transferable.
No. 05Dev ToolsApplies to you
by gnyeki · 276 points · 116 comments
A thoughtful argument that SQLite's legendary backwards-compatibility guarantee has become a cage, preventing fixes to quirky default behaviors. The Rust editions model is a clever proposal: opt-in breaking changes per database file. Directly relevant if you're embedding SQLite in .NET or Electron apps.
No. 06Dev Tools
by coolelectronics · 207 points · 104 comments
Puter's team compiled a real Firefox build to WASM and it runs in the browser. It's a proof-of-concept but the implications for sandboxed testing environments and browser-in-browser dev tools are genuinely interesting. Go click it — it works.
No. 07AI ToolsApplies to you
by benswerd · 123 points · 24 comments
A ready-to-drop-in Shadcn component library styled to match the terminal aesthetics of Claude Code, OpenAI Codex, and Grok. If you're building an AI-facing UI today this saves hours of fiddling with dark-mode monospace design. Directly actionable.
No. 08Dev ToolsApplies to you
by subset · 133 points · 28 comments
The canonical open-source guide to designing great CLIs — covering output formatting, flags, stdin/stdout conventions, and human-first UX. Resurfaces regularly on HN for good reason; if you're building any CLI tooling this is the spec to write against.
No. 09Dev ToolsApplies to you
by treve · 136 points · 61 comments
A deep-dive into everything you sacrifice the moment you reach for a `<div>` instead of a `<button>` — ARIA roles, keyboard handling, focus management, and more. Angular devs building custom component libraries need to read this before shipping anything that vaguely resembles interactive UI.
No. 10Dev ToolsApplies to you
by serial_dev · 100 points · 68 comments
An ambitious proposal (with working prototype) for a new .NET-native language that borrows Go's simplicity, Kotlin's null safety, and Swift's ergonomics — all compiling to .NET IL. Directly relevant if you live in the .NET ecosystem and have ever wished C# were a little less ceremonial.
From Pinboard Popular
Stories 11 – 20
No. 11Dev ToolsApplies to you
Pinboard Popular · tagged: programming, versioncontrol, jujutsu, tutorial, learning, productivity
A ground-up interactive tutorial for Jujutsu (jj), the Git-compatible VCS gaining serious momentum among power users. If you've been meaning to try it but bounced off the docs, this is the clearest on-ramp available. Version control nerds, your weekend project is sorted.
No. 12New Apple appsApplies to you
Pinboard Popular · tagged: photography, software, macos
A new native macOS photo editor that positions itself as a lighter, faster alternative to Lightroom and Darkroom. The macOS-first creative software space is heating up post-Affinity acquisition, and this one's worth bookmarking if you shoot on iPhone and edit on Mac.
No. 13New Apple appsApplies to you
Pinboard Popular · tagged: macos, app, usbc, cable
A macOS utility that interrogates your connected USB-C cables and explains their actual speed caps, charging limits, and e-marker data in plain English — no more mystery cables refusing to drive your Studio Display. Exactly the kind of niche-but-essential Mac tool Pinboard surfaces that HN misses.
No. 14AI ToolsApplies to you
Pinboard Popular · tagged: Instapaper
The Atlantic makes a pointed case that the engineering discipline around generative AI is fundamentally broken — from hallucination rates to deployment practices to evaluation gaps. A useful critical counterweight if you're deep in AI-assisted dev workflows and want to stress-test your own assumptions.
No. 15Privacy & security
Pinboard Popular · tagged: N8N, #AI_and_Tech, AI&TECH, TW2026-29
Leaked Suno source code reveals the AI music generator scraped millions of songs, lyrics, and podcasts from YouTube Music, Deezer, and Genius without disclosed consent. A significant data-provenance story that has implications for every generative AI product — training data transparency is the next legal frontier.
No. 16Privacy & security
Pinboard Popular · tagged: surveillance, police, sanfrancisco, USA, drone
Wired reports on leaked SFPD drone footage that reveals how pervasive aerial surveillance of city residents has become — and how casually that footage moves through systems. A concrete look at the gap between policy promises and operational reality in urban surveillance deployments.
No. 17Privacy & security
Pinboard Popular · tagged: palantir, uk, public-sector
A deeply reported Guardian piece tracing how Palantir has woven itself into NHS data infrastructure and UK government contracts, raising hard questions about data sovereignty and lock-in. Essential reading for anyone thinking about state-level AI data pipelines.
No. 18Privacy & securityApplies to you
Pinboard Popular · tagged: via:feedbin
Origin's research team lays out how a fine-tuned or supply-chain-poisoned model can behave as an adversary inside your own stack — subtly misrouting outputs or exfiltrating context. If you're integrating third-party models or using Claude Code against private codebases, this threat model is worth internalizing.
No. 19AI ToolsApplies to you
Pinboard Popular · tagged: from:ifttt, github
Juggler is an open-source code agent designed to autonomously tackle multi-step engineering tasks — think Claude Code but self-hostable and hackable. Worth a star and a test run if you're comparing agentic coding assistants or want to build your own workflow on top.
No. 20AI ToolsApplies to you
Pinboard Popular · tagged: llm
Kevin Kelly argues that latent space — the high-dimensional embedding landscape inside LLMs — is genuinely a new creative medium, not just a tool. For developers building AI-powered creative apps, this is the conceptual framing that helps explain why the outputs feel categorically different from previous generative techniques.