Skip to content

Instantly share code, notes, and snippets.

@RupertBarrow
Created March 16, 2026 06:15
Show Gist options
  • Select an option

  • Save RupertBarrow/2f8ba350111ec7daa5869e3bb4795d4f to your computer and use it in GitHub Desktop.

Select an option

Save RupertBarrow/2f8ba350111ec7daa5869e3bb4795d4f to your computer and use it in GitHub Desktop.
Paperclip vs Rapido FAB — Comparison Report (2026-03-16)

Paperclip vs Rapido FAB — Strategic Comparison Report

Date: 2026-03-16 Requested by: Rupert Barrow Author: Claudia (Operations Director) Classification: Internal — Strategic Review


Executive Summary

Paperclip (paperclip.ing) is an open-source "company orchestration" platform that launched on March 2, 2026 and has exploded in popularity — reaching 25,213 GitHub stars in just two weeks. It positions itself as a layer above individual AI agents (OpenClaw, Claude Code, Codex, Cursor), organizing them into corporate structures with org charts, budgets, goals, governance, and ticketing.

Rapido FAB is our internal Full Agentic Business architecture, built on OpenClaw with the OTM task system, project management gates (CMMI-inspired), Slack integration, and a real-time dashboard. It is private, purpose-built for our team of 6 agents, and deeply integrated with our operational processes.

Key finding: Paperclip is not a competitor — it's a potential complement or alternative architecture. They solve adjacent but different problems. Paperclip is a general-purpose "agent company OS" for anyone to spin up autonomous businesses. Rapido FAB is a bespoke operations layer for a specific consultancy's internal workflow. However, Paperclip's feature set overlaps significantly with what we've built, and their traction is extraordinary.

Verdict: Paperclip validates our FAB vision. They've packaged the same intuition (agents need org structure, not just prompts) into a polished, open-source product. We should study their architecture closely, consider whether specific features (cost control, governance gates, company templates) should be adopted or adapted, and decide whether Rapido FAB should remain bespoke or evolve toward a more generalizable model.


1. Vision Comparison

Paperclip's Vision

  • "Open-source orchestration for zero-human companies"
  • Agents are "employees" with roles, titles, bosses, and job descriptions
  • Human sits as "board of directors" — approving hires, strategy, budgets
  • Multi-company: one deployment runs many isolated businesses
  • Revenue ambition: ClipMart marketplace to buy/sell "company templates"
  • Explicitly NOT a chatbot, agent framework, workflow builder, or prompt manager
  • Positions itself as the layer between the human and any collection of agents

Rapido FAB's Vision

  • Full Agentic Business — a real consultancy run by AI agents with human oversight
  • Agents have persistent identities (SOUL.md, IDENTITY.md), specialized skills, and team genetics
  • Claudia (orchestrator) manages task delegation, project gates, and quality control
  • CMMI L2-inspired process maturity with hard gates (plan, test strategy, post-mortem)
  • Tight integration with communication channels (Telegram, Slack) and real tools (Salesforce, GitHub, Obsidian)
  • Focus on doing real work for real clients, not running theoretical autonomous companies

Overlap

Area Paperclip Rapido FAB
Org structure Org charts, hierarchies, roles Agent registry, team genetics, SOUL.md
Task management Ticket system with traces OTM (One-Time Mission) system
Goal alignment Company → Project → Agent → Task hierarchy Project → Task hierarchy with subtask context
Governance Board approval gates CMMI gates (G1-G6), orchestrator validation
Cost control Per-agent monthly budgets, auto-pause at 100% Batch execution mode, API cost simulation
Heartbeats Agent wake schedules HEARTBEAT.md + cron
Agent support BYOA (Claude Code, Codex, Cursor, OpenClaw) OpenClaw-native with specialized agents

Divergence

Area Paperclip Rapido FAB
Scope Generic platform for anyone Bespoke system for one company
Multi-company First-class — unlimited isolated companies Single company (Rapido)
UI Full React dashboard + mobile PWA Slack integration + Vercel dashboard (read-only)
Agent identity Roles/titles (functional) Deep personality/soul (SOUL.md, behavioral)
Process maturity Governance + audit trail CMMI L2 with formal gates, post-mortems, metrics
Communication Tickets only (no chat integration) Telegram + Slack native
Plugin system Yes (extensible) OpenClaw plugin ecosystem
Revenue model Open source + ClipMart marketplace (planned) Client services (consultancy)
Database PostgreSQL (embedded or external) SQLite (sql.js WASM)

