洞见
约 4 分钟阅读作者 AiHPC
Computing power, LLMs, and model training — what more FLOPS buys
Computing power, LLMs, and model training — what more FLOPS buys
TL;DR. When Hong Kong policy talks quote PFLOPS, they are talking about how much arithmetic a cluster can do — not how smart any particular model is on your work. Training a large language model (LLM) spends a lot of that power once; answering questions spends it every day, differently. More compute is capacity. Fit-for-purpose answers still need the right data, evaluation, and control.
Why buyers suddenly hear "PFLOPS"
In mid-2026, public speeches about Hong Kong's AI push began naming rough compute figures — on the order of thousands of PFLOPS today, with much larger planned capacity later in the decade. Treat those numbers as government size labels for infrastructure, the way a port quotes TEU capacity: useful for policy conversation, not a product scorecard for your next purchase order.
You do not need to own a national cluster to understand the literacy point: computing power is a budget, and different AI jobs spend that budget in different ways.
What "computing power" means in plain language
FLOPS = floating-point operations per second — how many number-crunches the hardware can do. P in PFLOPS is "peta" (a huge multiplier). You can think of it as horsepower for maths.
| Everyday picture | AI parallel |
|---|---|
| Factory floor space | How many GPUs / how big the cluster |
| Shift length | How long you run a training job |
| Production line speed | How fast you can serve answers (inference) |
| Quality control | Whether the output is right for your job |
Horsepower does not tell you whether the factory makes the product you need.
Training vs serving — two different spends
An LLM is a model that predicts the next token (roughly: the next bit of text). Getting one ready, and then using it, are not the same bill:
1. Training (and heavy fine-tuning)
- Mostly a front-loaded cost: lots of compute, lots of data, lots of engineering, often weeks or months for frontier-scale work.
- You are teaching the model patterns from examples.
- More FLOPS here usually means: train larger models, finish sooner, or try more experiments — if you also have data, people, and a recipe.
2. Inference (serving answers)
- An ongoing cost: every question, every chat, every agent step burns compute.
- You are using a trained model under latency and cost budgets.
- More FLOPS here usually means: more concurrent users, lower wait times, or room to run bigger models — if the software stack and ops are ready.
Fine-tuning, retrieval, evaluation, and agent tool-use sit in between — they also spend compute, but they are not "build a new foundation model from scratch."
So when a slide says "we have more PFLOPS," ask: more for training, more for serving, or more for both? The answer changes what you should expect.
What more FLOPS does not buy by itself
Sibling literacy: a higher "B" (parameter count) is capacity, not IQ. The same honesty applies to compute:
- More FLOPS ≠ better answers on your SOPs. A bigger cluster can still host a model that was never evaluated on your Cantonese notes, clinical forms, or construction media.
- More FLOPS ≠ data residency. Where the GPUs sit, and who can see the prompts, is a governance question — not a FLOPS question.
- More FLOPS ≠ orchestration. Scheduling jobs, routing models, citing sources, and refusing weak answers are software and process — the scarce layer once capacity exists.
- Public infrastructure ≠ your purchase. National or regional buildouts create option for research and industry. Your organisation still chooses models, hosting shape, and evidence gates.
A calm way to hear the next compute speech
Try this three-line filter:
"Interesting capacity. Is that for training, serving, or both?
Show me how it helps our workloads.
Show me where our data lives when we use it."
If those answers are clear, PFLOPS become useful context. If they are fuzzy, the big number is mostly atmosphere.
How this connects to what we build
At AiHPC we do not compete on owning the biggest PFLOPS headline. OrchAI is about fit-for-purpose AI under governance — Library for cited knowledge on your documents, Agents as the controlled front door, Eval when you need an honest quality gate, Portal when you need the full building. Compute is a dial. Trust, citations, and control are the product.
Curious how that looks when you already have (or rent) capacity? Talk to us or try the demo.
Frequently asked questions
What is a PFLOP? A rough unit of cluster horsepower — about a thousand trillion maths operations per second. A size label, not an IQ score for your answers.
Does more computing power make a smarter AI? Not by itself. It can speed training or serve more load. Fit for your work still needs data, architecture, eval, and governance.
Training vs inference — why should a buyer care? Training is mostly teach-once; inference is answer-every-day. Your PO usually cares about serving your documents and workflows under your control — not about who trained the frontier model last quarter.
常见问题
此页面尚未提供你的语言版本,现以英文显示。