← All news

AI News — June 16, 2026

#anthropic #safety #claude-code

The technique behind the Fable 5 export ban turned out to be the prompt "fix this code" — Amazon's finding, not a jailbreak — as cybersecurity experts signed an open letter to rescind the controls and Anthropic met administration officials Monday to argue its case, with both models still dark.

Model releases

  • [2026-06-14] Anthropic — the technique behind Friday’s Fable 5 / Mythos 5 export ban was disclosed, and reporting says it is not a jailbreak: Amazon researchers handed Fable 5 code with known vulnerabilities; the model refused a request to “review this code for security issues,” but when asked instead to “fix this code” it produced working patches. Amazon CEO Andy Jassy raised the finding with senior officials Thursday, and by Friday evening the Commerce Department issued the export-control directive — making a routine remediation prompt, not an exotic exploit, the stated basis for the first government recall of a publicly deployed commercial model. Anthropic’s own statement characterizes the technique the same way (asking the model to read a codebase and fix its flaws). (source, source, source, official)

    What makes this land differently for practitioners is that “fix this code” isn’t an edge case — it’s the single most common instruction given to any coding agent, the motion behind every Claude Code, Copilot, or Codex remediation pass, so the capability the directive turns on is indistinguishable from ordinary daily use rather than a walled-off exploit.

  • [2026-06-15] Anthropic — pushback mounted while the models stayed dark. An open letter organized by Alex Stamos and signed by cybersecurity experts including Katie Moussouris called on the government to rescind the controls, arguing that “fix this code” is a core defender capability and that pulling it from defenders while adversaries advance is itself dangerous. The same day, senior Anthropic staff met Trump administration officials in Washington to resolve the dispute, which Anthropic frames as a misunderstanding. There is still no restoration date. (source, source, official)

    For anyone who had standardized on Fable 5, the two events point in opposite directions: a private meeting to clear up a “misunderstanding” reads like a quick negotiated restoration, while an organized open letter signals the security community is bracing for a prolonged fight — and which read is right is what decides whether the move now is to keep waiting or migrate off.

Coding agents

  • [2026-06-15] Anthropic — Claude Code v2.1.178 added a Tool(param:value) permission syntax that matches a tool’s input parameters (with * wildcards) — e.g. Agent(model:opus) to block Opus subagents — giving teams parameter-level control over what subagents may do. Auto mode now also evaluates subagent spawns with the classifier before launch, closing a gap where a subagent could request a blocked action without review; nested .claude/skills and configs now resolve to the closest directory for monorepos. The permission and auto-mode changes are the substantive part — they turn “which model or effort a subagent may use” into an enforceable rule rather than a convention. (official)

    This is plumbing aimed squarely at teams running Claude Code in shared or automated settings — on a solo machine the convention was fine; the enforcement starts to matter once subagents spawn without someone watching each one.

    For Security Engineers: Hardening a shared Claude Code configuration, you can now deny a class of subagent action outright — Agent(model:opus), or any Tool(param:value) rule with wildcards — instead of trusting a reviewer to catch it after the fact, and because auto mode now runs the classifier before a subagent launches, a subagent can no longer slip a blocked action through by spawning past the check a top-level call would have hit.

Watch list

  • Fable 5 / Mythos 5 restoration — both remain suspended under the June 12 export-control directive; Monday’s Washington meeting is the live thread. Watch for a restoration date and whether access returns with nationality-based gating attached, which would likely outlast the incident. (official)

    The tell is whether Monday’s meeting yields a date at all — continued silence after a direct sit-down would suggest the dispute runs deeper than the “misunderstanding” framing admits.

  • Fable 5 plan window closes June 22 — included on Pro/Max/Team/Enterprise through June 22, usage-credit-metered from June 23; the deadline is moot while the model is dark, but it returns the moment access does. (official)

    Worth watching less for the deadline itself than for whether the included window gets extended to cover the dark days, since as written the clock expires mid-suspension.

  • xAI Grok V9-Medium (mid-June) — the ~1.5-trillion-parameter, Cursor-trained coding model finished training May 25 and is still expected this month; mid-June has nearly passed with no model card, API string, or release. (prior coverage)

    Each day mid-June slips by without a model card makes the gap look like productization rather than capability — an API string, not another parameter-count claim, is what would change that.

  • Gemini 3.5 Pro (late June) — reportedly in limited Vertex AI enterprise preview with GA targeted late June; still no model card, public benchmarks, or pricing for the promised 2M-token context and Deep Think mode. (prior coverage)

    The real question is whether late-June GA lands at all or slips like the others on this list — announced-then-silent is becoming the pattern for this quarter’s frontier launches.