Market Prices

BTC Bitcoin
$76,549.7 -3.27%
ETH Ethereum
$2,422.04 -4.67%
SOL Solana
$99.36 -4.17%
BNB BNB Chain
$720.8 -0.89%
XRP XRP Ledger
$1.38 -5.34%
DOGE Dogecoin
$0.0817 -4.04%
ADA Cardano
$0.2009 -6.30%
AVAX Avalanche
$7.46 -2.04%
DOT Polkadot
$0.9685 -4.74%
LINK Chainlink
$11.23 -3.86%

Event Calendar

{{年份}}
28
03
unlock Arbitrum Token Unlock

92 million ARB released

12
05
halving BCH Halving

Block reward halving event

10
05
upgrade Ethereum Pectra Upgrade

Raises validator limit and account abstraction

18
03
unlock Sui Token Unlock

Team and early investor shares released

15
04
halving Bitcoin Halving

Block reward reduced to 3.125 BTC

08
04
upgrade Solana Firedancer

Independent validator client goes live on mainnet

22
03
unlock Optimism Unlock

Circulating supply increases by about 2%

30
04
upgrade Celestia Mainnet Upgrade

Improves data availability sampling efficiency

Gas Tracker

Ethereum 28 Gwei
BNB Chain 3 Gwei
Polygon 42 Gwei
Arbitrum 0.5 Gwei
Optimism 0.3 Gwei

💡 Smart Money

0xcc00...d6c3
Institutional Custody
+$0.6M
63%
0xb391...44ee
Arbitrage Bot
+$2.1M
77%
0xea40...0500
Market Maker
+$0.2M
87%

🧮 Tools

All →

The 48% Failure Rate That Exposes AI's Dirty Little Secret: Why Tencent's New Research Is a Warning Shot for the Entire Industry

CryptoWhale DAO

Hook: The Metric That Should Terrify Every AI Deployer

Here is the failure point. A research paper from Tencent, reported by Crypto Briefing on May 13, 2026, reveals that non-thinking mode increases response failures by up to 48% in multimodal AI models. Not 4.8%. Not 14%. Forty-eight percent.

The assumption is flawed. The industry has been operating on a dangerous premise: that a model's performance is a fixed property, measurable once and applicable everywhere. Tencent's research suggests otherwise. Model output quality is a configuration-sensitive variable, and the default settings most companies use are systematically producing degraded results.

The 48% Failure Rate That Exposes AI's Dirty Little Secret: Why Tencent's New Research Is a Warning Shot for the Entire Industry

I have spent 25 years watching this industry confuse benchmarks with reality. In 2017, I audited Bancor's smart contracts and found an arithmetic rounding error that could drain 15% of early investor funds. The developers dismissed it. The market proved them wrong. This is the same pattern: a technical flaw hiding in plain sight, dismissed because it doesn't fit the prevailing narrative.

The 48% figure is not a footnote. It is a systemic indictment of how the AI industry evaluates its own products.


Context: The Evaluation Infrastructure Is Broken

The multimodal AI landscape in 2026 is a battlefield of benchmarks. MMMU, MMBench, OpenCompass—these names function as the industry's credit rating agencies. A high score on these benchmarks translates directly into enterprise contracts, API adoption, and market valuation. The entire commercial ecosystem runs on the assumption that these numbers mean something.

They don't. Not fully.

The current evaluation paradigm is built on a single axis: correctness. Multiple-choice questions. Accuracy percentages. Right versus wrong. This is the equivalent of judging a financial system solely on whether transactions settle, while ignoring whether the settlement is fair, transparent, or resistant to manipulation.

Tencent's research challenges this paradigm at its foundation. The paper suggests the industry needs to shift from a "correctness" framework to a dual-axis framework of "coherence" and "quality." This is not an incremental improvement. This is a paradigm shift that threatens every model ranking published in the last three years.

Here is what the industry has been missing: thinking mode and non-thinking mode are not just different settings. They are fundamentally different inference processes. Thinking mode generates chain-of-thought reasoning, verifies intermediate steps, and reviews context before producing output. Non-thinking mode skips directly to the answer. The gap between these two modes is not a matter of degree. It is a matter of kind.

