Built for the WeMakeDevs × Cognee "The Hangover Part AI" hackathon — Cognee Cloud track.
▶ Play it free: vegas-amnesia.vercel.app · ⭐ Code on GitHub
The problem with most memory demos
When you give a developer a memory API, the demo almost always looks the same: add() some documents, search() over them, print the answer. Two functions. It works, it's fine, and it teaches you almost nothing about why graph-based memory is different from stuffing everything into a context window.
Cognee actually has a four-stage lifecycle — remember → recall → memify → forget — and the interesting parts are the two everyone skips. memify consolidates what you know into new inferences. forget lets you delete a belief and watch the graph heal around it. Memory you can reason over and correct.






