Rate limit
Simple
A “no more than N times per minute” cap so nobody overloads the system.
Business
AI provider quotas — a hard planning constraint on swarm parallelism and product speed.
Tech
RPM/TPM limits per key/org; handled with queues, exponential backoff, key sharding, priorities.