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