HN Daily | September 1, 2026

Anthropic drops Claude 5.1 models, Dan Luu audits AI skeptic predictions, Data Colada exposes fraud in a classic procrastination paper, and developers squeeze 125B models onto modest Macs.

Today's dispatch brings a fascinating tension between cutting-edge computational leaps and deep dives into the plumbing of computing history. From new model architectures and reverse-engineered diagnostics to the quiet consequences of NAT and App Store walled gardens, the theme of the day is peering beneath the abstractions we take for granted.

Here are the stories that captured our attention today.

AI & Machine Learning

  1. Claude Fable 5.1 and Claude Mythos 5.1 โ€” Anthropic has released documentation and system cards for its next-generation Claude 5.1 tier, introducing Fable and Mythos. The models push boundaries on long-horizon reasoning and agentic reliability while outlining detailed safety safeguards.

  2. How accurate have Ed Zitron's AI skeptic predictions been? โ€” Dan Luu applies his trademark rigorous analysis to the claims of prominent AI critic Ed Zitron, checking specific forecasts against actual corporate earnings and deployment milestones. It is a masterclass in separating entertaining polemics from empirical reality.

  3. Show HN: Running 104GB Qwen3.8-Flash-Next on 48GB Mac with at ~12 tok/s โ€” Slotstream uses expert-offloading and SSD streaming via Apple's MLX and Swift to run a 125-billion parameter model on consumer Macs with limited RAM. It is a practical breakthrough for developers wanting local, high-capability inference without renting a server cluster.

  4. I trained a small transformer in 1.5hrs and it beats many LLMs โ€” An independent researcher achieved 44% on the ARC-1 benchmark using an 8-layer transformer trained in 90 minutes on a single RTX 5090. By focusing strictly on test-time sample efficiency and output loss supervision, it challenges the assumption that only brute-force frontier compute can tackle abstract reasoning.

  5. Apple reveals 'shocking evidence' from ex-employee's MacBook in OpenAI suit โ€” In newly filed court documents, Apple claims a former hardware engineer took proprietary circuit schematics to OpenAI, where they were allegedly fed into autonomous AI agents to automate engineering simulations. The case highlights the escalating legal frontier of training internal agents on former employers' trade secrets.

Tools & Software Engineering

  1. The ChatGPT/Codex app bundles a full copy of LibreOffice โ€” Simon Willison dug through the local application runtime of the ChatGPT desktop client and found an entire embedded headless LibreOffice suite, alongside Poppler, Python, and Node.js. It turns out the easiest way for an AI agent to reliably parse and convert complex office documents is still the battle-tested open-source desktop stack.

  2. The creator of Jujutsu has joined ERSC โ€” Martin von Zweigbergk, the creator of the popular Git-alternative jj, has stepped in as CTO of East River Source Control. The company plans to rethink backend version control storage layers to handle the explosive volume of machine-generated code.

  3. RavynOS: Pre-alpha open-source OS based on Darwin, FreeBSD, Apple open-source โ€” RavynOS is an ambitious community effort to build an open-source, non-walled operating system combining FreeBSD and Apple's Darwin codebase with macOS application compatibility. It offers an intriguing haven for developers who love the Mac desktop experience but hate vendor lock-in.

Platforms, Policy & Privacy

  1. AnkiDroid: Google Play no longer allowing Open Collective donation link โ€” The beloved open-source flashcard app faces removal from Google Play over non-profit donation links routed through Open Source Collective's 501(c)(6) fiscal host. The incident illustrates how corporate app store monopolies routinely squeeze volunteer-driven open-source software under ambiguous billing policies.

  2. Play Store blocks AuroraStore, hurting GrapheneOS users โ€” Aurora Store, the primary FOSS client used to download apps from Google Play without proprietary Google Play Services, is encountering severe upstream request throttling and blocks. The move leaves privacy-centric Android ROM users with fewer viable options for app distribution.

  3. Introducing Ad Blocker for Firefox on iOS โ€” Mozilla has built a native content blocker directly into Firefox for iOS using Apple's WebKit content-blocking APIs and EasyList rules. Because Apple restricts traditional extensions on iOS, building the blocker into the core browser provides iPhone users with a much-needed defense against cluttered websites.

  4. Internet centralization and the original sin of NAT โ€” A thoughtful architectural retrospective on how Network Address Translation, initially introduced as a temporary band-aid for IPv4 exhaustion, fundamentally shattered the peer-to-peer vision of the internet and forced the modern web into the arms of centralized cloud intermediaries.

Hardware, Hacking & Retro Computing

  1. 2004 RuneScape fit a multiplayer RPG into 56k dial-up โ€” A technical breakdown of a decompiled RuneScape 2 client, revealing how Jagex crammed thousands of concurrent players over a 5 KB/s dial-up connection via 600ms tick rates and ISAAC opcode-level encryption.

  2. Playa Phone โ€” A solar-powered, VoIP-enabled vintage phone booth placed at Black Rock City allows Burners to place free five-minute phone calls anywhere in the world, or lets anyone call the desert to chat with a passing stranger.

  3. RotaryCell: Making an unmodified rotary phone work over LTE with an ESP32-S3 โ€” A fully reversible, non-destructive hardware mod that tucks an ESP32-S3, an LTE modem, and a high-voltage ringer circuit inside an original Western Electric Model 500 rotary telephone.

  4. Cheap GPS jammers are filling the world with navigation dead zones โ€” The widespread availability of inexpensive, black-market GPS jammers used by delivery drivers to dodge workplace tracking is creating massive interference zones that threaten commercial aviation and maritime safety.

Curiosities & Deep Dives

  1. Show HN: Laser Graffiti โ€” A zero-dependency web application that turns any standard projector and webcam setup into an interactive laser-tag canvas, mapping physical laser pointer strokes into dripping digital neon graffiti in real time.

  2. Reverse engineering my ADHD test โ€” A software engineer undergoing a clinical ADHD diagnostic exam cracked open browser DevTools to see how the continuous performance assessment measured key-up latency, browser focus loss, and auditory distractors.

  3. A walkable ASCII cyberpunk city in one HTML file [video] โ€” A remarkable technical demo providing a fully navigable 3D cyberpunk cityscape with traffic and elevation rendered entirely in colored ASCII characters inside a single, dependency-free HTML file.

  4. Evidence of Fraud in an Influential Study About Procrastination โ€” Data Colada presents compelling forensic proof that the data in Dan Ariely and Klaus Wertenbroch's widely cited 2002 paper on deadlines and precommitments was fabricated, marking another major blow to early behavioral economics literature.


Whether it is discovering that modern LLM wrappers are secretly orchestrating 30-year-old office binaries under the hood or learning that foundational social science papers were built on forged spreadsheets, the lesson remains the same: inspect the source code, verify the data, and never take the high-level demo at face value.