Claude Opus 4.8 Just Launched, Immediately Claimed to Be DeepSeek and Qwen

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

Анотація

Anthropic has launched Claude Opus 4.8, an upgraded flagship AI model, while announcing a massive $65 billion Series H funding round, valuing the company at $965 billion. Claude Opus 4.8 offers improvements in coding, reasoning, agent tasks, and knowledge work, while maintaining previous pricing. Key enhancements include greater reliability in multi-step tasks and a significant increase in honesty—it's more likely to flag uncertainties or potential code issues. However, some user tests noted instances where the model incorrectly identified itself as other AIs like DeepSeek or Qwen, suggesting possible distillation behavior. Alongside the model, Anthropic introduced new features, most notably 'dynamic workflows' in Claude Code. This research preview allows the system to coordinate dozens to hundreds of parallel sub-agents for large-scale tasks like major code migrations, framework replacements, and security audits. The $65 billion funding round, which includes strategic investments from hyperscalers like Amazon and key hardware partners, is intended to secure massive compute capacity. This positions Anthropic to shift from a model provider to a company building a comprehensive enterprise AI infrastructure system, integrating intelligence, development tools, cloud platforms, and compute resources.

With IPO expectations heating up, Anthropic's product model release pace is also accelerating.

Just now, Anthropic released two major announcements in quick succession:first, upgrading the flagship model to Claude Opus 4.8; second, completing a $650 billion Series H funding round, with a post-money valuation reaching $9650 billion, already nearing the trillion-dollar mark.

For an AI company with a valuation already approaching a trillion dollars, the market is no longer looking just at benchmark scores, but at whether it can turn intelligence, tools, development environments, cloud platforms, and computing resources into a set of scalable, deliverable infrastructure.

In other words, Anthropic must gradually shift from being a company that delivers good models to a company attempting to reshape enterprise AI workflows.

More for the Same Price: Claude Opus 4.8 Officially Arrives

The released Claude Opus 4.8 is an upgrade to Anthropic's flagship Opus series. Given the current model release cadence, as internet users jokingly say,we are likely to see Claude Opus 6 before GTA 6 releases (if there are no delays, in November).

Anthropic states that Opus 4.8 is built on Opus 4.7, with improvements in coding, agent tasks, reasoning, and knowledge work. It's already open to users, with standard usage prices unchanged,remaining $5 per million input tokens and $25 per million output tokens.

Developers can also access claude-opus-4-8 via the Claude API.

API Price Comparison https://platform.claude.com/docs/en/about-claude/models/overview

According to officially disclosed information, Opus 4.8's improvements cover coding, agent capabilities, reasoning abilities, and practical knowledge work tasks.

Anthropic used a comparison table in the release materials to show Opus 4.8's performance compared to its predecessor Opus 4.7 and other models across various tests. However, compared to single-response quality,the model's upgrade focus is more on its performance in long-duration tasks and complex collaboration.

In real-world workflows, models often need to handle multi-step tasks consecutively, call tools, check intermediate results, and proceed based on feedback. Anthropic states that early testers found Opus 4.8 more reliable when executing agent tasks, with clearer judgment.

Improvements in honesty are a highlight for Opus 4.8.

A common problem with AI models is making judgments prematurely with insufficient evidence and confidently claiming progress. Anthropic says Opus 4.8 is more willing to explain uncertainties in its work and less likely to make unsupported assertions.

Coding tasks particularly reflect this change.

Internal evaluations show that Opus 4.8 is about one-fourth as likely as its predecessor to let defects in its own written code pass without explanation. In other words, the new model is more likely to alert users when it identifies risks, rather than leaving issues for later testing or production environments.

Regarding alignment and safety, Anthropic continues its core narrative. Opus 4.8's occurrence of misalignment behaviors like deception and cooperation with abuse is significantly lower than Opus 4.7, approaching one of the currently best-aligned models, Claude Mythos Preview.

Safe, reliable, and controllable remain a set of keywords Anthropic uses to differentiate itself. As Claude integrates deeper into enterprise processes, these keywords are starting to carry more commercial significance.

Interestingly, after Opus 4.8's release, netizens noticed something odd.

https://x.com/realNyarime/status/2060059543820963975

Many users testing it found that when they repeatedly questioned Opus 4.8 about its model identity, its answers weren't always Claude.

Sometimes it would identify itself as Qwen, other times it would state the name DeepSeek, suggesting possible distillation behavior.

When users asked the same question in the official Claude client, such responses were usually harder to reproduce. The reason likely lies in the more complete system prompts and product-layer constraints within the client.

