paperclip-runner evalsstatic evidence
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.jsonAuthority
{
"actorId": "actor-engineer",
"capabilities": [],
"explicitClaims": [],
"taskId": "task-orientation"
}Current results
| Model | Configuration | Result | Estimated cost | Run time |
|---|---|---|---|---|
| claude-sonnet-5 | live-acpx-0.13.1-claude-acp-0.70.0-sonnet-5 | PASS | $0.045714 estimated | 2026-09-06T21:22:20.316Z |
| claude-sonnet-5 | live-claude-managed-agents-2026-04-01-sonnet-5 | PASS | $0.012405 estimated | 2026-09-06T21:22:34.294Z |
| global.anthropic.claude-sonnet-4-6 | live-aws-agentcore-global-anthropic-claude-sonnet-4-6 | PASS | $0.028119 estimated | 2026-09-06T21:22:28.598Z |
| gpt-5.4-mini | live-codex-pinned | PASS | $0.001376 estimated | 2026-09-06T21:24:04.147Z |
| gpt-5.6-sol | live-acpx-0.13.1-codex-acp-1.6.2-control | PASS | $0.009166 estimated | 2026-09-06T21:22:13.483Z |
| openrouter/anthropic/claude-sonnet-5 | live-opencode-1.18.17-openrouter-claude-sonnet-5 | PASS | $0.022838 estimated | 2026-09-06T21:24:04.882Z |
| openrouter/deepseek/deepseek-v4-flash-0731 | live-opencode-1.18.17-openrouter-deepseek-v4-flash-0731 | PASS | $0.000840 estimated | 2026-09-06T21:28:21.450Z |
| openrouter/google/gemini-3.8-flash | live-opencode-1.18.17-openrouter-gemini-3.8-flash | PASS | $0.017309 estimated | 2026-09-06T21:24:37.841Z |
| openrouter/openai/gpt-6-astra | live-opencode-1.18.17-openrouter-gpt-6-astra | PASS | $0.035732 estimated | 2026-09-06T21:26:08.617Z |
| openrouter/qwen/qwen3.8-max-0902 | live-opencode-1.18.17-openrouter-qwen3.8-max-0902 | PASS | $0.015074 estimated | 2026-09-06T21:27:32.559Z |
| openrouter/z-ai/glm-5.3 | live-opencode-1.18.17-openrouter-glm-5.3 | FAIL | $0.019616 estimated | 2026-09-06T21:25:24.048Z |
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"
}