Anthropic's Fable model draws security researcher backlash; Cohere ships North Mini Code
Cybersecurity researchers are pushing back hard on Anthropic's guardrails for its new Fable model, while Cohere quietly launched North Mini Code, its first developer-focused coding model.
Anthropic's new Fable model is already in trouble with the security community. Researchers say the guardrails are too restrictive for legitimate offensive security work — and a separate policy detail is adding fuel: Anthropic requires 30-day data retention for both Fable and its Mythos-class models, which raises real questions for anyone handling sensitive client work.
New models
Cohere launched North Mini Code, its first model aimed specifically at developers. The Hugging Face blog post frames it as a small, fast coding model — not a frontier reasoning giant. If you're building a code-assist tool or autocomplete feature and don't want to route everything through OpenAI or Anthropic, this is worth a look. It's cross-confirmed across Reddit r/LocalLLaMA and Hugging Face model listings.
Google's DiffusionGemma 26B-A4B also appeared on Hugging Face this week. It's a 26-billion-parameter diffusion-based language model with a 4-bit quantized variant. It's sitting at #8 on the Hugging Face trending models list and is confirmed cross-posted on r/LocalLLaMA and r/singularity. No official Google blog post yet — just the model card.
Industry moves
Anthropic's Fable model is generating real controversy. TechCrunch reported (353 HN points) that cybersecurity researchers are frustrated with its guardrails, saying the restrictions block legitimate red-team and penetration testing use cases. Separately, Anthropic's own support documentation confirms a 30-day data retention policy for Fable and Mythos-class models — something that matters if you're building tools for clients who care about data handling. The announcement page at anthropic.com/news/claude-fable-5-mythos-5 is live but sparse on technical detail.
OpenAI announced that its models and Codex are now accessible through Oracle Cloud infrastructure commitments. If your company already has Oracle Cloud spend, you can now route that toward OpenAI API usage. Practical for enterprise builders locked into Oracle contracts.
Also from OpenAI: a report on PRC-linked influence operations targeting AI policy debates in the US. It's a threat-intel post, not a product launch. Worth reading if you're building in the AI policy or trust-and-safety space.
Tools and open-source
Hugging Face published a walkthrough of how an agent built a 3D Paris gallery by chaining two Spaces together. It's a concrete example of multi-step agentic workflows using Spaces as building blocks — no custom infrastructure needed. Cross-confirmed on HN and r/LocalLLaMA.
llama.cpp hit build b9592 this week. If you're running local models, pull the latest — incremental performance and compatibility fixes continue to land fast.
Research worth reading
A paper on arXiv asks whether grep-style retrieval is enough for agentic search, or whether the agent harness itself is doing most of the heavy lifting. Cross-confirmed across HN, Hugging Face papers, r/LocalLLaMA, and r/ClaudeAI. If you're building retrieval pipelines, this is directly relevant — the finding is that harness design matters more than most builders assume.
ServiceNow AI published a benchmark on how frontier ASR (automatic speech recognition) systems handle code-switched speech — conversations that mix two languages mid-sentence. If you're building voice agents for bilingual markets, this is the most concrete benchmark data available right now.
What builders can do this week
1. Test Cohere North Mini Code on a real coding task you currently send to GPT-4o or Claude. Paste the same prompt into both and compare output quality and speed. Cohere's model is free to try via Hugging Face.
2. Read Anthropic's data retention policy page before building anything with Fable or Mythos that touches client data. The 30-day retention window is confirmed in their support docs — factor it into your terms of service.
3. Try the Hugging Face Spaces agent chaining pattern from the Paris gallery post. Pick two Spaces that do different things (e.g., image generation + 3D rendering) and wire them together using the Spaces Agents API. No server required.
// what we actually tested
What we can and can't confirm
Confirmed: Anthropic's 30-day data retention policy for Fable and Mythos-class models is documented on their official support page.
Confirmed: Cohere North Mini Code is live on Hugging Face with a published blog post, cross-confirmed on r/LocalLLaMA and hf_models.
Not independently verified by CBW: We have not tested North Mini Code or DiffusionGemma 26B-A4B on real tasks — scores and rankings come from Hugging Face trending data only.
Worth noting: The Anthropic Fable/Mythos announcement page (anthropic.com/news/claude-fable-5-mythos-5) was listed in our sources but contains minimal technical detail at time of writing. Most substantive coverage comes from TechCrunch and the HN thread.
Worth noting: Google's DiffusionGemma 26B-A4B has no official Google blog post yet — only a Hugging Face model card. Treat capability claims as unverified until Google publishes formal documentation.
Source: Anthropic support — Fable/Mythos data retention policy — https://support.claude.com/en/articles/15425996-data-retention-practices-for-mythos-class-models
Source: Hugging Face blog — Cohere North Mini Code — https://huggingface.co/blog/CohereLabs/introducing-north-mini-code
Source: Hugging Face blog — Spaces Agents 3D Paris Gallery — https://huggingface.co/blog/mishig/spaces-agents-md
Source: arXiv — Is Grep All You Need? Agentic Search paper — https://arxiv.org/abs/2605.15184