2. Capabilities Deep-Dive

2.1 Agent Orchestration

Paperclip:

  • Org chart with hierarchies: CEO → VP → Engineer
  • Delegation flows up and down the org chart
  • Agents are assigned via tickets
  • "Heartbeats" wake agents on schedule (configurable intervals per agent)
  • Task checkout is atomic (no double-work)
  • Agents maintain persistent state across heartbeats
  • Support for Claude Code, Codex, Cursor, OpenClaw, Gemini, Pi, Bash, HTTP adapters

Rapido FAB (OTM):

  • Flat assignment model: Claudia (orchestrator) → any agent
  • Dispatch service assigns newassigned tasks (5-min cycle)
  • Completion detection promotes in_progressagent_done (2-min cycle)
  • Orchestrator validates and promotes to done or adds corrective subtasks
  • Stale sweep re-dispatches stuck tasks (30-min cycle)
  • Strict status machine: new → assigned → in_progress → agent_done → done → archived

Assessment: Paperclip's hierarchical delegation is more sophisticated — intermediate managers can delegate to subordinates. OTM is hub-and-spoke (Claudia → agents). However, OTM's completion detection + orchestrator validation loop is more rigorous for quality assurance.

2.2 Project Management

Paperclip:

  • Projects group related work
  • Goals cascade: Company Mission → Project Goal → Agent Goal → Task
  • No formal gate system
  • No post-mortem process
  • No CMMI-style maturity model

Rapido FAB:

  • Projects with formal gate system (G1-G6: Plan, Requirements, Design, Implementation, Verification, Post-Mortem)
  • PRJ-* numbering, structured registry (projects.json)
  • Timeline overrun warnings (>20% variance)
  • Forward motion rules (3h idle detection, auto-phase-advance)
  • Decision records for significant choices

Assessment: Rapido FAB's project management is significantly more mature. Paperclip has project containers but no process discipline. This is our clear differentiator — we've built process maturity into the system, not just task tracking.

2.3 Cost Control

Paperclip:

  • Monthly budgets per agent
  • Warning at 80%, auto-pause at 100%
  • Cost tracking per agent, per task, per project, per goal
  • Board can override limits at any time
  • Atomic budget enforcement (no spend beyond limit)

Rapido FAB:

  • Batch execution mode (simulated discount tracking)
  • API cost simulation via batch queue metrics
  • No per-agent budget caps
  • No automatic spend throttling

Assessment: Paperclip's cost control is a genuine capability gap for us. Their atomic budget enforcement with auto-pause is production-grade. Our batch execution mode is a cost optimization layer, not a governance mechanism.

2.4 Dashboard & Monitoring

Paperclip:

  • Full React UI — issue tracker, org chart, agent detail, run transcripts
  • PWA (installable, mobile-ready)
  • Live WebSocket streaming of agent output
  • Mermaid diagrams in markdown
  • Inbox with unread tracking
  • Run retry on failure

Rapido FAB:

  • Vercel-hosted dashboard (read-only, consumes WebSocket from NAS relay)
  • Slack List for task tracking (human-facing)
  • State push service (2-min intervals to NAS relay)
  • No agent output streaming in dashboard

Assessment: Paperclip's UI is substantially more polished and feature-complete. Their React dashboard is a first-class product. Our dashboard is a monitoring tool. For client-facing demos or onboarding, Paperclip has a massive advantage.

2.5 Governance & Audit

Paperclip:

  • Board approval for hires
  • Strategy review gates
  • Immutable audit log (append-only)
  • Tool-call tracing per ticket
  • Config change versioning with rollback

Rapido FAB:

  • Orchestrator validation of completed tasks
  • Subtask-level tracing in OTM
  • Task log table (audit trail)
  • JSON trace files for every update
  • CMMI gates as governance checkpoints

Assessment: Comparable. Paperclip's governance is more visible (UI-driven, config rollback). Ours is more structural (CMMI gates, formal post-mortems).


3. Technical Implementation

3.1 Tech Stack

Paperclip Rapido FAB
Language TypeScript TypeScript
Server Node.js OpenClaw Gateway (Node.js)
UI React (full dashboard) Vercel (Next.js read-only)
Database PostgreSQL (embedded via PGlite or external) SQLite (sql.js WASM)
Task dispatch Heartbeats + ticket assignment Background services (5-min dispatch)
Agent adapters Claude Code, Codex, Cursor, Gemini, OpenClaw, Pi, Bash, HTTP OpenClaw native only
Auth Built-in (invite-based, sign-up toggle) N/A (single-tenant)
Deployment Docker, local, cloud Local (single machine)
License MIT Private/proprietary

