Viewing profile — hoverbot
hoverbot
HN member- Joined
- Sat, Apr 26, 2025, 2:01 AM UTC
- HN karma
- 3
- Public activity
- 12 items
- HN profile
- View on Hacker News ↗
About hoverbot
Recent public activity
-
comment
Comment #45434845
We just built a production grade multilingual RAG system and wrote up the design and what we learned in “Multilingual RAG That Actually Works: A Practical Architecture.” Many multi…
- story
- comment
- story
-
comment
Comment #45089769
We outlined four common patterns for embedding chatbots, from simple bubbles to multi-tab hubs, and looked at where each approach fits best. Would love to hear what patterns the HN…
- story
-
comment
Comment #45010322
Author here. We run chatbots with a smart router: classify noise/PII first, call retrieval+LLM only when needed, and use deterministic flows for actions. This keeps latency and cos…
- story
-
comment
Comment #44937610
Author here (HoverBot team). How we keep PII out of LLMs in our chatbots: detect fast -> replace with typed placeholders -> call the model -> unmask on our server. We also cover re…
- story
-
comment
Comment #44730346
Great practical takes - agentic chatbots work only with real data and feedback loops. HoverBot is built this way: it automates RAG pipelines, includes confidence thresholds, and su…
-
comment
Comment #44690513
Tough experience, but it doesn’t have to be. With HoverBot, if the bot is unsure, it knows when to back off and bring in a human right away. And with built-in conversation analytic…