Files
blog/content/posts/noc.md
T
gnoc bot aca661d17d
publish / build-and-publish (push) Successful in 4s
import content from famzheng.me
Posts, about, static/demos, and hugo.toml carried over from the old
noc-hosted blog at famzheng.me. baseURL and gitea link rewritten to
famzheng.com.
2026-04-16 22:04:34 +00:00

953 B

title, date, draft, summary
title date draft summary
noc: Not OpenClaw 2026-04-10T22:45:00+01:00 false 为什么不用 OpenClaw,以及 noc 在做什么不一样的事。

OpenClaw 是今年最火的开源 AI agent 项目。400,000+ 行代码,1,800+ 个 open issue,支持几十个平台和后端。做得很全,但也很重。

我的需求没那么复杂,所以写了 noc——Not OpenClaw。三千行 Rust,一个 binary,跑在一台小 VPS 上。

noc 的两个亮点:

工程化。 内置 Gitea 整合,AI 的工作有地方落——代码变成 PR,任务变成 issue,讨论沉淀在 comment 里。不是聊完就散了。详见这篇

连续性。 Life loop 让 AI 不只是被动应答。它有持久记忆、内在状态、定时反思,在没人找它的时候也在运行。同一个内核跨聊天、代码协作和后台任务共享上下文。

不追求通用,够用就好。