Looks really cool - I noticed Enterprise has smart consent management? The thing I think some enterprise customers are worried about in this space is that in many jurisdictions you legally need to disclose recording - having a bot join the call can do that disclosure - but users hate the bot and it takes up too much visibility on many of these calls. Would love to learn more about your approach there
Launch HN: Hyprnote (YC S25) – An open-source AI meeting notetaker
11–20 of 185 posts
Re: Launch HN: Hyprnote (YC S25) – An open-source AI meeting notetaker
#12Almost all of our meetings are hybrid in this way, and it's a real pain having almost half of the meeting be identified as a single individual talking because the mic is hooked up to their machine.
It's a total dealbreaker for us, and we won't use such tools until that problem is solved.
Re: Launch HN: Hyprnote (YC S25) – An open-source AI meeting notetaker
#13The only issue I have with those tools, and I have not seen a single one even acknowledge this, is that it becomes completely useless when holding meetings in a hybrid fashion where some people are remote and others are in the office with a shared mic. Almost all of our meetings are hybrid in this way, and it's a real pain having almost half of the meeting be identified as a single individual talking because the mic…
Re: Launch HN: Hyprnote (YC S25) – An open-source AI meeting notetaker
#14Re: Launch HN: Hyprnote (YC S25) – An open-source AI meeting notetaker
#15The only issue I have with those tools, and I have not seen a single one even acknowledge this, is that it becomes completely useless when holding meetings in a hybrid fashion where some people are remote and others are in the office with a shared mic. Almost all of our meetings are hybrid in this way, and it's a real pain having almost half of the meeting be identified as a single individual talking because the mic…
If you are interested, you can join our Discord and follow updates. :) https://hyprnote.com/discord
Re: Launch HN: Hyprnote (YC S25) – An open-source AI meeting notetaker
#16The only issue I have with those tools, and I have not seen a single one even acknowledge this, is that it becomes completely useless when holding meetings in a hybrid fashion where some people are remote and others are in the office with a shared mic. Almost all of our meetings are hybrid in this way, and it's a real pain having almost half of the meeting be identified as a single individual talking because the mic…
The second tool is likely hardware limitation. A multi-cam-mic with beam forming capability to deconstruct overlapping sounds.
Re: Launch HN: Hyprnote (YC S25) – An open-source AI meeting notetaker
#17Looks great. From my experience Tauri team has no clue what mobile is and they're not interested in fixing mobile issues. I can already tell the mobile version will be a disappointment.
Re: Launch HN: Hyprnote (YC S25) – An open-source AI meeting notetaker
#18Re: Launch HN: Hyprnote (YC S25) – An open-source AI meeting notetaker
#19Super cool, congrats on the launch - will be trying this soon! I noticed it’s using Tauri - what are your main takeaways from building a local inference desktop app with it?
Thanks. I learned that running a server on the Rust side and calling it from a TypeScript frontend is a good approach. For example, we run an OpenAI-compatible server using a Tauri plugin ( https://github.com/fastrepl/hyprnote/tree/main/plugins/local... ) and call it using the Vercel AI SDK.
Re: Launch HN: Hyprnote (YC S25) – An open-source AI meeting notetaker
#20Looks great. From my experience Tauri team has no clue what mobile is and they're not interested in fixing mobile issues. I can already tell the mobile version will be a disappointment.
We tried Tauri mobile (few months ago) and had the same disappointment. We will use RN or Dioxus(to share Rust code) for the mobile version. So it will be cool :)