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 | INFRA | unknown | 2026-09-06T20:52:26.573Z |
| claude-sonnet-5 | live-claude-managed-agents-2026-04-01-sonnet-5 | PASS | $0.016633 estimated | 2026-09-06T20:52:35.549Z |
| global.anthropic.claude-sonnet-4-6 | live-aws-agentcore-global-anthropic-claude-sonnet-4-6 | INFRA | unknown | 2026-09-06T20:53:16.331Z |
| gpt-5.4-mini | live-codex-pinned | INFRA | unknown | unknown |
| gpt-5.6-sol | live-acpx-0.13.1-codex-acp-1.6.2-control | INFRA | unknown | 2026-09-06T20:52:42.954Z |
| openrouter/anthropic/claude-sonnet-5 | live-opencode-1.18.17-openrouter-claude-sonnet-5 | PASS | $0.016296 estimated | 2026-09-06T20:54:35.306Z |
| openrouter/deepseek/deepseek-v4-flash-0731 | live-opencode-1.18.17-openrouter-deepseek-v4-flash-0731 | PASS | $0.000654 estimated | 2026-09-06T20:57:55.138Z |
| openrouter/google/gemini-3.8-flash | live-opencode-1.18.17-openrouter-gemini-3.8-flash | PASS | $0.018263 estimated | 2026-09-06T20:55:24.177Z |
| openrouter/openai/gpt-6-astra | live-opencode-1.18.17-openrouter-gpt-6-astra | PASS | $0.034395 estimated | 2026-09-06T20:56:21.945Z |
| openrouter/qwen/qwen3.8-max-0902 | live-opencode-1.18.17-openrouter-qwen3.8-max-0902 | PASS | $0.011326 estimated | 2026-09-06T20:57:23.230Z |
| openrouter/z-ai/glm-5.3 | live-opencode-1.18.17-openrouter-glm-5.3 | FAIL | $0.150522 estimated | 2026-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"
}