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

ETH Zurich Study: Excessive Context Reduces AI Coding Agent Performance
An ETH Zurich study tested four coding agents on 138 real GitHub tasks and found that LLM-generated context files reduced task success rates by 2-3% while increasing inference costs by 20%. Human-written context only improved success by ~4% with significant cost increases.

Claude Code adds voice mode for hands-free coding commands
Anthropic is rolling out voice mode for Claude Code, its AI coding assistant, allowing developers to interact via spoken commands. The feature is currently live for about 5% of users with broader availability planned in coming weeks.

Claude Code System Prompts Updated: New File Modification Reminder & REPL Clarifications, Malware Analysis Reminder Removed
Claude Code (CC) versions 2.1.124 (+166 tokens) and 2.1.126 (-87 tokens) update the system prompt: adds file modification detection with budget exceeded warning, replaces core-identity function with explicit harness instructions, clarifies REPL thenable auto-await behavior, and removes the malware analysis reminder.

Claude-Code v2.1.79 adds remote control, fixes subprocess hangs, and improves memory usage
Claude-Code v2.1.79 introduces a /remote-control command for VSCode to bridge sessions to claude.ai/code, fixes claude -p hanging in subprocesses, and reduces startup memory usage by ~18MB. The release also adds a --console flag for Anthropic Console authentication and improves API timeout handling.