FLOPs
Also known as: floating point operations, floating-point operations per second, FLOPS, compute
FLOPs (sometimes written FLOPS when referring to per-second throughput) is the unit used to measure and compare AI compute. In AI discourse, it usually means the total number of floating-point mathematical operations involved in training a model. It's the currency of the scaling-laws conversation: research shows that more FLOPs, more data, and more parameters generally produce better models.
You'll see FLOPs come up in a few ways. Labs describe training runs in terms of FLOPs to signal how much compute they spent ('trained on 10^25 FLOPs'). Hardware specs quote 'teraFLOPS' or 'petaFLOPS' to describe what a GPU or TPU can do per second. Policy discussions cite national FLOPs thresholds to decide which AI models require oversight.
For builders, FLOPs is mostly background knowledge. You don't need to calculate it. But understanding that 'more FLOPs = more expensive training, usually more capable model' helps you read announcements, understand why frontier models cost what they do, and follow conversations about the AI compute race.