Top Stories
Muse Glimmer: 30B-parameter model optimized for always-on local agent workflows
1122 points · research.meta.ai
Meta’s research arm dropped Muse Glimmer, a 30B-parameter open model tuned specifically for always-on local agents — the kind of workload where a model runs continuously in the background, handling tool calls and multi-step tasks without a round-trip to the cloud. At over 1,100 points it’s far and away the top story on Hacker News today.
The framing matters: rather than chasing frontier benchmark scores, Meta is optimizing for latency, cost, and the ability to run persistently on your own hardware. The HN crowd is dissecting whether a 30B model is the right size for genuinely useful agentic behavior, and reading the release as a signal about where the “open weights for agents” race is heading.
Mark Zuckerberg attacks ‘closed’ AI rivals as Meta returns to open models
520 points · ft.com
Right alongside the Muse Glimmer launch, the FT reports Zuckerberg going on the offensive against “closed” AI labs, positioning Meta’s renewed open-model push as the moral and strategic high ground. It’s a notable pivot given earlier speculation that Meta might pull back from releasing open weights.
Commenters are split between reading this as genuine conviction about openness and reading it as competitive strategy — commoditize the layer your rivals sell. Either way, the timing with today’s model release makes the message hard to miss.
The UK’s war on anonymity has come to America
514 points · effort.news
A pointed piece arguing that the UK’s age-verification and anti-anonymity regime — which pushes platforms toward identity checks and away from pseudonymous accounts — is now being exported into US policy debates. The HN thread is deeply engaged because online anonymity sits at the intersection of privacy, free speech, and security that this community cares about intensely.
The core worry: mandates framed around child safety end up building identity-verification infrastructure that applies to everyone, with lasting consequences for how people participate online.
Needle2: 14MB agentic LLM for phones, wearables, smart home and robots
358 points · cactuscompute.com
A Show HN that turns heads on size alone: a 14-megabyte agentic language model built to run on phones, wearables, smart-home gadgets, and robots. Where Muse Glimmer is “small” at 30B, Needle2 is playing an entirely different game — squeezing tool-using behavior into a footprint tiny enough for the most constrained edge hardware.
The discussion digs into what’s realistically possible at that scale versus marketing, but the appetite for capable on-device models that never phone home is clearly real.
As AI eats the web, the internet’s collective memory is disappearing
336 points · thewalrus.ca
A reflective essay on how AI-mediated search and summarization are hollowing out the open web — fewer clicks to source pages, more content vanishing behind AI answers, and a slow erosion of the linked, archivable record that made the web a shared memory. It struck a nerve with a community that has watched search quality decline for years.
The thread turns into a broader lament (and debate) about link rot, the incentives of AI answer engines, and whether anything durable replaces the pages that stop getting visited.
H3-metal – Native MiniMax-H3 inference for Apple Silicon
293 points · github.com
Redis creator Salvatore Sanfilippo (antirez) is back with h3.c, a from-scratch C implementation for running MiniMax-H3 inference natively on Apple Silicon. It’s the kind of lean, dependency-light, read-the-whole-thing codebase that HN loves, and antirez’s involvement guarantees attention.
Beyond the novelty, it’s a practical contribution to the growing toolkit for running modern models locally on Macs without the usual Python-and-CUDA baggage.
Sonic Pi v5
383 points · patreon.com
Sam Aaron’s live-coding music environment hits version 5, a major milestone for the tool that has introduced a generation of learners and performers to programming through sound. Sonic Pi lets you write code that plays and loops music in real time, and it’s a fixture in classrooms and algorave sets alike.
The HN reception is warm and nostalgic, with plenty of appreciation for a long-running open project that makes coding genuinely joyful.
Learning more about Claude’s mathematical capabilities
213 points · anthropic.com
Anthropic published research probing how its Claude models handle serious mathematics, using work related to the Riemann zeta function as a lens. It’s part of a wider push to understand where large models genuinely reason versus pattern-match on math.
Commenters — several with math backgrounds — are poking at exactly what the models can and can’t do, and what “mathematical capability” should even mean for an LLM.
What’s the best programming language for coding agents?
193 points · danluu.com
Dan Luu takes an empirical angle on a very 2026 question: which programming language works best when the one writing the code is an AI agent? He looks at things like token efficiency and how language design interacts with how models actually generate and iterate on code.
It’s a fresh reframing of the perennial language-wars debate, and the thread is full of engineers arguing over whether verbosity, type systems, or ecosystem conventions matter most when your pair programmer is a model.
Also Trending
- Stowaway – Take the window seat on any plane or satellite overhead (282 points) — A playful web app that puts you in the window seat of any aircraft or satellite passing above you. stowaway.live
- Squeak 6.1 (268 points) — A new release of the venerable open-source Smalltalk environment, still beloved for its live, image-based development model. squeak.org
- France to ban unsolicited telemarketing calls (238 points) — France’s ban on cold telemarketing calls takes effect today, flipping the default to opt-in consent. lemonde.fr
- Scroll through all 43252003274489856000 Rubik’s Cube states (205 points) — An addictive visualization that lets you scroll through every possible state of a Rubik’s Cube. everycube.alen.is
- Rust SIMD on the GPU (189 points) — A deep dive on bringing Rust’s SIMD abstractions to GPU execution for high-throughput numeric work. vectorware.com