Local AI Knowledge Bases Should Go Beyond Bookmarks
Most "AI knowledge base" features work like fancy bookmark managers. They save links and documents, maybe run some embeddings over the text, and let you search through them. That's useful, but it barely scratches the surface of what your computer already knows about you.
Your machine has a rich, implicit knowledge base scattered across dozens of signals. Who you email most frequently. Which files you open together. What times you work on certain projects. How you navigate between applications. Which Slack channels you check first. All of this is context that a local agent could index and use.
What a Real Knowledge Graph Looks Like
Imagine an agent that knows Sarah is your main contact at Acme Corp because you email her three times a week. It knows the Acme project lives in a specific folder because you always open those files together. It knows you review the project dashboard every Monday morning because it's watched you do it for months.
Now when you say "prepare for my Acme meeting," the agent doesn't need instructions. It pulls up Sarah's latest emails, opens the project folder, loads the dashboard, and drafts an agenda based on recent activity. None of that came from bookmarks. It came from observing patterns.
Privacy Through Local Processing
This kind of deep personal indexing is only acceptable if it stays entirely on your device. No cloud service should know your email frequency patterns, your file access habits, or your workflow sequences. Local processing makes it possible to build an incredibly detailed knowledge graph without any privacy compromise.
The gap between a bookmark manager and a true personal knowledge graph is the difference between a tool that stores what you tell it and one that actually understands how you work.
Fazm is an open source macOS AI agent. Open source on GitHub.