We are surrounded by digital memories such as notes, photos, and messages, but they remain fragmented and slowly lose meaning over time. We were inspired by the idea of creating not just another note-taking app, but a living cognitive system that can continuously understand how moments connect, evolve, and shape a person’s life.

MNEME transforms everyday moments into a continuously evolving life graph. It detects cause–effect relationships between experiences, simulates forgetting, tracks emotional and thematic shifts, and generates grounded insights about how a person’s life changes over time. Instead of simply retrieving notes, MNEME reasons over your life.

MNEME is built using Gemini 3 as an orchestration engine. Each captured moment is structured into a memory node using multimodal reasoning, embedded into a semantic vector space, and connected into a temporal causal graph. Autonomous agents analyze recent memories to detect emerging patterns, emotional drift, and causal chains. A grounded reasoning pipeline allows MNEME to answer questions using only stored memories with transparent citations.

The main challenge was designing MNEME as a continuous reasoning system rather than a prompt-based chatbot. We had to implement real orchestration pipelines, causal graph building, and long-term memory modeling while keeping all answers grounded and traceable to real memory evidence.

We successfully built a temporal causal life graph, implemented a forgetting simulation model, created autonomous insight agents, and delivered a fully public no-login demo that demonstrates continuous AI reasoning rather than simple retrieval.

We learned how powerful Gemini 3 becomes when it is used as a reasoning engine that operates over time. Continuous orchestration unlocked behaviors that feel closer to cognition than conversation.

Next, MNEME will expand into real-time wearable ingestion, long-term life forecasting, and personal knowledge graph exports, moving toward becoming a lifelong cognitive companion.

Built With

  • gemini3api
  • graphdatamodeling
  • imageuploadapi
  • lovable
  • next.js
  • postgresql
  • serverlessfunctions
  • supabase
  • typescript
  • vectorembeddings
  • webaudioapi
Share this project:

Updates