Top Stories

Running Local Models Is Good Now

1365 points · vickiboykis.com

Vicki Boykis makes the case that the open-weights ecosystem has quietly crossed a threshold: you can now run genuinely useful models on a laptop or a single consumer GPU without the output feeling like a toy. The post walks through the current tooling, quantization tricks, and which models actually hold up for everyday work.

This hit a nerve on HN because it reframes the local-vs-cloud debate. For a lot of developers the calculus has flipped — privacy, cost, and latency now favor running things yourself, and the quality gap that used to make that a non-starter has largely closed.


SpaceX to Buy Cursor for $60B

1039 points · reuters.com

SpaceX is reportedly acquiring Anysphere, the maker of the AI code editor Cursor, in a deal valued around $60 billion. It’s an eye-popping price for a company whose flagship product is a developer tool, and an unusual fit for a rocket and satellite company.

The thread is full of speculation about why Musk wants an in-house coding agent — vertical integration of engineering tooling across his companies, training data, or simply locking up one of the hottest AI dev tools before a competitor does. Either way, it’s another data point in how richly the market is valuing AI-native developer software.


GLM-5.2 Is the New Leading Open-Weights Model

108 points · artificialanalysis.ai

Zhipu’s GLM-5.2 has taken the top spot on Artificial Analysis’s Intelligence Index for open-weights models, edging out the previous leaders. For a model you can download and run yourself, the benchmark numbers are striking.

This dovetails neatly with the “local models are good now” sentiment elsewhere on the front page — the open-weights frontier keeps advancing fast, and each new release narrows the gap with the closed frontier labs.


GPT-NL: A Sovereign Language Model for the Netherlands

222 points · tno.nl

The Dutch research organization TNO is building GPT-NL, a state-backed language model trained with an emphasis on Dutch language, values, and data sovereignty. It’s part of a broader European push to avoid total dependence on US and Chinese AI providers.

Commenters debated whether national models can realistically keep pace with frontier labs, and whether “sovereign AI” is sound industrial policy or expensive flag-planting. It’s a live question across the EU right now.


The Founder’s Playbook: Building an AI-Native Startup

101 points · claude.com

A guide aimed at founders building companies where AI isn’t a feature bolted on but the core of how the product and the org operate. It covers team structure, how to think about moats when models are commoditizing, and where the durable value actually accrues.

HN’s reaction was a mix of practical interest and healthy skepticism about playbooks in a space moving this fast — but the underlying question of what “AI-native” really means for company building is one a lot of founders are wrestling with.


Qwen-Robot Suite: A Foundation Model Suite for Physical World Intelligence

183 points · qwen.ai

Alibaba’s Qwen team released a suite of foundation models aimed at robotics and embodied AI — perception, planning, and control for agents that act in the physical world rather than just generating text.

The robotics-foundation-model race is heating up, and HN readers were keen to see how Qwen’s open approach stacks up against the more closed efforts. It’s another sign that the “language model” labs are increasingly going after the physical world.


Stop Using JWTs

407 points · gist.github.com

A pointed argument that JSON Web Tokens are overused and often the wrong tool for session management — that plain server-side sessions are simpler, safer, and avoid the footguns (revocation, expiry, key handling) that JWTs introduce.

This is a perennial HN flamewar topic and it delivered: long threads relitigating stateless-vs-stateful auth, when JWTs genuinely make sense (cross-service, short-lived), and how much of the criticism is about misuse rather than the spec itself.


TIL: HTTP Requests Without curl Using Bash /dev/TCP

428 points · mareksuppa.com

A neat reminder that Bash has a built-in /dev/tcp pseudo-device that lets you open raw TCP sockets and hand-roll an HTTP request with nothing but the shell — no curl, no wget required.

It’s the kind of “I can’t believe this works” trick HN loves: useful in stripped-down containers or locked-down boxes where you can’t install tools, and a fun peek at a Bash feature most people never touch.


Wolfram Language and Mathematica Version 15

173 points · writings.stephenwolfram.com

Stephen Wolfram’s characteristically sprawling post launches version 15, with built-in AI capabilities woven into the language and a long list of new core functionality. As always, he documents it in exhaustive detail.

HN’s take ranged from genuine appreciation for the depth of the system to the recurring debate about Wolfram’s proprietary, closed ecosystem in an increasingly open-source world.