Anthropic Released the "Most Powerful Model," But Most People Can't Use It

marsbitОпубліковано о 2026-06-10Востаннє оновлено о 2026-06-10

Анотація

In April, Anthropic launched a preview of its "Mythos" model, which was not publicly released due to its exceptional ability to autonomously discover high-risk zero-day vulnerabilities, posing a security threat if misused. It was restricted to a trusted group of security partners under "Project Glasswing." On June 10, Anthropic officially released Fable 5 and Mythos 5. They share the same underlying model but are distributed under different rules. Fable 5 is for general users, while Mythos 5 remains locked for trusted security partners. Benchmarks show Fable 5 leading in software engineering and long-task execution, with significant improvements in generating production-ready code. However, Fable 5 includes a safety classifier that automatically downgrades requests related to cybersecurity, biochemistry, or model distillation to the weaker Opus 4.8 model. This mechanism, while intended for safety, can affect the user experience and has faced criticism for being overly conservative. Pricing is another key point. Fable 5's API costs are double that of Opus 4.8. Furthermore, after a free trial period ending June 23, it will be removed from standard subscription plans, requiring users to purchase additional credits for access. This shift signals a move towards pay-as-you-go pricing for the most advanced capabilities. The strategy highlights a growing divergence in the AI industry: while some players like DeepSeek are drastically cutting prices, Anthropic is increasing them fo...

In April, Anthropic released a preview version of the Mythos model. This model was not made available to the public because during testing, it demonstrated extremely strong cybersecurity and vulnerability discovery capabilities, being able to autonomously find thousands of high-risk zero-day vulnerabilities. If leaked, it could easily be used for malicious attacks.

To confine this capability to defensive scenarios, Anthropic launched Project Glasswing, granting access permissions only to 12 core security partners like Apple, Google, Microsoft, and over 40 critical infrastructure providers, with usage controlled throughout the process.

The act of locking it away before release itself created buzz.

Two months later, on June 10th at 12 AM Beijing time, Anthropic officially launched Fable 5 and Mythos 5.

Judging by benchmark scores, they achieved the highest scores in almost all benchmarks, especially in software engineering and long-task execution, creating a clear gap with other models.

But discussions about this model quickly moved beyond just how powerful it is.

Fable 5 and Mythos 5 actually share the same underlying model. The difference is that Fable 5 is for general users, while Mythos 5 remains locked within the hands of trusted security partners. The same model, two sets of rules, targeting two groups—this is a first in Anthropic's product line.

Furthermore, general users do not get the complete version either. Anthropic has added a security classifier on the outer layer of Fable 5. Once a request touches sensitive directions like cybersecurity, biochemistry, or model distillation, the system will automatically switch to respond using the previous-generation, less capable model, Opus 4.8.

The pricing is also noteworthy: $10 for input, $50 for output per million tokens. The company states this is approximately twice the price of Opus 4.8. Starting June 23rd, Fable 5 will also be removed from subscription plans like Pro, Max, etc. Users who want to continue using it will need to spend additional credits.

This combination of moves makes sense when taken apart. The capabilities are too strong, hence security restrictions; the cost is higher, hence the price increase; the risks are sensitive, hence the tiered release. But when put together, the signal becomes subtle. This differs from the competitive logic of recent years where major model companies raced for speed and openness. Everyone was trying to get their models to reach more users, while Anthropic chose to actively narrow the entry point, making restrictions part of its product strategy.

So, is this so-called unprecedented "most powerful model" being mythologized?

01. Significant Capability Improvements, Automatic Downgrade Becomes Controversial

Regardless of tiers, let's first see how capable it really is.

Software engineering is the core highlight of Anthropic's update this time. On the SWE-Bench Pro test, Fable 5 scored 80.3%. This test mainly evaluates whether the model can locate bugs in real GitHub repositories, understand context, and write usable fix code. An 80.3% score means for every 5 real engineering problems, Fable 5 can solve 4.

On the Terminal-Bench 2.1 leaderboard, Fable 5 scored 88.0%, surpassing OpenAI's Codex CLI. Notably, Fable 5 is a general-purpose model, while Codex CLI is a vertical tool specifically built for programming scenarios. The gap between them better reflects Fable 5's programming prowess.

