p/general
by
Kyan
Hey makers!
Lately, I ve been looking closely at how independent builders and small teams are managing AI knowledge bases. It feels like the default "industry standard" is to immediately reach for a complex RAG pipeline and a heavy, paid Vector Database.
But I'm starting to wonder if we are over-engineering this for 90% of standard use cases.
Vector DBs are incredibly powerful for massive scale, but for smaller or non-massive datasets, they can be expensive, complex to query, and act as complete black boxes. If a search returns a weird chunk, diagnosing it is often a nightmare.
6
27
p/ai-context-flow
hira siddiqui
When it comes to AI Memory, everyone's arguing "RAG vs. grep" like it's a religious war. It's not. It's just a cost curve. I've gotten this question so many times that I thought I'd just share my thoughts. So here goes:Vector search wins when your corpus is massive, messy, and unstructured. Thousands of docs, no clean boundaries, meaning matters more than exact words.Filesystem plus grep wins when your corpus is structured and actually yours. A folder of markdown files you can open, read, and audit line by line. No infra required.Anthropic already ran this experiment in production. Claude Code dropped its RAG pipeline for plain agentic search (grep, glob, read) and it outperformed the vector pipeline on real work. Not close.But the benchmark wars are missing the actual point. It was never about picking one. It's about knowing what each layer is for.Markdown is your source of truth. Portable, human readable, greppable, not locked to one provider. Memory you can actually own and move.Vector search is an accelerant on top of that truth. A fast index for when the haystack gets too big for exact match to keep up.Use either one alone and it breaks down:- Markdown alone stalls at scale and struggles with paraphrasing or fuzzy recall- Vectors alone turn your memory into a black box you can't read, audit, or exportThe next step for memory infrastructure isn't picking a side. It's the filesystem as the ledger and RAG as the index on top of it, so memory stays legible and portable, and still fast when it needs to be.This is the exact direction we're building with AI Context Flow: markdown as the portable, ownable source of truth, with retrieval layered on top instead of replacing it.If your memory only exists as embeddings inside someone else's vector DB, that's not memory. That's a lease.Which team are you on?
20
26
p/rankfender
Imed Radhouani
Last week, six AI products launched on Product Hunt that share one move. None of them ask users to open a new app. They embed into surfaces people already touch.
Hardware: Dune Keypad (46 upvotes) sits next to your keyboard with Claude integration. Video calls: Mina Meeting Assistant (47 upvotes). Text threads: folk (51 upvotes). Chat windows: Databox MCP (39 upvotes) plugs business data into Claude via Model Context Protocol. Mac autocomplete: Typeahead (22 upvotes).
The pattern is clear: shipping AI as a new app is the slow path. The fast path is grafting onto a surface the user already touches. The cost of building a standalone AI app dropped 90%+. The cost of getting it noticed did not. Surface integration sidesteps the noticing problem because the surface already has users.
32
p/basedash
Max Musing
Six years ago I got into Y Combinator and built the first version of @Basedash: AI data analyst. It was a simple tool that let you edit data in your database.Now, six years later, we have a whole new product, and again we're shipping... database editing. But this time it's a look into the future of how companies are going to be run.At the surface, this feature is kinda neat but nothing new. You can ask the Basedash AI to edit things in your database or call MCP servers to take action in other tools.But, being a BI product, Basedash has a super deep understanding of your business. Probably better than you do yourself.Soon, Basedash will proactively start suggesting ways to make your business better."If you extend this user's trial, they'll have a 50% higher chance of converting""If you tweak your ad sequence with this copy, it'll increase conversion rate by 20%"One click to approve and run the experiment.This is how we transition to AI-run companies.
Please check out our PH launch for actions and give us any support or feedback: https://www.producthunt.com/prod...
7
8
Hunter
Matteo Zumpano
Sunny Kumar
9
17
Shushant Lakhyani
58
42
Elly
Me First
ChatGPT & Cursor
Aaron O'Leary
29
47
Ghost Kitty
11
10
Hardik Sonawala
13
51
86
p/self-promotion
Maxime Dolores
Hey, I've been building Doppler, the search console for AI platforms like ChatGPT and Perplexity.
As the title says if you post your product I'll run it through my tool and give you an analysis of how it performs on both ChatGPT & Perplexity as well as some tips to improve your visibility from AI engines so you can get more traffic from it!
AI search is particularly efficient for B2B SMBs / B2C as AI apps will give tailored product recommendations based on the user's context, that's why it's worth optimizing for.
12
Rajiv Ayyangar
I was recently talking with a group of founders, and we went around sharing tools we're using now. Posting my notes for our community here - would love to know what else people are using!
Voice AI toolkit:
- Vapi
48
p/openai
steve beyatte
On their livestream today, OpenAI just released a bunch of new tools for reliably building and using AI agents. From what I can tell, this is what's new-
New APIs:
Responses API - a new multi-modal API that builds on chat completions to allow for the next-generation of tool calling, starting with the new tools announced today.
31
Pravin Boppuri
Hi Founders,
I excited to share that I have built ArchitectGBT - Find Your Perfect AI Model and now its BETA live. ArchitectGBT is an AI-powered tool that takes the guesswork out of LLM selection.
Describe your project in natural language Get instant recommendations ranked by speed, cost, and accuracy for your specific use case.
3
p/supabase
Anup Vasudev
Thanks to supabase I was able to get my project up and running in record time. I use oauth, edge functions, storage, database ofcourse, queues:pgmq and pgvector.
Please check out the project at https://github.com/vpuna/vpuna-a...
It's a semantic search platform for structured and unstructured data , with MCP support and more
There are so many new AI agent platforms ( @Wordware @Lindy @CrewAI @zapier and so on) that I'm finding myself curious how everyone is using them.
What AI agents are you using in production? What do they do? Are they working and reliable? What would make them better? Are they replacing roles? Augmenting existing ones?
15
16
Nika
One of the biggest pain points in AI chatbots has been their forgetfulness having to repeat the same context over and over again. AI memory aims to solve this by allowing models like ChatGPT and the newly launched Gemini to retain past interactions.
But how well do these memory features work? Which AI ChatGPT or Gemini handles memory better? And more importantly, does AI memory provide more value in personal use or enterprise settings?
Noyan IDIN
Sandra Djajic
5
21
Sajin S
Kaustubh Rai