Post

HN Top 10 β€” September 18, 2026

HN Top 10 β€” September 18, 2026

πŸ“Š View styled HTML version

Today’s Top 10 on Hacker News

1. OpenJev

⭐ 100 πŸ’¬ 49 πŸ‘€ ilreb πŸ”— Discuss on HN

OpenJev runs a decision model entirely in your browser using open models and WebGPU. It can read typed probabilities for your allowed options without decoding them, or generate the same distribution token by token, so you can measure the difference on your own hardware.

2. Jemalloc 5.4.0

⭐ 167 πŸ’¬ 47 πŸ‘€ gkfasdfasdf πŸ”— Discuss on HN

jemalloc is a general-purpose malloc(3) implementation that emphasizes fragmentation avoidance and scalable concurrency, originally adopted as FreeBSD’s libc allocator in 2005. Version 5.4.0 continues the project’s effort to make it one of the best allocators for a broad range of demanding applications.

3. Microsoft exec called AI scraping β€˜the largest theft of labor in human history’

⭐ 101 πŸ’¬ 45 πŸ‘€ pluc πŸ”— Discuss on HN

New unredacted filings in the New York Times’ copyright lawsuit against OpenAI and Microsoft reveal a Microsoft exec privately called AI scraping β€˜theft’ and OpenAI leadership described its models as an β€˜existential threat’ to publishers. The material also details how content was obtained by bypassing paywalls and stripping copyright notices.

4. The scourge of x86 emulation

⭐ 161 πŸ’¬ 28 πŸ‘€ dagmx πŸ”— Discuss on HN

A FEX-EMU feature article on the core difficulty of emulating the x86 Total Store Ordering (TSO) memory model on ARM’s weaker ordering model. It walks through the multi-faceted problems, from atomic instructions to split-lock and uncached memory, and how each is solved, or can’t be.

5. Astra for Law

⭐ 502 πŸ’¬ 591 πŸ‘€ vertigoruntime πŸ”— Discuss on HN

OpenAI introduces Astra for Law, a foundation for law firms and legal-tech companies built on GPT-6 Astra combined with a legal search index and tools tailored for professional legal work. It adds privacy and governance controls for confidential client work plus 26 new ecosystem plugins connecting to tools like Relativity and Clio.

6. Bonsai 2 27B: Near-Lossless Compression in a 9x Smaller Footprint

⭐ 461 πŸ’¬ 135 πŸ‘€ JonSchneider πŸ”— Discuss on HN

Ternary Bonsai 2 27B, based on Qwen3.8 27B, uses ternary -1/0/+1 weights with FP16 group-wise scaling for 1.76 effective bits per weight and a 5.9GB footprint. It is more than 9x smaller than its full-precision counterpart while retaining 98.2% of benchmark performance, with a 262K-token context window and an Apache 2.0 license.

7. Bend – A language that blocks AI mistakes via proof, on CPU and GPU

⭐ 487 πŸ’¬ 230 πŸ‘€ nicolas-siplis πŸ”— Discuss on HN

Bend is a fast language that blocks AI mistakes via proof, compiling to native code near C speed with CUDA parallelism, Lean proofs, and Python syntax. You express intent as precise β€˜laws’ and verify that an AI implemented them correctly with β€˜proofs’ before committing, on CPU or GPU.

8. Replacing Pull Requests with Delta

⭐ 34 πŸ’¬ 5 πŸ‘€ vquemener πŸ”— Discuss on HN

Zed launches the public beta of Delta, a multiplayer environment for coding with agents and reviewing their work, where collaboration does not depend on committing and pushing code. Teammates join your agent threads and share the same worktrees, and Delta has already disabled pull requests on its own repository.

9. Qwen 3.8 Omni Flash

⭐ 235 πŸ’¬ 84 πŸ‘€ jjcm πŸ”— Discuss on HN

Qwen’s next-generation native omnimodal model is built to strengthen agentic capabilities in real-world productivity scenarios, moving from understanding omnimodal content to planning tasks, calling tools, and completing creative work. It accepts text, image, audio, and video with a 1M-token context window, scoring over 25% better than Qwen3.5-Omni-Plus across 29 evaluations.

10. Hister: A private search engine for the pages you visit and the files you keep

⭐ 624 πŸ’¬ 170 πŸ‘€ bookofjoe πŸ”— Discuss on HN

Hister is a private search engine that indexes the full contents of the pages you visit and files you keep, so you can find information again from a web interface, the terminal, or an MCP-connected AI assistant. It needs no configuration for a local setup and ships browser extensions for Firefox and Chrome.

This post is licensed under CC BY 4.0 by the author.