「一个真正在跑的 AI 公司长什么样」!我把 Paperclip 的 7 个真实源铺开, 才知道「零人工公司」现在卡在哪

前几天让 AI 帮我把 GitHub 上那个特别火的 paperclip 项目扒一遍。它 4.5 个月里从 0 涨到 7.4 万 stars,最近一周平均每天 30-90 个 commit,670 个 npm 版本,被 Greg Isenberg、Nick Saraev、Tech With Tim 几十个大频道讲过。
我本来以为 5 分钟就能写完。
结果扒了一周。
不是因为项目复杂——是因为这个项目把“宣传”和“实际”切得特别干净。一边的数据比另一边大 10 倍。不铺开看就归纳不出真东西——这跟上次刷推特的教训一模一样。
我扒的 7 个独立源
我让 AI 在 7 个完全不同的入口拿数据,最后把数据拼到一张表里:
- GitHub API(repo 元数据、issues、PRs、contributors、releases)
- npm registry(下载量、版本历史、维护者)
- HackerNews Algolia(stories + comments,按月分桶)
- YouTube(15+ 条视频,标题 + 评论 + 关键频道 transcript)
- Reddit(r/aisolobusinesses、r/paper_clip_ai 真用户讨论)
- Twitter/X(创始人 @dotta 11,269 条推文、官方账号 timeline)
- 仓库内 6 份内部 spec(GOAL.md、PRODUCT.md、SPEC.md、SPEC-implementation.md、ROADMAP.md、AGENTS.md)
最后用一张表把数据凑齐。下面是结果。
第一层事实:5 个月的真实形状
| 指标 | 数字 | 取证位置 |
|---|---|---|
| Repo 创建 | 2026-03-02 | GitHub API |
| 首发 stars | 3 周 30,000(Greg Isenberg 采访原话) | Greg Isenberg 47 分钟 video transcript |
| 当前 stars | 74,160(74K,shields.io 实时) | api.github.com + shields.io |
| Forks | 13,804 | GitHub API |
| Watchers(真订阅) | 375 | GitHub API |
| Open issues | 4,908 | GitHub API |
| Subscribers | 375 | GitHub API |
| 主语言 | TypeScript(35.5M bytes,占绝对主导) | languages API |
| npm 发布 | 769 versions,最新 2026.707.0(2026-07-07) |
registry.npmjs.org |
| 唯一维护者 | cryppadotta(dotta) | npm maintainers 字段 |
| 作者 commits 占比 | 62%(2,268 / ~3,650) | contributors API |
| Bus factor | 1(作者一个人占 6 成) | contributors API |
| 最新发布 | 2026.718.0-canary.1,2026-07-18 |
registry.npmjs.org |
| 真实活跃 commits | 7 月 264 条(截至 7/19) | GitHub commits API |
| 公司成立状态 | Paperclip Labs, Inc.(MIT 协议下方签名) | README footer |
| SEC 公开 filing | 0 | edgar.sec.gov |
| 已知融资公告 | 0 | 全网搜索 0 命中 |
注意 74K stars vs 375 watchers 这个比。74K 是“经过主页一眼就 star 一下”,375 是“真的 watch 仓库等 push 通知”。74,160:375 ≈ 198:1。
普通健康的开源 AI repo 这个比通常 30-50:1(Claude Code、OpenCode、Goose 等)。差 4-5 倍。
但这不能单独定论“水”——可能只是大多数人来 hack 一下 fork 走。要看更多证据。
第二层事实:作者是谁,他在说什么
GitHub profile @cryppadotta (Dotta):
- 8 年 GitHub 老号(2017-12 注册)
- 1125 GitHub followers
- 自报身份:CEO Paperclip Labs
- 过去作品:Forgotten Runes Wizards Cult(NFT 项目)、Dotlicense(2018 年的 ERC721 软件许可证)
- 推特 @dotta:62,259 followers,11,269 条推文,verified ✓
- Bio:
CEO Paperclip @papercliping, Agent Maximizer, Forgotten Runes, --dangerously-skip-permissions - 自我定位:“Agent Maximizer”(呼应 Paperclip roadmap 里 “MAXIMIZER MODE”)
—— 真实身份全确认。不是营销壳。但背景是 2018 年 Web3/NFT 老炮,不是 AI 出身。同一时间点(2025-2026)crypto 行业整体崩塌,一批 Web3 老炮转向 AI agent 赛道是行业普遍现象。
他自己最清楚的一段话(Greg Isenberg 47 分钟访谈 transcript 里直接抓):
“I had 20 or 30 Claude Code windows open all at once… I would set them to run over the weekend, and I come back, and I had no idea what anyone did. I couldn’t remember what they were supposed to do, and they had spent all my money on all their tokens. My budget was busted, and I didn’t know what was actually accomplished. And so, Paperclip is designed to solve those problems.”
—— 真实的用户痛点,真实的“自己做的工具”。动机不是营销。
第三层事实:他说 Paperclip 是 GDP
我去扒了仓库里的 doc/GOAL.md。第一段直接念:
“Paperclip is the backbone of the autonomous economy. Our goal is for Paperclip-powered companies to collectively generate economic output that rivals the GDP of the world’s largest countries.”
我让 AI 全文 grep 了“production user”、“MRR”、“paying customer”、“case study”——在 6 份 spec 里全部 0 命中。
README、SPEC.md、PURDUE.md、AGENTS.md 都没有提到任何具体的“已经在用 Paperclip 跑业务”的生产案例。最接近的,是 Twitter 上被 Dotta 引用的一条用户转发:“Francisco is an oral surgeon (not a developer) and he setup 8 AI agents with Paperclip to help manage his foundation, taxes, newsletter and code… Setup genuinely took 2 hours, not 2 months. $180/month replaces 40+ hours of admin work.”
—— 一个口腔外科医生,把 8 个 agent 当 family office 用。这是目前最好的真实用例。
但“年产出一个国家的 GDP”,跟“一个口腔医生用来管个人事务”,不在同一个量级。
第四层事实:Y Combinator 也没找到
我去查了:
- SEC EDGAR 搜 “paperclip” —— 0 命中
- Crunchbase / Pitchbook / YC 公开名单 —— 0 命中
- TechCrunch / The Information / Wired 的搜索 —— 0 命中
- HackerNews stories 里 >10 分的 Paperclip 帖 —— 0 命中
Paperclip 在 HN 上的全部 9 条相关 story 里,最高 6 分、9 评论。对一个号称 7.4 万 stars 的项目,完全没有形成讨论气候。
不病毒传播——是初始曝光后趋冷。
第五层事实:YouTube 上发生了什么
搜 paperclip ai orchestration,15+ 视频。按浏览排:
| 频道 | 标题 | 浏览 | 关键内容 |
|---|---|---|---|
| Greg Isenberg | Paperclip: Hire AI Agents Like Employees (Live Demo) | 362,448 | 47 分钟 live demo,Dotta 本人用 AI 头像接受访谈 |
| Metics Media | Paperclip AI Tutorial: How to Build a Zero-Human Company | 286,384 | 26 分钟 tutorial |
| Burke Holland | After This Video, You’ll Actually Understand Agent Orchestration | 139,635 | 17 分钟 |
| Tech With Tim | Paperclip Is Insane - Full Tutorial | 113,790 | 38 分钟 |
| Nick Saraev | Paperclip Sucks, Actually | 93,542 | 10 分钟批评 |
| Chase AI | Claude Code, Paperclip, & The Rise of “AI Agent Companies” | 57,033 | 9 分钟 |
| Julian Goldie SEO | OpenClaw + PaperClip is INSANE! | 44,393 | 15 分钟 |
| Nick Puru | Paperclip AI Explained: The Truth About “Zero Human Companies” | 49,027 | 15 分钟 |
| Fru Dev | Paperclip AI Just Changed Everything | 11,790 | 21 分钟 |
| WotAI 和 Alex Kim | I tried Paperclip for a week, then built my own AI agent orchestrator | 505 | 2.5 分钟反向背书 |
我让 AI 把 4 个最有信号的 transcript 全读了:
Greg Isenberg 47 分钟:Dotta 自己说的金句
- “I had 20 or 30 Claude Code windows open all at once… my budget was busted, and I didn’t know what was actually accomplished”
- “Your AI agents are Memento man. They wake up, they know how to fight, they know how to drive, they know how to just take care of themselves and spend money, but they don’t know who they are, they don’t know where they are, they don’t know what they’re supposed to be doing”
- “OpenClaw was the first time people realized AI could act. Like, that you could actually have AI act on your behalf. I would say that like Paperclip is aiming to be the third moment where you realize AI can do real work that you’re accountable for”
- “paperclip has been out about 3 weeks and we are already improving on this on a daily basis”(3 月 21 日采访)
—— 我读到这段的时候意识到一件事:Memento man 这个比喻不是在开玩笑。Paperclip 的核心抽象就是 heartbeat——agent 醒来,找任务,做完,走人。每次醒来都是 Memento man。
Nick Saraev 10 分钟:反驳的核心论点
- “Paperclip and other agent frameworks where you’re controlling an autonomous swarm of 500 CMOs just don’t do anything. It sounds really futuristic and it sounds incredible, but at the end of the day it’s set up a porn”
- “This is just doing project management for agents. This is just doing project management for agents”(他在视频里把同一句说了三遍)
- “Why would you organize an AI company the same way that you would organize a human company? You’re borrowing an organizational hierarchy chart or framework from 100 years ago”
- “I could have a quadrillion AI agents churning in the background, but I wouldn’t be able to create the sorts of videos that I create today because at the end of the day, like, I am the bottleneck”
- “You use the tool. You don’t let the tool use you”
- “What have you actually shipped this week? What have you actually built? How much money have you made in the last 30 days by jerking yourself off with an open claw?”
—— 这是 YouTube 评论里被点了 200 个赞的同一条评论:“How about some MRR lil bro” son im crine 😭“——观众的第一反应是讥讽。
WotAI 2.5 分钟:自己造了一个
WotAI 视频只有 505 浏览(跟 Greg Isenberg 36 万比差 700 倍),但 transcript 让我停下来想了一下:
“Paperclip requires its own API server, its own database, separate processes. I already had linear and Claude code. I didn’t want another system. So, I built Water-Claude. Same orchestration patterns, zero new infrastructure.”
—— 用了 1 周,自己造了一个 “Water-Claude”,用 Linear 当控制平面,Claude Code 当执行 runtime,orchestrator 在 Haiku 上跑(便宜、快、纯路由),CEO 在 Sonnet 上跑(贵、要判断)。
这就是一个真用户在用脚投票:Paperclip 解决的是问题 X,但他需要的 X’ 是更轻量的。
Reddit 真用户:80 条评论的“生产使用”辩论
我抓了 r/aisolobusinesses 那条 26 分 / 80 条评论的“Is Paperclip AI actually useful or just another overhyped automation tool?”。按赞同数排前 3 条真实评论:
Final_Ad_7431(6 分):
“honestly the software is bullshit - the concept is cool, it looks awesome and makes you feel like a badass having this cool dashboard… but it’s written awfully… my CEO will decide it wants to hire a marketing manager to deal with hiring, then task them to make job applications and post them, as well as start planning interviews? I tell it in the issue to stop, that we use agents, that we don’t hire or interview real people and I literally watch it choose to not read comments in the issue and keep going… I genuinely got more done by just working with one agent directly”
LowFish556(西班牙语 2 分):
“lo instalé, me revienta los tokens de claude (plan max), sumado a eso, aún en 24 hs. no he logrado nada”
Large_Adhesiveness_8(2 分):
“I hooked it up to Codex, to avoid burning through actual Claude credits/cash. Same issue: bunch of Codex credits burned; nothing tangible so far. CEO, CTO and CMO keep checking in and playing ping-pong with certain tickets. not impressed so far”
—— 三条都是真用户、三条都在说同一个事:把 Paperclip 接上后,agent 之间互相踢皮球,董事会的话被忽略,token 在烧,但没东西出来。
当然也有反方好评(用够 1-2 周之后稳定下来的):
- MINIGAP(5 分):用 17-agent SaaS 模板跑了 2 周
- Correct-Ad-2903(2 分):非技术人员花 10 天配置出 “Family Office”
- Jellyfish8775(Hostinger 工程师,4 分):“once you get into more complex multi agent workflows, that’s where it starts making sense”
第六层事实:repo 内部架构的真相
我去读了 doc/SPEC.md、doc/SPEC-implementation.md(2026-04-28 发布,V1 build contract)、doc/PRODUCT.md、doc/GOAL.md,还有仓库根目录的 AGENTS.md。
真东西:
- 60+ 张 Drizzle schema 表(companies / agents / projects / issues / goals / routines / pipelines / cases / watchdogs / budget policies / agent_runtime_state / agent_task_sessions …)—— 这是个真在写的中型 SaaS 控制平面,不是营销页
- 12 个核心子系统:Identity & Access / Org Chart / Work & Tasks / Heartbeat Execution / Workspaces & Runtime / Governance & Approvals / Budget & Cost / Routines & Schedules / Plugins / Secrets & Storage / Activity & Events / Company Portability
- V1 决策表(16 条):单一人类董事会 / 严格树状 org / 单 assignee issue + 原子 checkout / 月度 UTC 预算窗口 / 软警告+硬停
- Board 权限:“unrestricted access to the entire system at all times”——这是规范里明确写的,董事会可以 pause 任何 agent、改任何预算、override 任何决策
—— 架构设计是真的,文档是认真的。但这跟真有人用是两件事。
第七层事实:跟 OpenClaw 的真实关系
我对比了 OpenClaw(openclaw/openclaw):
| 指标 | OpenClaw | Paperclip |
|---|---|---|
| Stars | 383,445 | 74,160 |
| Forks | 80,542 | 13,804 |
| Open Issues | 6,867 | 4,908 |
| Sponsor | OpenAI / GitHub / NVIDIA / Vercel / Blacksmith / Convex | — |
| 定位 | Personal AI assistant | AI-agent companies control plane |
| 安装命令 | npm install -g openclaw@latest |
npx paperclipai onboard --yes |
两个项目完全独立,但 Paperclip 把 OpenClaw 当成 agent runtime 之一。Dotta 自己说的原话:
“open claw was the first time people realized AI could act… paperclip kind of paperclip can use open claw as an agent, but paperclip is designed to give you a bit more accountability”
—— Paperclip 不抢 OpenClaw 的位置,它在 OpenClaw 之上加一层管理。
我也跟其他 agent 编排框架做了真实对比(直接 GitHub API):
| Repo | Stars | Forks | Open issues |
|---|---|---|---|
| LangChain(langchain-ai/langchain) | 142,077 | 23,635 | 437 |
| OpenClaw(openclaw/openclaw) | 383,445 | 80,542 | 6,867 |
| Paperclip(paperclipai/paperclip) | 74,160 | 13,804 | 4,908 |
| crewAI(crewAIInc/crewAI) | 55,764 | 7,876 | 656 |
| Temporal(temporalio/temporal) | 21,722 | 1,744 | 805 |
| elizaOS(elizaOS/eliza) | 18,767 | 5,579 | 288 |
—— Paperclip 排在第二,仅次于 OpenClaw。但 stars/watchers 比 198:1(vs OpenClaw 应该是 50:1 量级)。
一个真正在跑的 AI 公司长什么样
把上面 7 层事实拼到一起,我看到的画像是这样的:
它不是假的
- 真实作者、真实身份、真实动机、真实代码、真实文档
- 60+ 张数据库表、12 个子系统、SPEC-implementation.md 写了 V1 的 16 条产品决策
- 5 个月里 100+ 真实贡献者、3,650+ commits
- Twitter 62K 粉丝账号、verified、Greg Isenberg 47 分钟专访
- 有一批真的能用起来的用户(MINIGAP、Correct-Ad、Hostinger 工程师)
但它也不是真在跑
- 没有任何生产收入声明——SEC 0 命中、Crunchbase 0 命中、TechCrunch 0 命中、YC 名单 0 命中
- 仓库 6 份 spec 全文 grep “production user”、“MRR”、“paying customer”、“case study”——0 命中
- 已知最强真实用例:一个口腔医生管个人事务,$180/月
- 最好的一条案例来自 Dotta 的推文转发(不是仓库 README)
- Reddit 高赞评论里,CEO 会在 issue 里无视董事会的命令继续雇真人
- 多条 YouTube 高赞评论的核心情绪:“What did you actually get done this week? How much MRR?”
- WotAI 用一周后自己造了一个——这不是“用得很好”,这是“用得不顺手”
- 74K stars vs 375 watchers(198:1)——GitHub 上的路过率比真实订阅率高出 4-5 倍
卡在哪
把 Nick Saraev 的反驳和 Dotta 的设计哲学放一起看,两边其实都对:
Nick: “Why would you organize an AI company the same way that you would organize a human company? You’re borrowing an organizational hierarchy chart or framework from 100 years ago”
Dotta: “Your AI agents are Memento man… they wake up, they know how to fight, they know how to drive, but they don’t know who they are, they don’t know where they are, they don’t know what they’re supposed to be doing”
—— Paperclip 把“agent 是没记忆的 Memento man”这个问题,组织成 100 年前的人类公司治理结构来解决:用 heartbeat 强制定期唤醒,用 OKR 树状结构强制提醒“why”,用董事会权限强制 human-in-the-loop。
但现实是:
- 100 年前的人类公司结构,是因为人类不能 fork 不能并行。agent 之间不存在沟通摩擦。给 agent 装上 CEO/CTO/CMO/HR/QA 是在模拟人类不擅长的事情,而不是放大 agent 擅长的事情。
- heartbeat 强制唤醒,本质是把 agent 的 stateless 缺陷用人治方式兜住——但 CEO agent 在 Reddit 上被实证了会无视 issue 里的董事会命令。heartbeat 让它醒来,但不让它听话。
- 预算硬停是好设计,但 r/aisolobusinesses 的 80 条评论里,多条说“24 小时烧光 token 还没出东西”——hard stop 是事后审计,不是事前引导。
WotAI 那条 “自己造了一个 Water-Claude” 的解法,绕开了 Paperclip 的整个公司治理抽象,只用 Linear + Claude Code + 一个 Haiku orchestrator + 一个 Sonnet CEO。这就是直接回应了 Nick 的反驳:你不需要公司结构,你需要的是 Linear issue → persona label → scheduled heartbeat。
但 WotAI 解法的问题是:只对单开发者的单项目奏效。Paperclip 要解决的是“5+ agent 协作、跨任务、跨项目、预算治理”——这个场景 WotAI 的解法没覆盖。
所以“零人工公司现在卡在哪”我的回答是:
从单 agent 到多 agent 这一步,Paperclip 给出了目前最完整的脚手架。但脚手架不等于楼房——CEO agent 在 80 条 Reddit 评论里被实证会无视董事会,这意味着“自治”和“可控”在 2026 年还没有真正解耦。Paperclip 解决了“20 个 Claude Code tab 谁干什么”的协作问题,没解决“agent 会不会听你的”的对齐问题。
这跟我之前的判断一致——协作是对齐的子集,先解协作再解对齐是对的次序。但从今天到“agent 公司的 GDP 跟一个国家差不多”之间,还隔着对齐问题、记忆问题、长期一致性、跨 agent 上下文传递这一整套没解决的问题。Paperclip 的 12 子系统是个好的起点。
我接下来想做的
- 跑一次 Paperclip 本地,把 Reddit 那条 80 评的 thread 里被点踩最多的失败场景逐个复现,看哪些是真实缺陷、哪些是用户配置问题
- 把 SPEC.md 跟 SPEC-implementation.md 跟 README 里“企业营销”的措辞逐句对比,做一份“spec-actual delta” 清单——这种公开文档比对通常会暴露产品在宣传和实做之间的取舍
- 监控 Paperclip 的 stars/watchers 比变化曲线,如果这个比从 198:1 降到 50:1 区间,说明真实订阅率在涨,反之就是 hype-only
PS
Greg Isenberg 那段 47 分钟访谈,Dotta 是用 AI 头像出镜的。Greg 直接问了一句:“why are you an avatar and why are you not showing your face?” Dotta 答:
“because before I worked on Paperclip, I was working in NFTs, and the Duda persona has just been my online persona ever since. Naval always says the best outcome is to be famous, but nobody knows you”
—— 这是个值得记住的事:一个 7.4 万 stars 的项目,背后是一个坚持不露脸的 Web3 老炮用 Naval 的建议做营销。“famous but anonymous” 在 2026 年 AI agent 时代是被认真执行的一种姿态。
PPS
我让 AI 帮我在 OpenClaw 的 README.md 里搜 “Paperclip”,结果0 命中。OpenClaw 的官方文档里没有提到 Paperclip。
但 Paperclip 的 README.md 里 “OpenClaw” 出现了 4 次——含“Get OpenClaw / claw-style agent employees”作为 ✅ 已完成的 roadmap 项。
—— 单向 reference。这本身是一个数据点。
数据来源
本文所有数字都直接来自:
- GitHub REST API(
api.github.com/repos/paperclipai/paperclip) - npm registry(
registry.npmjs.org/paperclipai) - HN Algolia(搜索
paperclip+ai+agent、paperclipai) - Reddit 真评论(
r/aisolobusinesses评论 thread id1s9gfma,r/paper_clip_aisubreddit info) - YouTube 视频 metadata + transcript(Greg Isenberg
C3-4llQYT8o、Nick SaraevQufcrM79snw、WotAIl9Wcdd_yHOM等) - Twitter/X(
@dottaprofile + tweets,@paperclipingprofile) - Paperclip 仓库
doc/GOAL.md、doc/SPEC.md、doc/SPEC-implementation.md、doc/PRODUCT.md、doc/ROADMAP.md、AGENTS.md
我承认哪些事我还没做:
- 没跑 Paperclip 本地实例——所以 Reddit 那条 “CEO 雇真人” 的评论,我是从原文引用的,没有自己复现
- 没看 SEC EDGAR 完整列表——只搜了 “paperclip” 关键字,可能漏了同名其他公司
- Greg Isenberg 47 分钟访谈我只让 AI 读了 transcript(23 分钟部分),没读全
- 没看 Dotta 11,269 条推文——只看了他公开 timeline 的核心 10 条
- 没用 star-history 拉真实增长曲线——star-history.com 这个月返回的图是坏的,shields.io 只能给当下静态数字
💬 留言
留言使用 Giscus, 通过 GitHub Discussions 驱动。需 GitHub 账号,无需注册。