From Hacker News
Stories 1 – 10
No. 01AI ToolsApplies to you
by tedsanders · 1132 points · 822 comments
An OpenAI model didn't just assist a mathematician — it independently disproved a long-standing conjecture in discrete geometry, marking a genuine step beyond code completion into frontier research. This is the kind of result that reshapes how seriously we should take AI as a collaborator on hard problems. 822 comments means the HN crowd has a lot of feelings about it.
No. 02Privacy & SecurityApplies to you
by Timofeibu · 823 points · 335 comments
A malicious VSCode extension compromised 3,800 GitHub repositories — a sobering reminder that the extension marketplace is a serious attack surface. If you use VS Code (or any editor with a plugin ecosystem), your supply chain is only as trustworthy as your least-vetted extension. Audit your installed extensions today.
No. 03Privacy & Security
by giuliomagnifico · 1018 points · 430 comments
Meta is geofencing human rights content out of existence in Gulf states, confirming that platform moderation decisions are increasingly a tool of geopolitical accommodation. This is the chilling infrastructure of digital censorship operating at scale. The 430-comment HN thread is a sharp read on how tech companies decide whose speech gets suppressed.
No. 04AI ToolsApplies to you
by kevinsimper · 662 points · 261 comments
Alibaba's Qwen team pushes into agentic territory with Qwen3.7-Max, a model explicitly tuned for multi-step tool use and autonomous task completion. For developers building AI-powered workflows, the open-weight frontier keeps advancing at a pace that makes last month's benchmarks feel stale. Worth benchmarking against your Claude Code workflows.
No. 05Privacy & Security
by cdrnsf · 520 points · 354 comments
A sharp, well-argued essay on how Google's AI Overviews and search changes are systematically extracting value from the open web while destroying the traffic that sustains it. If you publish anything online, this is your problem too. The structural critique here goes well beyond the usual SEO hand-wringing.
No. 06AI ToolsApplies to you
by hexagr · 406 points · 79 comments
An interactive, intuitive tool that puts LLM token speeds in human perspective — mapping tokens/sec to reading speed, typing speed, and cognitive load. Essential calibration for anyone spec-ing out local vs. cloud inference for agentic coding tools. Bookmarkable reference for the next time someone asks if 30 t/s is "fast enough."
No. 07AI ToolsApplies to you
by pramodbiligiri · 150 points · 163 comments
A practitioner's deep-dive into spec-driven development with Claude Code and Codex across a 100K-line Rust codebase — exactly the kind of real-world AI coding postmortem the field needs. The contract-based approach to keeping AI agents on-track is directly transferable to TypeScript/.NET projects. Required reading for serious AI-assisted dev workflows.
No. 08AI ToolsApplies to you
by pyrex41 · 123 points · 30 comments
The argument here: don't try to make AI agents smarter — instead add structural backpressure (formal verification gates) that prevent them from drifting into bad states. A clever systems-thinking approach to agentic coding reliability. Directly relevant if you're running Claude Code loops on any production codebase.
No. 09New Apple AppsApplies to you
by kageroumado · 272 points · 56 comments
Someone cracked the format behind Apple's gorgeous dynamic video wallpapers and published a tool to create and use custom ones. This is exactly the kind of Apple ecosystem reverse engineering that unlocks genuine personalization without jailbreaking. macOS power users, this one's for you.
No. 10Dev Tools
by eqrion · 374 points · 145 comments
Mozilla's SpiderMonkey team officially retires asm.js, the pre-WebAssembly performance hack that bridged C++ to the browser. A genuine end-of-era moment that illustrates how cleanly WebAssembly won. If you maintain any legacy web projects, this is a heads-up to audit for asm.js dependencies before they silently degrade.
From Pinboard Popular
Stories 11 – 20
No. 11Dev Tools
by gregsadetsky · 364 points · 130 comments
The Flipper One specs are out — a significant hardware upgrade from the Zero, with a proper Linux-capable processor and expanded radio capabilities. The Flipper platform has become a legitimately useful security research and embedded dev tool. The HN thread is buzzing with hardware comparisons and use-case discussions.
No. 12AI Tools
by tigerlily · 311 points · 193 comments
Prompt injection and SEO poisoning are now live threats against AI-powered search, and Google is quietly building countermeasures. This is a great overview of the adversarial landscape emerging around AI retrieval — the same attack vectors that threaten any RAG pipeline you build. Know your enemy.
No. 13Privacy & Security
by ki4jgt · 206 points · 64 comments
Colorado's age-verification bill was amended to carve out open source projects — a meaningful win for the OSS community that sets a legislative precedent. Bills like this have broad chilling effects on developers; the open source exemption matters. Worth watching as other states eye similar legislation.
No. 14New Apple AppsApplies to you
by speckx · 139 points · 45 comments
Manton Reece, the developer behind Micro.blog, details the App Store review limbo for Inkwell — a writing-focused iOS app. It's a recurring, maddening story of arbitrary gatekeeping that affects every indie developer in the Apple ecosystem. The specifics here illuminate exactly how opaque and frustrating the review process remains in 2026.
No. 15Weird Science
by diodorus · 134 points · 92 comments
Archaeologists unearthed an ancient Egyptian mummy interred with fragments of Homer's Iliad — a jaw-dropping collision of cultures from the Hellenistic period. The find opens fresh questions about literacy, burial customs, and the reach of Greek literature across the ancient Mediterranean. Pure wonder fuel.
No. 16Dev Tools
by OuterVale · 98 points · 43 comments
Vivaldi 8.0 lands with a slate of power-user features that continue to make it the browser most serious about letting you own your browsing experience. For developers who care about privacy and customization without leaving Chromium's compatibility behind, Vivaldi keeps making the case. Worth a look if you haven't revisited it lately.
No. 17Dev Tools
by siteshwar · 75 points · 10 comments
GCC 16 brings dramatically improved diagnostics and structured SARIF output — the same format VS Code's problem panel and many CI tools consume natively. Better error messages from the compiler is one of those unglamorous quality-of-life improvements that compounds every single day. SARIF support makes GCC errors first-class citizens in modern toolchains.
No. 18Dev ToolsApplies to you
by gmac · 73 points · 27 comments
An absolutely wild hack: a full Linux VM running in the browser, bridged to USB hardware via WebUSB and USB/IP, to revive scanners that lack modern drivers. This is creative, technically impressive, and directly useful for anyone with legacy peripherals gathering dust. The macOS angle is real — many old scanners simply don't have Apple Silicon drivers.
No. 19AI ToolsApplies to you
by mrkn1 · 69 points · 24 comments
YapSnap runs Whisper-based transcription entirely on CPU, pulling audio from YouTube, TikTok, X, and Instagram without needing a GPU. Privacy-first, local, no cloud upload — exactly the right architecture for anyone who wants AI transcription without surrendering their media to a third-party service. Drop it into your Obsidian workflow for instant video notes.
No. 20Dev ToolsApplies to you
by zdw · 40 points · 9 comments
A clever approach to defining test suites in Markdown — keeping tests readable, documentable, and co-located with human-readable specs. For teams using Obsidian or any Markdown-heavy workflow, this bridges the gap between living documentation and executable tests. A neat idea with immediate practical potential for spec-driven AI coding loops.