note · growing

Vanilla vs agentic: the cost

Latency, tokens, complexity, accuracy, failure surface. The decision is that trade.

Agentic RAG wins on accuracy and costs real engineering effort in latency, tokens and failure surface. The decision is that trade.

DimensionVanilla RAGAgentic RAG
Latencylow, ~1–2 shigh and variable
Token costlow, one queryhigh, history re-read each round
Complexitya simple pipelinestate management + tool wiring
Accuracy on hard taskslow, context breakshigh, cross-synthesis
Failure surfacenarrow: search and generatewide: planning, tools, loops
Vanilla — typical request1 LLM calls
Agentic — typical request6 LLM calls

If you cannot measure the accuracy gain, the latency and tokens you pay are real and the gain is an assumption.

#cost #latency

See this note on the whiteboard →