β Scenario library
The Memory That Wouldn't Die
A single poisoned document plants a standing instruction that survives every reset
Technique first revealed 22 May 2024
Tool-Using Agent
InstructionsDataActionsControl / decisionFeedback / logs
π Click a component to inspectSetupStep 1 / 7
An assistant that remembers you
The assistant keeps a small notebook about you that it carries between conversations β things like your name, your timezone, how you like replies. Each time you start a new chat, it reads that notebook first so it can pick up where you left off.
πΎExisting memory store (benign)memory
user.name = "Apollo" user.timezone = "America/New_York" user.pref.reply_style = "concise" user.pref.language = "en" // loaded into context at the start of EVERY session
β / β keys