Experiment - Caching and result reuse
Problem:You have an AI agent that performs repeated expensive computations on the same inputs during training and inference.
Current Metrics:Computation time per query: 5 seconds; Model throughput: 10 queries per minute.
Issue:The AI agent is slow because it recomputes results for inputs it has already processed, wasting time and resources.
