Design: memory architecture — corpus, identity core, and recall#119
Open
Design: memory architecture — corpus, identity core, and recall#119
Conversation
The muse keeps everything it observes. The observation corpus replaces the compressed document as the primary artifact. muse.md becomes the identity core (~2k tokens, always loaded). Recall assembles context-appropriate prompts at query time from the identity core and relevant observations. Layers in knowledge as a first-class concept alongside reasoning, awareness, and voice. Knowledge is what the owner knows, believes, and has decided — positions, domain expertise, organizational context. The corpus stores both identity and knowledge; the identity core captures only identity. Supersedes clustered-distillation and incremental-distillation designs.
…y, simplify - Conversations are the source of truth, memories are the primary retrieval artifact (was incorrectly reversed) - recall is internal to ask, not a top-level operation in grammar.md - Cut 3 redundant Decisions that restated main sections - Simplified signal type descriptions — filter does the boundary work - Added memory confidence and doc dependency direction
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Introduces the memory architecture design: the observation corpus replaces the compressed document as the primary artifact, muse.md becomes a ~2k token identity core, and recall assembles context-appropriate prompts at query time.
designs/memory.md(new) — declarative design for corpus, identity core, recall, ingestion, and knowledge as a first-class concept alongside reasoning/awareness/voicedesigns/grammar.md— updated operations:ingest(conversations → corpus),compose(corpus → identity core),recall(classify → retrieve → accumulate → respond)designs/the-muse.md— reasoning section updated to remove the forced choice between reasoning and conclusions; artifact framing generalized from static document to assembled textSupersedes
clustered-distillation.mdandincremental-distillation.md.