The AI Brief

Vol. I · No. 49 · Monday, July 13, 2026

Today's brief:

  • Chinese AI models have captured 46% of US enterprise token volume not because they are better, but because a 36x price gap has made routing decisions obvious for any team running high-volume pipelines at scale.
  • At $50 per million output tokens after July 19, Fable 5 is Anthropic's priciest model, but the real risk for teams is that two last-minute deadline extensions signal a capacity constraint that makes any planning horizon unreliable, regardless of price.
  • When AI produces a proof that looks original but omits citations to the prior work it likely searched, the real audit risk for operators is not whether the math is wrong but whether the model's sources are invisible.
  • Google rebuilt Gemini 3.5 Pro from scratch after enterprise testers exposed fundamental architecture failures, but with no published pricing, benchmarks, or API model ID four days before the reported July 17 launch, operators have nothing concrete to act on yet.
  • DeepSeek is building its own inference chip so it can set serving prices no Nvidia-dependent competitor can match, completing the same vertical integration move that gives Google and OpenAI their lasting cost advantage.

Chinese AI Models Claim 46% of US Enterprise Tokens as Frontier Pricing Breaks

Why it matters
US frontier labs are effectively ceding commodity-tier enterprise workloads to DeepSeek V4 Flash at $0.14 per million input tokens and Z.ai's GLM-5.2, with the revenue consequence obscured by volume-vs-spend asymmetry, a gap that IPO valuations near $852B and $965B assume away.
What's at stake
For most operators, this is context, not a crisis. For teams running high-volume agent pipelines, coding, classification, document processing, the 36× to 100× price gap between DeepSeek V4 Flash and GPT-5.5 is already rewriting routing decisions, and the geopolitical and supply-chain risks of that routing are largely unquantified.
Detail

CNBC reported July 7 that Chinese-origin AI models have held above 30% of US enterprise token volume on OpenRouter every week since February 8, peaking at 46%. The prior twelve-month average was 11%, and the figure was just 4.5% in H1 2025. OpenRouter itself expanded from roughly 5 trillion tokens per week in April 2025 to over 20 trillion by April 2026, meaning the Chinese share is growing on an expanding base. DeepSeek V4 Flash alone commands 16.3% of all OpenRouter token volume, more than any single US provider.

The price gap drives it. Open-source Chinese models are 60% to 90% cheaper than the leading Anthropic and OpenAI offerings, per Justin Summerville of OpenRouter. DeepSeek V4 Flash is priced at $0.14 per million input tokens; GPT-5.5 lists at $5.00. Z.ai's GLM-5.2, released by Chinese lab Zhipu AI in June under MIT license, saw the fastest adoption of any model tracked on Vercel in 2026: daily token volume grew approximately 27× and customer count 80× in its first full week. GLM-5.2 scored 62.1% on SWE-bench Pro, above GPT-5.5's 58.6%, while trailing Claude Opus 4.8 by one percentage point on leading agentic benchmarks. Coinbase runs roughly 1,200 AI agents and cut its AI spend approximately 50% by routing commodity work to GLM-5.2 and Kimi while reserving Opus 4.8 for hard problems. Airbnb and Uber have publicly acknowledged Chinese model usage; Uber burned through its full-year 2026 AI budget by April.

The revenue picture is less alarming than the volume picture: approximately 96% of teams running inference still keep an OpenAI or Anthropic account open, and Anthropic reportedly holds roughly 65% of Vercel spend even as raw volume drifts. The structural concern is forward-looking: the Fable 5 export-control episode in June accelerated Chinese model adoption directly, enterprises scrambled for alternatives during the 19-day outage with no transition period, and the underlying price gap predates that disruption and is widening.


$50
Per million output tokens, Fable 5's price after plan-included access ends July 19

Anthropic Extends Fable 5 Access Again, Now Through July 19, With No Capacity Timeline

Why it matters
Two successive rolling extensions, each announced hours around the prior deadline, mean teams cannot plan Fable 5 access more than a week ahead, and the model's eventual move to $10/$50 per million tokens (double Opus 4.8's rate) will land as a surprise for any workflow hard-coded to it.
What's at stake
For teams running occasional high-stakes tasks on Fable 5, the extension is straightforward runway. For teams that built durable agent workflows on plan-included access, the planning-horizon gap, not the per-token price, is the operational exposure, and it persists regardless of how many times the deadline moves.
Detail

