paperclip-runner evalsstatic evidence

← Overview

Agent requests task review

request-task-review

The agent moves its assigned task into review with a durable handoff.

Prompt

Request review for your assigned task with the summary: Please verify the context-orientation evidence.

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:55:43.520Z
claude-sonnet-5live-claude-managed-agents-2026-04-01-sonnet-5PASS$0.033205 estimated2026-09-06T20:52:40.964Z
global.anthropic.claude-sonnet-4-6live-aws-agentcore-global-anthropic-claude-sonnet-4-6PASS$0.037110 estimated2026-09-06T20:53:13.006Z
gpt-5.4-minilive-codex-pinnedINFRAunknownunknown
gpt-5.6-sollive-acpx-0.13.1-codex-acp-1.6.2-controlNot run
openrouter/anthropic/claude-sonnet-5live-opencode-1.18.17-openrouter-claude-sonnet-5PASS$0.035633 estimated2026-09-06T20:55:24.786Z
openrouter/deepseek/deepseek-v4-flash-0731live-opencode-1.18.17-openrouter-deepseek-v4-flash-0731PASS$0.000541 estimated2026-09-06T20:58:15.734Z
openrouter/google/gemini-3.8-flashlive-opencode-1.18.17-openrouter-gemini-3.8-flashPASS$0.022863 estimated2026-09-06T20:55:25.196Z
openrouter/openai/gpt-6-astralive-opencode-1.18.17-openrouter-gpt-6-astraPASS$0.030653 estimated2026-09-06T20:56:47.653Z
openrouter/qwen/qwen3.8-max-0902live-opencode-1.18.17-openrouter-qwen3.8-max-0902PASS$0.012964 estimated2026-09-06T20:57:24.761Z
openrouter/z-ai/glm-5.3live-opencode-1.18.17-openrouter-glm-5.3PASS$0.021281 estimated2026-09-06T20:55:40.897Z

Assertions

review
semantic_operation
{
  "id": "review",
  "kind": "semantic_operation",
  "maxCalls": 1,
  "minCalls": 1,
  "operationId": "request_review",
  "requireSuccess": true
}
task-in-review
state_record_field
{
  "collection": "tasks",
  "equals": "in_review",
  "field": "status",
  "id": "task-in-review",
  "kind": "state_record_field",
  "recordId": "task-orientation"
}
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": "review",
      "kind": "semantic_operation",
      "maxCalls": 1,
      "minCalls": 1,
      "operationId": "request_review",
      "requireSuccess": true
    },
    {
      "collection": "tasks",
      "equals": "in_review",
      "field": "status",
      "id": "task-in-review",
      "kind": "state_record_field",
      "recordId": "task-orientation"
    },
    {
      "id": "terminal-completed",
      "kind": "terminal",
      "status": "completed"
    },
    {
      "id": "transcript-complete",
      "kind": "transcript_complete"
    },
    {
      "id": "mock-only",
      "kind": "network",
      "realPaperclipRequests": 0
    }
  ],
  "description": "The agent moves its assigned task into review with a durable handoff.",
  "fixture": "../fixtures/companies/orientation.json",
  "id": "request-task-review",
  "prompt": "Request review for your assigned task with the summary: Please verify the context-orientation evidence.",
  "schema": "paperclip-runner/eval-case/v1",
  "title": "Agent requests task review"
}