Captures in the background
Conversation logs hit a queue instantly — zero added latency. A worker extracts the durable facts while your agent keeps answering.
Long-term memory for AI agents
Brainfeather is the memory layer that sits under Claude Code, Cursor and your own agents — recording the facts that matter and handing them back on the next run.
Every new session starts your assistant from zero. Brainfeather keeps the context that outlives the chat window.
A context window is RAM — fast, and wiped when the session closes. Brainfeather is the disk beside it: what your project actually is, written as you work and read back before the next answer.
Facts captured in one tool are available in all of them. Change a decision in Cursor and Claude Code knows about it on its next run.
Same model, same question, same day's work — the only difference is whether it already knows your project. The Supabase stack below is just an example; Brainfeather records whichever one you chose.
Before I scaffold anything — a few questions:
Glob(pattern: "**/*.config.*")
No files found
Write(src/data/repository.ts)
Added 47 lines
… +43 lines (ctrl+o to expand)
✗ an ORM, a service class, a folder you don't use
brainfeather - search_memory(query: "backend setup")
Found 4 facts
Your Supabase client, thin repository:
Write(src/repositories/user.ts)
Added 24 lines
… +17 lines (ctrl+o to expand)
✓ your provider, your conventions, your file layout
Storing everything is easy. Storing only what still holds true is the hard part.
Conversation logs hit a queue instantly — zero added latency. A worker extracts the durable facts while your agent keeps answering.
Change a decision and the old fact is marked invalid, not merely outranked. Later searches return only what still holds.
Greetings, jokes and thinking-out-loud never reach the store. Project rules, tech choices and preferences do.
When several agents work the same problem, state updates broadcast in real time so none of them drift out of sync.
Brainfeather is in early development. Leave your email and help shape what it remembers.