Top Stories
The dead economy theory
1031 points · owenmcgrann.com
A long-form essay arguing that the headline economic numbers no longer reflect what most people actually experience — that GDP, employment and market indices have decoupled from the lived reality of paychecks, housing, and small business health. The piece struck a nerve on HN, where commenters traded their own anecdotes about a “vibes-cession” that refuses to show up in official statistics. Whether you buy the thesis or not, it’s a useful read for understanding the mood music behind a lot of current tech and policy debates.
SQLite is all you need for durable workflows
555 points · obeli.sk
Yet another entry in the “SQLite is shockingly enough” genre, this one making the case that you can build Temporal-style durable workflow engines on top of plain SQLite — no Postgres, no Kafka, no dedicated orchestrator. The author walks through how WAL mode, deterministic replay and a careful schema get you most of what frameworks like Temporal, Cadence and Restate provide. HN engineers loved the simplicity but pushed back on multi-writer and scaling limits, which makes the comment thread almost as useful as the post.
Notes from the Mistral AI Now Summit
386 points · koenvangilst.nl
A developer’s first-hand notes from Mistral’s flagship event, covering new model announcements, the European sovereign-AI pitch, and the agentic tooling Mistral is positioning against OpenAI and Anthropic. The write-up gets into the model lineup, pricing, and the political subtext of a French-led “alternative” stack. For anyone tracking the trio of Anthropic/OpenAI/Mistral, this is the most readable summary so far of where Mistral thinks it sits heading into the second half of 2026.
Is AI causing a repeat of frontend’s lost decade?
359 points · mastrojs.github.io
The author argues that LLM-driven coding is pushing the frontend ecosystem back into the same complexity spiral that defined the 2014–2020 era — towers of dependencies, framework churn, and apps that ship 5MB of JavaScript to render a paragraph of text. The twist: this time the bloat is being generated by AI rather than by overzealous humans. The HN thread got into whether agentic coding tools have any incentive to optimize for simplicity, or whether they’ll structurally produce overengineered code forever.
It’s hard to justify buying a Framework 12
311 points · jeffgeerling.com
Jeff Geerling’s measured take on Framework’s small-form-factor laptop, concluding that the repairability story doesn’t quite outweigh the price, weight, and performance trade-offs versus a current MacBook Air or used ThinkPad. It’s interesting both as a product review and as a referendum on whether the right-to-repair-flagship-laptop category has a viable mass market yet. HN, predictably, is split between Framework loyalists and people pointing out the still-large gap to mainstream ultraportables.
MCP is dead?
252 points · quandri.io
A provocative engineering-blog title arguing that the Model Context Protocol — Anthropic’s standard for connecting LLMs to external tools and data — is already losing momentum to alternatives baked directly into the major model providers. The author lays out where MCP got traction, where it stalled, and what the practical migration paths look like. HN was, unsurprisingly, all over this one, with the comments providing a useful reality check on a standard that’s barely a year old.
Bijou64: A variable-length integer encoding
232 points · inkandswitch.com
Ink & Switch publishes a new variable-length integer encoding aimed at local-first and CRDT-heavy workloads, claiming better small-number density than varint while staying byte-aligned and easy to skip over. The write-up walks through the format, the trade-offs versus LEB128/SQLite varints, and the real workloads that motivated it. A nice example of low-level systems work tied to a clear application — exactly the kind of post HN’s systems crowd eats up.
Liquid AI reveals 8B-A1B MoE trained on 38T tokens
192 points · liquid.ai
Liquid AI announces LFM-2.5, an 8B-active / 1B-shared mixture-of-experts model trained on a striking 38 trillion tokens, with benchmarks the team claims are competitive with much larger dense models. The release continues the trend of small-but-aggressively-trained MoEs nibbling at the frontier-model lead. HN’s interest is partly technical (the MoE routing details) and partly competitive — Liquid is one of the few non-US/non-China labs people still actively root for.
Also Trending
- On Rendering Diffs (178 points) — A deep dive into the surprisingly hard UX problem of showing code diffs well, from someone building dev tools at Pierre. pierre.computer
- Danish pension fund excludes SpaceX citing governance and valuation (173 points) — One of Europe’s largest pension funds publicly drops SpaceX from its portfolio over governance concerns and what it views as an overheated private valuation. reuters.com
- Tiny-vLLM: high-performance LLM inference engine in C++ and CUDA (150 points) — A Show HN of a minimal, readable vLLM-style inference engine aimed at people who want to understand the internals without wading through a production codebase. github.com
- Shift will clean homes for free to train future robots (148 points) — An AI training-data startup is offering free house-cleaning in exchange for sensor data to train household robots, raising obvious questions about labor and consent. theverge.com
- The Last Technical Interview (124 points) — Steve Yegge weighs in on what AI coding tools mean for the classic whiteboard interview, and what hiring might look like once “writes code” is no longer a useful signal. steve-yegge.medium.com