Developer builds a persistent AI memory prototype in regular ChatGPT chat, state stored on Google Drive

epicskyes · reddit · 2026-09-15

A developer describes a persistent-memory prototype built through the regular ChatGPT chat interface (not Work mode), with Google Drive holding the saved project state. The conversation itself built the backend, wired components, ran tests, and read back results.

The key design: memory lives outside the model. Project state is stored externally and retrieved on demand rather than relying on the model's internal memory. Records are structured and connected — what information exists, where it came from, how things relate, and what changed — with original sources kept separate so working memory stays traceable instead of degrading into disconnected summaries. Work runs during sessions; saved memory persists in Drive. It is not an always-on background agent.

Still a prototype with implementation details kept private, but the milestone is a working persistent-memory backend actually built and tested from the ordinary chat interface.

Original post →

More from coding & agent

coding & agent channel →