3.2 Codebase Maturity

Paperclip:

  • Created: March 2, 2026 (14 days old at time of analysis)
  • Version: v0.3.1
  • 700+ pull requests already merged
  • 14+ external contributors in v0.3.1 alone
  • ~874 commits from primary author (cryppadotta/Dotta)
  • Active release cadence: v0.3.0 (Mar 9) → v0.3.1 (Mar 12)
  • Database migrations with CLI tooling
  • Docker deployment with health checks
  • Worktree-based development workflow

Rapido FAB (OTM):

  • In development since early 2026
  • OTM spec at v2.5 (5 spec revisions)
  • FAB plugin spec at v1.0 (draft)
  • Single developer (Devdas) + orchestrator (Claudia)
  • Migration from shell scripts to native plugin in progress
  • No external contributors

Assessment: Paperclip has shipped more in 2 weeks than most projects ship in months. The velocity is remarkable — likely driven by AI-assisted development (fitting for the project's thesis). However, rapid shipping can mean tech debt. Our approach is slower but more deliberate (spec-driven, gate-enforced).

3.3 Documentation

Paperclip:

  • Website with comprehensive feature documentation
  • GitHub README with quickstart
  • DEVELOPING.md for contributors
  • CONTRIBUTING.md
  • Release notes with per-PR attribution
  • Discord community

Rapido FAB:

  • Internal specs (OTM-SPEC-v2.5, FAB-CLI-SPEC)
  • SKILL.md files per skill
  • Process documents (CMMI, change management)
  • No public documentation

4. Business & Traction

4.1 GitHub Metrics (as of 2026-03-16)

Metric Paperclip
Stars 25,213
Forks 3,364
Open Issues 638
Age 14 days
Contributors 20+
Primary Author cryppadotta (Dotta) — 874 commits
License MIT
Language TypeScript

Growth rate: ~4.3k stars on March 6 → 25.2k on March 16 = ~2,100 stars/day. This is exceptional — comparable to major open-source launches.

4.2 Who's Behind It?

Dotta (cryppadotta):

  • CEO of Forgotten Runes Wizards Cult (NFT/crypto project)
  • Background in crypto-quant and blockchain (created Dotlicense ERC721)
  • 316 GitHub followers
  • Twitter: @dotta
  • Solo primary developer with community contributors

Assessment: Dotta has a crypto/NFT background and is applying that community-building energy to AI orchestration. The "company template marketplace" (ClipMart) concept echoes the NFT marketplace model — templates as digital assets.

4.3 Press & Community

  • eWeek: "Meet Paperclip: The Tool Turning OpenClaw Agents Into an AI Company" (Mar 10)
  • TopAIProduct: "Paperclip AI Wants to Run Your Entire Company With Zero Humans" (Mar 6)
  • Reddit r/openclaw: Active discussion thread (Mar ~10)
  • Trending on: trendshift.io, Microlaunch, daily.dev
  • Discord: Active community (link on GitHub)
  • Community site: paperclipai.info (tutorials, fan-maintained)

4.4 Revenue Model

  • Currently: pure open source (MIT, self-hosted, no account required)
  • Planned: ClipMart — marketplace for company templates ("buy and sell AI-agent companies")
    • Repo exists: github.com/paperclipai/clipmart
    • Not yet live ("Coming Soon")
  • No SaaS pricing yet, but the architecture supports cloud deployment
  • The marketplace model mirrors app stores / template marketplaces

4.5 Production Use

  • Too early to confirm production deployments (14 days old)
  • The "Without / With Paperclip" comparisons suggest the author has personal production experience
  • Template examples (Content Marketing Agency, Crypto Trading Desk, etc.) appear conceptual
  • Community tutorials site (paperclipai.info) suggests early adopter activity

5. Feature-by-Feature Comparison Matrix

Feature Paperclip Rapido FAB Winner
Agent orchestration Hierarchical org chart Hub-and-spoke (Claudia) Paperclip
Task management Ticket system with traces OTM with state machine Tie
Goal alignment Mission → Project → Agent → Task Project → Task Paperclip
Cost control Per-agent budgets, auto-pause Batch simulation Paperclip
Governance Board approval + audit log CMMI gates + post-mortems Rapido FAB
Process maturity Basic governance CMMI L2 with 6 gates Rapido FAB
Dashboard/UI Full React PWA Vercel read-only + Slack Paperclip
Agent identity/soul Roles + titles SOUL.md, personality, memory Rapido FAB
Multi-company Yes (first-class) No (single company) Paperclip
Communication Tickets only Telegram + Slack native Rapido FAB
Agent adapters 8+ (Claude, Codex, Cursor, etc.) OpenClaw only Paperclip
Plugin/extension Yes OpenClaw plugin system Tie
Team genetics No Yes (shared config propagation) Rapido FAB
Real client work Theoretical/demo Production consultancy Rapido FAB
Open source Yes (MIT) Private Paperclip
Community 25k+ stars, Discord Internal team Paperclip
Documentation Public + comprehensive Internal specs Paperclip
Deployment flexibility Docker, local, cloud Single machine Paperclip
Database PostgreSQL SQLite Tie (different tradeoffs)

6. What Rapido FAB Does Better

  1. Process Maturity. Our CMMI L2 gates (plan, requirements, design, implementation, verification, post-mortem) enforce discipline that Paperclip doesn't have. Paperclip tracks tickets; we enforce quality.

  2. Agent Identity & Memory. SOUL.md, MEMORY.md, daily notes, and team genetics give our agents persistent personalities and accumulated wisdom. Paperclip agents have roles but not souls.

  3. Orchestrator Validation Loop. OTM's agent_done → orchestrator review → done OR corrective subtasks pattern is a genuine quality assurance mechanism. Paperclip doesn't have structured validation of completed work.

  4. Communication Integration. We're native to Telegram and Slack. Agents participate in real conversations, respond to heartbeats, and interact with humans naturally. Paperclip's ticket-only model is more structured but less flexible.

  5. Real Production Use. We're running a consultancy. Agents do real Salesforce migrations, write real content, manage real projects. Paperclip is 14 days old and mostly conceptual.

  6. Spec-Driven Development. Our change management process (spec → branch → implement → test → validate → PR → merge) with version-controlled specs ensures deliberate evolution. Paperclip is shipping fast but with less formal rigor.


7. What We Can Learn from Paperclip

7.1 Adopt: Cost Control

Priority: HIGH

Paperclip's per-agent budget caps with auto-pause at 100% is a feature we need. Our batch simulation mode tracks costs but doesn't enforce limits. Recommendation: add budget enforcement to the FAB plugin spec.

7.2 Adopt: Goal Hierarchy

Priority: MEDIUM

Paperclip's 4-level goal cascade (Company Mission → Project Goal → Agent Goal → Task) ensures every task carries context about why it matters. Our OTM tasks reference projects but don't carry the full goal ancestry. This is cheap to add to our prompt templates (§6 in OTM spec).

7.3 Study: Multi-Agent Adapters

Priority: LOW (for now)

Paperclip supports 8+ agent runtimes. We're OpenClaw-native, which is fine for our needs, but if we ever productize FAB, multi-runtime support would be essential. Note their adapter architecture for future reference.

7.4 Study: Company Templates

Priority: LOW

ClipMart's concept of exportable/importable company templates is clever — it turns organizational knowledge into a distributable asset. If Rapido FAB ever becomes a product, template-based onboarding would lower the barrier dramatically.

7.5 Adopt: Dashboard Polish

Priority: MEDIUM

Their React PWA with live output streaming, inbox unread tracking, and run retry is significantly ahead of our read-only Vercel dashboard. We should invest in making our dashboard more interactive.

7.6 Study: Immutable Audit Log

Priority: MEDIUM

Paperclip's append-only audit trail with tool-call tracing is a good practice. We have task_log and JSON traces, but making them truly immutable and queryable would strengthen our governance story — especially for ISO 27001 compliance work.


8. Competitive Positioning

Is Paperclip a threat?

Not directly. Paperclip is a platform; Rapido FAB is a practice. We don't sell orchestration software — we sell consultancy services powered by agents. Paperclip could theoretically let anyone spin up a competing consultancy, but the barrier isn't the tooling — it's the expertise, client relationships, and operational maturity.

Is Paperclip an inspiration?

Absolutely. They've validated the FAB thesis with explosive market interest. The fact that 25k+ developers starred this in 2 weeks proves that "agents organized as a company" resonates. Our positioning should reference this trend.

Could Paperclip replace our stack?

Partially. If we wanted to move away from bespoke tooling, Paperclip could replace:

  • OTM task system → Paperclip tickets
  • Agent registry → Paperclip org chart
  • Dashboard → Paperclip React UI

It could NOT replace:

  • CMMI process discipline
  • Team genetics / SOUL.md identity system
  • Telegram/Slack native communication
  • Our specialized skills (Salesforce, Obsidian, content, etc.)

Should we contribute to Paperclip?

Consider it. If Paperclip's architecture is good enough, contributing our process maturity features (gates, post-mortems, validation loops) upstream could: (a) establish Rapido's thought leadership, (b) benefit from community improvements, (c) reduce our maintenance burden. This deserves a separate evaluation once we've inspected the codebase more deeply.

Should we build on top of Paperclip?

Not yet. It's 14 days old and at v0.3.x. Too early to depend on. But worth tracking — if it reaches v1.0 with stability, it could be a viable foundation for a productized version of FAB.


9. Strategic Recommendations

Immediate (This Week)

  1. Star and watch the repo. Stay informed on releases and direction.
  2. Join the Discord. Understand the community and contributor dynamics.
  3. Clone and explore the codebase. Evaluate code quality, test coverage, and architecture depth beyond the marketing site.

Short-Term (This Month)

  1. Implement cost control in FAB. Adopt Paperclip's budget enforcement pattern — per-agent caps with auto-pause. Add to FAB plugin spec v1.1.
  2. Add goal hierarchy to OTM prompts. Ensure every task prompt carries project context and mission alignment (update §6 templates).
  3. Write a positioning document. "Rapido FAB vs the orchestration platforms" — clarify our differentiation for client conversations.

Medium-Term (Q2 2026)

  1. Evaluate Paperclip as a platform. Once v1.0 ships, assess whether migrating our task management to Paperclip (while keeping our process discipline layer on top) would reduce maintenance.
  2. Consider open-sourcing FAB process components. Our CMMI gates, orchestrator validation pattern, and team genetics model are unique — they could be contributed as Paperclip plugins or published as standalone tools.
  3. Dashboard investment decision. Either invest in our own dashboard (interactive, not read-only) or plan to adopt Paperclip's.

Long-Term (H2 2026)

  1. Product vs Practice decision. The market signal is clear: people want agent orchestration tools. Decide whether Rapido FAB should remain an internal practice or evolve into a product. Paperclip has first-mover advantage on the open-source platform play, so our product angle would need to be differentiated (process maturity, compliance, enterprise governance).

10. Risk Register

Risk Likelihood Impact Mitigation
Paperclip commoditizes our FAB model Medium High Differentiate on process maturity + real client results
Clients ask "why not just use Paperclip?" High Medium Positioning doc + emphasize production experience
Paperclip absorbs our unique features Low Medium Contribute upstream to maintain influence
We build on Paperclip and it dies Medium High Don't depend on it until v1.0+ with proven stability
We ignore it and fall behind on tooling Medium High Track releases, adopt best ideas into FAB

Appendix A: Paperclip Technical Facts

  • Repo: github.com/paperclipai/paperclip
  • Stars: 25,213 (as of 2026-03-16)
  • Forks: 3,364
  • Created: 2026-03-02
  • Latest release: v0.3.1 (2026-03-12)
  • Primary author: Dotta (cryppadotta) — crypto/NFT background, CEO of Forgotten Runes
  • Contributors: 20+ (14 credited in v0.3.1 release notes)
  • Language: TypeScript
  • Database: PostgreSQL (embedded or external)
  • UI: React (PWA, mobile-ready)
  • License: MIT
  • Agent adapters: Claude Code, Codex, Cursor, OpenClaw, Gemini, Pi, OpenCode, Bash, HTTP
  • Related repos: paperclipai/companies (templates), paperclipai/clipmart (marketplace, coming soon), paperclipai/paperclip-website

Appendix B: Sources

  1. https://paperclip.ing/ — Official website
  2. https://github.com/paperclipai/paperclip — Main repository
  3. https://github.com/paperclipai — GitHub organization
  4. https://github.com/paperclipai/paperclip/releases — Release notes (v0.3.0, v0.3.1)
  5. https://topaiproduct.com/2026/03/06/paperclip-ai-wants-to-run-your-entire-company-with-zero-humans-and-its-open-source/ — TopAIProduct review
  6. https://www.eweek.com/news/meet-paperclip-openclaw-ai-company-tool/ — eWeek article (blocked by Cloudflare, summary from search)
  7. GitHub API — Repository and contributor statistics
  8. Internal: OTM-SPEC-v2.5.md, FAB-CLI-SPEC.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment