Writes are proposals
Incoming observations go through consolidation before they update current state.
Our approach
Useful agent memory needs clear rules for what changes, what stays current, and where information came from. These principles shape ConceptMem.
In practice
The system governs recorded knowledge. The quality of that knowledge still depends on the observations and policies you provide.
Built into the workflow
Incoming observations go through consolidation before they update current state.
Repeated and conflicting observations are handled as updates to coherent records.
Keep the accepted record distinct from previous values and the changelog.
Classes, fields, and relationships define your model. Strictness determines when non-conformance refuses a write.
Every mutation carries source, actor, confidence, timestamp, and extraction method.
Markdown and exports derive from memory. Editing them does not change stored state.
Merge, conflict, retention, privacy, and review settings belong in explicit policy.
Follow a new observation from submission through consolidation to a queryable record.
Explore the workflowCOMMON QUESTIONS
Because an agent observing the world is often wrong, late, or duplicating something already known. Routing every write through consolidation lets the ontology and the policy decide whether it should change the record.
So that answering what is true now does not mean replaying every contradictory claim ever recorded. Superseded and retracted values remain available, but they are not what a query returns by default.
Because a fact without a source cannot be audited, arbitrated, or retracted with confidence. Source, actor, confidence, timestamp, and extraction method are recorded on every mutation.
Markdown pages, summaries, and exports are derived from stored memory. They are never the source of record, and editing one does not mutate state; updates are made by submitting an observation.
Make your next update count
Create a workspace, define a type, and see your first observation become a traceable record.