But the real difference can be seen in FrontierCode Diamond. This test examines whether the code generated by the model can meet the quality standards of production-level codebases. Fable 5 achieved 29.3%, while Opus 4.8 only got 13.4%, and GPT-5.5 (Anthropic's internal test result for comparison) only 5.7%.

Over the past few years, the ability of AI models to write code has been improving, but it has long been stuck at a bottleneck: the code can run, but is not easy to maintain; it can pass benchmarks, but problems frequently arise when deployed in real projects.

Fable 5's breakthrough in this dimension shows that Anthropic's upgrade this time is not just about problem-solving ability, but about pushing the model toward genuine engineering delivery.

Programmer Li Xia told "AIX Finance" that AI-generated code often suffers from contextual incoherence. It can precisely understand requirements initially but tends to forget information during long tasks, leading to high maintenance costs later.

In his view, Fable 5 shows clear improvement in logical coherence during long tasks. Similar coding tasks can be completed in one go with higher accuracy. However, compared to Opus 4.8, Fable 5's generation speed is slower, with longer reasoning chains, resulting in an overall decrease in response speed.

Visual capabilities have also improved. Anthropic claims that Fable 5 can extract precise numbers from complex scientific charts and can reconstruct application source code directly from webpage screenshots. The company also demonstrated a practical case where Fable 5 completed the game "Pokémon FireRed" using only screenshots of the game screen, without needing auxiliary tools. Previous-generation models required complex auxiliary systems for similar tasks.

Regarding long context and memory, the official statement is that the longer and more complex the task, the more pronounced Fable 5's advantage becomes.

Additionally, life sciences is another direction highlighted. Anthropic revealed that a single-cell data analysis model built on Mythos 5, covering 138 species, outperforms similar models recently published in "Science," despite having only one-hundredth the parameter count.

Based solely on benchmark scores, comprehensive capabilities have indeed reached a new level.

Now let's look beyond the benchmarks.

Fable 5 comes equipped with a security classifier. As soon as a user request involves directions like cybersecurity, biochemistry, or model distillation, the system automatically switches to Opus 4.8 to respond and informs the user of the model downgrade. The company states that over 95% of daily conversations will not trigger this, and tasks like writing, programming, and analysis are mostly unaffected. However, actual experience may vary depending on the usage scenario.

In practical use, this boundary is actually easy to trigger. Li Xia mentioned that when he wanted to experience Apple's Siri AI features on a Mac in China, which required modifying some system-level serial number parameters, Fable 5 directly refused the operation. Currently, the classifier settings are relatively conservative, prone to misjudgment, and the company states it will be continuously adjusted.

But Anthropic also disclosed another layer of restriction. For requests related to large model development, such as building pre-training pipelines, designing distributed training infrastructure, etc., the model will actively reduce output quality in the background without informing the user.

Overall, Fable 5 has indeed made progress in various hard metrics, but the automatic downgrade mechanism affects the user experience to some extent.

02. The Most Powerful Model Is Not Accessible to Everyone

Anthropic's model upgrade this time uses the same underlying model packaged into two products for two groups.

Mythos 5 stays within the Project Glasswing framework, accessible only to 12 core security partners like Apple, Google, Microsoft, and over 40 critical infrastructure providers, with restrictions on cybersecurity and biology removed. Fable 5 targets C-end subscription users.

Subsequently, Anthropic also plans to open a trusted channel in the biology direction to vetted researchers, providing a version of Fable 5 with biology and chemistry restrictions removed.

This touches on a problem the large model industry hasn't faced before: when a model's capability is sufficient to autonomously discover vulnerabilities, a full public release becomes a risk.

Source / pexels

This explains why Fable 5 and Mythos 5 were split into two versions. In the past, model tiers were based on parameters—the gap between large and small models was one of capability. Now, models with the same parameters are also tiered, but the division is based on trust thresholds.

Independent developer Zhan Bo believes this logic is very reasonable from a security perspective. If Mythos-level vulnerability discovery capabilities were opened to individuals without restriction, it would significantly lower the cost of attacks and could easily be abused for malicious purposes. Locking it down first and then gradually opening trusted access is the most prudent path currently.

But security only explains why layering is needed. Another question is: do all general users who can use Fable 5 actually benefit from it?

Judging from the benchmarks and cases released by Anthropic, this round of upgrades primarily serves programmers and engineering teams.

Zhan Bo used Fable 5 to assist in optimizing his interpreter project written in Rust. In comparable web service scenarios, he compared it with FastAPI (based on Python) and Hono (based on Node.js). The interpreter using Fable 5 required only 9.8MB of resident memory, while FastAPI and Hono required 43.3MB and 63.0MB respectively, with leading throughput and latency metrics as well.

He believes that for the same task, using Fable 5 might complete it much faster and with better results. For developers, output quality is more important than price. As long as the model can significantly improve project outcomes, a higher price is acceptable.

Li Xia also mentioned that for programmers, model generation quality correlates positively with income. Higher output quality means more obvious efficiency gains and greater returns. The improvement in model capability can be directly converted into project quality and time saved, naturally leading to stronger willingness to pay.

But in a different usage scenario, the conclusion changes.

AI blogger Xu Zilong, taking his daily work as an example, said his work is divided into writing code, data analysis, and writing papers. He believes current large models have excessive code capabilities but deficient language abilities. For groups like researchers, content creators, and professionals in law and finance, the core demand for AI focuses on Chinese language understanding, long-form writing, and document processing.

Zhan Bo mentioned that the current trend is not users choosing models, but models selecting users. Heavy programming users are being filtered out by high-end models, while casual light users are pushed toward more cost-effective alternatives. This indicates that AI is no longer a universal tool, but rather a process of screening users layer by layer based on their payment ability and usage intensity.

Even the most powerful model is only worth its cost in the hands of those who need it.

03. Is the Era of Unaffordable AI Coming?

The API pricing for Fable 5 is $10 for input, $50 for output per million tokens. This is double the price of Opus 4.8 and is currently the most expensive among publicly available frontier models globally.

Comparison of Mainstream Large Model API Prices

But what's really worth noting is not that the price doubled, but that the payment method changed.

After Fable 5's launch, Pro, Max, Team, and other subscription users could use it for free for two weeks. Starting June 23rd, the model will be removed from subscription plans. To continue using it, users need to purchase additional credits, settled according to API rates. Using Fable 5 during a subscription period also consumes usage quota at twice the rate of Opus 4.8.

Offering a free trial first and then removing it from subscriptions is also sending a signal: pushing users from fixed monthly fees toward pay-as-you-go. The benefit of a subscription is predictability—users know how much they spend each month. Pay-as-you-go is more favorable for the platform—the more you use, the more you pay, opening up the user's spending ceiling. Simply put, Anthropic wants to tell users: the most advanced things shouldn't be part of a monthly package in the first place.

The timing of this shift is also noteworthy. On June 1st, Anthropic secretly filed its IPO prospectus with the SEC, with a valuation reaching $965 billion, targeting an IPO as early as October this year. From the beginning of the year to the end of May, Anthropic's annualized revenue grew from $9 billion to $47 billion, with Claude Code contributing over $2.5 billion, and enterprise customers contributing the vast majority of revenue.

A company about to go public needs to demonstrate revenue growth potential and pricing power to the capital markets. Separating the most powerful model from fixed subscriptions and guiding high-value users toward pay-as-you-go makes sense from a financial narrative perspective.

Meanwhile, domestic models are doing the exact opposite.

At the end of May, DeepSeek announced a permanent 75% price cut for its V4-Pro API. Xiaomi followed closely, with MiMo-V2.5-Pro seeing a drop of up to 99%, nearly aligning its price with DeepSeek.

On one side, DeepSeek is slashing prices to the floor; on the other, Anthropic is raising the ceiling. Different players have different strategies.

The price cuts by domestic models are partly due to the release of technological dividends; changes in the underlying architecture have saved space, which is being used to capture a larger market.

Anthropic's logic is exactly the reverse. It doesn't need to compete for market share with low prices. The high price itself is also a filter, retaining high-value users willing to pay for cutting-edge capabilities.

Xu Zilong believes AI will become increasingly expensive in the future because demand expansion far exceeds supply expansion. Computing power involves electricity, chips, and model training, and its growth is too slow. AI computing power will become infrastructure like 5G in the future, but unlike 5G, computing power supply is much tighter than bandwidth, so prices will increase accordingly.

From a business model perspective, the AI industry is developing a layered structure similar to the early days of cloud computing. The bottom layer consists of highly standardized, nearly zero-priced general capabilities that anyone can call, monetized through volume. The top layer consists of cutting-edge capabilities controlled by a few vendors, with concentrated pricing power, monetized through customer unit price. The price of general capabilities will continue to be driven down, but the premium for cutting-edge capabilities will persist for a long time.

From capability tiers to payment tiers, the AI industry is replicating the path cloud computing took. Cheap models are becoming more numerous, while the best models are becoming more expensive.

*Li Xia is a pseudonym upon the interviewee's request.

This article is from WeChat public account "AIX Finance," author: Lei Jing, editor: Jin Yufan

Трендові криптовалюти

Пов'язані питання

QWhat are the key differences between Anthropic's Fable 5 and Mythos 5 models?

AFable 5 and Mythos 5 share the same underlying model. The key difference is their access and intended use. Mythos 5 is locked within the 'Project Glasswing' framework and is available only to a select group of 12 core security partners (like Apple, Google, Microsoft) and over 40 critical infrastructure providers, with restrictions on cybersecurity and biological/chemical research removed. Fable 5 is released to the general public but has a safety classifier that automatically downgrades requests in sensitive areas (like cybersecurity, biochem, model distillation) to the older Opus 4.8 model and applies other usage limitations.

QHow does Anthropic's Fable 5 perform in software engineering benchmarks according to the article?

AAccording to the article, Fable 5 excels in software engineering benchmarks. It scored 80.3% on the SWE-Bench Pro test, meaning it can solve 4 out of 5 real-world engineering problems involving locating bugs and writing fix code. It achieved 88.0% on Terminal-Bench 2.1, outperforming OpenAI's specialized Codex CLI. Most notably, on the FrontierCode Diamond test for production-ready code quality, Fable 5 scored 29.3%, significantly higher than Opus 4.8's 13.4% and GPT-5.5's 5.7%, indicating a breakthrough in generating maintainable, project-ready code.

QWhat is the 'Project Glasswing' mentioned in the article?

A'Project Glasswing' is a controlled access program launched by Anthropic to safely harness the powerful cybersecurity and vulnerability discovery capabilities of its advanced models like Mythos. It restricts access to a limited, trusted group of entities—specifically 12 core security partners and over 40 critical infrastructure providers. The goal is to lock down these potentially dangerous capabilities within defensive scenarios and prevent them from being used for malicious attacks if released to the public.

QHow is Anthropic changing the pricing and access model for its top-tier Fable 5 model?

AAnthropic is implementing a significant pricing and access shift for Fable 5. Its API price is set at $10 per million tokens for input and $50 for output, roughly double the cost of Opus 4.8. Furthermore, after a free two-week trial for subscribers, Fable 5 will be removed from the standard Pro, Max, and Team subscription plans starting June 23rd. To continue using it, users must purchase additional credits and pay based on API usage (pay-per-token), moving away from a fixed monthly subscription for this premium model.

QWhat contrasting trends in the AI model market does the article highlight between Anthropic and Chinese models?

AThe article highlights a divergence in market strategy. Anthropic is making its top-tier model (Fable 5) more exclusive and expensive, using high price as a filter for high-value users and to assert pricing power. In contrast, major Chinese AI companies like DeepSeek and Xiaomi are aggressively cutting prices. For example, DeepSeek announced a permanent 75% price cut for its V4-Pro API, and Xiaomi's MiMo-V2.5-Pro saw a 99% reduction. This reflects a strategy of leveraging technological efficiencies to lower costs and compete for broader market share through affordability.

Пов'язані матеріали

Breaking: Google Earth Urgently Pulls Back Nano Banana 2 Image Generation Feature!

Google Earth's newly launched "Create image" feature, powered by the Nano Banana 2 AI image generation model, was abruptly withdrawn shortly after its release due to being "played" by users. The feature allowed users to generate and overlay AI-created visuals directly onto real-world satellite and 3D maps in Google Earth. The tool enabled creative applications like historical recreations (e.g., visualizing ancient Pompeii), generating informational graphics for landmarks, and envisioning architectural projects or futuristic cityscapes on real terrain. It operated under "geospatial grounding," meaning the AI respected the underlying geography, topography, and perspective of the chosen map view. The model also integrated with Gemini to retrieve relevant factual information. However, upon release, users quickly tested its limits. A prominent example involved reimagining Philadelphia's historic Independence Hall as a post-apocalyptic ruin overrun by "happy" zombies, evil clowns, and giant alien mechs. This highlighted both the feature's playful potential and its risks regarding the generation of inappropriate or misleading content on realistic maps, leading to its swift temporary removal. Google stated it would re-release the feature after implementing "enhanced guardrails." Analysts note this move strategically leverages Google's vast proprietary geospatial data, positioning its AI not just for artistic generation but for spatially accurate world visualization—a unique advantage in the competitive AI image generation landscape.

marsbit13 хв тому

Breaking: Google Earth Urgently Pulls Back Nano Banana 2 Image Generation Feature!

marsbit13 хв тому

Altman Admits: Overestimated AI Snatching Jobs! Huang Renxun: The Unemployment Narrative Is Completely Backwards

Sam Altman has revised his earlier predictions about AI rapidly replacing jobs, admitting he overestimated the speed at which AI would eliminate entry-level white-collar roles. Speaking on the "Invest Like the Best" podcast, he stated that people do not truly want an AI CEO, as accountability and human connection remain critical. He found that individuals prefer interacting with people who can be held responsible for decisions. Similarly, NVIDIA's Jensen Huang argued that the narrative of AI destroying jobs is misguided. He distinguishes between tasks and jobs, noting that while AI can automate specific tasks, entire jobs—encompassing communication, judgment, coordination, and accountability—are not eliminated. He cited examples like radiologists and software engineers, where demand for these roles has increased as AI handles repetitive tasks, allowing for business expansion and the creation of more positions. Data from a University of Maryland and LinkUp study supports this, showing that U.S. job postings for new graduates have actually risen, countering the fear of vanishing entry-level roles. However, a significant shift is occurring: the traditional entry-level tasks that help newcomers gain experience are being automated, making initial career access more challenging. The key insight is that as AI takes over standardized tasks, the enduring value of human work shifts toward areas of responsibility, trust-building, and final decision-making—aspects that AI cannot replicate. The real "moat" for professionals lies in these irreplaceable human elements.

marsbit19 хв тому

Altman Admits: Overestimated AI Snatching Jobs! Huang Renxun: The Unemployment Narrative Is Completely Backwards

marsbit19 хв тому

Weekly Editor's Picks (0725-0731)

Weekly Editor's Picks (0725-0731) provides a curated selection of deep analysis, filtering out market noise. Key themes from this week include: **Macro & Policy:** The Federal Reserve's upcoming meeting is marked by high uncertainty, balancing cooling inflation data against persistent price pressures. Meanwhile, the U.S. crypto regulatory Clarity Act faces critical political hurdles, with its 2026 passage probability seen as low. **Investing & Crypto:** Analysis suggests long-term crypto success depends on conviction through volatile cycles, focusing on assets like Bitcoin and core smart contract platforms. A trend noted is the increasing similarity between global equity markets (especially tech) and crypto, driven by narrative and leverage. Several major crypto protocols show strong revenue growth, but this isn't always translating to token price appreciation due to sell pressure and structural factors. **AI & Semiconductors:** Nvidia's rising credit default swap rates signal market concern over AI infrastructure financing risks. The storage sector experienced volatility as markets began pricing in potential 2027 oversupply. Despite a record profitable quarter, SK Hynix's results were deemed "below expectations," reflecting heightened investor demands for future growth visibility. **Markets & DeFi:** TradeXYZ demonstrated remarkable accuracy in pre-market pricing for a major A股 listing. The token ONDO saw gains, linked to its growing role in the on-chain tokenized stock ecosystem. **Ethereum:** Post-Pectra upgrade, a major structural shift is underway as Lido begins migrating millions of ETH to new validator architectures designed for capital efficiency. **Also Highlighted:** Butian's bullish stock market move; OpenAI's Altman promising major advances; Samsung and SK Hynix securing large AI chip deals; Apple reaching a $5T market cap; and ongoing discussions around exchange security following Poolin's bankruptcy case.

marsbit53 хв тому

Weekly Editor's Picks (0725-0731)

marsbit53 хв тому

Low Investment Isn't Apple's Immunity Pass

While Meta and Google face investor scrutiny over ballooning AI capital expenditures, Apple's minimal AI investment has paradoxically become a strength. Its market cap recently reclaimed the global top spot, surpassing $5 trillion. The irony is deep: Apple's own AI efforts have lagged, with "Apple Intelligence" delayed and core talent lost, forcing reliance on partners like Google Gemini and Alibaba's Qianwen. Its Q3 FY2026 (Q2 CY) earnings initially seemed stellar. Revenue hit $109.4B (up 16% YoY), with iPhone and Mac sales, growing 22% and 29% respectively, driving most of the growth. However, the stock fell over 8% post-earnings. The primary concern was a weaker Q4 revenue growth forecast of 9-11%, below expectations, due to looming supply chain constraints. Apple is feeling the indirect cost of the AI boom. Soaring memory and chip prices, fueled by massive data center investments from Microsoft, Amazon, and others, are forcing Apple to raise Mac and iPad prices significantly. The upcoming iPhone launch is also expected to see substantial price hikes. Despite avoiding heavy AI infrastructure spending—its capital expenditures are actually down 28%—Apple cannot escape the industry-wide supply and cost pressures. While Apple's operating cash flow remains robust, its substantial R&D spending (up 32% YoY) has yet to yield major AI breakthroughs. As Tim Cook prepares to step down as CEO, Apple faces a challenging transition: balancing its premium hardware success against the strategic and cost pressures of the AI era it has so far cautiously navigated.

marsbit1 год тому

Low Investment Isn't Apple's Immunity Pass

marsbit1 год тому

Торгівля

Спот

Популярні статті

Як купити PEOPLE

Ласкаво просимо до HTX.com! Ми зробили покупку ConstitutionDAO (PEOPLE) простою та зручною. Дотримуйтесь нашої покрокової інструкції, щоб розпочати свою криптовалютну подорож.Крок 1: Створіть обліковий запис на HTXВикористовуйте свою електронну пошту або номер телефону, щоб зареєструвати обліковий запис на HTX безплатно. Пройдіть безпроблемну реєстрацію й отримайте доступ до всіх функцій.ЗареєструватисьКрок 2: Перейдіть до розділу Купити крипту і виберіть спосіб оплатиКредитна/дебетова картка: використовуйте вашу картку Visa або Mastercard, щоб миттєво купити ConstitutionDAO (PEOPLE).Баланс: використовуйте кошти з балансу вашого рахунку HTX для безперешкодної торгівлі.Треті особи: ми додали популярні способи оплати, такі як Google Pay та Apple Pay, щоб підвищити зручність.P2P: Торгуйте безпосередньо з іншими користувачами на HTX.Позабіржова торгівля (OTC): ми пропонуємо індивідуальні послуги та конкурентні обмінні курси для трейдерів.Крок 3: Зберігайте свої ConstitutionDAO (PEOPLE)Після придбання ConstitutionDAO (PEOPLE) збережіть його у своєму обліковому записі на HTX. Крім того, ви можете відправити його в інше місце за допомогою блокчейн-переказу або використовувати його для торгівлі іншими криптовалютами.Крок 4: Торгівля ConstitutionDAO (PEOPLE)Легко торгуйте ConstitutionDAO (PEOPLE) на спотовому ринку HTX. Просто увійдіть до свого облікового запису, виберіть торгову пару, укладайте угоди та спостерігайте за ними в режимі реального часу. Ми пропонуємо зручний досвід як для початківців, так і для досвідчених трейдерів.

584 переглядів усьогоОпубліковано 2024.12.12Оновлено 2026.06.02

Як купити PEOPLE

Обговорення

Ласкаво просимо до спільноти HTX. Тут ви можете бути в курсі останніх подій розвитку платформи та отримати доступ до професійної ринкової інформації. Нижче представлені думки користувачів щодо ціни PEOPLE (PEOPLE).

活动图片