The Tech ArchiveThe Tech ArchiveThe Tech Archive
Small BusinessMarketingDevelopers
ArticlesTopicsSeriesAbout

Get the practical AI brief

Verified, no-hype AI tips you can actually use - in your inbox. Free.

No spam. We verify what we send. Unsubscribe anytime.

The Tech ArchiveThe Tech Archive

The Tech Archive

AI news, analysis & explainers

AboutSmall BusinessMarketingDevelopersArticlesTopicsSeriesMethodologyAI DisclosureCorrections

© 2026 All rights reserved.

Back to home
0 readers reading
  1. Home
  2. Articles
  3. Artificial Intelligence
  4. What Does 'Done' Actually Mean for AI Agents? The 2026 Guide to Verifiable Liveness

Contents

What Does 'Done' Actually Mean for AI Agents? The 2026 Guide to Verifiable Liveness
Artificial Intelligence

What Does 'Done' Actually Mean for AI Agents? The 2026 Guide to Verifiable Liveness

In 2026, AI agents produce work faster than we can verify it. Learn how to solve 'Verification Theater' using Paperclip's Liveness Model and the 'Done' Object.

Sham

Sham

AI Engineer & Founder, The Tech Archive

6 min read
0 views
July 12, 2026

Verdict: In the agentic era, a boolean "done" checkbox is a liability. To prevent "AI slop" and "Verification Theater," you must treat "Done" as a structured object containing substrate-grounded evidence, separate verifier models, and a clear chain of custody. Without this, your agents will create more work than your team has time to verify.

Last verified: 2026-07-12
Core Concept: Verifiable Liveness
Key Framework: Paperclip Control Plane
Status: Critical for production agent scaling.


Why traditional "Done" fails AI agents

In 2026, the bottleneck of software engineering has shifted from production to verification. Autonomous agents—using frameworks like Hermes Agent or Claude Code—can now produce pull requests, documentation, and tests faster than any human can read them.

This leads to a dangerous failure mode: Verification Theater. This happens when an agent reports a task as "complete," provides a polished summary of its success, but never actually executed the code or validated the output against real-world substrate. If your system just flattens task status to a green checkmark, you aren't managing agents; you're gambling with them.

The Paperclip Liveness Model: Balancing Speed and Safety

Created by Dotta (the co-founder of the Paperclip orchestrator), the Liveness Model addresses the fundamental tension in agentic work: Liveness vs. Verification.

  • Liveness: The ability of a system to keep work moving without manual intervention.
  • Verification: The assurance that the work produced meets a specific standard.

If you optimize for 100% human verification, your agents will sit idle in a massive review queue. If you optimize for pure liveness, you get "AI slop"—a pile of plausible-looking junk that eventually breaks your system.

