paperclip-runner evalsstatic evidence

← Overview

Agent creates a task document

create-task-document

The agent creates one new revisioned document after reading task context.

Prompt

Read your task context, then create a new document with key next-steps, title Next steps, and body: First verify the orientation eval. Use null as the base revision.

Fixture

../fixtures/companies/orientation.json

Authority

{
  "actorId": "actor-engineer",
  "capabilities": [],
  "explicitClaims": [],
  "taskId": "task-orientation"
}

Current results

ModelConfigurationResultEstimated costRun time
claude-sonnet-5live-acpx-0.13.1-claude-acp-0.70.0-sonnet-5INFRAunknown2026-09-06T20:52:26.573Z
claude-sonnet-5live-claude-managed-agents-2026-04-01-sonnet-5PASS$0.016633 estimated2026-09-06T20:52:35.549Z
global.anthropic.claude-sonnet-4-6live-aws-agentcore-global-anthropic-claude-sonnet-4-6INFRAunknown2026-09-06T20:53:16.331Z
gpt-5.4-minilive-codex-pinnedINFRAunknownunknown
gpt-5.6-sollive-acpx-0.13.1-codex-acp-1.6.2-controlINFRAunknown2026-09-06T20:52:42.954Z
openrouter/anthropic/claude-sonnet-5live-opencode-1.18.17-openrouter-claude-sonnet-5PASS$0.016296 estimated2026-09-06T20:54:35.306Z
openrouter/deepseek/deepseek-v4-flash-0731live-opencode-1.18.17-openrouter-deepseek-v4-flash-0731PASS$0.000654 estimated2026-09-06T20:57:55.138Z
openrouter/google/gemini-3.8-flashlive-opencode-1.18.17-openrouter-gemini-3.8-flashPASS$0.018263 estimated2026-09-06T20:55:24.177Z
openrouter/openai/gpt-6-astralive-opencode-1.18.17-openrouter-gpt-6-astraPASS$0.034395 estimated2026-09-06T20:56:21.945Z
openrouter/qwen/qwen3.8-max-0902live-opencode-1.18.17-openrouter-qwen3.8-max-0902PASS$0.011326 estimated2026-09-06T20:57:23.230Z
openrouter/z-ai/glm-5.3live-opencode-1.18.17-openrouter-glm-5.3FAIL$0.150522 estimated2026-09-06T20:55:39.928Z

Assertions

context-call
semantic_operation
{
  "id": "context-call",
  "kind": "semantic_operation",
  "minCalls": 1,
  "operationId": "get_task_context",
  "requireSuccess": true
}
write-document
semantic_operation
{
  "id": "write-document",
  "kind": "semantic_operation",
  "maxCalls": 1,
  "minCalls": 1,
  "operationId": "write_document",
  "requireSuccess": true
}
context-before-write
operation_order
{
  "after": "write_document",
  "before": "get_task_context",
  "id": "context-before-write",
  "kind": "operation_order"
}
one-new-document
state_effect
{
  "collection": "documents",
  "id": "one-new-document",
  "kind": "state_effect",
  "maximumAdded": 1,
  "minimumAdded": 1
}
terminal-completed
terminal
{
  "id": "terminal-completed",
  "kind": "terminal",
  "status": "completed"
}
transcript-complete
transcript_complete
{
  "id": "transcript-complete",
  "kind": "transcript_complete"
}
mock-only
network
{
  "id": "mock-only",
  "kind": "network",
  "realPaperclipRequests": 0
}
Full authored test definition
{
  "authority": {
    "actorId": "actor-engineer",
    "capabilities": [],
    "explicitClaims": [],
    "taskId": "task-orientation"
  },
  "checks": [
    {
      "id": "context-call",
      "kind": "semantic_operation",
      "minCalls": 1,
      "operationId": "get_task_context",
      "requireSuccess": true
    },
    {
      "id": "write-document",
      "kind": "semantic_operation",
      "maxCalls": 1,
      "minCalls": 1,
      "operationId": "write_document",
      "requireSuccess": true
    },
    {
      "after": "write_document",
      "before": "get_task_context",
      "id": "context-before-write",
      "kind": "operation_order"
    },
    {
      "collection": "documents",
      "id": "one-new-document",
      "kind": "state_effect",
      "maximumAdded": 1,
      "minimumAdded": 1
    },
    {
      "id": "terminal-completed",
      "kind": "terminal",
      "status": "completed"
    },
    {
      "id": "transcript-complete",
      "kind": "transcript_complete"
    },
    {
      "id": "mock-only",
      "kind": "network",
      "realPaperclipRequests": 0
    }
  ],
  "description": "The agent creates one new revisioned document after reading task context.",
  "fixture": "../fixtures/companies/orientation.json",
  "id": "create-task-document",
  "prompt": "Read your task context, then create a new document with key next-steps, title Next steps, and body: First verify the orientation eval. Use null as the base revision.",
  "schema": "paperclip-runner/eval-case/v1",
  "title": "Agent creates a task document"
}