Dynamic Workflows Launched, Claude Code Moves Towards Multi-Agent Collaboration

Alongside Claude Opus 4.8, several product and developer features also went live.

Among them, the one most directly impacting the Claude user experience is effort control, or thinking intensity adjustment.

Located next to the model selector, as the name suggests, users can decide how much reasoning compute power Claude invests in a single task. At higher intensity, Claude performs more reasoning to achieve better response quality; at lower intensity, Claude responds faster, and usage quota consumption is slower.

Anthropic states that Opus 4.8 defaults to high effort. Users can also choose extra (corresponding to xhigh in Claude Code), or max, allowing the model to invest more tokens. Anthropic recommends using extra for difficult tasks and long-running asynchronous workflows.

What truly influences Claude Code's product form is dynamic workflows.

This feature is currently in research preview, aiming to enable Claude Code to handle large-scale tasks that previously required longer engineering cycles. Work planned quarterly in the past might now be completed in just a few days.

The core mechanism of dynamic workflows is that Claude dynamically writes orchestration scripts based on user tasks, running dozens to hundreds of parallel subagents in a single session. The model first plans the task, then assigns it to multiple subagents, checks the returned results, and finally reports back to the user. With Opus 4.8's launch, these agents can also run for longer durations.

This feature primarily targets complex, large, or historically burdened codebases. Typical scenarios include bug hunting across entire services, performance optimization audits, security audits, large codebase migrations, framework replacements, API deprecation migrations, language porting, and multi-angle validation of critical solutions.

Regarding usage, Anthropic recommends enabling auto mode in dynamic workflows. Users can directly ask Claude to create a workflow or enable ultracode within Claude Code. Ultracode sets the thinking intensity to xhigh and lets Claude automatically judge whether the current task is suitable for using a workflow.

Dynamic workflows are now available in Claude Code CLI, Desktop, and VS Code extension, for Max, Team, and Enterprise plans. For Enterprise, it's disabled by default at launch and requires administrator enablement in Claude Code settings.

The feature is also usable via Claude API, Amazon Bedrock, Vertex AI, and Microsoft Foundry. For Max, Team users, and users accessing Claude Code via API, dynamic workflows are enabled by default.

Anthropic demonstrated the upper limit of dynamic workflows with the Bun migration case. Jarred Sumner used this feature to port Bun from Zig to Rust, ultimately generating approximately 750,000 lines of Rust code, achieving a 99.8% pass rate on existing test suites, taking about 11 days from first commit to merge.

The entire migration was completed through multiple workflows: first mapping Rust lifetimes for struct fields in the Zig codebase, then generating behaviorally consistent .rs files for each .zig file, with hundreds of agents working in parallel, each file reviewed by two reviewers. Subsequently, a fix loop continuously ran builds and test suites until builds and tests passed. After migration, overnight workflows handled unnecessary data copying issues, opening PRs for each problem type for final review.

Beyond Claude Code, Anthropic also updated the Messages API. Now, the Messages API can accept system entries within the messages array.

Developers can update Claude's instructions during task execution without breaking prompt cache or needing to pass updates through a user turn. This capability can be used to update permissions, token budgets, or environmental context during agent runtime.

Next, Anthropic plans to introduce a new model category with higher intelligence levels than Opus.Yes, the incredibly powerful Claude Mythos Preview, expected to be available to all customers within the coming weeks.

When the time comes, we'll also be among the first to give it a try.

Behind the Near-Trillion-Dollar Valuation, Claude Needs a Larger Computing Foundation

The other news announced on the same day as Claude Opus 4.8is Anthropic's completion of a $650 billion Series H funding round. This round was led by Altimeter Capital, Dragoneer, Greenoaks, and Sequoia Capital, resulting in a post-money valuation of $9650 billion.

This funding round also includes $150 billion in existing committed investments from hyperscalers, including $50 billion from Amazon. Strategic infrastructure partners like Micron, Samsung, and SK hynix also joined. Anthropic states these companies play crucial roles in global memory, storage, and logic chip supply, helping it scale computing power as Claude's demand grows.

Computing power expansion is the key backdrop behind this funding round. Anthropic disclosed several infrastructure agreements: an agreement with Amazon for up to 5 gigawatts of new capacity; agreements with Google and Broadcom for 5 gigawatts of next-generation TPU capacity; and an agreement with SpaceX for access to GPU capacity in Colossus 1 and Colossus 2.

Anthropic also emphasizes that Claude is the first frontier model simultaneously available on all three major cloud platforms: AWS, Google Cloud, and Microsoft Azure. However, AWS remains Anthropic's primary cloud provider and training partner.

