From Hacker News
Stories 1 – 10
No. 01AI ToolsApplies to you
by rvz · 830 points · 323 comments
Google drops Gemma 4 12B, a fully open-weights multimodal model that ditches the separate encoder architecture entirely. At 12B parameters it's small enough to run locally, which makes it immediately actionable for anyone building AI-augmented workflows. With 830 points and 323 comments, the HN crowd is clearly paying attention.
No. 02Dev Tools
by cloud8421 · 759 points · 277 comments
Elixir gets a landmark release: gradual typing is now baked into the language, not bolted on via Dialyzer hacks. This is a significant step toward making the BEAM ecosystem more accessible to teams coming from TypeScript/.NET. The 277-comment thread is full of comparisons to TypeScript's own gradual typing journey.
No. 03Privacy & SecurityApplies to you
by reconnecting · 730 points · 695 comments
Meta now surveils employees so thoroughly that opting out for 30 minutes is framed as a benefit. The 695-comment thread is a masterclass in how workplace surveillance tech normalizes over time. A chilling preview of where always-on productivity monitoring is heading.
No. 04Privacy & SecurityApplies to you
by xx_ns · 667 points · 109 comments
A researcher demonstrates a BadUSB-style attack delivered acoustically through a PC speaker — no physical access, no USB required. The attack chain is genuinely novel and the write-up is detailed enough to understand the exploit mechanics. Eye-opening for anyone who assumes air-gap means safe.
No. 05AI ToolsApplies to you
by MaxLeiter · 658 points · 244 comments
A riff on the classic sci-fi short, reframed as a meditation on what LLMs actually are — frozen probability distributions all the way down. Sharp, brief, and earns its 658 points by making you think differently about the tools you use every day. Required reading before you next argue about AI consciousness.
No. 06AI ToolsApplies to you
by pdyc · 480 points · 603 comments
Simon Willison dissects Uber's $1,500/month per-employee AI cap and extracts useful market intelligence: that's the ceiling enterprises are willing to pay, which anchors pricing for every tool in this space including Claude Code. If you're budgeting AI tooling for a team, this framing is immediately useful. The 603-comment thread is wild.
No. 07Creative SoftwareApplies to you
by pentagrama · 454 points · 203 comments
Blackmagic ships DaVinci Resolve 21 with a hefty feature list spanning color, cut, Fusion, and Fairlight. It remains the gold-standard free (and paid) video editor available natively on macOS. The new AI-assisted tools in particular are worth a look for any developer doing video content.
No. 08AI ToolsApplies to you
by lordleft · 427 points · 748 comments
Ted Chiang — the writer whose stories inspired Arrival — argues clearly and carefully that LLMs are not conscious and why it matters that we stop pretending otherwise. With 748 comments this is the discussion of the day. An essential counterweight to hype, especially in the week Gemma 4 dropped.
No. 09New Apple AppsApplies to you
by tosh · 375 points · 407 comments
Ming-Chi Kuo reports Apple has doubled MacBook Neo production to meet demand — a strong signal this form factor is landing well with consumers. If you're planning a hardware upgrade, supply constraints are easing. The 407-comment thread digs into specs, pricing, and who's actually buying.
No. 10Privacy & SecurityApplies to you
by SGran · 263 points · 144 comments
Let's Encrypt lays out its roadmap for post-quantum TLS certificates, covering algorithm choices, chain length concerns, and rollout timelines. If your .NET or Node services terminate TLS, this affects you sooner than you think. Bookmark this for the next time someone on your team asks about quantum-safe infrastructure.
From Pinboard Popular
Stories 11 – 20
No. 11AI ToolsApplies to you
by littlexsparkee · 281 points · 216 comments
Berkeley CS professors are seeing a troubling pattern: students leaning on AI for problem sets are failing exams at higher rates and show measurably weaker fundamentals. A timely counterpoint to the 'AI makes everyone a 10x developer' narrative. Worth reading if you mentor junior devs or hire new grads.
No. 12AI ToolsApplies to you
by jbredeche · 122 points · 54 comments
Anthropic's engineering blog explains the sandboxing and containment layers built around Claude across different product contexts — directly relevant if you're deploying Claude Code or building on the API. The details on tool-use restrictions and privilege separation are useful for anyone thinking about agentic AI safety in production.
No. 13Privacy & SecurityApplies to you
by jc4p · 209 points · 85 comments
A developer deliberately seeded an app with real vulnerabilities, then threw GPT-4, Claude, and Gemini at it with $1,500 in API budget. The results are nuanced — LLMs found some issues but missed others that a human pentester caught immediately. Essential reading for anyone who thinks AI replaces a security audit.
No. 14Creative Software
by bennett_dev · 119 points · 43 comments
Ableton quietly ships an official Extensions SDK, letting developers build deep integrations with Live beyond the old Max for Live constraints. This is a big deal for music-tech developers who've been working around unofficial APIs for years. If you've ever wanted to wire Ableton into a custom workflow, now you have a real SDK to do it.
No. 15Dev ToolsApplies to you
by tastyeffectco · 89 points · 24 comments
A Go tool that spins up ephemeral Docker-based dev sandboxes with shareable preview URLs — no Kubernetes required. Perfect for teams that want Vercel-style preview deployments without the cloud bill or the complexity. You can have this running on a cheap VPS today.
No. 16Dev Tools
by ledoge · 84 points · 45 comments
Google's open source blog traces the research lineage behind JPEG XL, from PIK and FUIF through to the final standard. Now that Safari and Chrome both support it, understanding what you're actually using matters. Good background for anyone choosing image formats for web or app projects.
No. 17Weird Science
by 1970-01-01 · 111 points · 55 comments
A fireball broke up over Massachusetts with a sonic boom heard across multiple states — fragments reportedly recovered. These events are rarer than they seem and the community effort to triangulate landing sites using dashcam and doorbell footage is a neat example of citizen science at scale.
No. 18Weird Science
by gmays · 69 points · 5 comments
UMontreal researchers identify molecular 'brakes' that tell developing limb cells when to stop proliferating — a missing piece in the puzzle of how body plans are reliably encoded. The analogy to compile-time constraints on growth is oddly compelling for a software brain. Elegantly weird developmental biology.
No. 19AI ToolsApplies to you
by shalinshah · 67 points · 59 comments
YC P26 startup Hyper pitches itself as a persistent 'company brain' that feeds codebase context to AI coding agents — essentially long-term memory and knowledge graph for Claude Code and similar tools. Directly addresses the 'AI forgets your architecture' problem that plagues agentic dev workflows. Worth watching.
No. 20Dev Tools
by ingve · 250 points · 124 comments
A deep dive into binary size optimization — tracing where every byte in a compiled output comes from and what you can do about it. The techniques span linker scripts, LTO, and profile-guided optimization. Relevant for anyone shipping native macOS or embedded targets where binary size still matters.