trending

3mo ago

Second Brain now creates its own memories.

Since our May 31 launch (v1.6), we shipped two major releases:

v1.7 added OAuth 2.0 on the MCP endpoint and importance-score-aware smart merging, so high-value memories resist being collapsed by near-duplicates.

1mo ago

Three Product Hunt launches later… thank you.

When we launched Second Brain for the first time, we somehow finished #3 Product of the Day.

The second launch finished #4.

2mo ago

How to pull your Notion notes into Second Brain without starting over•••

Most people already have context somewhere. Meeting notes in Notion. Decisions in a doc. Research in a database.

Second Brain v2 can sync directly from Notion, so you do not have to re-enter everything manually.

1mo ago

Not all AI memories should be treated equally. Here is why that matters.

When your AI remembers something, it treats every piece of context with the same weight. A decision you made six months ago sits alongside a rough idea you were brainstorming yesterday. There is no way to say "this is settled" versus "this was just thinking out loud."

That matters more than it sounds.

2mo ago

The recall logic in Second Brain is fully open. Here is why that matters.

When an AI system decides what context to surface, you are usually trusting a black box. You do not know exactly why one memory ranked higher than another, or how the system handles edge cases.

Second Brain v2 is fully open source. The recall scoring, the graph traversal, the conflict detection logic, all of it is readable.

2mo ago

The memory update everyone’s been waiting for — v1.10 is out

Shipped v1.10 yesterday. Redeploy only, no migration.

The thing that was broken: ask your memory store for something specific, like a version string or an error code, and it'd come back with the wrong thing. Confidently. Dense search embeds those identifiers so close together it can't tell them apart. It's not a miss, it's a wrong answer that looks right.

3mo ago

v1.7 is live: OAuth protection + importance-aware merging

Until now your MCP endpoint was protected by URL obscurity. The random Worker URL generated at setup made it hard to guess. That worked, but it was not real security. @phillipadsmith pointed this out and shipped a PR to fix it. v1.7 adds proper OAuth so the endpoint is explicitly protected, not just obscure.

Merging also got smarter. When two memories overlap, v1.7 now weighs importance, so high-signal context does not get flattened into a near-duplicate. This one came directly from feedback by @anand_thakkar1 during the launch.

2mo ago

v2 is almost here. Try the release candidate before July 12.

V1 shipped persistent memory across Claude, ChatGPT, Cursor, and every other MCP client. V2 takes that further: every memory you save now links itself to related ones automatically. The graph builds itself. Ask a question and recall expands outward, surfacing context you didn't think to ask for.

3mo ago

v1.9.0: Newer isn’t always more correct

Two weeks ago, @jim_jeffers left a comment that became the core of v1.9.0:

A recent note shouldn t automatically overwrite an older decision.

3mo ago

Tips and tricks: how are you using the REST API or CLI?

I've noticed more people using second-brain in ways I didn't expect when I created it, and I want to record that somewhere.

This thread is for sharing how you actually use the REST API or CLI in your daily routines. I m not looking for the obvious tips from the README, but rather the workflows you've created, the scripts you're running, and the things that turned out to be more helpful than you thought.