| 1. | Claude Fable 5.1 and Claude Mythos 5.1(anthropic.com) |
| 1404 points by denysvitali 8 days ago | 1372 comments | permalink | |
tl;dr: Anthropic released Claude Fable 5.1 and Mythos 5.1, claiming state-of-the-art performance on coding, agentic, and scientific research benchmarks, with Mythos 5.1 restricted to vetted cybersecurity and life sciences users. Notable results include designing protein binders with ~50% hit rates, generating a higher-resolution Venus elevation map, and speeding up open-source bio ML models up to 2.5x. Pricing drops ~25% (up to 45% for agentic workloads) via 75%-cheaper cache reads, and a new Enterprise Frontier Safeguards system offers zero-data-retention privacy while keeping misuse protections. | |
HN Discussion:
| |
| 2. | How accurate have Ed Zitron's AI skeptic predictions been?(danluu.com) |
| 864 points by jatins 8 days ago | 1035 comments | permalink | |
tl;dr: Summary not available | |
HN Discussion:
| |
| 3. | FBI Probes Service Selling 153M+ Drivers Licenses(krebsonsecurity.com) |
| 413 points by tatersolid 8 days ago | 276 comments | permalink | |
tl;dr: A dark web service called Nexus was selling scans of 153M+ US and Canadian drivers licenses, including those of high-ranking officials like Defense Secretary Pete Hegseth. KrebsOnSecurity traced the source to Louisiana-based idscan.net, an identity verification vendor used by Hertz, Planet13 dispensaries, and other major brands, based on timestamps matching victims' car rentals and dispensary visits. The FBI's New Orleans field office has opened an investigation, and the Nexus site went offline shortly after Krebs published the story. | |
HN Discussion:
| |
| 4. | Introducing Ad Blocker for Firefox on iOS(blog.mozilla.org) |
| 571 points by HieronymusBosch 9 days ago | 185 comments | permalink | |
tl;dr: Firefox on iOS now includes a built-in Ad Blocker, off by default, that uses Apple's WebKit Content Blocker API and the EasyList filter to block third-party ads and trackers. It won't block first-party ads, search result ads, or Firefox's own sponsored shortcuts, and can be enabled via Settings > Browsing > Ad Blocker. Mozilla built it directly into the browser because iOS doesn't support extensions the way Desktop and Android do. | |
HN Discussion:
| |
| 5. | My local model setup on an M4 Pro Mac Mini(lws.io) |
| 323 points by raybb 8 days ago | 192 comments | permalink | |
tl;dr: The author runs a local LLM setup on a 48GB M4 Pro Mac mini using Qwen3.6-35B-A3B and Gemma-4-E4B (both 4-bit quantized) via the oMLX inference server, with Tailscale connecting his iPhone and MacBook to access it through clients like Hermes, Apollo, and Raycast. He argues MoE models are key for consumer hardware since only active parameters (3B of 35B) matter for inference speed, achieving ~34 tok/s generation. The motivation: avoiding cloud API pricing volatility, privacy risks, and geopolitical restrictions, while handling ~80% of daily tasks locally at zero marginal cost. | |
HN Discussion:
| |
| 6. | Ambient CSS v3 – Blender meets CSS(ambientcss.vercel.app) |
| 298 points by kikkupico 9 days ago | 97 comments | permalink | |
tl;dr: Summary not available | |
HN Discussion:
| |
| 7. | Movie Scene Map – 13,312 films, series, games, anime and manga(moviescenemap.com) |
| 326 points by Flightmussy 9 days ago | 46 comments | permalink | |
tl;dr: Movie Scene Map is a free interactive atlas of 15,565 real filming locations across 166 countries, covering 9,287 films/series plus 2,153 games, 407 anime, and 365 manga (placed by narrative setting). Data is sourced from Wikidata statements and Wikipedia articles/categories rather than scraping, and the full dataset is downloadable as CC0 GeoJSON/CSV with a read-only MCP endpoint for AI assistants. Coverage is uneven and curated—missing titles can be added upstream via Wikidata edits. | |
HN Discussion:
| |
| 8. | True Rate of Unemployment(lisep.org) |
| 301 points by ptrhvns 8 days ago | 339 comments | permalink | |
tl;dr: The True Rate of Unemployment (TRU), developed by LISEP using BLS data, measures the share of the U.S. labor force that is jobless, involuntarily part-time, or earning less than $26,000 annually (2025 dollars). It aims to give policymakers a more accurate picture of Americans' financial well-being than the official unemployment rate. | |
HN Discussion:
| |
| 9. | The ChatGPT/Codex app bundles a full copy of LibreOffice(simonwillison.net) |
| 480 points by timpera 8 days ago | 240 comments | permalink | |
tl;dr: The OpenAI Codex/ChatGPT desktop app stashes 1.7GB in `~/.cache/codex-primary-runtime`, bundling full copies of Python, Node.js, Poppler, git, and the entire LibreOffice suite. Codex uses these binaries via "skills" defined in its plugins directory, apparently to handle document processing tasks locally. | |
HN Discussion:
| |
| 10. | The creator of Jujutsu has joined ERSC(ersc.io) |
| 260 points by steveklabnik 8 days ago | 255 comments | permalink | |
tl;dr: Martin von Zweigbergk, creator of the Jujutsu (jj) version control system, has left Google to become CTO of East River Source Control, a startup building next-gen VCS tooling for the AI era. He'll continue maintaining Jujutsu as open source, but argues the Git-based server/storage layer needs to be rethought—work better suited to a company than an OSS project. ERSC, backed by Amplify Partners, is launching its Storage product in private beta later this month. | |
HN Discussion:
| |
| 11. | Ask HN: Who is hiring? (September 2026) |
| 236 points by whoishiring 9 days ago | 283 comments | permalink | |
tl;dr: Monthly Hacker News thread for companies to post job openings, requiring posters to specify location/remote status and be directly involved in hiring (no recruiters or job boards). Third-party search tools are linked for filtering listings, and a companion "Who wants to be hired?" thread is referenced for job seekers. | |
HN Discussion:
| |
| 12. | Show HN: Running 104GB Qwen3.8-Flash-Next on 48GB Mac with at ~12 tok/s(github.com) |
| 226 points by carloslfu 9 days ago | 107 comments | permalink | |
tl;dr: Slotstream is a single Swift binary that runs the 104GB Qwen3.8-Flash-Next MoE model on Apple Silicon Macs with far less RAM than the model size, streaming experts from SSD into a fixed cache pool shared across layers. On a 48GB M5 Pro it hits ~12 tok/s warm decode with ~32GB peak memory, and exposes Ollama/OpenAI-compatible APIs on port 11434. It works because MLX can't partially materialize mmap'd tensors (top-10 expert gather touches all 512), so it uses pread into managed slots instead. | |
HN Discussion:
| |
| 13. | Atlas: A World Model for Spatial Intelligence(worldlabs.ai) |
| 261 points by johnsutor 8 days ago | 59 comments | permalink | |
tl;dr: World Labs unveiled Atlas, a multimodal autoregressive diffusion transformer that natively handles text, images, video, and 3D depth maps within a shared spatial context. It performs camera-controlled video generation (up to 1 minute at 1440p), sparse-view 3D reconstruction (outputting point clouds or Gaussian splats), space-time reframing, and robotics Real-to-Sim workflows, reportedly outperforming specialized models on camera-following and 3D reconstruction benchmarks. Atlas is entering early access with select partners and will power future versions of World Labs' Marble product. | |
HN Discussion:
| |
| 14. | AnkiDroid: Google Play no longer allowing Open Collective donation link(github.com) |
| 917 points by hexa555 9 days ago | 279 comments | permalink | |
tl;dr: Google Play is threatening to remove AnkiDroid (10M+ installs) from the store on September 11 unless it removes its Open Collective donation link, arguing donations must go to a "tax-exempt organization." AnkiDroid's fiscal host, Open Source Collective, provided an IRS determination letter confirming 501(c)(6) tax-exempt status, but Google support has repeatedly rejected it without explaining why 501(c)(6) doesn't qualify (the policy doesn't specify 501(c)(3)). The team is removing the donation link under protest and asking for help escalating to someone inside Google. | |
HN Discussion:
| |
| 15. | Play Store blocks AuroraStore, hurting GrapheneOS users(gitlab.com) |
| 547 points by erikvanoosten 9 days ago | 253 comments | permalink | |
tl;dr: Aurora Store users with anonymous accounts are seeing "Server busy, please try again later" errors on all app installs, apparently due to Google blocking the shared anonymous accounts Aurora relies on to proxy Play Store downloads. The issue reproduces across stable and nightly builds (including 4.8.4 on CalyxOS/Android 16), and persists regardless of VPN, cache clearing, or account refresh—effectively breaking Play Store access for GrapheneOS and other de-Googled users who don't have their own Google accounts. | |
HN Discussion:
| |
| 16. | I trained a small transformer in 1.5hrs and it beats many LLMs(mvakde.github.io) |
| 651 points by porridgeraisin 9 days ago | 162 comments | permalink | |
tl;dr: A researcher trained a small transformer from scratch on a 5090 GPU in 1.5 hours for $0.67, scoring 45% on ARC-1 and 7% on ARC-2, matching TRM/HRM without recursion. Key improvements over the prior version include modern architecture (SwiGLU, RMSNorm), NorMuon optimizer, 3D RoPE with per-task embeddings, and supervised training on output tokens only. The author argues recursion isn't necessary, criticizes reliance on synthetic data and augmentations in other ARC approaches, and believes 65% is achievable within the transformer framework. | |
HN Discussion:
| |
| 17. | Hang on to Your Firefox(newsonaut.com) |
| 938 points by speckx 8 days ago | 511 comments | permalink | |
tl;dr: Firefox is the last major browser with an independent engine, and abandoning it over minor complaints (like its presence on X) risks leaving the web dominated by Chrome and its derivatives, with only Safari as a niche holdout. The author argues that critics—particularly on Hacker News and among bloggers switching to Chromium-based alternatives like Vivaldi—are being inconsistent and shortsighted, and that supporting Firefox is essential for preserving browser engine diversity. | |
HN Discussion:
| |
| 18. | Apple reveals 'shocking evidence' from ex-employee's MacBook in OpenAI suit(9to5mac.com) |
| 241 points by colinprince 8 days ago | 186 comments | permalink | |
tl;dr: Apple filed new evidence in its trade secret lawsuit against OpenAI and former engineer Chang Liu, claiming forensic analysis of Liu's MacBook shows he downloaded a confidential Apple circuit schematic and used it in LTspice simulations at OpenAI, allegedly feeding it to an AI agent. Apple also alleges Liu instructed an OpenAI colleague to destroy evidence after learning of Apple's internal investigation. Apple is using the findings to push for expedited discovery and access to a related Mac mini that synced to the laptop via iCloud. | |
HN Discussion:
| |
| 19. | Tmp.0ut Volume 5(tmpout.sh) |
| 211 points by ghuntley 9 days ago | 42 comments | permalink | |
tl;dr: Volume 5 of tmp.0ut, an ELF/low-level hacking zine, features 21 articles including an interview with Doug McIlroy, a 57-byte x86-64 Linux ELF analysis, a 440-byte metamorphic ELF-64 virus, deep dives into Linux kernel executable loading, polyglot ELFs, syscall hook detection via side-channels, code virtualization, and fine-grained load-time ASLR. Also included are BGGP6 recap, static kernel patching, and a mixtape. | |
HN Discussion:
| |
| 20. | American Airlines mechanic Azriel “Al” Blackman has died(simpleflying.com) |
| 382 points by NaOH 11 days ago | 163 comments | permalink | |
tl;dr: Azriel "Al" Blackman, the Guinness World Records holder for the longest career as an airline mechanic, has died at 100, ending an 80-year tenure at American Airlines that began in 1942 when he was 16. Starting on Sikorsky flying boats at LaGuardia's Marine Air Terminal and finishing on the Boeing 777, he was honored in 2017 when American dedicated a 777-200 (N751AN, nicknamed "7BK") to him. He continued working until celebrating his 80th anniversary with the airline in 2022. | |
HN Discussion:
| |