-
Notifications
You must be signed in to change notification settings - Fork 0
feat(posts): add EP72 YoooClaw episode #80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,64 @@ | ||
| --- | ||
| type: podcast-episode | ||
| status: published | ||
| slug: /posts/ep72 | ||
| guid: 72 | ||
| title: "EP72 YoooClaw:给 AI 一具身体" | ||
| subtitle: "从通知总结、会议记录到个人 Context,聊聊软硬件结合的 AI Agent" | ||
| publicationDate: 2026-07-31 14:00:00 | ||
| author: AnnatarHe | ||
| season: 3 | ||
| episodeNumber: 72 | ||
| episodeType: full | ||
| excerpt: "EP72 YoooClaw:给 AI 一具身体——从通知总结、会议记录到个人 Context,聊聊软硬件结合的 AI Agent" | ||
| url: https://youtu.be/7mbOHd_EWZw | ||
| size: 0 | ||
| duration: 0 | ||
| explicit: false | ||
| youtubeId: 7mbOHd_EWZw | ||
| categories: | ||
| - YoooClaw | ||
| - OpenClaw | ||
| - AIAgent | ||
| - AI硬件 | ||
| - 智能硬件 | ||
| - 人工智能 | ||
| - 个人AI | ||
| - 语音助手 | ||
| - 通知总结 | ||
| - 会议记录 | ||
| - 大模型 | ||
| - GLM52 | ||
| - DeepSeek | ||
| - AppleIntelligence | ||
| - 软硬件结合 | ||
| - AI助手 | ||
| - Context | ||
| - 科技产品 | ||
| - AsyncTalk | ||
| --- | ||
|
|
||
| ### 📕 Shownotes | ||
|
|
||
| 当 AI Agent 不再只存在于聊天框里,它会变成什么? | ||
|
|
||
| 本期体验一款很有意思的软硬件结合产品——YoooClaw。它像一个吸附在手机背面的“小型 AI 硬件”,可以通过语音直接向 OpenClaw 下达任务,还能读取并总结手机通知、通过 RGB 灯带反馈重要消息,以及录制对话、识别不同发言者并生成会议总结。 | ||
|
|
||
| 它还支持切换 DeepSeek、GLM 5.2 等不同模型。但比具体功能更值得讨论的,是 YoooClaw 所代表的产品方向: | ||
|
|
||
| 模型可以替换,App 和 Agent 框架也可以替换,但持续积累的个人上下文、稳定存在的硬件入口,以及从信息感知到任务执行的完整闭环,可能才是 AI 时代真正的护城河。 | ||
|
|
||
| 某种意义上,YoooClaw 就是在尝试给 OpenClaw 一具真实的“身体”。 | ||
|
|
||
| 当然,目前的产品仍然存在不少问题:任务结果展示不够完善、系统推送和定时任务尚未形成完整闭环,位置等上下文也没有得到充分利用。更重要的是,当一个设备能够读取通知、录制音频并长期积累个人信息时,隐私和数据安全将成为无法回避的问题。 | ||
|
|
||
| 这期视频会聊到: | ||
|
|
||
| - YoooClaw 如何通过硬件与 OpenClaw 交互 | ||
| - AI 通知总结与 Apple Intelligence 的体验差异 | ||
| - 录音、发言人识别和会议总结 | ||
| - 为什么持续积累的 Context 如此重要 | ||
| - 硬件入口为什么可能成为 AI 产品的商业护城河 | ||
| - YoooClaw 当前的产品缺陷与隐私风险 | ||
|
|
||
| 你认为这种软硬件结合的 AI Agent,会成为下一代个人 AI 助手的主流形态吗? | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When this commit is deployed before 2026-07-31 14:00, EP72 is exposed immediately despite this future publication time:
src/pages/posts.astrolists every collection entry,src/pages/rss.xml.tsemits every entry, and the static post route is generated without a date filter. Consequently the episode becomes the first posts/RSS item before its stated release time; defer publishing it or filter future-dated entries until release.Useful? React with 👍 / 👎.