← Back to patterns
build

Notion's Supervision Checkpoint Pattern for 700 Agents

TRIGGER

Organizations deploying AI agents found that requiring human approval at every step (human-in-the-loop) created bottlenecks that negated the throughput benefits of autonomous agents—like having someone personally inspect every bolt on a factory line.

APPROACH

Notion deployed 700+ agents alongside 1,000 employees to handle repetitive organizational tasks: meeting notes, IT requests, customer feedback logging, onboarding assistance, and weekly status reports. Instead of requiring human approval at each step, they positioned humans at supervision points to review outputs and intervene when needed, allowing agents to run autonomously on routine work.

PATTERN

Inline approval at every step serializes agent work back to human pace—negating throughput gains entirely. Position humans at supervision checkpoints (batched review, exception handling) rather than approval gates, so 700 agents can complete entire workflows while humans spot-check the 5% that need attention.

WORKS WHEN

  • Tasks are repetitive with predictable structure (meeting notes, status reports, FAQ responses)
  • Output quality can be assessed in batches rather than requiring real-time judgment
  • Error cost is recoverable—mistakes can be corrected after the fact without catastrophic consequences
  • Task context is contained within accessible systems (not requiring human institutional knowledge for each decision)
  • Volume justifies the supervision infrastructure (700+ agents handling routine work across 1,000 employees)

FAILS WHEN

  • Each decision requires unique institutional context that can't be encoded (strategy decisions, personnel matters)
  • Errors are irreversible or high-stakes (financial transactions, legal commitments, customer-facing communications with reputation risk)
  • Work requires synthesis across fragmented context scattered across dozens of tools without unified access
  • Output quality can't be verified without deep domain expertise at each step
  • Regulatory or compliance requirements mandate human approval at specific checkpoints

Stage

build

From

December 2025

Want patterns like this in your inbox?

3 patterns weekly. No fluff.