Blog
Thoughts on knowledge management, developer tools, and building in public.
Agents That Remember — Persistent Memory for Your AI Clients, Powered by Geneziz
Every AI assistant forgets you the moment the session ends. Geneziz v1.12.0 fixes that: ask_kb answers questions over your own knowledge base with cited sources, saves the conversation, and hands it back to any MCP client — Claude, Cursor, ZCode, and friends. This is how agent memory should work.
The Geneziz AI Page Grows Up — Streaming Answers, Vision, and Tasks That Run While You Sleep
Geneziz v1.13.0 turns the knowledge base into a living assistant: answers stream in as they're generated, you can attach images to questions, and scheduled tasks interrogate your own corpus on autopilot — then notify you. All local-first, with your choice of model.
Getting the Most Out of the Geneziz MCP Server
You connected the Geneziz MCP server — now what? A practical playbook for AI assistants and the developers who prompt them: which tool to reach for, in what order, and the habits that turn a bookmark archive into a genuine second brain.
How AI Coding Assistants Are Becoming Your Second Brain
Why the future of developer productivity isn't better AI models-it's connecting those models to your own knowledge. How MCP is turning your bookmark collection into a searchable brain for your coding assistant.
Local-First vs Cloud Bookmarks: Why Your Data Should Live on Your Machine
Omnivore had 40,000 GitHub stars. It shut down in 60 days. Your bookmarks shouldn't depend on a startup's funding runway. Why local-first software is making a comeback for developers who value data ownership.
Knowledge Management for Developers: Beyond the Bookmark Graveyard
Why developers need different knowledge management tools than writers and researchers. The bookmark graveyard problem, how AI changes everything, and what the next generation of developer knowledge tools looks like.
One-Time Pricing vs Subscription Software: The Math That Changed My Mind
I was spending $648/year on subscriptions I barely used. Here's the math on subscription fatigue, why one-time pricing is making a comeback, and how to think about whether a tool deserves a recurring spot in your budget.
Your Twitter Bookmarks Are Trapped (Here's How to Free Them)
X.com has no export button for bookmarks. After years of curating, your best finds are locked in a walled garden. Here's why exporting matters, what stands in your way, and how AI can turn thousands of raw bookmarks into an organized knowledge base.
Best Bookmark Manager for Developers in 2026: 6 Tools Compared
Compare the best bookmark managers for developers in 2026. We look at what each tool does well, where they fall short, and which one fits different workflows-from simple browser extensions to AI-powered knowledge bases.
How to Set Up Geneziz MCP Server with Claude Code
A complete step-by-step guide to connecting your Geneziz knowledge base to Claude Code (or any AI assistant) via the Model Context Protocol server. Turn your bookmarks into a searchable second brain for your coding sessions.
Building a Local-First Knowledge Base with SQLite FTS5 and Markdown
A deep dive into how Geneziz stores your knowledge as plain Markdown files with YAML frontmatter, indexes them with SQLite FTS5 for instant full-text search, and why this architecture beats cloud-based alternatives for developers who value data ownership and longevity.