Friday, 12 June
4 min read · 660 words

1. Anthropic Reverses Course on Fable 5's Invisible Safeguards

Anthropic apologized for silently degrading Fable 5 responses when it detected queries it suspected of training competing AI models. Restricted queries will now fall back to Claude Opus 4.8 with a visible notification instead of giving degraded answers without warning.

  • Source: The Verge (HN 224 points, 252 comments)
  • Why it matters: If you hit one of yesterday's invisible safeguards, you will now see it happen and get Opus 4.8 output instead of silently degraded results.
  • Verified

2. Microsoft Halts Internal Fable 5 Access Over Data Retention

Microsoft suspended employee access to Claude Fable 5 and paused its GitHub Copilot integration, citing the 30-day data retention requirement for Mythos-class (Anthropic's highest-capability tier) models. Top comment (540 upvotes): "This is just common sense, mature governance."

3. OpenAI Considers Slashing Prices to Compete with Anthropic

OpenAI is reportedly considering drastic price cuts to its AI models after CEO Sam Altman acknowledged costs have become a "huge issue" for customers, per the Wall Street Journal. The move comes as Anthropic's IPO filing and $965 billion valuation put competitive pressure on OpenAI.

  • Source: CNBC/WSJ (HN 104 points, 115 comments)
  • Why it matters: A pricing war between OpenAI and Anthropic could reduce API costs for developers using either platform in the coming months.
  • Verified

  • Sub-agents can now spawn their own sub-agents, up to 5 levels deep
  • Fixed sessions using 1M context without usage credits getting permanently stuck — CC now auto-compacts back under the standard limit

Also: 24 fixes including Bedrock region config, plugin marketplace search bar, VSCode PowerShell rendering, and idle CPU reduction | https://github.com/anthropics/claude-code/releases/tag/v2.1.172

  • Capability — Fable 5 decoded an entire 1989 DOS game executable overnight: 602 functions mapped and labeled, replicating six months of reverse engineering work in a single session — 412 upvotes, 112 comments | r/ClaudeAI | https://old.reddit.com/r/ClaudeAI/comments/1u34370/
  • Discussion — Community split on whether the superpowers skill (223K★) is still needed with Fable 5. Top comment (69 upvotes): "Superpowers are a bit bloated. I do not think the current models need as much harness." Others warn it burns tokens fast — 130 upvotes, 102 comments | r/ClaudeCode | https://old.reddit.com/r/ClaudeCode/comments/1u2tqud/

  • NVIDIA/SkillSpector — Security scanner that checks AI agent skills for vulnerabilities before you install them. Scans 64 patterns across 16 categories including malicious instructions, data theft, and compromised dependencies. Works with CC, Codex CLI, and Gemini CLI. 2,573★ | git clone https://github.com/NVIDIA/skillspector.git && cd skillspector && make install | https://github.com/NVIDIA/SkillSpector

I want to build [FEATURE]. Before writing any code:

1. Analyze my codebase and create a detailed implementation plan
2. For each component, specify the exact files to change, tests to add, and API signatures
3. Write acceptance criteria with pass/fail conditions for each component
4. Flag any architectural concerns or breaking changes
5. Save the complete plan to PLAN.md

Source: Inspired by Simon Willison's dual-model workflow — Fable 5 for planning, a faster model for execution (simonwillison.net, Jun 11) | https://simonwillison.net/2026/Jun/11/datasette/