HN Top 10 β September 18, 2026
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.