When American Giants 'Defect' to Chinese AI Models

链捕手Published on 2026-07-03Last updated on 2026-07-03

Abstract

Summary: The trend of major U.S. technology firms adopting more cost-effective Chinese AI models is gaining momentum. A prime example is Coinbase, the largest U.S. cryptocurrency exchange, which reportedly halved its AI expenditure by switching to Chinese models GLM-5.2 and Kimi 2.7, while its usage volume increased. This was achieved through a sophisticated cost-saving system featuring intelligent model routing (selecting the most suitable model per task), dramatically improving cache hit rates from 5% to 60%, and implementing "Context Engineering" to streamline prompts. This shift is not isolated. Other companies like the AI startup Lindy and data cloud firm Snowflake are making similar moves, drawn by the significant price disparity. For instance, GLM-5.2 costs $1.40/$4.40 per million tokens (input/output), compared to $5/$25 for Claude Opus 4.7. While top Western models may offer slightly higher stability or speed in complex tasks, the performance gap is narrowing, making the price difference harder to justify for many enterprise use cases. The implications are significant for both businesses and individual users. It highlights the importance of a multi-model strategy based on task requirements, the value of caching and reusing outputs, and the effectiveness of providing concise context. Ultimately, this migration signals a potential reshaping of the AI industry's pricing model, moving competition from pure performance benchmarks to practical cost-effectiveness, with in...

Original title: The Largest U.S. Crypto Exchange Quietly Switched to a Chinese AI Model, Cutting Costs in Half

Original author: AI Hands-On Guide

A Figure That Makes Silicon Valley Uneasy

Recently, a statement by Brian Armstrong, CEO of Coinbase, the largest U.S. cryptocurrency exchange, caused a stir in tech circles:

"We switched our AI models to China's GLM 5.2 and Kimi 2.7, cutting our AI spend directly in half."

In half? Did usage decrease then?

Quite the opposite. Coinbase's token usage has been increasing.

Spending less while using more—that's what truly makes OpenAI and Anthropic uneasy.

How Did They Do It? Three Cost-Saving Strategies

Coinbase didn't just swap to a cheaper model. They built a complete "cost-saving system":

First Trick: Don't Commit to One Model, Let the System Choose

Coinbase built an automatic routing system. For each request that comes in, the system automatically selects the most suitable model based on task type, price, and caching status.

Not all tasks need the most expensive model. Use cheap ones for simple translation, better ones for complex reasoning—just like you wouldn't drive a sports car to the grocery store downstairs.

Second Trick: Boosting Cache Hit Rate from 5% to 60%

This is the most ruthless move. By optimizing caching strategies, Coinbase increased the cache hit rate from 5% to 60%.

Simply put, 60% of requests can reuse previous calculation results, significantly reducing the actual cost per call. This single optimization saved a huge chunk of money.

Third Trick: Context Engineering

Coinbase requires developers to streamline context, starting new sessions for new tasks instead of cramming too much into a single conversation.

This isn't laziness; it's a new discipline—what the industry calls Context Engineering. Anthropic explicitly stated in a technical blog: When managing AI agents, context engineering is more effective than prompt engineering.

In simple terms: It's not about making the AI smarter, but giving it more precise information.

▲ More and more enterprises are starting to be cost-conscious about AI models

It's Not Just Coinbase, It's a Trend

Coinbase isn't the first to try this.

Lindy, an AI startup with only 25 people, saw its CEO Flo Crivello replace all Claude with Deepseek. He told CNBC: "AI costs have already exceeded human labor costs; this is unsustainable." After the switch, costs "plummeted," saving millions of dollars.

Snowflake's CEO Sridhar Ramaswamy conducted a practical comparison: On 103 coding tasks, GLM-5.2 solved 66%, Claude Opus 4.7 solved 67%. The gap? Almost nonexistent.

But the price difference is real:

Price Comparison (per million tokens)

  • GLM-5.2: Input $1.40 / Output $4.40
  • Claude Opus 4.7: Input $5 / Output $25
  • GPT-5.5: Input $5 / Output $30

Output prices differ by 5-7 times.

You Get What You Pay For? Don't Rush to Judgment

Reading this, you might ask: With such a big discount, is the quality the same?

To be honest, not exactly, but the gap is smaller than you think.

Snowflake's tests showed GLM-5.2 is indeed less stable on some tasks—first-attempt success rate 47.6%, lower than Opus's 53.7%. Also, GLM sometimes "doubles down" on the wrong path: On one task, it spent 24 minutes calling tools 411 times, yet still failed. Opus finished it with 49 calls in 9 minutes.

But on most tasks, their final success rates are almost equal. The key question is: Are you willing to pay 5 times more for a few percentage points of stability?

For many enterprises, the answer is increasingly clear: No.

▲ The price gap between Chinese and Western AI models is reshaping the industry landscape

What Does This Mean for Us Ordinary People?

You might say: I'm not Coinbase, what does this have to do with me?

Actually, this trend has three direct implications for how you use AI:

1. Don't Stick to Just One Model

Many people stick to one AI—either ChatGPT or Claude. But professional players don't operate that way anymore. Using different models for different tasks is the most cost-effective approach.