The solution is Deterministic Custody: probabilistic work (the agent's reasoning) must flow through deterministic boundaries (logs, hashes, and tests) that the agent cannot narrate into existence.

Treating "Done" as an Object, Not a Checkbox

One of the most tactical shifts you can make in 2026 is to stop treating "done" as a true/false value. In systems like Paperclip, "Done" is a bundle of claims. Every time an agent claims a task is complete, it must provide:

  1. The Artifact: The actual code, doc, or file produced.
  2. The Rubric: The specific standard or prompt it was verified against.
  3. Substrate Evidence: Hard evidence that the work is real (e.g., screenshots, test runner logs, browser harness results).
  4. The Verifier: A separate entity from the author.
  5. Chain of Custody: Who owns the next step (e.g., "The Engineer is done; the QA agent is now the owner").

3 Agentic Design Patterns for Verifiable Liveness

To implement this in your own autonomous workforce, use these three patterns:

1. The Maximizer Watchdog

A "Watchdog" is a harness-agnostic agent given a high-level goal. Unlike a standard worker, the Watchdog doesn't care about tool calls or intermediate steps; it only cares about the goal state. It enforces liveness by telling other agents to "try as hard as possible" (Maximizer Mode) until the goal is achieved, bypassing minor blockers that would typically stall a single-agent run.

2. The Separate Verifier Pattern

Never let a model grade its own work. LLM-as-Judge research shows a systematic "self-preference bias." A simple fix is to use different model families for generation and verification.

  • Author: GPT-5.6 Sol (Optimized for speed/execution).
  • Verifier: Claude 5 Fable (Optimized for technical logic/reasoning).

3. Evidence-Grounded Gates

Force agents to provide "Substrate Evidence" before accepting a status change. This means giving the agent tools to take screenshots, run mvn verify, or check live HTTP responses. If the agent cannot provide the raw log of the test failure, it cannot claim it "fixed the bug."

How "Done" Frameworks Compare (2026)

Feature Paperclip AI LangGraph CrewAI
Metaphor Virtual Company State Machine Sequential Crew
Done Status Structured Object Boolean Node Task Completion
Liveness Heartbeat Scheduler Manual/Triggered Iterative Loop
Verification Watchdog Agents Human-in-the-Loop Manager Agent
Database Embedded Postgres Redis/Postgres N/A (State)

What this means for you

If you are a small business owner or developer building with agents, your priority shouldn't be "better prompts." It should be better gates.

Start by defining a "Definition of Done" (DoD) for your agents that requires evidence. When an agent says it's finished, ask: "Show me the screenshot of the rendered page" or "Show me the output of the unit tests." Moving from trust to verification is how you scale from one agent to a 100-agent "zero-human" company.

FAQ

Q: Does Maximizer Mode lead to high costs? A: Yes. Because Maximizer Mode tells agents to ignore human approval gates to reach a goal, it can lead to unbounded token spend. Always set per-agent budgets in your orchestrator (like Paperclip or OpenClaw) before enabling it.

Q: Can I use Paperclip with my existing agents? A: Yes. Paperclip is built to be a "Human Control Plane." It works as an adapter layer for Claude Code, Codex, and even custom Bash scripts via the paperclip-adapter protocol.

Q: How do you prevent an agent from faking evidence? A: Use Deterministic Custody. Evidence (like screenshots or logs) should be captured by the platform or a separate verifier tool, not generated by the worker agent's prose.

Q: Is Paperclip open source? A: Yes. Paperclip is an MIT-licensed project with over 55,000 stars on GitHub. You can install it locally using npx paperclipai onboard.

Sources
  • Dotta, creator of Paperclip. "What Does Done Even Mean? Agents and Paperclip's Liveness Model." (July 2026).
  • Huang et al. "Large Language Models Cannot Self-Correct Reasoning Yet." ICLR 2024. Primary Source.
  • Anthropic. "Building Effective Agents." Vendor Docs.
  • Scrum.org. "Definition of Done for AI Agents." (January 2026). Industry Standard.
Updates & Corrections
  • 2026-07-12: Initial publication. Verified Paperclip GitHub star count (55.4k) and Memento Man mental model via Dotta's technical demo.

Get the practical AI brief

Verified, no-hype AI tips you can actually use - in your inbox. Free.

No spam. We verify what we send. Unsubscribe anytime.

Discussion

0 comments
Sham

Sham

AI Engineer & Founder, The Tech Archive

AI engineer (Azure AI-102/AI-900). Writes practical, tested, hype-free guides on using AI for real work and small business at The Tech Archive.

Related Articles

View all
Modern LLM Evaluation: Why Accuracy is Failing and How Psychometrics (IRT) Fixes It
Artificial Intelligence

Modern LLM Evaluation: Why Accuracy is Failing and How Psychometrics (IRT) Fixes It

5 min
Beyond the Chatbot: How to Build Your Sovereign 'Agent OS' with GPT-5.6 and VPS (2026)
Artificial Intelligence

Beyond the Chatbot: How to Build Your Sovereign 'Agent OS' with GPT-5.6 and VPS (2026)

5 min
AI Productivity Case Study: What Bending Spoons' SEC Filing Reveals
Artificial Intelligence

AI Productivity Case Study: What Bending Spoons' SEC Filing Reveals

7 min
The Zero Trust AI Gateway: Secure Your Self-Hosted Agents with Identity-Aware Proxies
Artificial Intelligence

The Zero Trust AI Gateway: Secure Your Self-Hosted Agents with Identity-Aware Proxies

5 min
The 2026 AI-Native Developer Workflow: From Code Writing to Agent Orchestration
Artificial Intelligence

The 2026 AI-Native Developer Workflow: From Code Writing to Agent Orchestration

5 min
Stop AI Agent Hallucinations: 5 Production-Ready Techniques (2026)
Artificial Intelligence

Stop AI Agent Hallucinations: 5 Production-Ready Techniques (2026)

6 min