Urgent.News

What's breaking now, across thousands of outlets.

AI

ChatGPT and Gemini Both Crossed a Billion Users. The Infrastructure Story Is the One Nobody's Telling

The headline this week is the round number: ChatGPT reportedly crossed a billion weekly users, Gemini is in the same territory within weeks of it, and ChatGPT got there faster than any consumer product in history, under four years for something that took Facebook eight. Everyone is writing about the adoption. Almost nobody is writing about the part that actually keeps me up as an infrastructure…

The recent news headlines highlight that both ChatGPT and Gemini have reached a significant milestone of one billion users. While the adoption of these language models is impressive, there is another crucial aspect that is often overlooked by the media - the infrastructure required to support such a massive user base. This infrastructure story is what the author argues is the real story behind the billion-user milestone.

Unlike previous billion-user achievements, serving a billion people with an LLM (Language Model) is a different ball game. Every single query is compute-intensive, with no cache to rely on for repetitive questions. The marginal cost of the billionth inference is not negligible; it involves a real GPU-second on a scarce and expensive accelerator. This scenario has led to aggressive price cuts from providers to compete for users, while the underlying demand for compute continues to surge.

For companies integrating these APIs into their products, the billion-user backdrop directly impacts the bill they receive. Renting time on a constrained resource, such as GPU supply, results in an unstable pricing environment. Building products on inference is akin to using a volatile cost base that moves more frequently than traditional cloud compute. The author emphasizes that teams often underestimate the true cost of inference and may mistake it for a cheap API call rather than a compute job.

Price reductions to around $0.20 per million input tokens are real, but they only apply to the cheapest tier. Using the most advanced models for every request can lead to significantly higher costs when scaled. Model routing, which directs simple queries to cheaper models and complex ones to more expensive ones, is a crucial strategy that many teams have not yet implemented.

From a financial perspective, managing AI spend at this scale requires adopting FinOps discipline. This involves attributing inference spend to specific features, teams, and customers, right-sizing models, and implementing scheduling and caching mechanisms to minimize unnecessary computations. The author stresses that every inference request is not novel and can be cached or batched, similar to how non-prod database usage is managed.

Over-modeled requests, which consume unnecessary resources, should be avoided by carefully considering the appropriate model for each task.

In summary, while the billion-user milestone is indeed an adoption story, the underlying infrastructure story is equally, if not more, important for those building on these language models. Treating AI spend as a real cloud cost line, with proper attribution and model routing, is essential for avoiding unexpected costs when the economics stabilize.

Written by urgent.news from Dev.to's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at dev.to →

More in AI

More from Monday 24 August →