Definition
What is Latency in AI? — Plain-Language Definition
The amount of time it takes a system to respond after a request is made.
What is Latency?
Latency is the delay between a request and the system's response. In AI products, latency usually means how long a user waits after sending a prompt, uploading a file, or triggering an automated task.
Why It Matters
Latency has a direct impact on user experience.
- low latency feels fast and responsive
- high latency feels frustrating and unreliable
The acceptable latency depends on the product. A customer support assistant may need near-real-time replies. A background report generator can tolerate much more delay.
What Affects Latency
Several parts of the system contribute to latency:
- model size
- prompt length
- retrieval steps
- reranking steps
- tool calls
- network overhead
- queueing and infrastructure limits
This is why AI latency is often a full-system problem, not just a model problem.
Key Takeaway
Latency is the speed the user feels. Reducing it often requires improving the whole pipeline, not just swapping models.
Related Terms
Learn This in Practice
Move from definition to application with guides and resources that show how this concept appears in real AI workflows.
Tutorial
How to Measure Whether an AI Workflow Is Actually Good
Use a practical scorecard to evaluate AI workflows by correctness, latency, cost, intervention rate, and trust.
Tutorial
How to Choose the Right AI Model for the Right Job
Learn a practical framework for selecting the right AI model based on reasoning, latency, cost, multimodality, and governance needs.
Tutorial
Inference Optimization for AI Apps
Learn the practical runtime optimization levers for AI apps, including model routing, caching, retrieval discipline, output control, and quality-safe cost reduction.
Get AI Tips Every Week
Get smarter about AI every week — practical tips, prompts, and workflows in your inbox.