Post

HN Top 10 — June 13, 2026

HN Top 10 — June 13, 2026

📊 View styled HTML version

Today’s Top 10 on Hacker News

1. Statement on US government directive to suspend access to Fable 5 and Mythos 5

⭐ 2409💬 1729👤 Dylan1312HN comments

The US government issued an export control directive requiring Anthropic to suspend all access to Fable 5 and Mythos 5 for any foreign national, including foreign employees within the US. Since distinguishing foreign nationals is infeasible, Anthropic has disabled these models for all customers entirely. The government cited national security concerns related to a jailbreak method that could expose minor cybersecurity vulnerabilities, despite extensive red-teaming showing Fable’s safeguards are substantially stronger than any previously deployed model.

2. Open source AI must win

⭐ 1000💬 314👤 vednigHN comments

An open letter arguing that intelligence infrastructure must remain open-source, locally deployable, and community-governed rather than becoming a subscription economy controlled by a handful of closed labs. The author warns that if AI capabilities depend on closed APIs and opaque moderation, society loses not just software freedom but operational freedom — the ability to study, build, repair, and preserve critical infrastructure without asking permission.

3. CRISPR tech selectively shreds cancer cells, including “undruggable” cancers

⭐ 836💬 190👤 gmaysHN comments

Researchers at UC Berkeley, UCSF, and Gladstone Institutes published a CRISPR-based approach in Nature that selectively destroys cancer cells carrying p53 mutations — found in nearly half of all cancers and up to 90% of ovarian, pancreatic, and lung cancers. The RNA-triggered chromatin shredding technique targets the specific mutant DNA sequence, sparing healthy cells. The method is easily adaptable to new mutations beyond the currently known undruggable targets.

4. Electric motors with no rare earths

⭐ 493💬 140👤 bestouffHN comments

Renault Group continues its pioneering work on electric motors that require no rare earth magnets, having mass-marketed Electrically Excited Synchronous Motors since 2012. While 90% of electric cars use permanent-magnet motors dependent on rare earths, Renault’s EESM motors deliver high efficiency without magnets by generating the magnetic field through electrical current in the rotor, avoiding supply chain and ethical concerns associated with rare earth mining.

5. How to setup a local coding agent on macOS

⭐ 379💬 94👤 kkmHN comments

A practical guide to setting up Gemma 4 26B-A4B as a local coding agent on macOS using llama.cpp with Metal acceleration. The final stack includes the Gemma 4 model in GGUF format, a Q8 MTP draft model for speculative decoding (doubling generation speed), a multimodal projector for screenshot support, and Pi as the terminal agent. Achieves 58 tokens/second baseline, significantly improved with MTP speculative decoding on an M1 Max with 64GB RAM.

6. There is a shadow hanging over this Fable thing

⭐ 279💬 252👤 theahuraHN comments

A developer’s firsthand account of discovering Fable 5 had been abruptly disabled while using it to build an HTML game. The post chronicles the confusion of encountering “this model doesn’t exist anymore” errors across all API access methods, and reflects on the surreal experience of a government directive shutting down access to a leading AI model — highlighting how suddenly critical tooling can vanish from the development ecosystem.

7. Leaving Mozilla

⭐ 219💬 114👤 marteyHN comments

After 15+ years at Mozilla, an employee shares departing reflections emphasizing three points: employees should seek mentors regardless of seniority, Mozilla’s small size is a strength that connects them to their community rather than competing with big browsers, and the company should resist emulating the dominant browsers since their users specifically seek a different experience.

8. Twenty One Zero-Days in FFmpeg

⭐ 224💬 134👤 redbellHN comments

depthfirst’s autonomous security agent discovered 21 zero-day vulnerabilities in FFmpeg — the widely deployed media processing library — at roughly a tenth of the cost of previous efforts. The agent produced concrete, reproducible proof-of-concept inputs and even demonstrated a remote code execution exploit primitive. Several vulnerabilities had been latent for 15-20 years, surviving intensive prior audits by Google and Anthropic’s Mythos model.

9. Shepherd’s Dog: A Game by the Most Dangerous AI Model

⭐ 95💬 81👤 vnglstHN comments

A developer put Fable 5 to the test by asking it to build a game concept that had eluded earlier AI models. After 45 minutes of reasoning and over €20 in token costs, Fable produced a complete, playable 2,319-line HTML game with zero dependencies in a single shot. The author considers this the first time an AI model successfully built the concept in one attempt, marking a significant step in AI-generated game development.

10. Show HN: Paca – Lightweight Jira alternative for human-AI collaboration

⭐ 18💬 6👤 pikann22HN comments

A free, lightweight Jira alternative written in Go where humans and AI agents operate as equal teammates — planning sprints, assigning tasks to each other, and managing workflows together. Features include custom views, custom fields, and a WASM-based plugin architecture. The developer’s own team uses it daily for their projects, and it will remain completely free and continuously maintained.

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