I’ve been building with AI agents a lot recently and one thing keeps frustrating me.
Every time you:
…it forgets everything.
Same prompts. Same setup. Same explanations.
It feels like we’re rebuilding the same agent over and over again.
At some point I realized the issue isn’t the agent itself
It’s that identity and memory don’t exist outside the session.
So I started experimenting with a different approach:
And honestly, it starts to feel way more like a system instead of isolated chats.
Curious how others here are dealing with this.
Are you just accepting stateless agents, or have you found ways around it?