Anthropic announced early on July 13, via its official @claudeai X account, that plan-included Fable 5 access on Pro, Max, Team, and premium Enterprise seats, and Claude Code's 50%-elevated weekly rate limits, are extended through July 19 at 11:59:59 PM PT. The announcement came after the July 12 deadline had already passed, making this the second extension following the first push (from July 7 to July 12, announced hours before that cutoff). No dedicated newsroom post accompanied either extension; both were made via X and updated support documentation.

The mechanics are unchanged: subscribers can apply up to 50% of their weekly usage limits to Fable 5 at no extra cost, drawing from the same shared pool as other Claude models. After July 19, Fable 5 exits plan limits entirely and moves to prepaid usage credits at $10 per million input tokens and $50 per million output tokens, the most expensive rate on Anthropic's current public price list, double Opus 4.8. Anthropic has stated the transition is a temporary capacity measure and that it intends to restore Fable 5 as a standard plan benefit when compute allows. An Anthropic deal with SpaceX using Colossus 1 data center capacity, adding over 300 MW and more than 220,000 NVIDIA GPUs, is cited internally as the mechanism for that expansion. Whether July 19 is a final deadline or a third extension point is not stated.

Disclosure: Claude, which generates this brief, is built by Anthropic.


A Mathematician's First Read on the GPT-5.6 Math Proof: Correct Direction, Missing Citations

Why it matters
Thomas Bloom's reaction, praising the proof as "short, elementary, and could have been discovered in the 1980s" while flagging uncited prior work, defines the early verification terrain: the proof is not obviously wrong, but it is not peer-reviewed, and the citation gap may obscure how much of the solution the model drew from existing literature it searched rather than derived independently.
What's at stake
For most operators, this is context: AI-assisted math is a research story, not a procurement one. For teams evaluating AI for legal, scientific, or technical reasoning tasks, where invisible reliance on unattributed sources carries professional liability, the citation behavior Bloom flags is the audit-trail gap that matters operationally.
Decode
Cycle Double Cover Conjecture = an unsolved graph theory problem since the 1970s: can you always find a set of cycles in any network of nodes and edges that traverses each edge exactly twice? GPT-5.6 Sol Ultra claimed a proof on July 10 using 64 parallel subagents in under an hour. No formal peer review has occurred.
Detail

Thomas Bloom, a mathematician at the University of Manchester, provided the first substantive expert reaction to GPT-5.6 Sol Ultra's claimed proof of the Cycle Double Cover Conjecture, published by OpenAI as a PDF on July 10. Bloom called it "a very nice proof" that is "short, elementary, and could have been discovered in the 1980s." His read: the proof reduces the conjecture to cubic graphs, applies the 8-flow theorem, and uses linear algebra over GF(3), a finite field with three elements, to construct the required cycle cover. The core mathematical ideas trace back at least to a 1983 paper by Bermond, Jackson, and Jaeger. OpenAI's paper does not cite that work.

Bloom's critique is pointed but narrowly scoped: the strategy likely worked because the AI searched related literature and found the right combination of tools, then applied them without attribution, the same pattern that has recurred in other AI-generated proofs. He writes that "anyone reading only the paper might think the AI invented the underlying strategy itself." Bloom suspects the key step involved a small, counterintuitive twist in the linear algebra that human mathematicians would have abandoned after an initial failure; AI agents have no such discouragement heuristic and kept trying variations until one succeeded.

OpenAI's Codex engineering lead Thibault Sottiaux announced the result on X. The prompt OpenAI released directed the system to keep independent proof strategies alive simultaneously, route adversarial reviewers against surviving candidates, and reject any missing lemma as routine. Cost estimates for the run range from $275 to $485 at standard Sol API pricing. The Wikipedia entry for the conjecture was updated on July 10 to note OpenAI's claim. The Hacker News thread exceeded 200 comments within hours. No formal mathematical community verification has been published as of this edition.

The Decoder: OpenAI's GPT-5.6 Sol Ultra reportedly solves a 50-year-old math problem (primary)/OpenAI: GPT-5.6 product page (primary)/CaveatProof PDF published on OpenAI CDN; no peer review completed as of July 13, 2026.

Update: Gemini 3.5 Pro Launch Is Four Days Away, Still No Official Benchmark or Price

Why it matters
Google has Workspace distribution across 900 million monthly Gemini users and a 2-million-token context claim, but with no published model card, API model ID, or pricing confirmed as of today, enterprises cannot yet make meaningful procurement or routing decisions against it, and June already slipped once.
What's at stake
For most operators, wait for independent benchmarks and published pricing before adjusting routing. For teams already on Gemini 3.5 Flash, available now at $1.50/$9 per million tokens, the Pro decision hinges on whether Deep Think reasoning and the larger context window clear the task-specific quality bar at whatever pricing Google sets Thursday.
Detail

