# Paperclip: Open Source Human Control Plane for AI Labor

Dotta Bippa, Paperclip | AI Engineer Europe 2026 | 24:34

Source: https://www.youtube.com/watch?v=h403btjldDQ
Channel: AI Engineer (https://www.youtube.com/@aiDotEngineer). Summarised by AIE Talks.
Page: https://aietalks.com/talks/paperclip-open-source-human-control-plane-for-ai-labor
Published: 2026-04-15
Tags: agents, human-in-the-loop, multi-agent, open-source, workflows

## TL;DR
- Paperclip gives one person a control plane for organizing AI agents into an org chart, assigning work, and setting the standards they should follow.
- Reviewers, approvers, routines, skills, and budgets help agents complete work across coding, marketing, sales, and finance operations.
- Dotta recommends building an organization agent by agent, using expensive models where needed and cheaper models for work that can tolerate them.

## Summary
Dotta Bippa introduces Paperclip, an open-source agent orchestrator for people who want to manage AI labor through an organization rather than isolated prompts. Paperclip lets a human create an org chart, assign goals, hire agents, define instructions, and review the resulting work. Agents can use different providers and tools, while their conversations, memory, skills, and project context stay within the organization. Dotta demonstrates the system by asking a CEO agent to hire a video writer and create a Remotion video about Paperclip's GitHub stars. He also shows workflows with QA and approval stages, scheduled routines for releases, and reusable skills. His advice is to start with only the agents a business needs, improve their instructions after mistakes, and reserve stronger models for work that needs them. The early roadmap includes CEO chat, artifacts, deployments, multiple human users, sandboxing, a desktop app, and cloud deployment.

## Key ideas
### Paperclip puts a human in charge of an AI organization
[00:01](https://www.youtube.com/watch?v=h403btjldDQ&t=1s)
Dotta describes Paperclip as a human control plane for AI labor. A person creates an org chart, sets goals, gives instructions, and stays involved from high-level design through execution. The system can have a CEO, CTO, engineers, marketing staff, and other roles. Agents can be brought in from different tools and providers, including Gemini, Pi, Hermes, OpenClaw, Claude Code, and Codex. Paperclip stores their communication and memory with the rest of the organization, so work can build on shared context instead of starting from a blank prompt.

### The CEO agent can break work down through an organization
[03:39](https://www.youtube.com/watch?v=h403btjldDQ&t=219s)
Dotta demonstrates Paperclip using the company he runs for Paperclip itself. He creates an issue for the CEO and asks it to hire a video writer and produce a Remotion video celebrating 40,000 GitHub stars. The CEO is expected to break the request down to its executive branch and individual contributors. In the demonstration, it hires the video writer, provides a Remotion skill, and uses existing project information, a dashboard, and a branding guide. Dotta says a task that could have taken him a week became an afterthought.

### Skills become more useful when they include an organization's preferences
[07:13](https://www.youtube.com/watch?v=h403btjldDQ&t=433s)
Paperclip has a built-in skills manager that can install skills such as Remotion best practices. Dotta says the agent can combine a generic skill with a Paperclip-specific one containing branding rules, preferred pacing, and style choices. He reviews the generated plan and tells the agent that cuts should be two seconds rather than six. After repeated work, the organization can collect feedback and improve its skills. In the version shown, this learning is still manual, although Paperclip is intended to automate more of it.

### Review and approval workflows give agents a required path to completion
[08:32](https://www.youtube.com/watch?v=h403btjldDQ&t=512s)
Dotta says agents often ignore informal requests such as testing a change in a browser. Paperclip can instead require a reviewer or approver after an assignee finishes. A QA agent with an agent browser skill can open a website, fill out a form, and click a button. The coder and reviewer can iterate, while a manager approves whether the result fits the organization's standards and brand. This workflow is intended to work across different agent vendors, rather than depending on hooks that vary between tools such as Claude and Codex.

### Routines turn repeated operational work into scheduled tasks
[11:10](https://www.youtube.com/watch?v=h403btjldDQ&t=670s)
Paperclip routines capture work that would otherwise live in a prompt folder or repeated copy-and-paste. Dotta shows routines that create a Discord message for items merged into the master branch, write a release changelog, or operate on a specified pull request branch. They can run on a schedule or manually, and template variables let the person provide details at run time. Routines can also use skills. In Paperclip's open-source project, one routine uses Greptile for a first-pass review of community pull requests.

### Paperclip is intended for business operations beyond coding
[12:57](https://www.youtube.com/watch?v=h403btjldDQ&t=777s)
Dotta is explicit that Paperclip is not a coding or code review tool. A coding team can use Cursor or GitHub alongside it, but a nontechnical person can use Paperclip to manage marketing, sales leads, or finance operations. He shows a report produced from saved bookmarks and describes a future version where reports could expose actions such as creating an issue, making a plan, or turning an idea into an app feature. The system is meant to coordinate work across a company.

### A small organization with well-defined roles is better than a giant template
[16:19](https://www.youtube.com/watch?v=h403btjldDQ&t=979s)
When creating a new agent-tools directory company, Dotta starts with a CEO and asks it to hire an engineer and create a hiring plan. He advises new users to add agents one at a time instead of importing a template with 130 agents and a large marketing team. Each role needs clear instructions about how it should behave, and the organization should expand only when the work requires it. He also recommends using stronger models for high-intelligence work and cheaper models through OpenRouter for tasks where they are sufficient.

### Paperclip's early roadmap extends control to teams and deployments
[21:39](https://www.youtube.com/watch?v=h403btjldDQ&t=1299s)
Dotta presents Paperclip as an early release with missing pieces. The roadmap includes artifacts and deployments, CEO chat, a maximizer mode for extended agent work, multiple human users, cloud deployment, agent sandboxing through services such as E2B, and a free open-source desktop app. He also mentions work on stability, memory, and a knowledge base. At the time of the talk, multiple human users and several deployment features were still being built.

## Notable quotes
- "I would say that Paperclip is the human control plane for AI labor." (00:47)
- "These tools can do anything except know what you value." (16:00)
- "My suggestion for you when you're just getting started with agents is just start with the agents that you need." (16:39)
- "Paperclip is designed for creating businesses." (12:57)

## Tools & references mentioned
- Paperclip
- Gemini
- Pi
- Hermes
- OpenClaw
- Claude Code
- Codex
- Remotion
- skills.sh
- Greptile
- OpenRouter
- Cursor
- GitHub
- E2B
- dev.exe

## Who should watch
- You are trying to coordinate several AI agents and need shared context, roles, budgets, or approval steps instead of separate chat sessions.
- You want nontechnical people in marketing, sales, or finance to manage agent work without using a coding tool.
- You are designing an AI-heavy business and want practical advice on starting with a small organization and refining agent instructions over time.

## Related talks

- [Realtime multiplayer, automation, and you!](https://aietalks.com/talks/realtime-multiplayer-automation-and-you) (Idan Gazit, GitHub, 21:41)
- [Agents for Everything Else](https://aietalks.com/talks/agents-for-everything-else) (swyx, AI Engineer, 14:10)
- [Copilots Everywhere](https://aietalks.com/talks/copilots-everywhere) (Thomas Dohmke, GitHub & Eugene Yan, 18:22)
- [Develop at Idea Velocity](https://aietalks.com/talks/develop-at-idea-velocity) (Jeffrey Lee-Chan, Snapchat, 15:28)
- [Building AI Agents that Actually Automate Knowledge Work](https://aietalks.com/talks/building-ai-agents-that-actually-automate-knowledge-work) (Jerry Liu, LlamaIndex, 17:57)
