Paperclip and Oceum are solving the same problem from opposite ends. Both recognize that the hard part of AI agents isn’t building one — it’s coordinating many. Paperclip approaches this as open-source orchestration for “zero-human companies” — a self-hosted Node.js server that provides org charts, budgets, and governance for AI agent teams. Oceum approaches it as a managed platform — deploy agents, get monitoring, memory, credential security, and fleet management without running infrastructure.

Same problem. Different trade-offs. The choice comes down to what you want to own.

The feature comparison

Paperclip Oceum
Core model Open-source agent orchestration (self-hosted) Governed agent infrastructure (SaaS + self-hosted)
Pricing Free (MIT license) Pro $49/mo / Team $999/mo / Enterprise custom
Agent support BYO — Claude Code, Codex, Cursor, HTTP 9 built-in agents + SDK for external
Autonomy model Approval gates (binary per-task) 3-tier graduated — workflows, smart rules, full AI
Credential security Self-hosted perimeter (no vault) Zero-knowledge vault with blind relay
Coordination Org chart with goal cascading Cross-agent memory with scoped categories + TTLs
Cost controls Per-agent budgets with hard caps Predictable monthly pricing, task-based metering
Observability Append-only audit log Drift detection, reputation scoring, health monitoring
Extensibility Fork the source, modify anything SDK on npm, API, custom agent registration
Mobile None iOS app (TestFlight)
Maturity v0.3.1, 2 weeks old, 26k GitHub stars 48 phases shipped, 3 months, 927 tests passing

Where Paperclip wins

Paperclip gets several things right, and the 26k-star trajectory is evidence that developers agree.

Free and open source. MIT license. No account. No vendor. Full code ownership. For developers who want total control over their agent infrastructure, this is the strongest possible trust signal. You can read every line, fork it, modify it, and never worry about pricing changes or platform risk.

True runtime neutrality. Paperclip doesn’t care what agents you run. Claude Code, Codex, Cursor, Hermes, custom HTTP bots — anything that can receive a heartbeat signal gets hired. The agent-agnostic philosophy means no vendor lock-in at the runtime layer.

Per-agent budget caps. Hard spend limits per agent with automatic pause at 100% utilization and token-level cost tracking. When you’re running agents against external LLM APIs, runaway spend is a real concern. Paperclip makes cost control a first-class primitive.

The company metaphor. Org charts, reporting lines, goal cascading — tasks carry full goal ancestry so agents understand why they’re working. This is a novel coordination model that maps well to how humans already think about organizational structure.

Community momentum. 26,000 GitHub stars in two weeks. Third-party adapters already appearing. The open-source flywheel is spinning and developer mindshare is accumulating fast.

Where Oceum wins

Oceum’s advantages are operational. They matter when agents are running in production, not in a demo.

Managed vs self-hosted. This is the fork in the road. Paperclip requires you to provision a server, configure PostgreSQL, install Node.js 20+, set up agents, and maintain the whole stack. Oceum is a managed platform — sign up, deploy agents, go. For teams that want agent orchestration without becoming infrastructure operators, this is the difference between building a tool and using one.

Graduated autonomy. Paperclip has approval gates — binary yes/no per task. Oceum’s three-tier model lets agents start on deterministic workflows, graduate to smart rules with keyword thresholds, and eventually operate with full AI autonomy. Reputation scoring tracks each agent’s reliability over time. Drift detection flags behavioral anomalies. This is how you scale autonomy without scaling risk.

Zero-knowledge credential security. Paperclip has no vault. Its security model is the self-hosted perimeter — credentials are safe because they never leave your server. That works until it doesn’t. Oceum’s blind relay uses AES-256 encryption, domain-locked tokens, injection templates, SSRF prevention, and full audit trails. Agents call APIs through an encrypted proxy and never touch the raw secret. For any team handling customer data or operating in regulated environments, perimeter security isn’t enough.

Built-in agents with coordination. Paperclip is purely BYO — it provides the org chart, you provide every agent. Oceum ships 8 specialized agents (Security, Pipeline, Uptime, Triage, Content, Revenue, Deploys, Briefing) that coordinate through shared memory out of the box. You get working agent infrastructure on day one. And if you need more, the SDK lets you register any external agent and it immediately inherits vault access, memory, and fleet monitoring.

Cross-agent memory. Paperclip coordinates via goal cascading — tasks carry hierarchical context down an org chart. Oceum’s shared memory infrastructure supports horizontal coordination with scoped visibility, categorized entries, and configurable TTLs. Agent A writes deployment data. Agent B reads it to generate changelogs. Agent C synthesizes both into an executive report. This creates emergent capability that hierarchical delegation can’t replicate.

Active monitoring vs passive logging. Paperclip records everything in an append-only audit log. Oceum actively monitors — drift detection flags agents that deviate from expected behavior, reputation scores degrade when reliability drops, and health monitoring surfaces issues before they cascade. The difference is between a black box recorder and an autopilot.

Production maturity. Paperclip is two weeks old at v0.3.1. Oceum has 48 phases shipped in 3 months, 927 passing tests, rate limiting on every endpoint, CI/CD, and a published SDK at v0.2.0. One is a promising experiment with massive developer interest. The other is running in production.

The self-hosted trade-off

Self-hosting is an advantage and a liability. It’s an advantage because you own everything — code, data, infrastructure, destiny. It’s a liability because you operate everything — uptime, backups, security patches, scaling, monitoring.

For solo developers experimenting with multi-agent architectures, self-hosted is fine. For teams running agents against production systems with real credentials, the question becomes: do you want to build the governance infrastructure, or do you want to use what already exists?

Paperclip gives you the scaffolding. Oceum gives you the building.

Who should choose what

Choose Paperclip if you want full code ownership, have the infrastructure expertise to self-host, and are running BYO agents that you want to coordinate with an org-chart model. You value open source and are comfortable with pre-1.0 software. You don’t need built-in agents or managed credential security.

Choose Oceum if you want managed agent operations without infrastructure overhead. You need graduated autonomy, zero-knowledge credential security, cross-agent memory, and active drift detection. You want working agents on day one with a platform your developers can extend via SDK. You’re operating in production, not prototyping.

Both approaches validate the same insight: multi-agent orchestration is the missing infrastructure. The question is whether you want to build that infrastructure yourself or stand on what’s already built.