Google DeepMind is targeting July 17 for the general availability of Gemini 3.5 Pro, per reporting from Business Insider and widespread industry coverage, first covered in Vol. I, No. 46. The July 17 date has not been officially confirmed in a Google newsroom post, model card, or API documentation page; as of July 13, the public Gemini API lists only gemini-3.5-flash and gemini-3.1-pro-preview. The model's internal development code involved scrapping the Gemini 2.5 Pro base and running a new pre-training cycle after enterprise testers flagged token-efficiency gaps, coding shortfalls, and reasoning failures the existing architecture could not close.

Reported, but unconfirmed, specifications include a 2-million-token context window (double the 2.5 Pro cap), a Deep Think Reasoning Layer for multi-step logic, and autonomous workflow capabilities for chaining tool-use tasks. Google is reportedly positioning the model as a cost-effective alternative to GPT-5.6 and Fable 5 rather than competing head-to-head on raw benchmark scores. Gemini 3.5 Flash, already shipping, scores 42% better than Flash 3 on Google's own long-range multi-turn cyber benchmark while achieving 68% better token efficiency. Unverified claims from private testing allege Gemini 3.5 Pro outperforms Fable 5; these should be treated as unconfirmed until independent evaluators publish results. The Gemini 3.5 Flash model is priced at $1.50 input / $9.00 output per million tokens; no Pro pricing has been announced.

Google DeepMind: Gemini 3.5 model page (primary)/Google AI for Developers: Gemini API changelog (primary)/TechTimes: Gemini 3.5 Pro targets July 17 as DeepSeek's July 24 deadline hits/CaveatJuly 17 launch date and all specifications are per third-party reporting; no official Google confirmation as of July 13.

DeepSeek Builds Its Own Inference Chip, Cutting Reliance on Nvidia and Huawei

Why it matters
If DeepSeek reaches production silicon, a multi-year effort with real export-control and foundry barriers, it removes the last external constraint on its cost structure: the company already builds frontier models at a fraction of US lab cost, and owning the inference layer would let it set serving prices no Nvidia-dependent competitor could match.
What's at stake
For most operators, this is a 2028 story, not a 2026 one. For teams evaluating long-term supply-chain risk in AI infrastructure, especially those routing production workloads to DeepSeek V4, the chip effort signals DeepSeek intends to stay structurally cheaper by verticalizing down to silicon, not just through algorithmic efficiency.
Decode
Inference chip = a processor optimized for serving a trained AI model to end users, as distinct from the training chips (like Nvidia A100s and H100s) used to build the model. Inference is the recurring cost that scales with every user request; controlling it is where serving-cost economics are actually set.
Detail

Reuters reported July 7, citing three people familiar with the matter, that DeepSeek is developing its own AI chip focused on inference workloads. The project is in early stages: the company has contacted chip design, foundry, and memory firms, and has begun hiring semiconductor engineers. DeepSeek did not comment. The chip targets inference, the stage where a trained model serves responses to users, rather than training, where Nvidia's software stack and interconnect lead is widest and where US export controls bite hardest at the foundry level.

The strategic logic is clear. DeepSeek currently runs inference on Huawei Ascend accelerators after US controls blocked its Nvidia H800 supply. The company does not want to become dependent on Huawei either. A prior DeepSeek model release included a note that a training data format was "well suited for home-grown chips soon to be released", corroborating signals that the chip effort predates the Reuters report. DeepSeek launched a semiconductor design hiring drive in early 2025. The company is simultaneously raising its first-ever outside capital, reportedly $7 billion at a $52–59 billion valuation, with chip development expected to be a key use of proceeds.

Significant obstacles remain. Competitive AI inference chips typically take years and require advanced foundry access that US export controls restrict for Chinese designers. The report does not name a foundry, process node, or target first-silicon date, the unknowns that determine whether the effort is on a 2027 or 2030 horizon. DeepSeek joining OpenAI (Jalapeño, via Broadcom) and Google (custom TPUs) in custom silicon narrows the framing of the AI hardware market: the companies capturing the most value are increasingly those that own their inference stack end-to-end.

Reuters via US News: Exclusive: China's DeepSeek developing its own AI chip (primary)/SiliconAngle: Report: China's DeepSeek follows OpenAI in developing custom inference chips/CaveatReuters sourcing is three unnamed persons; DeepSeek did not confirm. Foundry, node, and timeline are not disclosed.