trending

1mo ago

We made Second Brain feel more like a brain

I realized the backend had gotten a lot smarter, but the dashboard still felt like looking at a database.

2mo ago

v2.2 is out. Some of the best parts aren't mine.

This release came out of the issues, the bug reports, and in a few cases other people's code.

The main change: you decide how your brain remembers now, not us. Seven controls in a settings window, in plain English rather than variable names. How much recent memories outrank older ones. What counts as a duplicate. How far to follow connections. Three options each, with an honest note about the tradeoff. Changes apply to your next search. No redeploy.

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.

2mo ago

What if your AI could connect the dots without you telling it what is related?

Most knowledge tools put the connection work on you. Tag this. Link that. File it in the right folder. Organize it or lose it.

But the whole point of using AI is to spend less time on busywork, not more.

Second Brain builds its knowledge graph automatically. When you save a memory, the system extracts the people, projects, decisions, and concepts mentioned. It scans the existing graph for related entries and creates links where it finds meaningful overlap.

A few examples of what this surfaces in practice:

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.

2mo 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

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

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.

3mo 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.

4mo 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.