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

marsbitPublished on 2026-05-28Last updated on 2026-05-28

Abstract

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

Related Questions

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.

Related Reads

After Three Consecutive Quarters of Decline, Can the Crypto Market Find a Window for Stabilization in Q3?

The cryptocurrency market has just concluded its worst-performing quarter since 2022, with total capitalization dropping 12.6% to $2.1 trillion. All core metrics indicate capital is leaving the sector, not just rotating within it. Bitcoin fell 14.2% and Ethereum dropped 25.4% in Q2, breaking their previous correlation with US tech stocks. A key driver is the reversal in US spot Bitcoin ETF flows, which saw a net outflow of approximately $4.67 billion in Q2, including a record monthly outflow near $4.5 billion in June. While recent data suggests long-term holders are accumulating again, sustained ETF outflows mean continued selling pressure. Market focus is now singularly on the Federal Reserve. The upcoming July FOMC meeting is seen as the most critical event for Q3. A dovish signal could support Bitcoin reclaiming a $68,000-$84,000 range, while a hawkish stance might establish a new trading band around $50,000-$56,000. Additionally, regulatory uncertainty persists, with the progress of the crucial *CLARITY Act* stalling in the Senate, reducing its perceived 2026 passage probability to 40-45%. Despite the broad downturn, a few sectors showed growth. Prediction markets saw nominal volume surge 48.7% year-over-year to $113.8 billion, and tokenized collectibles transaction volume rose 143% quarterly to $1.4 billion. The Real-World Asset (RWA) tokenization sector also continued steady growth, now representing ~$28.1 billion in on-chain value. The market's foundation for an extreme crash appears limited, with Bitcoin price hovering near its 200-week moving average. However, the trading paradigm has shifted from narrative-driven speculation to decisions based on price action, policy developments, and interest rate expectations, making a broad sentiment-driven rally unlikely in the near term.

marsbit2h ago

After Three Consecutive Quarters of Decline, Can the Crypto Market Find a Window for Stabilization in Q3?

marsbit2h ago

BIT Trading Moment: BTC Still Suppressed by Weekly 200 EMA, Rejection May Restart Decline; Storage and Semiconductors that Surged Last Night Begin Falling in Evening Trading

**Crypto & Stock Market Wrap: Bitcoin Tests Resistance, Stocks Retreat After AI Surge** Bitcoin consolidates around $66,000, facing key resistance near $68,000—an area seen as a major psychological and technical hurdle where previous rallies have failed. Analysts note the cryptocurrency is caught between its 200-week moving average (~$63,333) and 200-week EMA (~$68,328). A clear break above $68k is needed to signal a stronger bullish trend, while a rejection could lead to a retest of $63k support. Market sentiment remains cautious, with low futures open interest pointing to a low-liquidity rebound rather than a full bull market. Bitcoin spot ETFs saw another $203 million inflow. US stock futures pointed lower after a strong Tuesday session led by a massive rebound in semiconductors and memory stocks. The rally was fueled by renewed optimism about AI-driven hardware demand, with Micron, SanDisk, and SK Hynix surging. However, those gains reversed in pre-market trading. Super Micro Computer (SMCI) soared over 20% after hours on strong guidance and a record backlog. Other standouts included Rocket Lab and nuclear energy plays Oklo and X-Energy. Rising oil prices (Brent above $91) and climbing Treasury yields (10-year near 4.64%), however, are reigniting inflation concerns and acting as a headwind for equities. In Asia, markets were mixed. South Korea's KOSPI pared early gains to close slightly higher as semiconductor stocks like SK Hynix gave back initial surges. Japan's Nikkei edged lower as the yen hit a fresh 38-year low against the dollar, raising fears of potential market intervention. Key events to watch include the Samsung Galaxy launch, AMD's AI event, and a slew of major tech earnings from Alphabet, Tesla, and IBM after the close on Wednesday, followed by the ECB meeting and Intel's earnings on Thursday.

marsbit3h ago

BIT Trading Moment: BTC Still Suppressed by Weekly 200 EMA, Rejection May Restart Decline; Storage and Semiconductors that Surged Last Night Begin Falling in Evening Trading

