paperclip-runner evalsstatic evidence

← Overview

Agent orients itself with task context

get-task-context

Given a full mock company, the runner should call get_task_context before answering an implicit orientation prompt.

Prompt

Please orient yourself to your assigned task and tell me what you should work on next.

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:22.117Z
claude-sonnet-5live-claude-managed-agents-2026-04-01-sonnet-5PASS$0.028096 estimated2026-09-06T20:52:35.830Z
global.anthropic.claude-sonnet-4-6live-aws-agentcore-global-anthropic-claude-sonnet-4-6PASS$0.055881 estimated2026-09-06T20:53:22.362Z
gpt-5.4-minilive-codex-pinnedINFRAunknownunknown
gpt-5.6-sollive-acpx-0.13.1-codex-acp-1.6.2-controlINFRAunknown2026-09-06T20:52:36.222Z
openrouter/anthropic/claude-sonnet-5live-opencode-1.18.17-openrouter-claude-sonnet-5PASS$0.033979 estimated2026-09-06T20:54:29.444Z
openrouter/deepseek/deepseek-v4-flash-0731live-opencode-1.18.17-openrouter-deepseek-v4-flash-0731PASS$0.002534 estimated2026-09-06T20:57:55.420Z
openrouter/google/gemini-3.8-flashlive-opencode-1.18.17-openrouter-gemini-3.8-flashPASS$0.025904 estimated2026-09-06T20:55:25.431Z
openrouter/openai/gpt-6-astralive-opencode-1.18.17-openrouter-gpt-6-astraPASS$0.030458 estimated2026-09-06T20:56:15.165Z
openrouter/qwen/qwen3.8-max-0902live-opencode-1.18.17-openrouter-qwen3.8-max-0902PASS$0.028156 estimated2026-09-06T20:57:05.735Z
openrouter/z-ai/glm-5.3live-opencode-1.18.17-openrouter-glm-5.3PASS$0.061699 estimated2026-09-06T20:55:37.060Z

Assertions

context-call
semantic_operation
{
  "id": "context-call",
  "kind": "semantic_operation",
  "minCalls": 1,
  "operationId": "get_task_context",
  "requireSuccess": true
}
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": "terminal-completed",
      "kind": "terminal",
      "status": "completed"
    },
    {
      "id": "transcript-complete",
      "kind": "transcript_complete"
    },
    {
      "id": "mock-only",
      "kind": "network",
      "realPaperclipRequests": 0
    }
  ],
  "description": "Given a full mock company, the runner should call get_task_context before answering an implicit orientation prompt.",
  "fixture": "../fixtures/companies/orientation.json",
  "id": "get-task-context",
  "prompt": "Please orient yourself to your assigned task and tell me what you should work on next.",
  "schema": "paperclip-runner/eval-case/v1",
  "title": "Agent orients itself with task context"
}