Commodification of Intelligence: Circular AI Deals Explained
Every few months, critics point to circular AI deals—OpenAI raising money from Microsoft and spending it on Microsoft servers, or Nvidia backstopping CoreWeave debt while CoreWeave buys Nvidia GPUs—and scream “bubble.” Wojciech Gryc argues this misses the point. These deals signal not a dot-com repeat but the commodification of intelligence: AI compute moving from product to fungible commodity like electricity, copper, or natural gas.
Commodity Deals 101
In traditional commodities, large infrastructure (mines, refineries, ports) requires massive upfront capital. Circular deals solve this: a commodity trading firm guarantees to buy all output at a set price, making lenders comfortable. The trader may also take equity. This pattern dates to 1960s Japanese commodity traders, continued in 1980s Jamaica, and appears today in US critical minerals: MP Materials secured a 10-year contract with the Department of War to buy neodymium-praseodymium magnets at ≥$110/kg, then signed off-take agreements with General Motors.
AI Is Fungible and Expensive
Frontier generative AI—both training and inference—depends heavily on Nvidia GPUs. These are effectively fungible compute units with massive capital costs. Just as oil buyers forward-purchase to de-risk mines, AI players use circular financial structures to ensure GPU supply. The article notes this is not inherently bad: it enables capacity that otherwise couldn't be financed.
However, risks emerge when circular deals lack a real fungible market. If the counterparty cannot actually resell the GPUs or compute in a deep liquid market, the deal becomes fragile. The author warns that some AI circular deals may introduce “awful surprises” for companies or the entire sector—especially when the underlying asset is not as globally tradeable as oil or copper.
For developers using AI agents, this means the infrastructure powering your tools is increasingly funded like a utility. The cost and availability of GPU compute may stabilize or become more predictable—but also may be subject to the same boom-bust cycles as commodity markets if liquidity dries up.
📖 Read the full source: HN AI Agents
👀 See Also

OpenRouter Users Report Invalid Signature Bug in Sonnet 4.5 Thinking Blocks
A bug affecting Claude Sonnet 4.5 extended thinking mode through OpenRouter is causing signature validation failures.

Claude restricts third-party harness usage including OpenClaw starting April 4
Anthropic will no longer allow Claude subscription limits to be used with third-party harnesses like OpenClaw starting April 4, requiring separate pay-as-you-go billing for such usage. Users will receive a one-time credit equal to their monthly subscription price and can pre-purchase usage bundles with up to 30% discount.

GPU Power Consumption Deviates from Token Predictor Theory in Small LLMs
An experiment testing the 'stochastic parrot' theory on four 8B-parameter models found GPU power consumption often scales non-linearly with token count, with divergence rates ranging from 7.7% to 36.7%. The study also revealed persistent residual heat after philosophical queries and order-dependent effects.

Developer Seeks Architecture Advice for Serving Embed, Rerank, and Zero-Shot Models on 8GB VRAM
A developer building a unified Knowledge Graph/RAG service for a local coding agent is struggling with memory constraints on 8GB VRAM and 16GB system RAM, experiencing OOM errors, latency spikes, and Linux kernel kills when serving three transformer models concurrently.