Behind the funding lies a shift in Anthropic's commercial positioning. Early large model companies competed on model capabilities and general chat experience. Now, enterprise customers care more about whether AI can enter core processes, handle complex tasks, and be integrated into development environments, cloud platforms, and internal systems.

Claude Code, Cowork, effort control, dynamic workflows, and Messages API updates all revolve around this direction.

Looking at product releases and funding together, Anthropic is simultaneously expanding three types of capabilities.

The first is model capabilities.Opus 4.8 improves coding, reasoning, agent tasks, and knowledge work performance, and strengthens the expression of uncertainty.

The second is workflow capabilities.Dynamic workflows move Claude Code from single-instance code assistance towards more complex engineering execution and review.

The third is infrastructure capabilities.The $650 billion funding, hyperscaler committed investments, memory and chip partner inclusion, and computing power agreements with Amazon, Google, Broadcom, and SpaceX provide resources for future model training and inference needs.

This is also the core logic behind Anthropic's near-trillion-dollar valuation. Claude is no longer just an AI chat window; it is becoming a work system connecting models, code, enterprise processes, cloud platforms, and computing infrastructure.

Opus 4.8 is the latest model foundation in this system. Dynamic workflows represent the product form for complex engineering tasks. The $650 billion funding and computing power expansion are prerequisites for pushing this system to larger-scale customers.

The AI tide has pushed Anthropic to the crest of the wave. From this height, moving forward means riding the wind; falling back means sinking. There is no third posture.

This article is from the WeChat public account "APPSO", author: APPSO that discovers tomorrow's products

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

QWhat are the two main announcements made by Anthropic as reported in the article?

AThe two main announcements are the upgrade of its flagship model to Claude Opus 4.8 and the completion of a $65 billion Series H funding round, resulting in a post-money valuation of approximately $965 billion.

QWhat unusual behavior did users observe when questioning Claude Opus 4.8 about its identity?

AUsers observed that when asked about its model identity, Claude Opus 4.8 sometimes identified itself as other models like Qwen or DeepSeek, suggesting potential distillation behavior.

QWhat is the 'dynamic workflows' feature introduced with Claude Opus 4.8, and what is its primary goal?

AThe 'dynamic workflows' feature allows Claude Code to handle large-scale, complex tasks that previously required longer engineering cycles. Its primary goal is to orchestrate parallel subagents to complete major projects, such as code migrations or audits, potentially reducing the timeline from quarters to days.

QAccording to the article, what is the core shift in Anthropic's business positioning as its valuation approaches $1 trillion?

AThe core shift is from being a company that delivers good AI models to one that aims to reshape enterprise AI work practices. This involves integrating AI intelligence, tools, development environments, cloud platforms, and computing resources into a scalable infrastructure.

QHow does the 'effort control' feature, also mentioned in the article, work for Claude users?

AThe 'effort control' feature allows users to adjust the amount of reasoning compute power Claude invests in a task. Higher settings (like extra or max) result in more reasoning for better answer quality but consume usage quota faster, while lower settings provide faster responses with slower quota consumption.

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

A Nation Blocks Chips, a Giant Buys a Nuclear Power Plant: Why It's Time to Seriously Consider DeAI

**Title: Great Powers Blockade Chips, Giants Buy Nuclear Plants: Why It's Time to Seriously Consider DeAI** In May 2026, the US closed loopholes for Chinese firms to acquire advanced NVIDIA chips via overseas subsidiaries. That same month, Kenya halted a $1B geothermal data center project involving Microsoft, fearing its immense energy consumption. Meanwhile, Huawei announced mass production of its Ascend AI chip. These disparate events underscore a new reality: the competition for computing power ("compute") has escalated beyond the tech industry, becoming a geopolitical and infrastructural battleground. A new era of oligopoly is forming, with control over the AI stack—from GPU chips (NVIDIA) and cloud platforms (AWS, Azure, Google Cloud) to foundational models (OpenAI, Anthropic)—concentrating in a few Western "AI Octopus" corporations. This centralization creates systemic risks: pricing power and platform lock-in for users, infrastructure fragility, and a widening "compute divide" that threatens to marginalize nations without independent AI capacity. An "AI Iron Curtain" is deepening through export controls. In response, some nations like Saudi Arabia and the UAE are investing heavily to buy compute power, aiming to transition from oil to AI economies. The EU seeks to triple its compute capacity by 2030 to reduce dependency. However, the spending gap is vast, with four US tech giants alone planning ~$750B in AI capex for 2026. The race is increasingly constrained by energy, with AI tasks consuming up to 1000x more power than web searches, pushing firms to even acquire nuclear plants. This landscape is fueling interest in Decentralized AI (DeAI). It proposes a third way: using open protocols to coordinate a global network of idle GPUs, independent developers, and data centers, creating an AI infrastructure without a single controlling entity. Leveraging blockchain and cryptographic verification, DeAI aims to break market concentration, disperse energy demands, reduce geopolitical dependencies, and enhance transparency. While still nascent in performance and stability, DeAI's core promise is not immediate superiority but providing a crucial alternative architecture to resist monopoly, censorship, and centralized power. As specialized AI hardware costs fall and open-source models flourish, the window to build this foundation is open. The very existence of such competition serves as a vital check against the inevitable abuse of concentrated power.

