up to ~1,000×
Long-lived context
AI models are stateless — agents resend the growing history in full with every step, so agentic tasks can cost up to ~1,000× more tokens than a simple chat.
Countermeasures: Prompt caching, context hygiene, prefer single-turn where possible.
