Post

HN Top 10 β€” September 23, 2026

HN Top 10 β€” September 23, 2026

πŸ“Š View styled HTML version

Today’s Top 10 on Hacker News

1. Jev in 25 Lines of Python

⭐ 197 πŸ’¬ 65 πŸ‘€ bashbjorn πŸ”— Discuss on HN

A skeptical takedown of the much-hyped β€˜Jev’ System One decision model. The authors show you can replicate Jev-style calibrated decisions - a prompt with choices mapped to probabilities - in 25 lines of Python using a small local GGUF model via llama-cpp, with no API calls, no synthetic data, and no RLCD training, keeping everything local.ai.

2. GPT-6 Sol and Luna

⭐ 1559 πŸ’¬ 750 πŸ‘€ OfficialTurkey πŸ”— Discuss on HN

OpenAI expands the GPT-6 family with Sol and Luna, faster and cheaper models trained with the same methods as flagship GPT-6 Astra. API prices drop 50% versus GPT-5.6 promotional pricing (Sol: $2/$10 per million tokens, Luna: $0.10/$0.50), and OpenAI claims Sol beats Claude Opus 5 and other models on business-workflow benchmarks at a fraction of the cost per task, with roughly half the factuality errors of its predecessor.com.

3. Claude Opus 5.5

⭐ 1571 πŸ’¬ 974 πŸ‘€ km144 πŸ”— Discuss on HN

Anthropic’s first model in the new Claude 5.5 family, performing at Claude Fable 5.1 level on most work while costing 40% less to run. It passed external pre-release evaluations (METR, Frontier Design), posts the strongest scores yet on Anthropic’s automated behavioral audit, and ships with Fable 5.1-style safeguards including Life Sciences and Cyber verification programs. Priced at $4/$20 per million tokens with output 30% faster than Opus 5.com.

4. What Is an AI Software Factory? Lessons from 3 Client Deployments

⭐ 7 πŸ’¬ 0 πŸ‘€ altras πŸ”— Discuss on HN

Camplight defines an AI software factory as a managed system that turns defined requirements into validated software changes using AI agents, connected tools, automated checks, and human oversight. Drawing on three NDA-bound client deployments, they present β€˜Nest,’ a public generalized model tracing the flow from intent through context, execution, verification, approval, and release - arguing the differentiator is the system around the agents, not the agents themselves.net.

5. Transit rewards

⭐ 148 πŸ’¬ 157 πŸ‘€ raybb πŸ”— Discuss on HN

Waymo launches a transit rewards program in the San Francisco Bay Area that pays riders about $2.85 in Waymo Cash - the cost of a local bus fare - when a Visa-paid Waymo trip and public transit ride happen within two hours of each other. It covers all 27 Bay Area transit agencies accepting tap-to-pay, and comes with a Caltrain partnership leasing 40 dedicated station parking spaces for staged Waymo vehicles.com.

6. OpenAI GPT–6 Astra breaks Enigma message that has resisted solution since 2005

⭐ 668 πŸ’¬ 387 πŸ‘€ sohkamyung πŸ”— Discuss on HN

OpenAI’s GPT-6 Astra independently broke the German Army Enigma message MVUEH from 10 July 1941, which had resisted cryptanalysis since 2005. Given only the list of unbroken messages, the model chose its target, suspected the plaintext was related to an adjacent already-decoded message, used the repeated place name ROSENOW as a crib, and wrote its own Python and C++ Enigma simulator and Bombe to recover the key and plaintext.org.

7. Microsoft killed FoxPro in 2007. Anyway, here’s FoxPro revived

⭐ 335 πŸ’¬ 193 πŸ‘€ boredjohnny πŸ”— Discuss on HN

FoxDev Studio is an IDE that runs existing Visual FoxPro 9 projects on modern machines with no rewrite, conversion, or export step. It opens your existing projects, forms, tables, class libraries, and menus in their original file formats, with familiar designers, a line-level debugger, in-place data access, and continued support for legacy COM and add-in libraries - plus a new FoxScript language with lambdas demonstrated running an HTTP server.org.

8. β€˜We hacked the FBI:’ Hackers say they have data on all FBI employees

⭐ 628 πŸ’¬ 455 πŸ‘€ spenvo πŸ”— Discuss on HN

A high-profile hacking group claims it breached multiple FBI-related services and stole data β€˜on all FBI employees and their families.’ 404 Media examined a 5,000-record sample that includes names, addresses, and phone numbers of agents along with details on spouses. The full extent and authenticity of the breach remains under investigation.co.

9. Data-only attacks are easier than you think (2024)

⭐ 54 πŸ’¬ 22 πŸ‘€ segfaultbuserr πŸ”— Discuss on HN

Research by Johannesmeyer, Bos, Giuffrida, and Slowinska shows data-only attacks - which do not affect a program’s control flow and have long been considered too sophisticated and niche to be a practical threat - can be generated automatically with surprising ease. Their tool Einstein automates the construction of such attacks, moving them from theoretical curiosity to realistic threat.org.

10. ReBarUEFI: Resizable BAR for almost any UEFI system

⭐ 162 πŸ’¬ 50 πŸ‘€ nateb2022 πŸ”— Discuss on HN

ReBarUEFI is an open-source UEFI DXE driver that enables Resizable BAR on systems that don’t officially support it, unlocking GPU performance benefits and functionality that Intel Arc GPUs require to run optimally. It works by patching the module into your firmware, enabling 4G decoding with CSM off, then running ReBarState to set the BAR size (typically unlimited at 32-bit addressing).com.

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