TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Why hasn't anyone tried building an AI wearable wristband?

4 点作者 slymersonn大约 1 年前
Over the past few months, we&#x27;ve seen a couple of consumer hardware startups come out with their take on what an &quot;AI wearable&quot; will look like. For example, the Humane Pin, Rewind Pendant, Brilliant Labs Glasses, Avi&#x27;s Tab (Necklace), etc.<p>However, no one has tried making an AI wearable wrist device that isn&#x27;t a smartwatch. I&#x27;m envisioning a wristband with no screen that is used as a device that passively listens to your conversations and gathers context (but doesn&#x27;t store your recordings). I imagine this being paired with your phone so that the AI can proactively send you notifications regarding what you&#x27;ve talked about, almost like having a second companion always there, ready to help. This would be super cool to have as a student in a classroom because then I can have my personal AI help me study after!<p>This sounds cool to me, but I&#x27;m not an engineer, so I don&#x27;t know why no one has attempted this. What are the hardware or software blockers preventing this from happening? Has it not been done due to engineering constraints or is it because it&#x27;s a stupid idea?

6 条评论

hitpointdrew大约 1 年前
&gt; I&#x27;m envisioning a wristband with no screen that is used as a device that passively listens to your conversations<p>Yikes...<p>&gt; but doesn&#x27;t store your recordings<p>Still, yikes!
评论 #39543794 未加载
gtirloni大约 1 年前
So your requirements are:<p>1. Reliable speech to text from multiple possibly identifiable speakers<p>2. Long-term knowledge storage and retrieval<p>Speech to text is a solved problem, AFAIK with a caveat: single speaker. You&#x27;d need to train a local AI to identify all these different voices reliably. No easy feat.<p>Assuming you have done that, you have to feed that data into a vector database to retrieve it when you&#x27;re talking to the AI. You can&#x27;t use it to train the AI because it would be too expensive. But then you hit another roadblock: you either have very good querying capabilities for that database so you&#x27;re able to retrieve what matters and feed into the prompt; or your context window is huge. The latter is expensive.<p>Some commercial LLM implementations are already implementing some form of learning based on previous chats, so it might be doable from a cost perspective.<p>I think you can&#x27;t fit the necessary computing power into a wristband today. It needs to take care of speech to text (again, multiple speakers), uploading all of that to some cloud, and do it for hours and hours non-stop.<p>Maybe it could just be a smart microphone that uploads a constant stream of audio to the cloud for processing? A privacy nightmares no one is willing to touch most likely. Would you have to ask permission from anyone in the room before you enter with your microphone?
评论 #39547779 未加载
评论 #39550121 未加载
codingdave大约 1 年前
The first question that comes to mind is if this is a passive device, paired with your phone, then it is just a microphone. Why build a new device for that?
评论 #39551085 未加载
Someone大约 1 年前
&gt; I&#x27;m envisioning a wristband with no screen that is used as a device that passively listens to your conversations<p>How do you make it reliably listen to your conversations give that you may move your hands around, wear a shirt or jacket covering it, have them below a table, etc?
评论 #39544262 未加载
mtmail大约 1 年前
Batteries are not flexible to go around your arm. Maybe it&#x27;s hard to use a dozen batteries connected together? And if the battery is all in one spot then it would look like a watch anyway. Though without a screen it would be smaller.
评论 #39544284 未加载
PaulHoule大约 1 年前
How about some smart headphones or ear buds? Or like a pin you can wear on your lapel or chest?
评论 #39550241 未加载
评论 #39544279 未加载