TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Query standup data in natural language

4 pointsby kanishkdan987 months ago
Hey HN,<p>I was a PM for ~ 4 years before deciding to ditch everything to learn how to build software on my own.<p>As a PM, I was doing standups every day with our engineers, but whenever I&#x27;d need an update I&#x27;d still end up pinging them on Slack. Why?<p>- No notes from those standup calls - Folks being unavailable - No solid insight from those standups.<p>We ended up using a Standup tool but it didn&#x27;t do much apart from converting our calls to text + making standups async. Sadly, there was still no insight.<p>So decided to do build something myself: howsthisgoing - it&#x27;s an AI-powered standup bot that lets you query team updates using natural language (built with Gemini, Claude, Python&#x2F;Django, Celery, Tailwind).<p>Demo: <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=9ijCTM3PmaU" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=9ijCTM3PmaU</a><p>Technical details: - Set up slack apis for running standups - Use gemini for standup based summaries - embeddings using voyageai - natural language queries handled in 2-parts (first with claude for extraction, then gemini for filtering) - first time setting up RAG pipeline was fun! (let me know if you&#x27;d like to know how I did this)<p>Currently exploring integrations with Github&#x2F;Linear for deeper context on technical updates. Particularly interested in solving the challenge of connecting different data sources (commits, tickets, standups, sales updates) into a queryable knowledge base.<p>Looking for feedback on: - Which data sources would be most valuable to integrate? - Planning to pivot to an &quot;all-in-one updates app with github&#x2F;linear&#x2F;hubspot etc. being as source. What do you guys think of this idea?

no comments

no comments