Treat transformer attention, KV cache, and batching as a production data path — latency, memory, and throughput come from systems choices, not paper diagrams.
Tokenization, context windows, and recency bias silently break chatbots — measure token budgets and attention to the middle before you pick a model or RAG design.