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: Omi – Open-source AI wearable for capturing conversations

117 pointsby kodjima339 months ago
Hi, HN! I built a proactive open-source AI necklace that transforms your conversations into summaries, proactive feedback, and insights<p>I built this because I want to use it myself: many companies are advertising such technology but no one is shipping<p>The app can work with or without wearables so you can try the experience without buying anything<p>--- Update: wasn&#x27;t expecting this post to get attention, so please let me know if I need any special tags like Show HN

25 comments

__MatrixMan__9 months ago
Makes me want a wearable white noise generator, except it&#x27;s specifically tuned to jam speech transcription AI.
评论 #41337103 未加载
评论 #41334501 未加载
stared9 months ago
Omni (necklace)<p>+2 Charisma +1 Intelligence<p>A necklace with a helpful spirit living inside a silicon crystal. The spirit grows with every word it hears.<p>&quot;First you wear it, then it wears you&quot;
karencarits9 months ago
Although people here are focusing on the conversation part (understandably, as it is part of its marketing), I also find the voice memo part interesting, especially for situations where you are working with both your hands but need to remember something. E.g., while driving, doing carpentry, working in a fume hood, and so on
tzm9 months ago
Genuinely curious if people think this is a product, solving a real problem? My mind goes to critical privacy rights and would likely require offline use?
评论 #41335865 未加载
评论 #41341503 未加载
评论 #41335786 未加载
评论 #41341028 未加载
ianbicking9 months ago
This is awesome! I have been thinking about what I&#x27;d want in an open source product after feeling unhappy trying to mess around with Bluetooth devices and overriding the assistant on an Android.<p>I really think an open source experience is going to be the only way this specific area will advance (wearable voice assistants). Apple&#x2F;Google&#x2F;Amazon are always going to very conventional in how they think about the purpose of their products, how personalized they can be, how much they can be expected to understand the user.<p>Looking at the Apple prompts, it&#x27;s notable how <i>uninteresting</i> they are. There is no real theory of function, no sense of relationship or roles. They are just letting that all default to some unspecified common sense (as found in the model), handling only the surface level of these interactions. And they don&#x27;t appear to bake that into the model because that wouldn&#x27;t be enough, because those deeper interactions require state that seems pretty clearly to not be specified. Anyway, I&#x27;m really going off on a prompting tangent.<p>I think there is _really_ deep stuff people could be creating using these building blocks. The kinds of developments that are a synthesis of modified personal behavior and the tools provided. A tool this powerful is being wasted (theoretically and right now in actuality) if you don&#x27;t modify behavior when using it. But that&#x27;s a terrible way to make a commercial product, you can&#x27;t expect people to change for you. And so they create these very bland experiences that are the projection of their current apps onto a voice or AI interface.<p>And they aren&#x27;t wrong to take this conservative approach... it&#x27;s very boring but very rational. I think this is a particularly opportune moment for people with their own very personal and specific ideas about how integrate AI into a particular part of their life to try to actually build that experience, with an authentic goal of just improving their own life. An open source stack makes that possible... including the device, because Google and Apple just won&#x27;t let you use a phone that way.<p>So this is very exciting! My dev kit is ordered, and I await it eagerly
评论 #41334804 未加载
ziofill9 months ago
I’m not sure I understand: is it doing the processing? Or is it more like a Bluetooth microphone?
AlphaWeaver9 months ago
I&#x27;m confused - the title says &quot;like Friend&quot; but this appears to be a rebrand of the existing Friend pendant?
评论 #41335277 未加载
评论 #41335273 未加载
kkielhofner9 months ago
Omi has a pretty interesting architecture that has been completely open-sourced:<p>- The device itself is a Nordic Semiconductor BLE chip with GPIO, mic, and BLE.<p>- Audio is streamed (as OPUS) via BLE to the associated mobile device where some initial processing is handled.<p>- The audio is then passed to a FastAPI-based backend API service that handles integrations with Deepgram, etc.<p>Overall I think it&#x27;s a clever way to handle this: you get to use very cheap hardware that sips power (battery) while utilizing the connectivity of the associated mobile device whether it be WiFi or cellular.
评论 #41357408 未加载
samstave9 months ago
<a href="https:&#x2F;&#x2F;www.surveillancewatch.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.surveillancewatch.io&#x2F;</a><p>--<p>I personally have wanted something like this for <i>years</i> -- but at the same time im anti surveillance - what would be interesting is &quot;anti-surveillance surveillance&quot;<p>Imagine placing these in the planter in a conference room... board room, green room. Stick one in the head-liner of an SUV used by political folks.<p>---<p>(also not sure why &quot;LED&quot; is listed as a feature on the &quot;connectivity&quot; section...<p>I had posted earlier about a redditor who wanted to make a thing similar to this with whisper and such, for transcribing conversations at a corporate conference...
olejorgenb9 months ago
This is super interesting IF they add an clear option to configure the providers so it&#x27;s possible to only use on-device processing &#x2F; self-hosted providers.<p>EDIT: from the FAQ in their discord:<p>&gt; Q6: Will there be other STT (Speech To Text) Services allowed?<p>&gt; Yes! We currently use Deepgram while we are developing the app but we plan to update the settings so users can choose a wide range of STT services like OpenAI&#x27;s Whisper, Deepgram and we want to allow users to use there own hosted server for this.
eikenberry9 months ago
&gt; Open-Source: Fully open-source, empowering you to customize and enhance your experience.<p>Fully open source? So the AI models used are all free software with everything available?<p>&gt; Live Transcription: Capture live voice and audio with human-level accuracy using OpenAI Whisper and Deepgram.<p>&gt; Efficient Summarization: Get instant insights and summaries powered by ChatGPT in just 5 seconds.<p>Nope.
评论 #41335315 未加载
tobbe20649 months ago
In the end this is relies allmost completely on proprietary AI as a service services, right? I think the exact services should be advertised as well to help understand the limitations of the device.<p>E.g. Can I use this device for any language or is it just English. Can it do translations?
nighth4wks9 months ago
Super interesting product! I like the pivot from mentor to friend. How is this different from the Humane pin? cheaper + open source&#x2F; no projector?
scottfits9 months ago
Been using it for months, really like it!
评论 #41338322 未加载
评论 #41335674 未加载
nighth4wks9 months ago
How is this different from the Humane pin? cheaper + open source&#x2F; no projector?
purple-leafy9 months ago
I hope for the privacy focused among of us, that this fails.
mplewis9 months ago
Don’t wear one of these near me. I don’t want you recording our everyday conversations as a matter of habit. Ask permission first.
评论 #41334372 未加载
评论 #41334012 未加载
评论 #41334211 未加载
russdpale9 months ago
If you wear this you are a fucking creep.
ipkstef9 months ago
is this the same thing Avi Schiffmann is peddling ?
评论 #41334172 未加载
评论 #41338706 未加载
croes9 months ago
The agencies will love that additional data source.
squigz9 months ago
I can&#x27;t wait for stuff like this to become more common, and then the inevitable data leaks. Instead of SSNs and emails it&#x27;ll be the private conversations of millions of people, many of whom didn&#x27;t agree to this.
评论 #41334600 未加载
Hizonner9 months ago
Aren&#x27;t a lot of y&#x27;all in California? Because wearing a wire is generally illegal there...<p><a href="https:&#x2F;&#x2F;leginfo.legislature.ca.gov&#x2F;faces&#x2F;codes_displaySection.xhtml?lawCode=PEN&amp;sectionNum=632" rel="nofollow">https:&#x2F;&#x2F;leginfo.legislature.ca.gov&#x2F;faces&#x2F;codes_displaySectio...</a>
评论 #41335186 未加载
评论 #41334980 未加载
评论 #41334437 未加载
nox1019 months ago
I wonder if this is even legal in many places. Doesn&#x27;t California require consent to be recorded? This seems like an edge case
评论 #41334489 未加载
评论 #41334652 未加载
评论 #41334194 未加载
mrinfinitiesx9 months ago
The intentions seem genuine, and the ideas are good for what you would want people to use it for, but what about people like me? Recording data on and around you especially without their consent is not something I&#x27;m okay with. I&#x27;m against Windows adding in their &#x27;Recall&#x27; feature highly, I don&#x27;t want somebody&#x27;s computer taking screenshots and transcribing my encrypted chats on all of their computer usage, I sure as hell don&#x27;t want to be around somebody who&#x27;s too lazy to take notes or be present in the moment with their friends to solidify memories within themselves that they can just go back on and get transcripts of who and what was said as they traversed the day.<p>So again, what about people like me?<p>Sorry, but this is spyware in every sense of the definition. There&#x27;s no argument against that there.<p><a href="https:&#x2F;&#x2F;notfriend.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;notfriend.org&#x2F;</a>
评论 #41342931 未加载
评论 #41335533 未加载
simianparrot9 months ago
The privacy issues with this and the inevitable data leaks and blackmail potential is staggering.<p>Please consider whether you should publish something instead of just whether you can.