Google senior AI product manager Shubham Saboo has launched an open-source tool called the Always-On Memory Agent, aimed at solving the challenge of persistent memory in AI agents. Published under an MIT license on Google Cloud Platform’s GitHub, it uses Google’s Agent Development Kit and the cost-efficient Gemini 3.1 Flash-Lite model. Instead of traditional vector databases, this agent uses an LLM that directly reads, consolidates, and writes structured memory, simplifying infrastructure and reducing costs. The system ingests diverse data types, uses SQLite for storage, and consolidates memory every 30 minutes. Flash-Lite’s speed and pricing make always-on operation feasible by balancing cost and latency. While this marks a significant step toward autonomous, memory-equipped agents for use in enterprise applications like support systems and research tools, debates focus on governance and compliance challenges such as memory retention, auditing, and operational limits. The repo serves as an engineering example rather than a complete enterprise solution, highlighting a shift in how AI memory and agent runtimes might evolve to become more deployable and manageable software systems.
Back