<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hacker News: Repeater22746</title><link>https://news.ycombinator.com/user?id=Repeater22746</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sun, 06 Sep 2026 13:09:03 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=Repeater22746" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by Repeater22746 in "Show HN: ContextVault – Shared memory layer for your AI and your team"]]></title><description><![CDATA[
<p>Yes, sorry, context is such an overused word these days. What happens is the conversation is distilled into several areas (problem, solution, learnings, 'context' or original problem, plus other fields) and vectorized. Later, when you ask something similar, it will search and rank what it finds as potentially most relevant. This helps others discover what you or others already had done or learned. I leveraged aspects of Postgres that help rank, index and boost recall in a way having plain markdown files can't exactly achieve.<p>> what problem the user is working on and their approach, what role they're acting as and tools they're using, etc, and store those snippets in a postgres db with indexes over the category.<p>30,000 foot level - yes.<p>The receiving agents connect to the MCP, and when you say things like 'save this to the vault', 'save to your memory', or 'did someone solve this already?' it will use the exposed MCP tools and store the information. The AI agent is responsible for distilling the conversation bits out to the storage shape, then inserted to Postgres. This way, its AI client agnostic, there is no AI client lock-in, and teams that use a mixture of clients can retain the service all the same and experiment/deprecate AI clients as they go without losing any data.<p>Its kind of hard to present real world examples, but I figured this is very useful for even non-developers. Like your local plumber or HVAC company or a hundred other examples, "Customer in 14A electrical panel shorted again - what did we do last time to resolve that?" - record is found and presented back in conversational form from AI for that user to work through, if that makes sense. I tried to imagine professions "in the field" out on a call and thought wouldn't it be cool if they could get answers to things faster than the hours it can often take to diagnose issues. That is why it was important for me to support the desktop/mobile app versions and not just CLI clients to reach those kinds of customers using a UI.<p>Also yes, if it finds say 6 potentially relevant records, it will rank them and present them back as options to explore - it won't force #1 on you just because it was ranked #1.<p>Basically, I put myself in the shoes of an end user, potentially not as tech savvy as the HN crowd, who do not want to create or maintain markdown files (they may not even know what it is) and particularly do not use CLI. They can still use this tool with desktop/mobile apps, not worry about the overhead of managing several files (not to mention sharing them to others), and the more they use it the better it becomes.<p>I hope this helps answer your questions.</p>
]]></description><pubDate>Tue, 14 Jul 2026 18:11:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=48910882</link><dc:creator>Repeater22746</dc:creator><comments>https://news.ycombinator.com/item?id=48910882</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48910882</guid></item><item><title><![CDATA[New comment by Repeater22746 in "Show HN: ContextVault – Shared memory layer for your AI and your team"]]></title><description><![CDATA[
<p>Yes. This means you can 'ask' up to 15,000 times a month. Writes are (for that tier) capped at 2500 a month.<p>Example, after an hour long AI session, you can 'save to my vault' and it will extrapolate the session as one context/learning, or all the valid bits as individual records at your discretion. This constitutes saving memories, of which you get 2500 a month. Later, if you ask "have we done something like this before?", that is 1 query to the vault.<p>We're open to shifting these limits around based on actual usage and fairness. 15k a month seemed like a high ceiling to us, but perhaps for some orgs they would reach that much faster. Open to suggestions. The designed intent was you saved what you thought was valuable enough to save for recall later, not everything from every AI session.</p>
]]></description><pubDate>Tue, 14 Jul 2026 13:16:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=48906382</link><dc:creator>Repeater22746</dc:creator><comments>https://news.ycombinator.com/item?id=48906382</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48906382</guid></item><item><title><![CDATA[New comment by Repeater22746 in "Show HN: ContextVault – Shared memory layer for your AI and your team"]]></title><description><![CDATA[
<p>Fair question.<p>ContextVault stores data at the workspace/org level, not only the individual user level. That is intentional. If someone leaves a team, their useful shared context should not disappear by default.<p>So deletion needs two paths: a user can remove their account/access without destroying shared workspace memories, while a workspace owner/admin can delete the workspace and its associated data through a clearly confirmed destructive flow.<p>Those account/data deletion controls are on the roadmap. I’m being careful with the design because the wrong version either preserves too much or lets one user accidentally delete knowledge other team members depend on.<p>I’m a solo founder in the US. I’m not interested in reading customer data; the product needs to earn trust through org scoping, minimal access, and clear deletion/privacy controls.</p>
]]></description><pubDate>Tue, 14 Jul 2026 13:09:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=48906297</link><dc:creator>Repeater22746</dc:creator><comments>https://news.ycombinator.com/item?id=48906297</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48906297</guid></item><item><title><![CDATA[New comment by Repeater22746 in "Show HN: ContextVault – Shared memory layer for your AI and your team"]]></title><description><![CDATA[
<p>Its not Markdown files in nosql. The context is extrapolated from a session and broken out into a record Postgres. You decide in a session what memory/context to save to the vault, the next time you ask about it, you will receive that (and refresh the AIs current context in the process).<p>Consider the non-developer type jobs out there who may be using AI, but the AI their team is using has no clue what the other person is doing or has done. This tool helps them bridge that gap. If one person has a pile of markdown files (not talking about skills, agents, etc) and the others do not, they won't get the same benefit. Instead of having hundreds of 'solutions' or 'learnings' in a file, you store it in the cloud and depending on their role/group assignment, its available to their AI client to recall later.</p>
]]></description><pubDate>Tue, 14 Jul 2026 13:04:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=48906233</link><dc:creator>Repeater22746</dc:creator><comments>https://news.ycombinator.com/item?id=48906233</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48906233</guid></item><item><title><![CDATA[Show HN: ContextVault – Shared memory layer for your AI and your team]]></title><description><![CDATA[
<p>Hi HN,<p>I'm Kevin. I built ContextVault because I kept running into the same problem with AI tools.<p>Every project accumulated prompts, coding conventions, architectural decisions, examples, and other pieces of context that made the models significantly more useful. The problem was that this information quickly became fragmented. Some lived in ChatGPT Projects, some in Claude, some in Markdown files, some in internal documentation, and some only existed in previous conversations.<p>Late last year, I realized several people on our team were solving the same problems independently because previous work was difficult to discover. I assumed this problem existed in other large organizations, so I started experimenting with a shared context store.<p>I started with a local proof of concept and a rough MCP server. If I asked questions like "have we done this before?", the AI could search the database and find the most relevant item to review. If a conversation produced something worth remembering, I could say "save what we learned to the vault." After using that workflow for a few months, I found myself relying on it every day.<p>I decided to make it available to others. I've never built a product before, and I thought it would be a valuable learning exercise to do.<p>ContextVault is a a product for storing and organizing reusable context that can be shared across people, projects, and AI tools. Instead of copying the same instructions into every conversation, you can store them once and retrieve them through our MCP server. It is not limited to any one AI client. Your team can use ChatGPT, Codex, Claude, and Gemini and save/read from the vault all the same.<p>It currently supports:<p>- OAuth support for GitHub, Google, Microsoft, and GitLab<p>- Structured context records with metadata<p>- Multi-user organizations with role-based access<p>- MCP server for all AI clients that support MCP<p>- Organization-scoped storage keeps tenant data separated<p>- Group visibility rules decide which memories each member can search<p>- Authenticated MCP access ties every request back to a real user and workspace<p>- Feedback signals can be captured now and used to improve ranking later<p>- Supports desktop versions of AI clients, not just their CLI versions (mobile app support should also work)<p>The backend is built with PostgreSQL, pgvector, Node.js, and TypeScript. The frontend uses Next.js, React, Tailwind CSS, and shadcn/ui (frontend is not my strong suit, please be kind). Authentication is handled with Clerk and billing with Stripe.<p>I started building this for my own workflow, but after relying on it for several months I decided to make it available to others. We soft launched a few weeks ago, and I find it useful as a daily tool.<p>Essentially, ContextVault offers a way to track memories and context, distribute them instantly to your team, and help reduce duplicated work.<p>I'd be interested in feedback on a few things:<p>- How are you managing reusable AI context today?<p>- Are you relying on similar tools, or do you keep everything in Git or Markdown?<p>- If you've built something similar, what did you learn that you would do differently?<p>You can see the product here:<p><a href="https://www.contextvault.dev" rel="nofollow">https://www.contextvault.dev</a></p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48900288">https://news.ycombinator.com/item?id=48900288</a></p>
<p>Points: 12</p>
<p># Comments: 11</p>
]]></description><pubDate>Mon, 13 Jul 2026 23:22:18 +0000</pubDate><link>https://www.contextvault.dev/</link><dc:creator>Repeater22746</dc:creator><comments>https://news.ycombinator.com/item?id=48900288</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48900288</guid></item></channel></rss>