NanoClaw is a personal AI assistant built on Anthropic's Claude that runs entirely on a Raspberry Pi.
Unlike a standard chatbot, it accumulates knowledge over time through a structured memory system.
Standard large language model (LLM) assistants are stateless: they forget everything between sessions.
NanoClaw pulls discrete facts, insights, and style preferences from raw documents into a graph database.
Relevant entries are injected as context before the agent responds.
The agent gets smarter over time and can surface what it knows automatically.
Every time the agent is called, it triggers a semantic recall against the knowledge graph.