paperclip-runner evalsstatic evidence

← Overview

Core task context needs no discovery

lazy-core-no-search

An always-present operation should not trigger optional capability search.

Prompt

Read your active task context and briefly tell me the task title. Do not search for optional capabilities.

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:38.722Z
claude-sonnet-5live-claude-managed-agents-2026-04-01-sonnet-5PASS$0.005377 estimated2026-09-06T20:54:28.006Z
global.anthropic.claude-sonnet-4-6live-aws-agentcore-global-anthropic-claude-sonnet-4-6PASS$0.024180 estimated2026-09-06T20:52:24.862Z
gpt-5.4-minilive-codex-pinnedINFRAunknownunknown
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.007982 estimated2026-09-06T20:55:25.214Z
openrouter/deepseek/deepseek-v4-flash-0731live-opencode-1.18.17-openrouter-deepseek-v4-flash-0731PASS$0.000187 estimated2026-09-06T20:58:17.725Z
openrouter/google/gemini-3.8-flashlive-opencode-1.18.17-openrouter-gemini-3.8-flashPASS$0.013010 estimated2026-09-06T20:55:35.561Z
openrouter/openai/gpt-6-astralive-opencode-1.18.17-openrouter-gpt-6-astraPASS$0.021074 estimated2026-09-06T20:57:03.990Z
openrouter/qwen/qwen3.8-max-0902live-opencode-1.18.17-openrouter-qwen3.8-max-0902PASS$0.015760 estimated2026-09-06T20:57:54.734Z
openrouter/z-ai/glm-5.3live-opencode-1.18.17-openrouter-glm-5.3PASS$0.013151 estimated2026-09-06T20:56:08.401Z

Assertions

context
semantic_operation
{
  "id": "context",
  "kind": "semantic_operation",
  "minCalls": 1,
  "operationId": "get_task_context",
  "requireSuccess": true
}
no-discovery
evidence_match
{
  "count": {
    "max": 0
  },
  "evidenceKind": "tool_discovery",
  "id": "no-discovery",
  "kind": "evidence_match"
}
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": [],
    "explicitClaims": [],
    "taskId": "task-orientation"
  },
  "checks": [
    {
      "id": "context",
      "kind": "semantic_operation",
      "minCalls": 1,
      "operationId": "get_task_context",
      "requireSuccess": true
    },
    {
      "count": {
        "max": 0
      },
      "evidenceKind": "tool_discovery",
      "id": "no-discovery",
      "kind": "evidence_match"
    },
    {
      "id": "terminal-completed",
      "kind": "terminal",
      "status": "completed"
    },
    {
      "id": "mock-only",
      "kind": "network",
      "realPaperclipRequests": 0
    }
  ],
  "description": "An always-present operation should not trigger optional capability search.",
  "fixture": "../fixtures/companies/orientation.json",
  "id": "lazy-core-no-search",
  "prompt": "Read your active task context and briefly tell me the task title. Do not search for optional capabilities.",
  "schema": "paperclip-runner/eval-case/v1",
  "title": "Core task context needs no discovery",
  "toolExposure": "lazy"
}