Solidot reports an interview with a former Hugging Face executive (now working in China's AI ecosystem), arguing that open-source model weights have given Chinese developers the confidence to use tokens "to the extreme" — i.e., to spend more compute per task than would be economical with closed-source APIs.

The "open-source confidence" angle: with closed-source APIs (OpenAI, Anthropic), every token costs money, and developers are incentivized to minimize token usage. With open-source models, the marginal cost of a token is zero, so developers can use as many tokens as they need. The result: more aggressive Agent designs, longer context windows, more retries — all of which use more tokens.

The "Chinese developer advantage": the interview notes that Chinese developers are particularly aggressive in this regard, partly because (1) the open-source ecosystem (Qwen, DeepSeek, GLM) is strong in China; (2) the cost of closed-source APIs is higher in China due to payment friction; (3) the "use tokens to the extreme" mindset is culturally encouraged ("move fast and break things").

The implication for the global AI ecosystem: the "open-source token-economy" is creating a different optimization pressure than the "closed-source token-economy." In the open-source world, the goal is to maximize quality, not minimize cost; in the closed-source world, the goal is to balance quality and cost. This is leading to different architectural choices (e.g., "infinite retries" is fine in open-source but expensive in closed-source).

The bigger takeaway: "open-source vs closed-source" is not just a licensing question — it's an economic and cultural question. The open-source ecosystem optimizes for quality at zero marginal cost, the closed-source ecosystem optimizes for quality at positive marginal cost. The "use tokens to the extreme" pattern is a real advantage for open-source developers, and it will shape the next generation of AI products.