Skip to main content
Every memory in Linksee is auto-classified along 3 orthogonal axes when stored. These are stored as queryable virtual columns, enabling precise filtering in recall.

Axis 1: Altitude (cognitive level)

How high-level is this thought?
Altitude affects forgetting speed. A mission-level memory about why the company exists will never auto-decay, while an implementation detail about a specific API call will fade naturally.

Axis 2: Type (what kind of thought)

What is this memory, cognitively?

Axis 3: State (lifecycle)

Where is this thought in its lifecycle?
consolidate automatically marks in_progress memories untouched for 30+ days as stalled.

Using axes in recall

Filter by any combination of axes:
This returns only architecture-level decisions about databases that have been decided — perfect for understanding why the current tech stack was chosen.

Practical filter patterns

Auto-inference

When you call remember, the 3 axes are automatically inferred from the content. You don’t need to set them manually — but you can override by including structured JSON in the content field.