paperclip-runner evalsstatic evidence

← Overview

Agent searches company tasks

search-company-tasks

The agent searches within the fixture company for relevant tasks.

Prompt

Search company tasks for reusable fixture work and tell me which task is relevant.

Fixture

../fixtures/companies/orientation.json

Authority

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

Current results

ModelConfigurationResultEstimated costRun time
claude-sonnet-5live-acpx-0.13.1-claude-acp-0.70.0-sonnet-5PASS$0.034086 estimated2026-09-06T21:22:05.164Z
claude-sonnet-5live-claude-managed-agents-2026-04-01-sonnet-5PASS$0.027351 estimated2026-09-06T21:22:23.541Z
global.anthropic.claude-sonnet-4-6live-aws-agentcore-global-anthropic-claude-sonnet-4-6PASS$0.039174 estimated2026-09-06T21:22:22.101Z
gpt-5.4-minilive-codex-pinnedPASS$0.001702 estimated2026-09-06T21:24:03.747Z
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.019125 estimated2026-09-06T21:24:25.437Z
openrouter/deepseek/deepseek-v4-flash-0731live-opencode-1.18.17-openrouter-deepseek-v4-flash-0731PASS$0.000601 estimated2026-09-06T21:27:30.635Z
openrouter/google/gemini-3.8-flashlive-opencode-1.18.17-openrouter-gemini-3.8-flashPASS$0.015737 estimated2026-09-06T21:24:36.548Z
openrouter/openai/gpt-6-astralive-opencode-1.18.17-openrouter-gpt-6-astraPASS$0.031236 estimated2026-09-06T21:25:51.741Z
openrouter/qwen/qwen3.8-max-0902live-opencode-1.18.17-openrouter-qwen3.8-max-0902PASS$0.013348 estimated2026-09-06T21:27:21.066Z
openrouter/z-ai/glm-5.3live-opencode-1.18.17-openrouter-glm-5.3PASS$0.016922 estimated2026-09-06T21:25:30.610Z

Assertions

search-tasks
semantic_operation
{
  "id": "search-tasks",
  "kind": "semantic_operation",
  "minCalls": 1,
  "operationId": "search_tasks",
  "requireSuccess": true
}
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": [
      "discovery:tasks:read"
    ],
    "explicitClaims": [
      "discovery:tasks:read"
    ],
    "taskId": "task-orientation"
  },
  "checks": [
    {
      "id": "search-tasks",
      "kind": "semantic_operation",
      "minCalls": 1,
      "operationId": "search_tasks",
      "requireSuccess": true
    },
    {
      "id": "terminal-completed",
      "kind": "terminal",
      "status": "completed"
    },
    {
      "id": "mock-only",
      "kind": "network",
      "realPaperclipRequests": 0
    }
  ],
  "description": "The agent searches within the fixture company for relevant tasks.",
  "fixture": "../fixtures/companies/orientation.json",
  "id": "search-company-tasks",
  "prompt": "Search company tasks for reusable fixture work and tell me which task is relevant.",
  "schema": "paperclip-runner/eval-case/v1",
  "title": "Agent searches company tasks"
}