trending
โ€ข

1mo ago

POV: In March I told my AI I was job hunting. I got the job in June. It still thinks I'm looking

Memory without version history is dangerous.

Your preferences change. Your beliefs change. Your context changes. An AI that learned you in 2024 and never forgot anything isn't helpful: it's stuck in time.

โ€ข

1mo ago

We built git for AI memories: version history, editing & full data control

If I could sum up building in public in two words, it would be: course correction.

We launched AI Context Flow on Appsumo a few weeks ago, and turns out, managing AI context across tools is more nuanced than we thought. Thousands of people tried our product and one piece of feedback kept recurring: users needed more control over memory curation.

The demand was clear, but our product had missing features. So we did what any startup team does: we course corrected and went to our cave to build out what users needed.

Here's what we just shipped:

โ€ข

1mo ago

AI Memory Amnesia and permanent bias? Let's fix it live!

Hey Product Hunt community!

First off, a massive thank you to everyone who has supported us and upvoted AI Context Flow.

โ€ข

1mo ago

Come hack with us LIVE!

We believe we are the best MCP native memory system in the market today. Don't believe us? Come join us and hack the product with us live.
We're hosting a webinar where we'll walk through everything you can do with AI Context Flow and answer every question you have. We might be just the thing you were looking for in your own workflow.

No slides. No fluff. Just a live demo and open Q&A.

Register here https://luma.com/g092y5pg

โ€ข

8mo ago

AI Context Flow - Reusable AI Memory for Smarter Prompts Anywhere

Stop explaining yourself to every AI like it's the first day of school. Over 1 billion users repeat the same context everywhere. AI Context Flow lets you save it once, and use it anywhere: ChatGPT, Claude, Gemini, and more. Smarter chats, zero repetition. Finally.
โ€ข

3mo ago

Mark April 20 โ€” AI Context Flow Lifetime Deal is Coming

In November 25, AI Context Flow was #1 Product of the Day and #1 Productivity Tool of the Week. It was surreal.

Since then, we have been building in public, together with this amazing community here.

You believed in this before it was polished. You gave us feedback when it was rough. You kept asking for more and that pushed us to build more, and we delivered more.

โ€ข

2mo ago

Every founder builds for an imagined user. The real ones never quite match.

Our vision has been the same from day one: one knowledge base that works across all your AI tools.
And to achieve that, we launched our MCP Server in February. It connected to Claude Desktop, Claude Code, LM Studio, and most major AI agents. As far as we were concerned, the MCP chapter was closed.
Then we launched on AppSumo.
Within days, users kept asking for one thing: " ?"
Then came the questions about headless agents. CI scripts. n8n workflows. Users had intricate setups. They wanted a memory store for their OpenClaw agents, which they could also plug into Claude, which they could also call from a workflow runner. One memory, three completely different environments.
That's when we realized our MCP Server had a problem: it only supported OAuth. *facepalm*
(Getting a bit technical here, bear with me)
OAuth assumes there's a user sitting at a UI who can click "sign in" in a browser window. That's fine for Claude Desktop. It falls apart the moment you're running a headless agent on a server, or chaining four tools together in an automated workflow. Nobody is there to click anything!
So the team got to work. A few days later, we shipped Personal Access Tokens (PATs) for the MCP Server.
And that's how we ended up being the that works in three places at once:
In your browser, as a sidebar
Inside your chat agents, as an extension or MCP server
In your programmatic workflows, as an MCP with PAT-based authentication
New setup guides for everything are at docs.plurality.network.
Maybe a weekend project: give your OpenClaw or n8n agents a memory. Make them less forgetful, more intelligent, and a lot more useful.
If you are already running such setups, we have a lifetime deal going on for AI Context Flow: https://appsumo.8odi.net/m4n0da

โ€ข

1mo ago

Karpathy's 400,000-word AI wiki exposes a gap nobody is talking about

Everyone is talking about Karpathy's LLM knowledge base. 16 million views in a few weeks. But nobody is naming the actual problem it reveals.
Karpathy built a personal wiki, roughly 100 articles and 400,000 words, compiled entirely by an AI from his raw research docs. He didn't write a single word of it. It's one of the most compelling demos of what personal AI knowledge infrastructure can look like.
But here's the problem: The wiki lives on his machine. Every time he opens a different AI tool, it knows nothing about it.
That's not a Karpathy problem. That's everyone's problem.
Some other people like Allie Miller built a "context vault," structured summary docs she feeds into Claude to avoid re-explaining herself every session. Teams are using Notion as a memory layer. Developers are writing custom scripts to sync context across tools. Some are setting up github wikis, while some are using Obsidian to set up local markdown files.
All brilliant. All manual. All solving the same root failure: AI has no durable, portable sense of who you are.
Every time you open Claude, Cursor, ChatGPT, or whatever ships next month, it starts from zero. There is no standard for "this is who I am" that travels with you. The burden of continuity falls entirely on the user.
Some will point to Claude's memory feature or ChatGPT's memory. These are genuine steps forward. But they are per-platform, opaque, and you don't own them. Switch tools and you start over. They are not solving the
portability problem. They are each building their own silo of you.
The real issue is that context continuity is being treated as a feature when it is actually infrastructure.
Features get built per-product. Infrastructure sits beneath products. What's missing is a memory layer that sits above any individual tool. One canonical store of your context, preferences, and knowledge that you own, control, and selectively grant any AI permission to read. Not stored by Anthropic. Not stored by OpenAI. Portable across the fragmented AI landscape.
A year ago the coordination problem here would have been enormous. Getting AI providers to query an external context layer would have required deals, standards negotiations, and a lot of waiting.
MCP changed that. MCP (Model Context Protocol) is an open standard that lets AI tools query external data sources directly. Any AI tool that supports MCP can already read from an external context server, no special agreements with providers required. The infrastructure exists. What has been missing is someone building the right thing on top of it: a user-owned, canonical context store that any MCP-compatible AI can read with your permission. For example, with the AICF MCP Server, you could not only read but directly add, edit, delete, organize your cross-platform memories from within the AI chats.
Our vision: One memory. Every AI. Owned by you.
p.s. we have a lifetime deal going on AppSumo which will end this month: https://appsumo.8odi.net/m4n0da

โ€ข

1mo ago

How are you all handling the capture side of AI memory, not just storage?

Most memory tools I have tried solve storage and retrieval well, but still rely on me to manually save context. The part that kept breaking for me was capture: the useful context is the call I just had or the thing I was reading 20 minutes ago, and I never remember to save it in the moment.
We took a shot at the ambient version of this with Minimi. It captures screen activity and call audio on your Mac, keeps it encrypted on-device, and exposes it back to Claude over MCP, so retrieval happens inside the chat you are already in.
Curious how this community thinks about the manual-save vs ambient-capture tradeoff, and whether on-device changes the calculus for you.
If you want to see the approach, it is on our PH page from this week and I would value honest feedback.

โ€ข

1mo ago

What the heck is context?

Hard to believe now, but back in 2024 when we named our concept the "Open Context Layer," every pitch and networking event ended the same way:
"What the heck is context? Who needs it? Why would I even bother?"

I'd spend 3-5 minutes explaining that context is your data, in a portable format, pluggable into any platform. I cycled through every analogy I could find: "think of it like a USB stick," "imagine carrying a briefcase with all your important documents," "a Google Drive that connects to platforms."

But now when I say "we're building an open context layer" ... people just get it.

We're quick to complain about the hard parts of startup life. But sometimes there is a silver lining..