iiRecord
Agentic AI Atlas · Supermemory Concepts
page:docs-supermemory-research-raw-06-conceptsa5c.ai
II.
Page JSON

page:docs-supermemory-research-raw-06-concepts

Structured · live

Supermemory Concepts json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · wiki/docs/supermemory-research/raw/06-concepts.mdCluster · wiki
Record JSON
{
  "id": "page:docs-supermemory-research-raw-06-concepts",
  "_kind": "Page",
  "_file": "wiki/docs/supermemory-research/raw/06-concepts.md",
  "_cluster": "wiki",
  "attributes": {
    "nodeKind": "Page",
    "sourcePath": "docs/supermemory-research/raw/06-concepts.md",
    "sourceKind": "repo-docs",
    "title": "Supermemory Concepts",
    "displayName": "Supermemory Concepts",
    "slug": "docs/supermemory-research/raw/06-concepts",
    "articlePath": "wiki/docs/supermemory-research/raw/06-concepts.md",
    "article": "\n# Supermemory Concepts\n\nSource: https://supermemory.ai/docs/concepts\n\n## Core Architecture\n\n### Knowledge Graph vs. Traditional Storage\n\nSupermemory replaces conventional file-folder systems with \"a living knowledge graph\" that creates rich relationships between stored information. Rather than static documents, the system generates \"semantic chunks with meaning\" that are \"embedded for similarity search\" and dynamically interconnected.\n\n## Key Terminology\n\n### Documents\n\nRaw input materials users provide (PDFs, web pages, text, images, videos). These serve as source content.\n\n### Memories\n\nProcessed outputs created by Supermemory -- intelligent knowledge units extracted from documents that capture understanding and context rather than raw data.\n\n## Memory Relationships (Three Types)\n\n1. **Updates**: Occur when new information contradicts existing knowledge, with the system tracking which version is current via an `isLatest` field\n\n2. **Extends**: Created when new information enriches without replacing existing knowledge; both memories remain valid and searchable\n\n3. **Derives**: The system infers new connections from patterns across the knowledge base, generating insights not explicitly stated\n\n## Processing Pipeline\n\nDocuments progress through six stages:\n\n1. Queued\n2. Extracting\n3. Chunking\n4. Embedding\n5. Indexing\n6. Done\n\nProcessing time scales with content complexity; larger documents require 1-2 minutes, while hour-long videos may need 5-10 minutes.\n\n## Mental Model\n\nSupermemory emphasizes \"semantic understanding\" over keyword matching, enabling information to \"evolve and connect\" rather than remaining \"frozen\" like traditional systems.\n",
    "documents": []
  },
  "outgoingEdges": [],
  "incomingEdges": [
    {
      "from": "page:docs-supermemory-research",
      "to": "page:docs-supermemory-research-raw-06-concepts",
      "kind": "contains_page"
    }
  ]
}