The 48% failure rate increase is the empirical proof that this gap has been systematically ignored.


Core: The Technical Teardown of a Hidden Vulnerability

Let me be precise about what this research actually implies, because the implications are more severe than the headline suggests.

The Mechanism of Failure

Multimodal models process visual and textual information through a pipeline: feature alignment, semantic mapping, cross-modal reasoning. Each step builds on the previous one. When you activate thinking mode, the model explicitly generates intermediate reasoning steps—it looks at the image, identifies objects, establishes spatial relationships, and only then produces an answer.

Non-thinking mode collapses this pipeline. The model jumps from input to output without the intermediate verification steps. In tasks requiring precise spatial reasoning—"what object is to the left of the third person in this photo"—the model is essentially guessing based on prior knowledge rather than actually analyzing the visual input.

This is not a minor degradation. This is a structural failure of the inference process.

The 48% Figure: What It Actually Means

The reporting is frustratingly sparse on methodology. We don't know which Tencent model was tested. We don't know the exact benchmark. We don't know whether 48% represents a relative decrease in accuracy or an absolute failure rate. But based on my experience analyzing model behavior across deployment scenarios, the most plausible interpretation is this: on a baseline test set, accuracy dropped from approximately X% to approximately X/2% when switching from thinking to non-thinking mode.

The magnitude is the story. Configuration differences in AI models typically produce single-digit percentage variations. A 48% swing is not a configuration issue. It is a categorical difference in capability. This suggests that non-thinking mode is not merely suboptimal for certain tasks—it is systematically broken for them.

The tasks most likely affected are visual-question-answering, spatial understanding, and chart/graph reasoning. These are precisely the tasks that require step-by-step reasoning. And these are precisely the tasks that non-thinking mode skips.

The Evaluation Paradigm Shift

The current benchmark ecosystem rewards models that can answer multiple-choice questions correctly. This is a narrow, gameable metric. A model can score 90% on MMMU while producing incoherent, contradictory, or contextually inappropriate outputs in real-world interactions.

Tencent's proposed shift to "coherence + quality" evaluation is an attempt to measure what actually matters: Can the model maintain logical consistency across a conversation? Does it produce outputs that align with user intent? Is the quality stable across different reasoning configurations?

This is the "operational definition" problem. The industry has been measuring the wrong thing because the right thing is harder to measure. Correctness is binary. Coherence is a spectrum. Quality is subjective. But the difficulty of measurement does not excuse the failure to measure.

The Infrastructure Dependency

Here is what the research reveals about the hidden cost structure of AI deployment. Thinking mode requires more computation. More inference time. More GPU cycles. The industry has been optimizing for cost and latency, which means defaulting to non-thinking mode in most production environments.

The 48% failure rate is the hidden tax on this cost optimization. Companies are saving on inference costs while unknowingly degrading their product quality by nearly half. This is the equivalent of a bank saving on security audits while losing 48% of its deposits to fraud.

The tension between cost and quality is not new. But Tencent's research quantifies it in a way that demands attention. If the industry shifts to thinking mode as the default, inference costs will rise significantly. If it doesn't, quality will remain systematically degraded. There is no free lunch here.

The Agent Cascade Problem

The implications for AI agents are even more severe. In multi-step agent tasks—autonomous driving scene understanding, embodied AI operations, complex workflow automation—a failure in one step propagates through the entire task chain. A 48% failure rate at each step compounds exponentially. A five-step task with a 48% per-step failure rate has a success rate of approximately 3.8%.

This is not a quality issue. This is a safety issue. And it is being ignored because the current evaluation frameworks don't measure it.


Contrarian: What the Bulls Got Right

I am not here to bury the industry. I am here to debug it. And that requires acknowledging where the prevailing narrative has merit.

The Cost Argument Is Legitimate

Non-thinking mode exists for a reason. In high-throughput, low-stakes scenarios—chatbots answering simple queries, content generation for social media, basic customer support—the cost savings are real and the quality degradation is acceptable. Not every interaction requires deep reasoning. Deploying thinking mode for every query would be like running a full financial audit for every coffee purchase.

