paperclip-runner evalsstatic evidence

← Overview

Agent reads context before changing task state

context-before-action

The agent must orient itself before recording a progress mutation on its assigned mock task.

Prompt

Please begin work on your assigned task. Record a brief progress update describing the immediate next step you will take.

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:52:35.721Z
claude-sonnet-5live-claude-managed-agents-2026-04-01-sonnet-5FAIL$0.031282 estimated2026-09-06T20:52:29.672Z
global.anthropic.claude-sonnet-4-6live-aws-agentcore-global-anthropic-claude-sonnet-4-6PASS$0.040935 estimated2026-09-06T20:52:26.706Z
gpt-5.4-minilive-codex-pinnedINFRAunknownunknown
gpt-5.6-sollive-acpx-0.13.1-codex-acp-1.6.2-controlINFRAunknown2026-09-06T20:52:28.645Z
openrouter/anthropic/claude-sonnet-5live-opencode-1.18.17-openrouter-claude-sonnet-5PASS$0.029602 estimated2026-09-06T20:54:32.683Z
openrouter/deepseek/deepseek-v4-flash-0731live-opencode-1.18.17-openrouter-deepseek-v4-flash-0731PASS$0.001477 estimated2026-09-06T20:57:55.872Z
openrouter/google/gemini-3.8-flashlive-opencode-1.18.17-openrouter-gemini-3.8-flashPASS$0.019426 estimated2026-09-06T20:55:24.237Z
openrouter/openai/gpt-6-astralive-opencode-1.18.17-openrouter-gpt-6-astraPASS$0.076757 estimated2026-09-06T20:56:21.672Z
openrouter/qwen/qwen3.8-max-0902live-opencode-1.18.17-openrouter-qwen3.8-max-0902PASS$0.019052 estimated2026-09-06T20:57:24.389Z
openrouter/z-ai/glm-5.3live-opencode-1.18.17-openrouter-glm-5.3PASS$0.019982 estimated2026-09-06T20:55:41.303Z

Assertions

context-call
semantic_operation
{
  "id": "context-call",
  "kind": "semantic_operation",
  "minCalls": 1,
  "operationId": "get_task_context",
  "requireSuccess": true
}
progress-call
semantic_operation
{
  "id": "progress-call",
  "kind": "semantic_operation",
  "maxCalls": 1,
  "minCalls": 1,
  "operationId": "report_progress",
  "requireSuccess": true
}
context-before-progress
operation_order
{
  "after": "report_progress",
  "before": "get_task_context",
  "id": "context-before-progress",
  "kind": "operation_order"
}
one-progress-comment
state_effect
{
  "collection": "comments",
  "id": "one-progress-comment",
  "kind": "state_effect",
  "maximumAdded": 1,
  "minimumAdded": 1
}
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": "context-call",
      "kind": "semantic_operation",
      "minCalls": 1,
      "operationId": "get_task_context",
      "requireSuccess": true
    },
    {
      "id": "progress-call",
      "kind": "semantic_operation",
      "maxCalls": 1,
      "minCalls": 1,
      "operationId": "report_progress",
      "requireSuccess": true
    },
    {
      "after": "report_progress",
      "before": "get_task_context",
      "id": "context-before-progress",
      "kind": "operation_order"
    },
    {
      "collection": "comments",
      "id": "one-progress-comment",
      "kind": "state_effect",
      "maximumAdded": 1,
      "minimumAdded": 1
    },
    {
      "id": "terminal-completed",
      "kind": "terminal",
      "status": "completed"
    },
    {
      "id": "transcript-complete",
      "kind": "transcript_complete"
    },
    {
      "id": "mock-only",
      "kind": "network",
      "realPaperclipRequests": 0
    }
  ],
  "description": "The agent must orient itself before recording a progress mutation on its assigned mock task.",
  "fixture": "../fixtures/companies/orientation.json",
  "id": "context-before-action",
  "prompt": "Please begin work on your assigned task. Record a brief progress update describing the immediate next step you will take.",
  "schema": "paperclip-runner/eval-case/v1",
  "title": "Agent reads context before changing task state"
}