Explainer · 8 min read
Memory vs custom instructions vs system prompt
These three layers do different things, and putting the wrong content in the wrong layer is the reason your careful personalization sometimes just… doesn't work.
Explainer · 8 min read
These three layers do different things, and putting the wrong content in the wrong layer is the reason your careful personalization sometimes just… doesn't work.

Every turn, the model reads a stacked context, and the order matters. Roughly:
Higher in the stack ≈ stronger influence on the reply. When two layers say different things, higher usually wins.
This is the provider's territory. It sets safety rules, personality baseline, formatting defaults, and whatever else the provider wants baked in. You don't see it, and in consumer products you don't edit it. If you build on the API, you set it yourself, and it's the strongest lever available — everything downstream is competing with it.
This is what most people should be using more of. It's a fixed block of text you set once (ChatGPT calls it "Customize ChatGPT," Claude uses per-Project instructions, Gemini uses Gems). Every new chat gets it. It's deterministic — no retrieval lottery — so it's the right place for:
Instructions have a length cap (usually a few thousand characters). Once you hit it, more goes into memory. But the top-of-the-stack things — the ones that must be true every single reply — belong in instructions.
Memory is the "everything else about me" layer. Not always retrieved — the model decides per-turn whether the current prompt calls for it. Right for:
Wrong for anything that has to be true every reply. If it has to be there every time, promote it to custom instructions.
Most personalization frustration comes from putting durable rules into memory (where they might not fire) or trying to cram hundreds of facts into instructions (where they get truncated). The fix is to sort correctly:
Then check the memory panel occasionally, prune stale entries, and treat your custom instructions as living documentation of how you want to be spoken to.
Every layer above is provider-specific. ChatGPT custom instructions don't work in Claude. Gemini's saved info doesn't show up in Grok. The one thing you can do that survives every provider swap is keep a canonical version of your instructions and facts outside any one AI, and paste the version each one takes. That's the whole architecture behind owning your AI consciousness.
Konshus is one way to solve this — a persistent memory vault and portable persona that follows you across ChatGPT, Claude, Gemini, and whatever ships next.
Meet KonshusKonshus is one way to solve this — a persistent memory vault and portable persona that follows you across ChatGPT, Claude, Gemini, and whatever ships next.
Meet Konshus