Private AI deployment sizing rules

Do not start a private AI deployment project by picking a GPU. Start by answering these questions in order. If you skip the earlier ones, hardware selection is guessing.

1. Peak concurrency and p95 latency

These three numbers set the minimum feasible model size and batching strategy before any hardware discussion.

2. Data boundary

The boundary determines whether you can use a hosted gateway at all. Some deployments only need private inference while allowing hosted embedding; others require full air-gap.

3. Cost ceiling and failure ownership

If ownership is not written down, private deployment will drift from "cheaper than API" back to "silently more expensive than API" within one quarter.

4. Monitoring, degradation, and cost alarms

Required at minimum:

5. Agent permissions minimization

Any AI agent that can write to production systems (databases, tickets, external APIs) must:

6. Hardware — only now

Anti-patterns

Private deployment is a total cost of ownership question, not a GPU question.