PRD-108 — Memory Field Prototype
1. Problem Statement
1.1 The Hypothesis
1.2 The Telephone Game Problem
Message-Passing (Today):
Agent A → "Here are my research findings: ..." → Agent B
Agent B → "Based on your findings, I conclude..." → Agent C
Agent C sees A's work through B's interpretation.
If A's finding #7 is relevant to C but B didn't mention it → lost.
Shared Field (Proposed):
┌──────────── SHARED FIELD ────────────┐
│ Agent A injects 20 findings │
│ Agent B injects 15 analyses │
│ Finding #7 resonates with Analysis #3│
│ → both amplified automatically │
│ Finding #12 unreferenced │
│ → decays naturally over time │
│ Agent C queries field │
│ → sees amplified #7+#3 first │
│ → #12 still retrievable but faded │
└──────────────────────────────────────┘1.3 What This PRD Delivers
2. Prior Art Analysis
2.1 Vector Store Backend Evaluation
Backend
Key Strength
Key Weakness
Verdict
2.2 Temporal Decay Research
Approach
Source
What We Adopt
What We Reject
2.3 Context Engineering Theory (Chapters 08-11)
Concept
What We Adopt for Prototype
What's Deferred to Phase 3
2.4 Existing Infrastructure Reuse
Component
Location
How We Reuse It
3. Architecture
3.1 Qdrant Deployment
3.2 Field Data Model
3.3 System Diagram
4. Core Operations
4.1 Operation 1: inject(pattern, strength)
inject(pattern, strength)Helper: _find_by_hash()
_find_by_hash()4.2 Operation 2: query(embedding, top_k)
query(embedding, top_k)4.3 Operation 3: decay() — Score-Time
decay() — Score-Timeλ Value
Half-Life
Use Case
4.4 Operation 4: reinforce(pattern_id) — Hebbian
reinforce(pattern_id) — Hebbian4.5 Operation 5: measure_stability()
measure_stability()5. VectorFieldSharedContext — Full Adapter
VectorFieldSharedContext — Full Adapter6. Experiment Design
6.1 Task Selection
Role
Agent
Actions
6.2 Topic Selection (5 Topics)
#
Topic
Why This Topic
6.3 Experimental Conditions
Variable
Control (Message-Passing)
Treatment (Shared Field)
6.4 Metrics
Metric
How Measured
Primary/Secondary
6.5 Success Criteria (Phase 3 Gate)
Criterion
Threshold
Rationale
6.6 Statistical Methodology
7. Resonance Scoring
7.1 Core Formula
Cosine Similarity
Resonance Factor (cos²)
Effect
7.2 Query-Time Resonance Scoring
7.3 Anti-Domination Safeguard
8. Telemetry & Experiment Data
8.1 Per-Experiment Telemetry
Event Type
Data Captured
8.2 Experiment Results Table
8.3 Analysis Queries
9. Cost Analysis
9.1 Embedding Costs
Operation
Calls per Mission
Cost per Call
Total
9.2 Comparison with LLM Costs
9.3 Qdrant Storage
10. Cross-PRD Integration
PRD
Integration
Notes
11. Risk Register
#
Risk
Impact
Likelihood
Mitigation
12. Acceptance Criteria
Must Have
Should Have
Nice to Have
Appendix A: Research Sources
Source
What It Informed
Last updated

