Vector vs Markdown Memory: Make the Decision
Memory & Context
45-60 minutes0/3 steps0%
Step 3 of 3
Decide and set the tripwires
Commit on the numbers; leave a door for the future.
First time here? Paste the Context Pack first so the AI understands your project - open it from the header above.
Prompt Capsule
Make the decision. Score files, vectors, and hybrid on: recall quality per my query mix (weighted by the actual style ratios), operational cost (dependencies, embedding upkeep, backup story), debuggability (can I see why recall returned X?), inspectability (human read/edit, git-diffable), and migration cost later. Write the decision paragraph citing the benchmark numbers. Then set revisit triggers with values: entry count exceeding N, paraphrase-miss rate above M% in recall logs, or recall latency above T. Add the trigger checks to the memory health metrics if those exist. Whatever wins, ensure a human-readable export path exists so memory is never opaque.
Paste into EmergentFull Build: complete implementation prompt with explicit requirements
Quick is short. Full Build is recommended for most steps. Strict forces real logic when the AI keeps faking output.
Actual change check
Expected after this step
A numbers-backed decision with concrete revisit triggers.
Should NOT happen
- An existing feature broke
- A button only logs to console
- Data disappears after refresh
- Errors fail silently with no visible state
This is what should exist before you continue. If reality does not match, do not move on.
Track what changed, failed, or needs follow-up. Notes export with the flow.
Pass the Verify Gate to complete this step