Launched this week

Second Brain for AI
Persistent memory for Claude, ChatGPT & Cursor. Free.
440 followers
Persistent memory for Claude, ChatGPT & Cursor. Free.
440 followers
Every AI conversation starts from zero. Your projects, decisions, and preferences disappear as soon as you close the chat. Second Brain fixes that. It is a self-hosted memory layer that works with Claude, ChatGPT, Cursor, and any MCP client. You can store context once and recall it by meaning instead of keywords. It includes duplicate detection, semantic search, and a web UI. Built on Cloudflare, it offers a free tier and your data remains yours. MIT licensed.







curious how it handles conflicting memories. if you store an architecture decision then change it a month later, does it override or accumulate? stale context injected confidently is probably worse than no context at all
Second Brain for AI
AISA AI Skills Test
persistent memory is the piece most AI tools are missing right now. you end up re-explaining context every session which kills the usefulness for anything beyond one-off tasks. curious how this handles conflicting memories when your thinking evolves over time — does it version or just overwrite?
Second Brain for AI
Clipboard Canvas v2.0
How does duplicate detection handle near-duplicates or nuanced variations in context? I've found that tricky in my own memory tools.
Second Brain for AI
AISA AI Skills Test
the memory problem is so underrated in AI tooling right now. you spend 20 minutes setting up context in a conversation and then it just... vanishes. self-hosted is the right call too, especially for teams dealing with proprietary code. how does it handle conflicting memories across different tools?
Second Brain for AI
@ozandag Exactly right on the self-hosted point. Proprietary code should never be on someone else's server.
On conflicting memories across tools: since all your AI tools write to the same memory layer, conflicts are caught at the time of writing, no matter which tool triggered the write. When a new memory arrives that contradicts an existing one, it is detected through semantic similarity and LLM judgment. The old entry is replaced, and its vector is removed. So, if Claude updates something you told Cursor last week, it resolves automatically instead of accumulating into contradictory context.
Calling Clones
Does this add continuity? Like timelime for the machine to understand that Its been 2 months I dont talk in that chat and It did not happen yesterday. I don't understand why is so difficult for ChatGPT to do this. I separate context in different chats...
I've been using persistent memory and cross memory between chats in chatGPT since last summer ( apparently I was an advance user or whatever, and It got activated before).
What I need is a TIME layer on it. Like timestamps / timeline awareness
Memory without time is incomplete.
Does this second brain fix this problem?
Second Brain for AI
The maker already shipped a CLI since launch — that’s useful signal. What’s the upgrade path for that CLI in terms of keeping it in sync with the web UI? Does it write to the same memory store, or does it maintain a separate local cache that could drift?
Second Brain for AI
The 'every conversation starts from zero' problem is real — I waste so much time re-explaining project context to Claude Code every new session. Self-hosted is a big plus for me. Curious about the MCP integration — does it expose memory as a tool that the LLM can call dynamically, or is it more of a pre-prompt injection layer?
Second Brain for AI