paperclip-runner evalsstatic evidence

← Overview

Agent finishes its assigned task

finish-task

The agent durably finishes the active task with a summary.

Prompt

Finish your assigned task now with the summary: Orientation eval implementation is complete.

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-5PASS$0.132337 estimated2026-09-06T21:22:13.310Z
claude-sonnet-5live-claude-managed-agents-2026-04-01-sonnet-5PASS$0.009932 estimated2026-09-06T21:22:14.777Z
global.anthropic.claude-sonnet-4-6live-aws-agentcore-global-anthropic-claude-sonnet-4-6PASS$0.036996 estimated2026-09-06T21:22:27.293Z
gpt-5.4-minilive-codex-pinnedPASS$0.001204 estimated2026-09-06T21:24:04.999Z
gpt-5.6-sollive-acpx-0.13.1-codex-acp-1.6.2-controlPASS$0.007772 estimated2026-09-06T21:22:22.029Z
openrouter/anthropic/claude-sonnet-5live-opencode-1.18.17-openrouter-claude-sonnet-5PASS$0.019350 estimated2026-09-06T21:24:24.552Z
openrouter/deepseek/deepseek-v4-flash-0731live-opencode-1.18.17-openrouter-deepseek-v4-flash-0731PASS$0.000649 estimated2026-09-06T21:28:54.131Z
openrouter/google/gemini-3.8-flashlive-opencode-1.18.17-openrouter-gemini-3.8-flashPASS$0.011867 estimated2026-09-06T21:24:49.296Z
openrouter/openai/gpt-6-astralive-opencode-1.18.17-openrouter-gpt-6-astraPASS$0.028710 estimated2026-09-06T21:26:13.441Z
openrouter/qwen/qwen3.8-max-0902live-opencode-1.18.17-openrouter-qwen3.8-max-0902PASS$0.018940 estimated2026-09-06T21:27:20.662Z
openrouter/z-ai/glm-5.3live-opencode-1.18.17-openrouter-glm-5.3PASS$0.007812 estimated2026-09-06T21:25:26.918Z

Assertions

finish
semantic_operation
{
  "id": "finish",
  "kind": "semantic_operation",
  "maxCalls": 1,
  "minCalls": 1,
  "operationId": "finish_task",
  "requireSuccess": true
}
task-done
state_record_field
{
  "collection": "tasks",
  "equals": "done",
  "field": "status",
  "id": "task-done",
  "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": "finish",
      "kind": "semantic_operation",
      "maxCalls": 1,
      "minCalls": 1,
      "operationId": "finish_task",
      "requireSuccess": true
    },
    {
      "collection": "tasks",
      "equals": "done",
      "field": "status",
      "id": "task-done",
      "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 durably finishes the active task with a summary.",
  "fixture": "../fixtures/companies/orientation.json",
  "id": "finish-task",
  "prompt": "Finish your assigned task now with the summary: Orientation eval implementation is complete.",
  "schema": "paperclip-runner/eval-case/v1",
  "title": "Agent finishes its assigned task"
}