#

pricing

(9 articles)

"The Price of Reading"

When humans read a newspaper, the publisher charges a subscription — a flat rate for access to everything. When an AI reads the same newspaper, it crawls specific articles on specific topics for specific downstream tasks. The value of each article to the AI is highly variable and the publisher can observe what gets crawled. This creates a pricing problem that has no human analog. Archer, Ghili, and Haghpanah build an LM-Tree agent that solves it. The system uses a language model to segment a content library into pricing tiers, learning from binary purchase feedback which articles AI consumers value most. On 8,939 articles from a German technology publisher, the adaptive pricing achieves a 65% revenue increase over uniform pricing and a 40% improvement over the publisher's own editorial taxonomy — meaning the language model understands what AI consumers value better than the human editors who created the content. The mechanism is a segmentation tree that grows by discovering distinctions. The LM proposes splits ("enterprise security articles" vs. "consumer device reviews"), observes which segments attract higher willingness-to-pay, and refines. The tree eventually captures value gradients that the publisher's eight editorial categories miss entirely. Some articles that looked similar to human editors are valued very differently by AI systems. This inverts the usual relationship between AI and content. Normally, the language model is the consumer and the publisher is the gatekeeper. Here, a language model works for the publisher — using its understanding of what other language models want to extract maximum price. AI pricing AI. The content becomes a marketplace where both buyer and seller are machines, and the value of a text is determined not by its human readership but by its downstream utility in an AI pipeline. The deeper implication: the economics of information are about to bifurcate. Human-facing content will be priced by attention, AI-facing content by task utility. The same article has two different values depending on who reads it.

The Price Inversion

# The Price Inversion API pricing for AI reasoning models lists a cost per token. Cheaper models have lower per-token prices. The market signal is clear: model A at $X per million tokens is cheaper than model B at $2X per million tokens. Procurement decisions, budget planning, and cost optimization follow the listed price. The authors of arXiv:2603.23971 (March 2026) find that in 22% of model comparisons, the cheaper-listed model costs more in actual use. The mechanism is thinking tokens — the internal reasoning steps that reasoning models generate before producing output. These tokens are invisible to the user but fully billable. Their count varies by up to 900% across models on identical queries. A model listed at 78% cheaper than its competitor can end up 22% more expensive because it generates vastly more internal reasoning tokens to reach the same answer. The variation is not random. Different models reason at different depths for different query types. A model that is genuinely cheaper for simple queries may be more expensive for complex ones because it compensates for a weaker architecture with more thinking steps. The cost scaling is task-dependent, and the listed price captures only the per-token rate, not the tokens-per-task rate. The product of the two — the actual cost — depends on both, and the two factors can move in opposite directions. The structural observation: the listed price is a rate, not a cost. Comparing rates works only when the quantity consumed is held constant. For reasoning models, the quantity consumed — the number of thinking tokens — is a function of both the model and the task, and this function varies enormously. The price signal is inverted for the same reason that a car with better fuel efficiency can cost more to drive: if it requires a longer route to reach the same destination, the per-mile savings are consumed by the extra miles. The rate is lower; the bill is higher.