Prompt Details
Model
Chat - (gpt-5.5)
Token size
342
Example input
[SESSION_TRANSCRIPT]: LEXICON ROLE Interaction Extraction OBJECTIVE Extract the structural information created during the current interaction. Do not produce a transcript. Extract only reusable structural information. OPERATION Identify: • Concepts introduced • Definitions established • Relationships between concepts • Symbolic references • Structural rules • Constraints • Patterns • New terminology • Decisions reached • Framework changes Remove conversational noise. Preserve only reusable structure. Merge repeated concepts. Update existing concepts rather than duplicate them. Maintain conceptual consistency. OUTPUT Return a structured lexicon containing only the extracted knowledge. The lexicon should be capable of becoming the structural context for a future interaction. Extract all reusable knowledge from the following conversation according to the rules above. Conversation: Building a Portable AI Memory System
Example output
Yes—this is a strong test case because it exercises nearly every part of the extraction process: concept creation, refinement, revision of earlier assumptions, constraints, canonical naming, and final architectural decisions.
If I run your extraction lexicon against that conversation, the output would look something like this:
---
# LEXICON
## ROLE
Knowledge Architecture
---
## Core Concepts
### Core Lexicon
**Definition**
Persistent repository containing stable knowledge shared across sessions.
**Purpose**
Acts as the structural foundation for future interactions.
**Characteristics**
* Stable
* Rarely modified
* Contains terminology, definitions, project goals and recurring concepts
---
### Working Context
**Definition**
Repository containing the active state of the project.
**Purpose**
Maintains information currently under development.
**Characteristics**
* Frequently updated
* Stores active decisions
* Stores temporary assumptions
* Stores unresolved questions
* Stores work in progress
---
### Execution State
**Definition**
Temporary operational layer describing the AI's current activity.
**Purpose**
Tracks the immediate task being executed.
**Characteristics**
* Task-specific
* Disposable
* Not part of persistent knowledge
**Examples**
* Code review
* Documentation planning
* Debugging
* Example generation
---
## Relationships
```
Knowledge Architecture
├── Core Lexicon
│ Persistent
│ Stable
│
├── Working Context
│ Active
│ Evolves
│
└── Execution State
Temporary
Disposable
```
---
## Structural Rules
### Persistence Rule
Only Core Lexicon persists unchanged across sessions.
---
### Working Update Rule
Working Context evolves continuously throughout the project.
---
### Execution Rule
Execution State exists only for the current task and is discarded afterwards.
---
### Update Rule
Existing concepts are modified when definitions evolve.
Duplicate concepts are not created.
---
### Canonical Naming Rule
Each concept has one official name.
Alternative terminology may be recognised but is never stored as separate concepts.
---
### Version Rule
Only the latest accepted definition is retained.
Historical revisions are discarded.
---
### Noise Removal Rule
The extraction process removes conversational material including:
* greetings
* acknowledgements
* confirmations
* jokes
* conversational filler
Only reusable knowledge is preserved.
---
## Design Decisions
### Session Reconstruction
Original approach:
Merge all architectural layers before each session.
Status
Rejected.
---
### Session Reconstruction (Accepted)
Core Lexicon remains stable.
Only:
* Working Context
* Execution State
are regenerated between sessions.
---
## Portability
The knowledge representation must remain AI-agnostic.
Avoid vendor-specific syntax.
Represent concepts independently of implementation.
Supported targets include:
* ChatGPT
* Claude
* Gemini
* Grok
* Future language models
---
## Constraints
* Preserve reusable knowledge only.
* Remove conversational language.
* Eliminate duplicate concepts.
* Update existing definitions instead of creating new entries.
* Maintain canonical terminology.
* Retain only current accepted definitions.
---
## Final Architecture
```
Knowledge System
Core Lexicon
↓
Working Context
↓
Execution State
```
Core Lexicon provides persistent structure.
Working Context captures evolving project knowledge.
Execution State represents the current task and is discarded when complete.
---
By purchasing this prompt, you agree to our terms of service
GPT-5.5
Transform any conversation into a reusable knowledge lexicon. Extract concepts, definitions, relationships, rules, patterns, decisions, and terminology while removing conversational noise. Creates portable, AI-agnostic context that works across ChatGPT, Claude, Gemini, Grok, DeepSeek, and other LLMs for seamless cross-session and cross-system continuity.
...more
Added 1 week ago
