SOURCE // NEWS

Anthropic Releases Claude Fable 5; Apple Unveils AFM 3 with On-Device Sparse Model

Anthropic Releases Claude Fable 5; Apple Unveils AFM 3 with On-Device Sparse Model

AI pioneer Anthropic has officially launched its next-generation flagship model, Claude Fable 5. Termed as a "Mythos-class" model (representing the company's highest capability tier above Opus), Fable 5 is now available to all users. It delivers state-of-the-art performance in software engineering, complex knowledge synthesis, scientific research, and advanced vision benchmarks.

Crucially, Claude Fable 5 introduces an intelligent safety routing mechanism. If a user request triggers security guardrails regarding cyber-attacks, CBRN (chemical, biological, radiological, or nuclear) risks, or model distillation, the query seamlessly rolls back to Claude Opus 4.8. #Anthropic notes that this safety system is deliberately conservative at launch, expecting to trigger on less than 5% of total sessions, with plans to reduce false positives over time.

In terms of pricing, Fable 5 and its cybersecurity-focused sibling, Mythos 5 (which removes certain restrictions for infrastructure protection), are priced at $10 per million input tokens and $50 per million output tokens—slashing previous preview pricing in half.

Simultaneously, Apple detailed its third-generation foundation models (AFM 3). The lineup features AFM 3 Core Advanced, a 20-billion parameter on-device sparse model. Rather than swapping expert weights word-by-word like traditional mixture-of-experts (MoE) models, AFM 3 makes a single routing decision per prompt, loading selected FFN experts from NAND flash to DRAM. On the cloud side, AFM 3 Cloud Pro has been optimized for Nvidia GPUs, dedicated specifically to complex reasoning and agentic tool-use.

Domestically, Tencent has officially opened access to the WeChat AI ecosystem. Major partners like Didi, Meituan, and Midea have already completed initial integrations. Developers can utilize either "Automatic" or "Developer" modes to tie mini-programs into #WeChat AI. For example, Didi users can simply express their travel plans in natural language, and WeChat AI will automatically recommend car types and trigger the ride-hailing flow.

[AgentUpdate Depth Analysis] The release of #Claude Fable 5 and Apple's AFM 3 models signals a pivotal shift from monolithic general-purpose AI toward hybrid, routing-centric Agent architectures. Fable 5’s automatic rollback mechanism to Opus 4.8 for sensitive tasks showcases an elegant runtime guardrail framework for multi-agent workflows. Concurrently, Apple’s AFM 3 Cloud Pro, specifically optimized for agentic tool-use and complex reasoning, combined with WeChat's open AI ecosystem initiative, proves that the future of Agent interaction lies in seamless orchestration across heterogeneous models and native apps. By lowering the cognitive overhead of LLMs via routing (such as Apple's sparse activation and NAND-to-DRAM dynamic loading), developers can now build highly responsive, context-aware Agents. This structural evolution marks the transition of AI Agents from isolated chatbots into highly integrated, proactive executors embedded deeply within consumer and enterprise software ecosystems.