readingmemoryproducts

Memory Products: What You Can Actually Build and Sell

Document parsing found its product shape: Agentic Document Extraction - not “a PDF library,” but a service that turns messy documents into clean, structured, usable data. Memory is at the same moment now. The raw ingredients (vector DBs, extraction pipelines, the taxonomy from this series) are commoditizing; the products - opinionated, packaged solutions to one painful memory job - are still wide open.

Below is the product map. Each entry: what it is, who pays for it, why it wins, and which parts of the series (blogs 1-13) it is assembled from.


Category 1: The Pipeline Products (the direct ADE analogy)

1. Agentic Memory Extraction (AME)

One-liner: Feed it any raw interaction data - chat logs, support tickets, meeting transcripts, emails, CRM notes - and get back clean, structured, deduplicated memories: facts, episodes, rules, each with provenance, confidence, and timestamps.

2. Sleep-Time Consolidation Service (“Dreams as a Service”)

One-liner: A background service that runs between your agent’s sessions: reflects over recent episodes, merges duplicates, resolves contradictions, promotes patterns into facts and rules, applies decay and archival - and hands the agent a better memory every morning.


Category 2: The Infrastructure Products

3. Memory Layer API (the Mem0/Zep lane)

One-liner: Two endpoints - add(exchange) and search(query) - and everything in blogs 5, 7, 8, 9 happens behind them.

4. The Team Brain (organizational memory for agent fleets)

One-liner: One shared, permissioned memory across all of a company’s agents and copilots: decisions, conventions, project state, tribal knowledge - so every agent, in every tool, already knows how this company works.

5. Portable Memory / the Memory Wallet

One-liner: The user owns their memory profile - facts, preferences, history - stored in their vault, plugged into any assistant (ChatGPT, Claude, Gemini, local models) via connectors; revocable, exportable, inspectable.


Category 3: The Trust Products (least crowded, most defensible)

6. Memory Observability & Evals (“Datadog for memory”)

One-liner: Instrument any memory stack and answer: what did the agent remember, retrieve, and use - and did it help? Dashboards for retrieval precision, silent-miss rate, re-ask rate, staleness, tokens-per-query; regression suites (LoCoMo/LongMemEval-style plus your own golden set); A/B harness for memory configs.

7. Memory Firewall (write-path security)

One-liner: A filter in front of the memory store: every candidate write is re-stated, scanned for instruction-like content and injection patterns, provenance-bound, and trust-tiered; every retrieval is fenced and anomaly-checked. Poisoned-source purge on demand.

8. Forgetting & Compliance Engine

One-liner: Retention policies, PII handling, and provable deletion for agent memory - including the hard part: propagating a deletion through derived memories, summaries, embeddings, and caches.

9. Temporal Truth Engine (audit-grade memory)

One-liner: Bi-temporal memory for regulated work: every fact carries validity intervals and source; ask “what does the agent believe now?” and “what did it believe on March 3rd, and why?” Full belief-history, exportable for audit.


Category 4: The Vertical Memory Products (memory + one domain, deeply)

The pattern: pick one domain where continuity is the value, and build memory shaped exactly for it. Verticals win because the selection criteria (Blog 9), memory shapes (Blog 5), and eval sets (Blog 12) are domain-specific - a generic layer can’t match them.

Product The memory it keeps Why the vertical pays
Patient Memory (care/health assistants) Conditions, meds, symptom timeline (temporal!), what advice was given when Continuity of care is the product; misremembering is harm - importance scoring and audit are non-negotiable (Blogs 8, 9, 12)
Relationship Memory (sales/CS copilots) Every account’s people, promises made, objections, deal history as episodes+graph “The rep who never forgets a promise” - direct revenue story; CRM integrations as moat (Blogs 4, 5-graph)
Student Model (tutoring products) What this learner has mastered, where they struggle, what explanation styles worked Adaptive teaching is memory of the learner; episodic “what worked” drives the few-shot loop (Blog 4)
Codebase Memory (dev-agent add-on) Conventions (procedural), architecture facts (semantic), incident/PR lessons (episodic) Teams already feel this pain; ships as a managed CLAUDE.md/skills layer + incident-lesson miner (Blogs 4, 6)
Companion Memory (consumer AI companions) Life events, people, ongoing threads, emotional context - recency-weighted The entire product IS memory; churn is directly a forgetting bug (Blogs 4, 8, 9)

10. Skill Library Exchange (procedural memory as an asset)

One-liner: A registry + marketplace for learned procedures: agents (and teams) package skills - “how we do DB migrations,” “how to file our compliance report” - versioned, tested, shareable across agents and orgs.


How to choose (the honest strategic read)

Every one of these is assembled from the same parts you now know: selection → consolidation → storage → scoring → injection, plus forgetting, eval, and security. The product decision is only ever: which stage, for whom, with which fear ranked first.