paperclip-runner evalsstatic evidence

← Overview

Inspect and recover a workspace service

workflow-workspace-recovery

The agent inspects runtime state before one bounded recovery action and reports it.

Prompt

Read task context and inspect the workspace runtime. Stop service-runner-lab exactly once, then record one progress update saying the service was stopped for recovery. Do not finish the task.

Fixture

../fixtures/companies/orientation.json

Authority

{
  "actorId": "actor-engineer",
  "capabilities": [
    "workspace:read",
    "workspace:control"
  ],
  "explicitClaims": [
    "workspace:read",
    "workspace:control"
  ],
  "taskId": "task-orientation"
}

Current results

ModelConfigurationResultEstimated costRun time
claude-sonnet-5live-acpx-0.13.1-claude-acp-0.70.0-sonnet-5PASS$0.060709 estimated2026-09-06T21:22:37.836Z
claude-sonnet-5live-claude-managed-agents-2026-04-01-sonnet-5PASS$0.017257 estimated2026-09-06T21:24:05.580Z
global.anthropic.claude-sonnet-4-6live-aws-agentcore-global-anthropic-claude-sonnet-4-6PASS$0.063606 estimated2026-09-06T21:22:16.155Z
gpt-5.4-minilive-codex-pinnedPASS$0.001460 estimated2026-09-06T21:24:04.546Z
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.025656 estimated2026-09-06T21:24:35.730Z
openrouter/deepseek/deepseek-v4-flash-0731live-opencode-1.18.17-openrouter-deepseek-v4-flash-0731PASS$0.000553 estimated2026-09-06T21:28:52.303Z
openrouter/google/gemini-3.8-flashlive-opencode-1.18.17-openrouter-gemini-3.8-flashPASS$0.013496 estimated2026-09-06T21:25:23.571Z
openrouter/openai/gpt-6-astralive-opencode-1.18.17-openrouter-gpt-6-astraPASS$0.044468 estimated2026-09-06T21:26:47.887Z
openrouter/qwen/qwen3.8-max-0902live-opencode-1.18.17-openrouter-qwen3.8-max-0902PASS$0.025266 estimated2026-09-06T21:27:49.159Z
openrouter/z-ai/glm-5.3live-opencode-1.18.17-openrouter-glm-5.3PASS$0.018583 estimated2026-09-06T21:26:06.888Z

Assertions

context
semantic_operation
{
  "id": "context",
  "kind": "semantic_operation",
  "minCalls": 1,
  "operationId": "get_task_context",
  "requireSuccess": true
}
runtime
semantic_operation
{
  "id": "runtime",
  "kind": "semantic_operation",
  "minCalls": 1,
  "operationId": "get_workspace_runtime",
  "requireSuccess": true
}
control
semantic_operation
{
  "id": "control",
  "kind": "semantic_operation",
  "maxCalls": 1,
  "minCalls": 1,
  "operationId": "control_workspace_service",
  "requireSuccess": true
}
progress
semantic_operation
{
  "id": "progress",
  "kind": "semantic_operation",
  "maxCalls": 1,
  "minCalls": 1,
  "operationId": "report_progress",
  "requireSuccess": true
}
inspect-before-control
operation_order
{
  "after": "control_workspace_service",
  "before": "get_workspace_runtime",
  "id": "inspect-before-control",
  "kind": "operation_order"
}
control-before-progress
operation_order
{
  "after": "report_progress",
  "before": "control_workspace_service",
  "id": "control-before-progress",
  "kind": "operation_order"
}
stopped
state_match
{
  "collection": "workspaceServices",
  "id": "stopped",
  "kind": "state_match",
  "recordId": "service-runner-lab",
  "where": {
    "status": "stopped"
  }
}
no-finish
semantic_operation
{
  "id": "no-finish",
  "kind": "semantic_operation",
  "maxCalls": 0,
  "operationId": "finish_task"
}
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": [
      "workspace:read",
      "workspace:control"
    ],
    "explicitClaims": [
      "workspace:read",
      "workspace:control"
    ],
    "taskId": "task-orientation"
  },
  "checks": [
    {
      "id": "context",
      "kind": "semantic_operation",
      "minCalls": 1,
      "operationId": "get_task_context",
      "requireSuccess": true
    },
    {
      "id": "runtime",
      "kind": "semantic_operation",
      "minCalls": 1,
      "operationId": "get_workspace_runtime",
      "requireSuccess": true
    },
    {
      "id": "control",
      "kind": "semantic_operation",
      "maxCalls": 1,
      "minCalls": 1,
      "operationId": "control_workspace_service",
      "requireSuccess": true
    },
    {
      "id": "progress",
      "kind": "semantic_operation",
      "maxCalls": 1,
      "minCalls": 1,
      "operationId": "report_progress",
      "requireSuccess": true
    },
    {
      "after": "control_workspace_service",
      "before": "get_workspace_runtime",
      "id": "inspect-before-control",
      "kind": "operation_order"
    },
    {
      "after": "report_progress",
      "before": "control_workspace_service",
      "id": "control-before-progress",
      "kind": "operation_order"
    },
    {
      "collection": "workspaceServices",
      "id": "stopped",
      "kind": "state_match",
      "recordId": "service-runner-lab",
      "where": {
        "status": "stopped"
      }
    },
    {
      "id": "no-finish",
      "kind": "semantic_operation",
      "maxCalls": 0,
      "operationId": "finish_task"
    },
    {
      "id": "terminal-completed",
      "kind": "terminal",
      "status": "completed"
    },
    {
      "id": "mock-only",
      "kind": "network",
      "realPaperclipRequests": 0
    }
  ],
  "description": "The agent inspects runtime state before one bounded recovery action and reports it.",
  "fixture": "../fixtures/companies/orientation.json",
  "id": "workflow-workspace-recovery",
  "prompt": "Read task context and inspect the workspace runtime. Stop service-runner-lab exactly once, then record one progress update saying the service was stopped for recovery. Do not finish the task.",
  "schema": "paperclip-runner/eval-case/v1",
  "title": "Inspect and recover a workspace service"
}