The economics

Every query is the cheap part.

RAG workloads spend your fleet's GPU time re-reading the same documents on every question. Engram Smart CAG onboards documents once and serves every answer from the saved memory. Same model, same answers, measured head-to-head; the difference is the waste removed from your GPU spend.

See the work you'd save ↓

Measured head-to-head vs standard RAG

1,000 docs · 500 questions · same model & retrieval
Answer qualityIdentical — Measured by an independent judge
Reading work per answer91× less
Time to first token10× faster
Total time per answer1.3× faster

One deliberately hard benchmark, identical on both sides: expert-written questions about scientific papers, the right paper hidden among 1,000, graded strictly against expert answers. Same answers, a fraction of the work.

Fleet scale

Capacity opens up as load climbs.

A real concurrency ramp on one 4-GPU serving tier — same model, same retrieval on both sides. Resident memories skip the re-read, so throughput keeps climbing while RAG flattens under its own re-prefill.

Engram Smart CAG Standard RAG (churned cache) freed capacity
0246810 1481624 queries / sec concurrent queries
3.1×
the queries per GPU at 24 concurrent — the fleet operating point

Throughput per GPU · 24 concurrent

Engram Smart CAG9.2 q/s
Standard RAG3.0 q/s

Time to first token · 24 concurrent

Engram Smart CAG91 ms
Standard RAG648 ms

GPU cost / 1k queries · 24 concurrent

Engram Smart CAG$0.14
Standard RAG$0.43

Measured on one 4-GPU serving tier (Qwen3-30B FP8, TP=4), server-timed time-to-first-token and latency, GPU priced at $4.60/hr, 1–24 concurrent queries. RAG runs in the multi-tenant regime — a churned prefix cache, the realistic fleet operating point — so it pays its re-prefill on every request while cartridge memories stay resident.

Payoff calculator

Your workload, your volume — when it pays off.

Everything traces to the measured benchmark: onboarding in one forward pass per document, storage after compression and auto-tiering, and GPU savings — the measured fleet-scale $/query gap vs same-model RAG — set by how much context your RAG re-reads per question and the model you serve.

500
505005K50K
100,000
1K10K100K1M10M

Context re-read per question today

chunks + history + boilerplate your clients re-send every query

Model you serve

bigger models make every avoided re-read worth more

One-time onboarding
$9
read + compress per doc · spot GPUs
Memory storage
$5/mo
4× compressed (measured) + auto-tiered
GPU savings · fleet scale
$29/mo
$0.29 / 1k queries · fleet packing
Pays for itself
~3 months
onboarding + storage vs GPU savings

Fixed cost, scaling savings

Storage is flat. The savings scale with every question.

Saved memories are a flat monthly line item — our 4× memory compression plus automatic cloud tiering keeps storage costs low and constant while the GPU savings grow with volume: every question asked is savings increase. The busier the library, the further the savings pull ahead of the flat storage line — the calculator above nets the two for your numbers.

How it stacks up

Engram Smart CAG vs. standard RAG.

Same model, same grounding, same answers — the difference is doing the reading once instead of on every query.

Engram Smart CAG Standard RAG
GPU work per queryDozens of tokens, not thousandsRe-reads context every query
Latency (time-to-first-token)Low & stable — 28 ms, ~90 ms even at 24 concurrentGrows with context
Grounded & sourcedYes — quality tie with RAGYes
Setup / onboardingOne forward pass per doc — no trainingIndex once
Fresh on updatesRe-onboard the doc once (seconds)Instant re-index
Storage footprintLarge — the trade-off: 4× compressed and tiered, measuredSmall index
Private on your cloudYes — your VPC, your GPUsDepends