Skip to main content

Cognitive Sectors

Different information needs different lifespans. The Memory Module organizes memories into 5 cognitive sectors, each with appropriate decay rates.
Your brain doesn’t treat “yesterday’s lunch” the same as “your wedding day.” Neither does the Memory Module.

Quick Reference


1. Episodic

What

Time-bound events & experiencesHas specific “when” and “where”Examples: Meeting notes, bug investigations, deployments

Decay

Half-life: 46 days (medium-fast)Week 1: Fresh, highly relevant Week 4: Still useful Week 12: Fading Week 24: Mostly forgotten
Use for:
  • Meeting notes and decisions
  • Bug investigation logs
  • Deployment records
  • Customer interaction logs
  • Project milestone events
  • Incident reports
Examples:
Why: Specific date/time, useful short-term, less relevant after sprint

2. Semantic

What

Facts, concepts & general knowledgeTimeless informationExamples: API docs, definitions, configurations

Decay

Half-life: 139 days (slow)Month 1: Fresh Month 3: Still strong (0.85) Month 6: Moderate (0.65) Year 1: Fading (0.40)
Use for:
  • API documentation and references
  • Technical definitions
  • Company policies
  • Product feature descriptions
  • Configuration settings
  • Integration docs
Examples:
Why: Timeless factual information, referenced frequently

3. Procedural

What

How-to knowledge & processesStep-by-step instructionsExamples: Deployment processes, coding patterns, tutorials

Decay

Half-life: 87 days (medium)Week 2: Fresh Month 2: Still reliable (0.80) Month 4: Need refresh (0.60) Month 6: Update needed (0.45)
Use for:
  • Deployment procedures
  • Setup guides
  • Troubleshooting steps
  • Coding patterns
  • Configuration workflows
  • Testing procedures
Examples:
Why: Step-by-step process, needs occasional updates

4. Emotional

What

Sentiment & feedbackFeelings, morale, reactionsExamples: Customer frustration, team morale, satisfaction

Decay

Half-life: 35 days (very fast)Day 1: Fresh Week 2: Fading (0.70) Week 4: Mostly gone (0.50) Week 8: Very faint (0.25)
Use for:
  • Customer sentiment
  • Team morale tracking
  • User satisfaction
  • Frustration points
  • Positive feedback
  • Emotional context
Why fast decay: Sentiment changes quickly, old emotions less relevant Examples:
Why: Sentiment snapshot, less relevant after resolution

5. Reflective

What

Strategic insights & decisionsThe “why” behind choicesExamples: Architecture decisions, lessons learned, retrospectives

Decay

Half-life: 693 days (very slow)Month 6: Still 0.95 Year 1: Still 0.85 Year 2: Still 0.70 Year 3: Still 0.60
Use for:
  • Architecture decisions
  • Technology choices
  • Lessons learned
  • Strategic pivots
  • Post-mortems
  • “Why we did this”
Why slow decay: Strategic insights remain valuable for years Examples:
Why: Strategic decision that informs future architecture choices

Choosing the Right Sector

Decision tree:
When in doubt:
  • Events with dates → Episodic
  • Timeless facts → Semantic
  • How-to guides → Procedural
  • Strategic reasons → Reflective

Sector Comparison


Auto-Classification

The system can auto-classify based on content:
Override when needed:

Best Practices

Be Explicit

Specify sector when storing✅ Good:
❌ Risky:

Match Content to Sector

Write for the sectorReflective: Include “why” and context
Episodic: Include date/time

Use Reflective for Decisions

Strategic choices = ReflectiveNot episodic (will fade too fast) Not semantic (not just facts)✅ “Why we chose microservices…” → Reflective ❌ “We use microservices” → Semantic

Emotional for Sentiment Only

Pure sentiment = EmotionalNot for facts about sentiment✅ “Customer frustrated about X” → Emotional ❌ “Customer satisfaction score: 8.5” → Semantic

Next Steps

Decay & Reinforcement

How salience changes over time

Best Practices

Optimize memory usage

Workflows

Put sectors to work

Different memories need different lifespans. Choose the right sector, let the system handle the rest.