Get fast, clear insights from community discussions. The flow collects all comments from a chosen Hacker News story, groups similar opinions, and writes easy to read summaries into a Google Sheet. It suits product marketing, growth teams, and founders who need quick voice of customer research.
Work begins with a manual start. Old records for the story are cleared from a Qdrant collection. The flow pulls comments and replies, flattens the thread, and creates embeddings with OpenAI. Those vectors and metadata go into Qdrant. A subworkflow then finds the story’s vectors, runs K means clustering in a code step, and keeps clusters with at least three comments. The system fetches the full comment text for each point, sends grouped text to an OpenAI chat model and information extractor, and returns themes, quotes, and summaries. Results are prepared and appended to Google Sheets.
You will need an OpenAI API key, a Qdrant endpoint and API key, and Google Sheets access. Set the story ID in the Set Variables node. Expect to cut manual review from hours to minutes while handling more threads with the same team. Use it for product feedback scans, competitive tracking, and content research. Follow the steps below to connect accounts, set credentials, and validate the pipeline end to end.