The Business Math of Generative AI 01: Scaling Laws, GPU Moats, and Model Wars
Tokyo AI Dad••11 min read
The Business Math of Generative AI 01: Scaling Laws, GPU Moats, and Model Wars
The math behind generative AI is not only a research topic. For organizations, it shapes where budgets go, why chips and supply chains matter, how data assets become moats, and how model choices change competitive strategy. This piece keeps the math visible, but translates it into business questions.
You do not need to know deep learning first. Read with these business questions in mind:
- Why do frontier AI companies look like software companies but spend like heavy industry?
- Why have GPU, HBM, CUDA, and data centers become core strategic terms?
- Why did "bigger models are better" become the early default, and why did Chinchilla correct that view?
- If high-quality data becomes expensive, where does the next round of AI competition move?
Part 1: The Hardware and Industry Questions to Understand First
Before the formulas, start with the practical question: why is frontier model training today so hard to separate from NVIDIA GPUs and the CUDA ecosystem?
1. Why GPU instead of ordinary CPU?
A CPU is like a small group of highly capable managers. It is good at complex control flow, system coordination, and flexible logic. A GPU is more like thousands of production-line stations. Each station is simple, but many of them can work at the same time.
Large model training is mostly built on matrix multiplication: enormous numbers of multiply-and-add operations. That workload does not need one genius manager. It needs a massive parallel factory floor.
The business conclusion is simple:
The AI training budget is not mainly ordinary server procurement. It is the purchase of industrial capacity for stable, parallel matrix computation.
That is why frontier AI is not as asset-light as traditional SaaS. Chips, memory, data centers, power, networking, and engineering teams all matter.
2. Why top-tier GPUs are hard to copy quickly
Making a chip is not the same as building a supply chain capable of training large models at scale. There are at least three bottlenecks:
- Advanced manufacturing and lithography: without mature advanced manufacturing, cost and yield become unstable.
- HBM high-bandwidth memory: training is not only compute; it is also constant data movement. If memory bandwidth is weak, compute cores wait.
- Advanced packaging and data-center interconnects: GPUs, memory, and networks must cooperate at very high bandwidth. A strong standalone chip does not guarantee a strong system.
The business meaning is that AI infrastructure competition is not a single-company contest. Chip designers, foundries, packaging providers, memory suppliers, cloud providers, and data-center operators jointly determine the ceiling.
3. Why CUDA is hard to replace
If hardware is the body, the CUDA ecosystem is the nervous system. It connects model code written by researchers and engineers to low-level operations that GPUs can execute efficiently.
CUDA's moat is not just a software package. It is years of ecosystem accumulation:
- PyTorch, training frameworks, and acceleration libraries have long been optimized around CUDA.
- The global engineering knowledge base assumes CUDA in many tutorials, bug reports, and performance fixes.
- Moving to new hardware means rewriting, retesting, benchmarking, and re-operating a large part of the engineering system.
Business judgment needs to separate two claims:
"An alternative chip can run the model" is one thing. "It can replace the mainstream training ecosystem at lower total cost and stable performance" is another.
4. Will new architectures and new hardware overturn the current stack?
They may create opportunities, but good papers do not instantly change industrial structure.
MoE tries to reduce cost by activating only part of the model at a time. Mamba and other state-space models try to improve long-context efficiency. Photonic chips, analog computing, and custom ASICs all explore cheaper matrix computation.
But business readers should ask three questions:
- Does it win reliably on real tasks?
- Does it run efficiently on existing hardware and software stacks?
- Is it mature enough for engineers, cloud providers, and enterprise customers to migrate?
Many technologies do not fail because the math is weak. They fail because engineering maturity, ecosystem migration cost, and supply-chain timing are hard.
Part 2: What Is Model Training Actually Optimizing?
The training task for a large language model is simple: give it a piece of text and ask it to predict the next token. Penalize wrong guesses and reward better predictions.
Mathematically, this is often described with cross-entropy loss:
For non-technical readers, the meaning is:
The better a model is at placing the correct answer at high probability, the lower the loss . Lower loss usually means better prediction of language, knowledge, and patterns.
But enterprises should not look only at loss. Business value also depends on:
- How expensive is an error in this workflow?
- Does lower loss translate into higher conversion, less manual review, or lower compliance risk?
- Are the inference cost, latency, and governance complexity of the stronger model worth it?
The mathematical goal of generative AI is to reduce prediction error. The business goal of enterprise AI is to reduce business error at an acceptable cost.
Part 3: Why Training Cost Is Locked by
Training cost is often approximated as:
Here:
- is training compute.
- is the number of parameters, a rough proxy for model capacity.
- is the number of training tokens, or the useful material the model consumes.
- The factor 6 comes from the approximate compute used in forward and backward passes. Business readers do not need to overfocus on the exact constant.
This formula matters because it splits the AI budget into two main knobs:
- Increase : make the model larger.
- Increase : feed the model more and better data.
A huge model without enough data is like a premium factory without raw materials. A huge dataset with a tiny model is like a full warehouse with a production line that cannot process it.
This is why, after Chinchilla, the industry pays more attention to matching model size with training data volume.
Part 4: Why Power Laws Can Guide Business Bets
The core theme in Lilian Weng's "Scaling Laws, Carefully" is that model scale, data, and loss often follow power-law relationships. A simplified version is:
Taking logs makes the relationship close to a straight line:
This may look like math detail, but the business meaning is large:
If small-scale experiments are designed carefully, they can estimate the return curve of larger training runs.
AI companies are not always burning money blindly. They run smaller training experiments, look at the slope on log charts, and decide whether further scaling is worth the cost.
In CFO language, this is an investment return curve:
- If compute increases 10x, how much does loss fall?
- Is buying more GPUs still producing meaningful marginal return?
- Should the team continue scaling the model, or change data, architecture, or product target?
Scaling laws do not guarantee success. They turn a large bet into a large bet with instruments.
Part 5: High-Dimensional Manifolds and Token Waste, in Business Language
High-dimensional data manifolds can sound abstract, but the business meaning is useful. Think of real-world knowledge as a very complex map with structure.
Language, code, images, and business documents are not random noise. They contain patterns. Deep learning uses parameters to approximate those patterns. In theory, error can fall in a shape like:
You can read as the practical complexity of the knowledge structure.
The business translation is:
If models and data are not aligned with real business structure, many tokens and compute cycles are wasted on noise, duplicates, low-value text, and irrelevant patterns.
This is why enterprise data governance matters. Not all data is worth feeding to a model. High-quality, structured, feedback-rich business data can be more valuable than piles of low-quality tokens.
Future enterprise AI assets may not be access to a large model. They may be:
- We have high-quality workflow data.
- We have expert labels and user feedback.
- We know which errors are most expensive.
- We can route model output back into workflows and create a continuous improvement loop.
Part 6: The Business Correction from Kaplan to Chinchilla
OpenAI's 2020 Kaplan scaling laws gave the industry a strong signal: as compute grows, put more of the increase into larger models.
It can be simplified as:
Under a compute constraint:
The early conclusion leaned toward large models with comparatively less data. That helps explain why GPT-3-style large-parameter models became the dominant reference point.
DeepMind's 2022 Chinchilla paper added an important correction. Many models were not mainly short on parameters. They were short on training tokens. In other words, the industry may have rushed to build larger models before giving them enough data to learn from.
Chinchilla can be written as:
Under a fixed , the optimal scale roughly follows:
You do not need to memorize the formula. Remember the business conclusion:
Do not decide model strategy by parameter-count rankings. A smaller model that is better trained, cleaner in data, cheaper to serve, and easier to govern may be the better enterprise model.
Enterprise buyers should not buy "the largest model" by default. They should buy the capability with the best cost, reliability, and governance profile for the business's error cost.
Part 7: Seven Questions Business Readers Often Ask
1. Should a company train its own large model from scratch?
Most companies do not need to. Training a general-purpose large model requires huge compute, research talent, data engineering, and continuous iteration. A more practical route is to use APIs, open-source models, private deployments, or industry models, while focusing on data, workflows, evaluation, security, and business integration.
2. Are more parameters always better?
No. Larger models have more capacity, but also higher inference cost, latency, memory pressure, and governance burden. Enterprises should buy reliable capability on target workflows, not parameter counts.
3. Why is data becoming a strategic asset?
The public web is not an infinite gold mine. Duplicates, low quality, contamination, copyright, and compliance issues reduce data value. The real moat is high-quality workflow data, expert feedback, and a sustainable data loop.
4. Will NVIDIA's moat disappear quickly?
Not simply. It will become layered. Frontier training still depends heavily on top GPUs, CUDA, and data-center capability. Inference will be more open, with opportunities for ASICs, cloud-provider chips, model compression, and edge deployment.
5. Will new architectures and hardware change the cost structure?
Possibly, but it takes time. Business judgment should look at real-task performance, hardware efficiency, ecosystem maturity, and migration cost, not only paper results.
6. What happens if high-quality data becomes scarce?
The industry shifts toward synthetic data, expert data, multimodal data, user feedback, and inference-time compute. It is not only about training a larger model; it is also about letting the model search, verify, and reason more on important answers.
7. Where should enterprise AI ROI be measured?
Do not look only at model fees. Real ROI comes from shorter processing time, fewer manual reviews, lower error rates, faster decisions, and better customer experience. Scaling laws explain model economics, but enterprise value happens in workflows.
Next: Data Constraints and Inference-Time Compute
The first phase of large-model competition was training-time scale: who could train the larger model, secure more GPUs, and acquire more data.
The next phase will focus more on inference-time scale. Which tasks deserve more compute for search, verification, and reasoning? Which tasks only need cheap and fast answers?
The next article will examine why test-time compute and agent workflows become a new growth curve when high-quality data becomes more expensive.
References
- Lilian Weng, Scaling Laws, Carefully, 2026.
- Jared Kaplan et al., Scaling Laws for Neural Language Models, 2020.
- Jordan Hoffmann et al., Training Compute-Optimal Large Language Models, 2022.
- Pablo Villalobos et al., Will we run out of data? Limits of LLM scaling based on human-generated data, 2022.