proletariat

The Orchestration Playbook.

Mental models for putting AI agents to work.

Anthropic • Claude Code Community Meetup • Denver
Chris McDermut • February 2026
YOU direct A1 A2 A3 A4 A5

The Autonomy Ladder

Level 0 No AI "I don't use AI tools"
Level 1 Reference "I ask AI questions like a search engine"
Level 2 Copy-Paste "I chat with AI and paste code into my editor"
Level 3 Agent "AI edits my files directly"
Level 4 Parallelization "Multiple AI agents on different tasks"
Level 5 Directed Autonomy "I direct and review. Agents execute."
Level 6 Proactive Autonomy "Agents generate, review, and ship their own work"
Most teams are at Level 1–3. Orchestration enables 4–6.
0 1 2 3 4 5 6 output →

Every System
Needs a Loop.

No loop = task  /  Loop = flow
Pick Up Work Plan & Execute Deliver PR / result Review gate THE LOOP

The Work Matrix

REVIEWED BY Human Agent GENERATED BY Human Agent Traditional High trust, low throughput AI-Assisted Review Fast feedback loops Supervised Agents Quality gate Full Autonomy Well-scoped work

The Orchestration
Trilemma

Velocity + Delegation = speed
Velocity + Planning = control
Planning + Delegation = throughput
The fastest path is the one
you don't walk twice.
Velocity per task Planning / Quality Dele- gation Control Speed Throughput pick two

Orchestration
Primitives

The building blocks agents operate on.
WORK Project Unit of Work INFRASTRUCTURE Workspace Environment GUARDRAILS Permissions Gates EXECUTORS Orchestrator Agents

The Orchestrator

PMO feeds Claude.
Claude delegates to the runtime.
PMO + Runtime + Claude = orchestrator
PMO data model Claude orchestrator Runtime Claude Code agent 1 Claude Code agent 2 Claude Code agent 3

The Setup

Your terminal is the cockpit.
iTerm2 ~/agents/agent-1 feat/TKT-42-auth $ claude Planning auth middleware... ~/agents/agent-2 feat/TKT-43-api $ claude Writing API endpoints... ~/agents/agent-3 feat/TKT-44-tests $ claude Running test suite... ✓ ~/project main $ prlt board TKT-42 In Progress agent-1 TKT-43 In Progress agent-2 TKT-44 In Review agent-3 TKT-45 Ready

Proletariat

npm install -g @proletariat/cli

Open-source orchestration that encodes these trade-offs.

The Loop — agents pick up tickets, plan, execute, deliver, repeat
The Matrix — configurable review gates per task type
Planning-first — agents plan before they code
Isolation — each agent gets its own branch + container
Requirements — specs, acceptance criteria, subtasks
HUMAN directs Specs Agent x N PRs Review gate

Demo

Let's Connect

GitHub Repo QR Code
Star on GitHub
Install CLI QR Code
Download the CLI now
npm i -g @proletariat/cli
Chris McDermut • linkedin.com/in/christopher-mcdermut • github.com/chrismcdermut
proletariat.ai