Use cheap models for daily Q&A, good ones for coding and analysis. Just like you don't eat at a Michelin-star restaurant for every meal.

2. Caching and Reuse Are Key to Saving Money

If you frequently use AI for similar tasks (e.g., writing weekly reports, organizing daily notes), learning to use caching and templates can significantly reduce consumption.

3. Streamlined Context = Better Results

Many people try to cram all background information into an AI conversation. But facts prove that giving the AI less but more precise information yields better results. For a new task, start a new conversation. Don't make the AI dig through a pile of history for answers.

Deeper Change: The AI Pricing Model Is Being Reshaped

Behind this wave of "model migration" lies a shakeup in the entire AI industry's pricing logic.

The high valuations of OpenAI and Anthropic are built on the assumption of "continuously high revenue growth." But if more and more enterprises follow Coinbase and Lindy's lead and switch to cheaper alternatives, this assumption won't hold.

According to reports, a price war has already started between OpenAI and Anthropic. In OpenAI's newly released GPT-5.6 series, the Terra model is half the price of GPT-5.5, and Luna is positioned as the lowest-cost option.

For users, this is good news. The more competition, the lower the prices, the more choices.

When American giants start using Chinese models to save money, it shows that AI competition is no longer just a benchmark race in the lab, but a real cost competition involving hard cash. Being able to do the same thing with less money is the real skill.

Trending Cryptos

Related Questions

QAccording to the article, what significant cost-saving measures did Coinbase implement by switching AI models?

ACoinbase switched from OpenAI and Anthropic models to Chinese models GLM 5.2 and Kimi 2.7, implemented an automatic routing system to select the most cost-effective model per task, increased cache hit rates from 5% to 60%, and applied context engineering to reduce prompt complexity. These measures reportedly cut their AI expenditures in half while increasing usage.

QWhat example does the article give to show that the trend of switching to more affordable AI models is not limited to Coinbase?

AThe article mentions two other examples: Lindy, a 25-person AI startup that replaced Claude entirely with Deepseek, saving millions of dollars; and Snowflake's CEO, who conducted tests showing GLM-5.2 solved 66% of coding tasks compared to Claude Opus 4.7's 67%, despite a significant price gap of 5-7 times cheaper for outputs.

QWhat are the three key implications the article suggests for ordinary users based on these corporate AI cost-saving trends?

A1. Don't rely on a single model; use different models for different tasks based on cost and performance. 2. Utilize caching and templates for repetitive tasks to reduce costs. 3. Practice context engineering by keeping prompts concise and focused, and starting new conversations for new tasks.

QWhat does the article identify as the deeper industry shift signaled by companies like Coinbase adopting Chinese AI models?

AThe article suggests this trend is reshaping the AI industry's pricing model. The high valuations of companies like OpenAI and Anthropic are based on assumptions of sustained high revenue growth. Widespread adoption of cheaper, competitive alternatives from China could undermine this, forcing price competition and giving users more choices at lower costs.

QWhat potential drawback or performance gap does the article acknowledge about cheaper models like GLM-5.2 compared to premium ones like Claude Opus?

AThe article notes that while the final success rates in tasks like coding can be similar, cheaper models can be less stable. For example, in Snowflake's test, GLM-5.2 had a lower first-attempt success rate (47.6% vs. 53.7%) and could sometimes persist inefficiently on incorrect approaches, taking much longer and more attempts to solve a problem than a premium model.

Related Reads

Miners' Sales and Expensive Oil: Experts Name the Causes of Crypto Market Stagnation

"Sales of Miners and Expensive Oil: Experts Name Reasons for Crypto Market Stagnation" The crypto market currently lacks sufficient internal drivers for growth, and escalating tensions around the Strait of Hormuz could further worsen prospects for crypto assets, according to analysts at Wintermute. Key pressures include a significant $390 million net outflow from US spot Bitcoin ETFs from August 10-14, suggesting recent demand was speculative. While some altcoin ETFs saw inflows, Bitcoin's inability to rally on positive news indicates sellers have returned. Another factor is selling pressure from miners, exemplified by Riot Platforms selling 4,300 BTC last quarter while its mining costs exceeded Bitcoin's market price. With a record hash rate, many miners face unprofitable conditions, potentially forcing further sell-offs from their reserves. The primary external risk is macroeconomics, particularly rising energy prices. Brent crude surged nearly 8% due to the Strait of Hormuz situation, threatening to boost US inflation and potentially delay Federal Reserve rate cuts. Wintermute maintains a neutral stance, noting market positions are moderate, but requires stabilization in ETF flows or sustained capital return for a more positive outlook. Upcoming Fed minutes, PMI data, and the Jackson Hole symposium are key events, while the Strait of Hormuz remains a major external risk.

cryptonews.ru1h ago

Miners' Sales and Expensive Oil: Experts Name the Causes of Crypto Market Stagnation

cryptonews.ru1h ago

Trading

Spot

Hot Articles

Discussions

Welcome to the HTX Community. Here, you can stay informed about the latest platform developments and gain access to professional market insights. Users' opinions on the price of AI (AI) are presented below.

活动图片