AgentMemory

MinIO Blog Posts

Prompt Caching: Stop Paying GPUs to Read the Same Prompt Twice
arrow
Every coding assistant, enterprise chatbot, and agent loop resends the same tool schemas, system instructions, and policy text on every turn, and the GPU rebuilds all of it into attention state before it can emit a single output token. Prompt caching computes that prefix once and reuses the KV state, and MemKV takes it from a per-process optimization to a shared NVMe-backed tier that survives routing across replicas, HBM eviction, worker restarts, and concurrency.
AgentMemory
AI/ML
AIStor
Performance
Operations
From Cache Hits to Production SLAs | Part 3 of 3
arrow
Cache hits are not the outcome. Part 3 turns the architecture from Parts 1 and 2 into an evaluation framework: capture an honest tail-latency baseline first, treat MinIO's published 53-second-to-703-millisecond TTFT result as a proof point to reproduce rather than a business-case input, and follow the measurement chain from repeated context through prefix reuse and avoided recompute to unit economics, ending in a buyer checklist that judges a shared context tier on P99 TTFT and jitter rather than throughput or capacity.
AgentMemory
AI/ML
AIStor
Operations
Performance
When Repeated Context Becomes an Infrastructure Problem | Part 2 of 3
arrow
A prefix cache that only helps one process is useful, but requests move across replicas, HBM fills, sessions spill, and workers restart, so reuse that lives inside a single worker is not a fleet architecture. Part 2 works through what the serving stack needs once KV state leaves local GPU memory: a tier that is larger than HBM, fast enough that restore beats recompute, shared across workers, and reachable through the runtime's own KV transfer path, which is memory behavior at cluster scope rather than storage.
AgentMemory
AI/ML
AIStor
Performance
Prompt Caching Is an AI Margin Lever, Not a Model Trick | Part 1 of 3
arrow
Agentic AI applications resend the same project rules, tool schemas, and document context on every turn, so an expensive GPU fleet spends much of its time rebuilding a prefix it has already processed. Part 1 of three reframes prompt caching as an operating-margin lever rather than a model feature, maps prompt caching, prefix caching, KV cache, and KV cache offload to the business questions each one answers, and argues that reusable context needs a memory path rather than ordinary enterprise storage.
AgentMemory
AI/ML
AIStor
Performance
We deleted the agent mid-sentence. The work continued.
arrow
Worker A gathers evidence, publishes an accepted handoff, starts another edit, and is deleted mid-sentence with the unfinished tail left visible. Worker B starts in a fresh runtime with no session state, verifies the last accepted boundary in the same authorized AIStor Memory Workspace, discards the unchecked tail, and continues the work rather than restarting it.
AgentMemory
AI/ML
AIStor
Your inbox agent has no business remembering your workouts
arrow
Personal AI agents become useful as they learn you, but that familiarity should not require one agent accumulating your entire life. AIStor Memory gives each agent a bounded relationship with its own learned history, active workspace, and credential scope, all under your control.
AI/ML
AgentMemory
AIStor
Introducing AIStor Memory: Long-Term Memory For AI Agents
arrow
Every agent begins with the experience your organization has already earned.
AI/ML
AIStor
Integrations & Partners
AgentMemory