The industry's cost optimization is not irrational. It is a rational response to the economic realities of inference at scale. The problem is not the existence of non-thinking mode. The problem is the lack of transparency about its limitations.

The 48% Failure Rate That Exposes AI's Dirty Little Secret: Why Tencent's New Research Is a Warning Shot for the Entire Industry

The Benchmark System Has Improved

It is easy to criticize benchmarks, but the current generation is significantly better than what existed five years ago. MMMU and MMBench are more sophisticated than their predecessors. The community has made genuine progress in evaluation methodology. The shift toward human preference alignment, championed by OpenAI and Anthropic, has pushed the industry toward measuring what humans actually want, not just what machines can compute.

Tencent's research is not a rejection of this progress. It is an extension of it. The "coherence + quality" framework builds on the human-preference work rather than replacing it.

The Competitive Dynamic Is Healthy

Tencent's decision to publish this research is a positive signal for the industry. A company that is willing to publicly identify weaknesses in its own evaluation infrastructure is a company that takes quality seriously. This is the behavior of a mature player, not a desperate one.

The research also creates healthy competitive pressure. If Tencent adopts "coherence + quality" as an internal standard, other players will be forced to respond. This is how industries improve—not through regulation, but through competitive pressure that raises the floor for everyone.


Takeaway: The Accountability Imperative

The 48% failure rate is not a Tencent problem. It is an industry problem. Every company deploying multimodal AI in non-thinking mode is exposed to this risk. Every enterprise purchasing AI APIs based on benchmark scores is buying a product that may be systematically degraded in production.

The fix is not to abandon non-thinking mode. The fix is transparency. Model providers should be required to disclose performance characteristics across different reasoning configurations. Enterprises should demand this information before signing contracts. Regulators should consider whether "different reasoning mode performance consistency" belongs in AI transparency requirements.

The industry needs to debug its intent, not just its code. The intent behind the current evaluation system is to create simple, comparable metrics that facilitate purchasing decisions. But the effect is to hide critical quality variations that undermine the entire purpose of the evaluation.

Trust the hash, not the hype. The hash here is the 48% failure rate. The hype is the benchmark scores that don't capture it.

The 48% Failure Rate That Exposes AI's Dirty Little Secret: Why Tencent's New Research Is a Warning Shot for the Entire Industry

The question is not whether the industry will adopt "coherence + quality" evaluation. The question is how many companies will be burned by the current system before they do.

I have seen this pattern before. In 2020, I published a report showing that 80% of DeFi yields were unsustainable token emissions. The community ignored it. The pools collapsed. The pattern repeated with Terra-Luna in 2022, when I demonstrated that the seigniorage model required exponential growth to maintain stability. The regulators stayed silent. The $40 billion evaporated.

The 48% failure rate is this cycle's warning. The question is whether anyone will listen this time.

The industry has a choice: embrace the new evaluation framework and build trust through transparency, or continue hiding behind benchmark scores and face the consequences when the gap between measured performance and actual user experience becomes undeniable.

I know which path the industry will take. I have been watching for 25 years. But knowing the outcome doesn't mean I stop documenting the process.

The data is clear. The failure rate is real. The evaluation system is broken. The fix is available.

The rest is a matter of intent.

Fear & Greed

69

Greed

Market Sentiment

Altseason Index

42

Bitcoin Season

BTC Dominance Altseason

Market Cap

All →
# Coin Price
1
Bitcoin BTC
$76,549.7
1
Ethereum ETH
$2,422.04
1
Solana SOL
$99.36
1
BNB Chain BNB
$720.8
1
XRP Ledger XRP
$1.38
1
Dogecoin DOGE
$0.0817
1
Cardano ADA
$0.2009
1
Avalanche AVAX
$7.46
1
Polkadot DOT
$0.9685
1
Chainlink LINK
$11.23

🐋 Whale Tracker

🔵
0x1518...105c
1d ago
Stake
2,592,735 USDC
🟢
0x778b...afc2
30m ago
In
7,069,188 DOGE
🔴
0x50ea...a37f
12m ago
Out
3,492 ETH