What are the three layers of memory modeling in AI-native Memory?

Question

Answers ( 1 )

    0
    2025-04-01T13:34:04+00:00

    The three layers are:
    1. **L0: Raw Data** - Stores unprocessed inputs (e.g., documents, images) similar to retrieval-augmented generation (RAG).
    2. **L1: Natural-language Memory** - Organizes data into keywords, tags, and descriptive text (e.g., user bios, preferences).
    3. **L2: AI-Native Memory** - A neural network that compresses and parameterizes memories to predict user behavior and preferences.

Leave an answer