marsbit3h ago

Former CFTC Chairman, Circle President Tarbert: Preaching Long-Termism While Cashing Out $30 Million Himself

Former CFTC Chairman and Circle President Heath Tarbert has consistently advocated for a long-term vision in public, urging patience from investors as Circle’s stock price has fallen significantly from its peak. However, it has been revealed that since Circle’s IPO, Tarbert has continuously sold his CRCL shares through pre-arranged trading plans, cashing out approximately $30 million, without making any public market purchases. This contrast between his public messaging and personal actions has drawn criticism. Tarbert joined Circle in July 2023 as Chief Legal Officer, leveraging his regulatory experience to help guide the company through its IPO and expansion. Despite promoting stablecoins as long-term infrastructure, he established a 10b5-1 trading plan just before Circle went public, leading to substantial stock sales over the following year. In March 2026, he initiated another plan to sell more shares. His career trajectory highlights a pattern of moving between high-level regulatory roles and influential positions in the financial sector. After resigning as CFTC Chairman in early 2021, he joined Citadel Securities as Chief Legal Officer just 27 days later, during a period of intense regulatory scrutiny for the firm. He later joined Circle, aiding its efforts to navigate regulatory challenges for its public listing. While Tarbert's expertise in policy and compliance is valuable to companies like Circle, his actions—advocating long-term confidence while personally divesting—raise questions about the alignment between his public statements and his private financial decisions, leaving investors who followed his advice to bear the market risks.

marsbit3h ago

Former CFTC Chairman, Circle President Tarbert: Preaching Long-Termism While Cashing Out $30 Million Himself

marsbit3h ago

Gate Research Institute: The 'Wall Street-ization' Wave of Crypto Financial Products – Competition or Integration?

The article titled "Gate Research Institute: Are Crypto Financial Products Sparking a 'Wall Street' Wave—Competition or Convergence?" explores the evolving relationship between the crypto ecosystem and traditional finance (TradFi). The piece begins by reflecting on Bitcoin's original 2009 vision of decentralization, disintermediation, and moving away from banks. It then contrasts this with the 2024 landscape, where key crypto assets like Bitcoin are increasingly held through Wall Street products like ETFs issued by giants like BlackRock. The article questions whether this signifies that TradFi is systematically taking over the rights to issue, price, custody, and distribute crypto financial assets. The core argument is that this is not a zero-sum takeover but rather a bidirectional convergence where each side addresses the other's weaknesses. Crypto offers 24/7 global markets, programmable settlement, and open access but lacks compliant channels, institutional-grade custody, deep fiat liquidity, and mainstream distribution. TradFi possesses these but is constrained by legacy systems, limited operating hours, and slow settlement. Two primary convergence paths are highlighted: * **Path A (CEX to TradFi):** Exemplified by Gate, which has progressed from offering tokenized stocks and CFDs to providing direct, real stock trading (US, Hong Kong, South Korea) within its platform, using USDT. * **Path B (TradFi to Crypto):** Exemplified by Robinhood, which has integrated crypto trading, acquired exchanges like Bitstamp, and is moving traditional assets like stocks onto the blockchain via tokenization and its own Layer 2. Both paths are ultimately competing to become the next-generation, unified financial account—a "super account" where users can seamlessly trade cryptocurrencies, stocks, ETFs, RWA (Real World Assets), and tokenized treasury products in one interface. The growth of RWA and tokenized treasuries (e.g., BlackRock's BUIDL) is presented as the asset-layer fusion, providing stable, yield-bearing assets on-chain and acting as a bridge between the two worlds. In conclusion, the "Wall Street-ization" of crypto is framed as a mutual transformation. Decentralized ideals persist in the protocol layer, while at the application layer, a more efficient, global, and accessible unified capital market is emerging from this convergence. The future competition lies not between crypto exchanges and stockbrokers, but between platforms vying to offer the most comprehensive asset coverage, liquidity, and user experience within a single account.

marsbit3h ago

Gate Research Institute: The 'Wall Street-ization' Wave of Crypto Financial Products – Competition or Integration?

marsbit3h ago

Trading

Spot
活动图片