# 吴恩达团队开源桌面AI Agent OpenWorker

- 来源：meng shao (@shao__meng)
- 发布时间：2026-07-24 10:15
- AIHOT 分数：27
- AIHOT 链接：https://aihot.virxact.com/items/cmrybiqph00mcroxyb2ie9yip
- 原文链接：https://x.com/shao__meng/status/2080476918395330668

## AI 摘要

吴恩达团队开源 OpenWorker，一个本地优先、模型无关的 AI coworker，能在 Mac 上交付文档、发送 Slack 消息或更新日历条目。它支持 GPT 5.6 Sol、Claude Fable、Gemini 3.6 及开源模型（如 Kimi、GLM、DeepSeek），也可通过 Ollama 保持数据本地化。项目代码已在 GitHub 开源，需自备 API 密钥使用。

## 正文

吴恩达老师团队也开源桌面端 AI Agent 了？

「OpenWorker」被定位为 AI coworker，先抛个问题：它和 OpenClaw、Hermes Agent，Claude Cowork、ChatGPT for Work 有什么区别？真的需要再做一个新的 Agent 吗？

Clone 了项目看了一遍，又让 Codex 和 Cursor 各看了一遍，坦白讲，没看到有特别不一样的地方：
本地优先、模型无关、基于 aisuite、交付导向

这也是现在自己做 Agent 的必备架构了，如果你在学习 Agent 架构和工程，这倒是一个比较规整的项目。

项目链接在这：
https://github.com/andrewyng/openworker

### 引用推文

> Andrew Ng：Announcing OpenWorker! An open-source agent that doesn't just chat with you, but delivers finished work -- like hand you a polished document, send a slack messa...
