paperclip-runner evalsstatic evidence
Agent schedules a bounded wake
schedule-task-wake
The agent schedules exactly one deterministic continuation wake.
Prompt
Schedule one resume wake for this task 5 ticks from now with payload reason set to continue-eval.
Fixture
../fixtures/companies/orientation.jsonAuthority
{
"actorId": "actor-engineer",
"capabilities": [
"control_plane:wakes"
],
"explicitClaims": [
"control_plane:wakes"
],
"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:33.955Z |
| claude-sonnet-5 | live-claude-managed-agents-2026-04-01-sonnet-5 | PASS | $0.011710 estimated | 2026-09-06T20:53:48.752Z |
| global.anthropic.claude-sonnet-4-6 | live-aws-agentcore-global-anthropic-claude-sonnet-4-6 | INFRA | unknown | 2026-09-06T20:53:17.193Z |
| 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 | Not run | — | — |
| openrouter/anthropic/claude-sonnet-5 | live-opencode-1.18.17-openrouter-claude-sonnet-5 | PASS | $0.017417 estimated | 2026-09-06T20:55:23.284Z |
| openrouter/deepseek/deepseek-v4-flash-0731 | live-opencode-1.18.17-openrouter-deepseek-v4-flash-0731 | PASS | $0.000622 estimated | 2026-09-06T20:58:33.379Z |
| openrouter/google/gemini-3.8-flash | live-opencode-1.18.17-openrouter-gemini-3.8-flash | PASS | $0.016374 estimated | 2026-09-06T20:55:36.840Z |
| openrouter/openai/gpt-6-astra | live-opencode-1.18.17-openrouter-gpt-6-astra | PASS | $0.030145 estimated | 2026-09-06T20:57:05.030Z |
| openrouter/qwen/qwen3.8-max-0902 | live-opencode-1.18.17-openrouter-qwen3.8-max-0902 | PASS | $0.013190 estimated | 2026-09-06T20:57:14.735Z |
| openrouter/z-ai/glm-5.3 | live-opencode-1.18.17-openrouter-glm-5.3 | PASS | $0.007821 estimated | 2026-09-06T20:55:51.851Z |
Assertions
schedule-wake
semantic_operation
{
"id": "schedule-wake",
"kind": "semantic_operation",
"maxCalls": 1,
"minCalls": 1,
"operationId": "schedule_wake",
"requireSuccess": true
}one-wake
state_effect
{
"collection": "wakes",
"id": "one-wake",
"kind": "state_effect",
"maximumAdded": 1,
"minimumAdded": 1
}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": [
"control_plane:wakes"
],
"explicitClaims": [
"control_plane:wakes"
],
"taskId": "task-orientation"
},
"checks": [
{
"id": "schedule-wake",
"kind": "semantic_operation",
"maxCalls": 1,
"minCalls": 1,
"operationId": "schedule_wake",
"requireSuccess": true
},
{
"collection": "wakes",
"id": "one-wake",
"kind": "state_effect",
"maximumAdded": 1,
"minimumAdded": 1
},
{
"id": "terminal-completed",
"kind": "terminal",
"status": "completed"
},
{
"id": "mock-only",
"kind": "network",
"realPaperclipRequests": 0
}
],
"description": "The agent schedules exactly one deterministic continuation wake.",
"fixture": "../fixtures/companies/orientation.json",
"id": "schedule-task-wake",
"prompt": "Schedule one resume wake for this task 5 ticks from now with payload reason set to continue-eval.",
"schema": "paperclip-runner/eval-case/v1",
"title": "Agent schedules a bounded wake"
}