Autonomous software engineering, governed by design.
原生可治理的自主软件工程。
A deterministic orchestration layer that turns LLM coding agents into an auditable production system — models execute, they never govern.
确定性编排层,将 LLM 编码智能体转变为可审计的生产系统——模型只负责执行,绝不掌控决策。
current v0.13.85当前版本 v0.13.85175 tagged releases175 个已发布版本built as a native Paperclip pluginPaperclip 原生插件works with any model provider适配任意模型供应商
state + event → decision
01 · The Problem01 · 问题
Agents can code. Autonomy is what’s missing.
智能体会写代码, 缺的是自主治理。
✕Who reviews the output?
✕谁来复核产出?
A model grading its own work is not a review. Self-reported success is not evidence.
模型给自己打分不叫评审。自我报告的“成功”不是证据。
✕What happens on failure?
✕失败时会发生什么?
Silent retry loops, drifting context, unbounded cost — and nobody is notified.
静默重试循环、上下文漂移、无界成本——而且无人知晓。
✕Why trust the result?
✕凭什么信任结果?
“It works on my prompt” is not delivered software. Autonomy without governance stalls at demo scale.
提示词里跑得通 ≠ 交付的软件。缺乏治理的自主性止步于演示规模。
Every agent framework optimizes for the demo. Production software needs governance by construction.
每个智能体框架都在为演示优化;生产级软件需要的是“构造即治理”。
02 · The Solution02 · 解决方案
One deterministic brain. Models execute — they never govern.
单一确定性大脑。 模型只执行,绝不决策。
Factory V3 is a deterministic Orchestrator shipped as a native Paperclip plugin — Paperclip provides the board, agents, workspaces, execution and logs; the Orchestrator is the sole authority for workflow, contracts, dispatch, retries and acceptance.
The entire workflow policy is one pure, line-auditable function in src/orchestrator.ts. No I/O. No LLM in the decision path. Executing models are untrusted input; every state change is validated before it commits.
Factory⚠️ M7 plan ready — your approval is required to start.
Factory⚠️ M7 计划已就绪——需要你的批准才能开始。
Approved — proceed.
已批准——继续。
Native kanban board — every task, agent, cost and timeline, fully observable.
原生看板——每个任务、智能体、成本与时间线,完全可观测。
06 · Any Model06 · 任意模型
Any model. Zero lock-in.
任意模型,零供应商锁定。
The factory is model-agnostic by construction: provider choice lives in configuration, never in workflow authority. Route OpenAI, Anthropic, ZAI, DeepSeek or Moonshot Kimi through one governed chain.
Every role runs a primary + fallback chain per company — defined in config, validated at install.
每个角色按公司运行“主 + 备”模型链——由配置定义,安装时校验。
✓Subscription-first routing
✓订阅优先路由
Official usage probes (Kimi, Codex, ZAI) steer routing before generic cooldown timers.
官方用量探针(Kimi、Codex、ZAI)优先于通用冷却计时器驱动路由。
✓Provable failover
✓可证实的故障切换
Fallback fires only on structured, provably pre-tool provider failure — never on ambiguity.
仅在结构化、可证实的工具前故障时切换——绝不在模糊情况下切换。
07 · Proof, Not Promises07 · 证据,而非承诺
Shipping cadence is the traction.
持续交付本身就是牵引力。
175
tagged releases shipped, v0.6.0 → v0.13.85
个已发布版本,v0.6.0 → v0.13.85
7
frozen, versioned qualification protocols
份冻结的版本化资格认证协议
2
companies running on one governed host
家公司运行在同一受治主机上
▸Every release passes a frozen qualification protocol before it ships — offline-tested mechanisms, live readiness proofs, negative tests.每个版本都通过冻结的资格认证协议后才会发布——离线测试机制、实时就绪证明、负向测试。
▸Milestones close with fresh, direct outcome observation — accumulated self-reported PASS artifacts are not acceptance.里程碑以全新的直接结果观察收尾——累积的自我报告 PASS 不算验收。
▸Incidents recover autonomously with durable evidence; releases freeze into SHA-256-manifested clean-source bundles with pinned dependencies.事件凭持久证据自主恢复;发布冻结为带 SHA-256 清单的干净源码包,依赖全部锁定。
08 · Roadmap · Vision08 · 路线图 · 愿景
The operating system for autonomous software companies.
自主软件公司的 操作系统。
v0.14 “RELIABLE OUTCOMES” — IN DEVELOPMENT
v0.14「可靠结果」——开发中
Outcome-bound verification: adversarial review against evidence receipts, independent of the producer.
以结果为边界的验证:基于证据回执的对抗性评审,独立于产出方。
Durable concurrency: crash-safe work graphs, fenced retries, atomic capacity accounting.
持久并发:崩溃安全的任务图、防串扰的重试、原子化的容量核算。
Autonomous recovery — always within enforceable authority.
自主恢复——始终在可强制执行的权限范围内。
Humans own intent and acceptance. Agents own execution.