Choosing a production model starts with the limit, not the demo

By Pascal Bouman··3 min read
AI team reviewing rate limits and fallback options for production

Choose a demonstrably viable route for each workflow

Do not choose one “best” AI provider for the entire organization. For each workflow, choose a primary route that can handle the expected peak load, with a predetermined response for when that route is unavailable. OpenAI’s documentation describes rate limits as limits on, among other things, requests and tokens within a given period; their level also depends on the usage tier. This is not a statement about all providers or Google AI, but it is a useful reason to treat capacity as a design requirement. Before deployment, therefore, define which wait time, error message, or volume spike remains acceptable. A fallback may be another model, a queue, or handoff to an employee; the right choice depends on the consequences for that specific workflow.

Test the full chain, not just the answer

A good answer to an isolated prompt says little about production readiness. Test a realistic sequence of requests using the planned inputs, concurrency, and error handling. At a minimum, measure successful and rejected requests, turnaround time, tokens used, estimated cost, and which fallback was activated. This aligns with the second source excerpt: even in large-scale Google infrastructure, bottlenecks remain alongside specialized hardware, and the research identifies critical challenges in end-to-end execution. The source concerns ad recommendations and auctions at Google, not a general prescription for external AI APIs; it therefore primarily supports the importance of examining the entire chain. Also retain version and configuration data: the documentation specifically identifies snapshots as a way to keep behavior and performance consistent for a particular model version.

Fallback workflow for AI rate limits

Make the decision repeatable with a single register

Use a decision register for each workflow, so that a team can later reconstruct why the selected route remains appropriate. For the primary route and the fallback, record: owner, expected peak, measured result, cost ceiling, log fields, escalation point, and reassessment date. For each workflow, note the primary model route, tested peak load, cost ceiling, required log fields, fallback, and owner of the renewed decision. This makes model selection a verifiable operational decision rather than a one-off demonstration. This approach does not provide individual legal, financial, or professional advice; contractual, privacy, and sector-specific requirements require separate assessment.

Further reading

Your personal AI research team

Developments move too fast to keep up with everything yourself.

You need a research team that tracks changes, checks sources and decides what matters for your work.

Choose what you want to follow and receive only the updates that matter to you.

Updates tailored to your interests
Researched by specialist agents
Relevant insights, not daily noise

What do you want to follow?

You receive a confirmation email first and only join after clicking it. See the privacy policy.

Latest articles

Recent knowledge base articles selected for this page.