AI Terminology
/Beginner
Latency
Definition
The measure of delay or time taken for an AI system to process an input and return a response to the user. Usually measured in 'Time to First Token' (TTFT) and 'Tokens per Second'.
Explain Like I'm New
How fast the AI talks back. If you ask a question and have to wait 10 seconds for the first word to appear, the AI has terrible latency.
Real World Example
A Voice Assistant (like Siri). If the latency is 3 seconds, the conversation feels incredibly unnatural and frustrating. The latency must be under 500 milliseconds for a voice AI to feel like a real human conversation.
Common Use Cases
- •User experience optimization
- •Real-time AI architectures
Interview Questions
basic
- What does TTFT stand for in AI performance metrics?
intermediate
- Why does generating a 500-word essay take longer for an LLM than classifying an email as Spam/Not Spam?