paperclip-runner evalsstatic evidence
Agent creates a child task
create-child-task
Delegation creates exactly one child under the active task.
Prompt
Create one child task titled Audit protocol coverage, assign it to actor-manager, and give it high priority.
Fixture
../fixtures/companies/orientation.jsonAuthority
{
"actorId": "actor-engineer",
"capabilities": [
"delegation:tasks:create"
],
"explicitClaims": [
"delegation:tasks:create"
],
"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.035924 estimated | 2026-09-06T21:22:30.568Z |
| claude-sonnet-5 | live-claude-managed-agents-2026-04-01-sonnet-5 | PASS | $0.013619 estimated | 2026-09-06T21:22:38.248Z |
| global.anthropic.claude-sonnet-4-6 | live-aws-agentcore-global-anthropic-claude-sonnet-4-6 | PASS | $0.041166 estimated | 2026-09-06T21:22:11.139Z |
| gpt-5.4-mini | live-codex-pinned | PASS | $0.001265 estimated | 2026-09-06T21:24:02.930Z |
| gpt-5.6-sol | live-acpx-0.13.1-codex-acp-1.6.2-control | Not run | — | — |
| openrouter/anthropic/claude-sonnet-5 | live-opencode-1.18.17-openrouter-claude-sonnet-5 | PASS | $0.020418 estimated | 2026-09-06T21:24:25.258Z |
| openrouter/deepseek/deepseek-v4-flash-0731 | live-opencode-1.18.17-openrouter-deepseek-v4-flash-0731 | PASS | $0.000664 estimated | 2026-09-06T21:28:18.145Z |
| openrouter/google/gemini-3.8-flash | live-opencode-1.18.17-openrouter-gemini-3.8-flash | PASS | $0.020977 estimated | 2026-09-06T21:24:49.616Z |
| openrouter/openai/gpt-6-astra | live-opencode-1.18.17-openrouter-gpt-6-astra | PASS | $0.033405 estimated | 2026-09-06T21:26:06.253Z |
| openrouter/qwen/qwen3.8-max-0902 | live-opencode-1.18.17-openrouter-qwen3.8-max-0902 | PASS | $0.016544 estimated | 2026-09-06T21:27:24.633Z |
| openrouter/z-ai/glm-5.3 | live-opencode-1.18.17-openrouter-glm-5.3 | FAIL | $0.133334 estimated | 2026-09-06T21:25:29.429Z |
Assertions
create-task
semantic_operation
{
"id": "create-task",
"kind": "semantic_operation",
"maxCalls": 1,
"minCalls": 1,
"operationId": "create_task",
"requireSuccess": true
}one-child
state_effect
{
"collection": "tasks",
"id": "one-child",
"kind": "state_effect",
"maximumAdded": 1,
"minimumAdded": 1
}child-state
state_match
{
"collection": "tasks",
"id": "child-state",
"kind": "state_match",
"where": {
".": {
"matches": "Audit protocol coverage"
}
}
}terminal-completed
terminal
{
"id": "terminal-completed",
"kind": "terminal",
"status": "completed"
}mock-only
network
{
"id": "mock-only",
"kind": "network",
"realPaperclipRequests": 0
}Full authored test definition
{
"authority": {
"actorId": "actor-engineer",
"capabilities": [
"delegation:tasks:create"
],
"explicitClaims": [
"delegation:tasks:create"
],
"taskId": "task-orientation"
},
"checks": [
{
"id": "create-task",
"kind": "semantic_operation",
"maxCalls": 1,
"minCalls": 1,
"operationId": "create_task",
"requireSuccess": true
},
{
"collection": "tasks",
"id": "one-child",
"kind": "state_effect",
"maximumAdded": 1,
"minimumAdded": 1
},
{
"collection": "tasks",
"id": "child-state",
"kind": "state_match",
"where": {
".": {
"matches": "Audit protocol coverage"
}
}
},
{
"id": "terminal-completed",
"kind": "terminal",
"status": "completed"
},
{
"id": "mock-only",
"kind": "network",
"realPaperclipRequests": 0
}
],
"description": "Delegation creates exactly one child under the active task.",
"fixture": "../fixtures/companies/orientation.json",
"id": "create-child-task",
"prompt": "Create one child task titled Audit protocol coverage, assign it to actor-manager, and give it high priority.",
"schema": "paperclip-runner/eval-case/v1",
"title": "Agent creates a child task"
}