marsbit51 хв тому

A Nation Blocks Chips, a Giant Buys a Nuclear Power Plant: Why It's Time to Seriously Consider DeAI

marsbit51 хв тому

Outpoll Review: A Prediction Market Platform Built for Active Traders

Outpoll Review: A Prediction Market Platform Built for Active Traders In recent years, prediction markets have grown from a niche sector to a mainstream arena, attracting billions in trading volume and institutional capital. However, the user experience and tools for traders have not kept pace. Outpoll, a new global prediction market platform, aims to fill this gap by providing enhanced trading infrastructure for active and professional traders. Built on standard prediction market principles, Outpoll allows users to trade on the outcome of specific events. It uses fully collateralized contracts with USDC settlement, charges a competitive 0.1% fee per trade, and provides clear settlement rules upfront to minimize disputes. A key focus for Outpoll is its professional-grade trading tools. The platform supports limit and market orders, as well as take-profit and stop-loss orders for open positions—features uncommon in prediction markets. For automated trading, Outpoll offers comprehensive REST and WebSocket APIs, enabling portfolio management, price arbitrage, and integration with existing tools. The platform also features a creator-led market model, where approved experts and community leaders can create and manage markets for niche topics under platform supervision. Its integrated interface combines news feeds directly with trading functions, allowing users to monitor events and manage positions seamlessly. Outpoll launched with a native Android app (available on Google Play) and plans an iOS version later this year. In summary, Outpoll distinguishes itself with trader-focused tools, practical APIs, transparent and collateralized markets, integrated news, and an expanding creator program. For active traders, its advanced order types and API access alone make it a platform worth watching. Outpoll is now globally accessible via outpoll.com and Google Play.

marsbit59 хв тому

Outpoll Review: A Prediction Market Platform Built for Active Traders

marsbit59 хв тому

Bitwise: Crypto Becomes a Contrarian Investment, Three Logics to Understand the Current Market

**Summary** Matt Hougan, Bitwise's CIO, analyzes the current crypto market through three key lenses, arguing it has shifted from a momentum-driven to a contrarian investment. **1) Crypto Becomes a Contrarian Play:** The market is weak, with major assets like Bitcoin and Ethereum down significantly. Capital has moved to hot sectors like AI, leaving crypto as an "unloved" asset class. This transforms crypto investing from trend-following to a test of patience and fundamental analysis. Investors now favor projects with solid fundamentals (e.g., Hyperliquid) over speculative ones. **2) Regulatory Overhang:** The uncertain fate of the U.S. CLARITY Act, a major crypto regulatory framework, is a key headwind. With its passage in 2024 seen as far from guaranteed (estimates range from 30-55%), institutional capital remains on the sidelines, choosing less risky alternatives like AI stocks. The market needs clarity—whether the bill passes or fails—more than any specific outcome to move decisively. **3) Capital Rotates to New Fundamentals:** This cycle differs from past bear markets where money fled to Bitcoin. Now, capital seeks smaller assets with strong use cases. While major cryptos fell in May 2024, tokens like Hyperliquid (+72%), Zcash (+50%), and XLM (+44%) rallied on their specific fundamentals. This rotation confirms the new contrarian, fundamentals-driven logic and signals the bear market may be in its later stages. **Conclusion:** Short-term pressure persists due to regulatory uncertainty and competition from AI narratives. Investing in crypto now requires a contrarian mindset—acting against the crowd and focusing on fundamental value. Patience and targeting high-quality projects based on their merits are essential for capturing long-term gains.

marsbit1 год тому

Bitwise: Crypto Becomes a Contrarian Investment, Three Logics to Understand the Current Market

marsbit1 год тому

Торгівля

Спот
Ф'ючерси
活动图片