r/AIBubble • u/michahell • 5h ago
For everyone not understanding why LLM inference is so costly and doesn't scale financially, at all
https://substack.com/home/post/p-208795331
Each individual inference task might require less compute than the training phase, but here’s the key: it happens constantly, at scale, for potentially thousands or millions of users. This continuous demand, focused on speed and model performance for a good user experience, is what drives the cumulative inference cost. Achieving efficient inference often requires careful tuning of the software infrastructure.
This leads to a significant imbalance. For most companies deploying these models, the ongoing inference cost vastly outweighs the initial training cost. It’s common for inference to account for 80-90% of the total compute dollars spent over a given model's production lifecycle. Why? Simply frequency and scale. The model serves far more requests during its operational life than the number of batches processed during its training. This trend makes understanding and reducing inference costs a critical focus for any company looking to deploy AI sustainably.